Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ci] Unblock CI temporary by moving to OpenJDK instead of Temurin #659

Merged
merged 6 commits into from
Oct 27, 2023

Conversation

eolivelli
Copy link
Member

@eolivelli eolivelli commented Oct 27, 2023

CI is currently broken to a problem in Ubuntu

Error: Failed to execute goal io.fabric8:docker-maven-plugin:0.43.4:build (default) on project langstream-cli: Unable to build image [langstream/langstream-cli:latest-dev] : “The command ‘/bin/sh -c mkdir -p /etc/apt/keyrings && wget -O - https://packages.adoptium.net/artifactory/api/gpg/key/public | tee /etc/apt/keyrings/adoptium.asc && echo \“deb [signed-by=/etc/apt/keyrings/adoptium.asc] https://packages.adoptium.net/artifactory/deb $(awk -F= ‘/^VERSION_CODENAME/{print$2}’ /etc/os-release) main\” | tee /etc/apt/sources.list.d/adoptium.list && apt-get update && apt-get -y dist-upgrade && apt-get -y install temurin-17-jdk && export ARCH=$(uname -m | sed -r ‘s/aarch64/arm64/g’ | awk ‘!/arm64/{$0=\“amd64\“}1’) && echo networkaddress.cache.ttl=1 >> /usr/lib/jvm/temurin-17-jdk-$ARCH/conf/security/java.security RUN apt-get -y --purge autoremove && apt-get autoclean && apt-get clean && rm -rf /var/lib/apt/lists/*' returned a non-zero code: 100”

@eolivelli
Copy link
Member Author

on my laptop the build passed.

I will do more trials

@eolivelli
Copy link
Member Author

eolivelli commented Oct 27, 2023

The problems seems here:


INFO] DOCKER> #8 22.68 Fetched 5654 kB in 7s (859 kB/s)
[INFO] DOCKER> #8 22.68 E: Failed to fetch https://packages.adoptium.net/artifactory/deb/pool/main/t/temurin-${VERSION}/temurin-17-jdk_17.0.9.0%2b9_amd64.deb  400  Bad Request [IP: 146.75.55.42 443]
[INFO] DOCKER> #8 22.68 E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

@eolivelli
Copy link
Member Author

this is related
adoptium/installer#766

@eolivelli eolivelli changed the title [ci] Unblock CI temporary by removing dist upgrade for ubuntu [ci] Unblock CI temporary by moving to OpenJDK instead of Temurin Oct 27, 2023
@eolivelli eolivelli merged commit c106621 into main Oct 27, 2023
8 of 10 checks passed
@eolivelli eolivelli deleted the impl/fix-ci branch October 27, 2023 14:10
benfrank241 pushed a commit to vectorize-io/langstream that referenced this pull request May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant