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

openEuler images missing due to failed builds #843

Closed
kdrag0n opened this issue Sep 8, 2024 · 1 comment · Fixed by #844
Closed

openEuler images missing due to failed builds #843

kdrag0n opened this issue Sep 8, 2024 · 1 comment · Fixed by #844

Comments

@kdrag0n
Copy link
Contributor

kdrag0n commented Sep 8, 2024

It looks like the openEuler builds have been failing for 20 days due to connectivity issues:

+ distrobuilder --cache-dir /root/build/cache/ --timeout 7200 build-dir image.yaml rootfs -o image.serial=20240906_18:19 -o image.architecture=aarch64 -o image.release=24.03 -o image.variant=default
time="2024-09-06T18:19:22Z" level=info msg="Downloading source"
Error: Error while downloading source: Failed to download https://repo.openeuler.org/openEuler-24.03-LTS/ISO/aarch64/openEuler-24.03-LTS-aarch64-dvd.iso: stream error: stream ID 7; INTERNAL_ERROR; received from peer
time="2024-09-06T18:47:35Z" level=error msg="Failed running distrobuilder" err="Error while downloading source: Failed to download https://repo.openeuler.org/openEuler-24.03-LTS/ISO/aarch64/openEuler-24.03-LTS-aarch64-dvd.iso: stream error: stream ID 7; INTERNAL_ERROR; received from peer"
time="2024-09-06T18:47:35Z" level=info msg="Removing cache directory"

That URL works fine for me, but seemingly not from the build servers. Could we try using the Berkeley OCF mirrors (https://mirrors.ocf.berkeley.edu/openeuler/) or any of the other mirrors listed at https://www.openeuler.org/en/mirror/list/ to fix this?

Happy to make a PR if you're willing to try that.

@stgraber
Copy link
Member

stgraber commented Sep 8, 2024

Yeah, we can try Berkeley. The primary mirror has always been tricky to reach for some reason.

kdrag0n added a commit to kdrag0n/lxc-ci that referenced this issue Sep 8, 2024
Connectivity from builders to the primary mirror has been flaky:

+ distrobuilder --cache-dir /root/build/cache/ --timeout 7200 build-dir image.yaml rootfs -o image.serial=20240906_18:19 -o image.architecture=aarch64 -o image.release=24.03 -o image.variant=default
time="2024-09-06T18:19:22Z" level=info msg="Downloading source"
Error: Error while downloading source: Failed to download https://repo.openeuler.org/openEuler-24.03-LTS/ISO/aarch64/openEuler-24.03-LTS-aarch64-dvd.iso: stream error: stream ID 7; INTERNAL_ERROR; received from peer
time="2024-09-06T18:47:35Z" level=error msg="Failed running distrobuilder" err="Error while downloading source: Failed to download https://repo.openeuler.org/openEuler-24.03-LTS/ISO/aarch64/openEuler-24.03-LTS-aarch64-dvd.iso: stream error: stream ID 7; INTERNAL_ERROR; received from peer"
time="2024-09-06T18:47:35Z" level=info msg="Removing cache directory"

Fixes lxc#843
kdrag0n added a commit to kdrag0n/lxc-ci that referenced this issue Sep 8, 2024
Connectivity from builders to the primary mirror has been flaky:

+ distrobuilder --cache-dir /root/build/cache/ --timeout 7200 build-dir image.yaml rootfs -o image.serial=20240906_18:19 -o image.architecture=aarch64 -o image.release=24.03 -o image.variant=default
time="2024-09-06T18:19:22Z" level=info msg="Downloading source"
Error: Error while downloading source: Failed to download https://repo.openeuler.org/openEuler-24.03-LTS/ISO/aarch64/openEuler-24.03-LTS-aarch64-dvd.iso: stream error: stream ID 7; INTERNAL_ERROR; received from peer
time="2024-09-06T18:47:35Z" level=error msg="Failed running distrobuilder" err="Error while downloading source: Failed to download https://repo.openeuler.org/openEuler-24.03-LTS/ISO/aarch64/openEuler-24.03-LTS-aarch64-dvd.iso: stream error: stream ID 7; INTERNAL_ERROR; received from peer"
time="2024-09-06T18:47:35Z" level=info msg="Removing cache directory"

Fixes lxc#843

Signed-off-by: Danny Lin <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

2 participants