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

add workaround for 404 error when installing packages in CI workflow for testing Apptainer integration #4472

Merged
merged 3 commits into from
Mar 1, 2024

Conversation

boegel
Copy link
Member

@boegel boegel commented Mar 1, 2024

Fix for failing CI when trying to install dnf package:

Err:19 mirror+file:/etc/apt/apt-mirrors.txt jammy-updates/main amd64 libunbound8 amd64 1.13.1-1ubuntu5.3
  404  Not Found [IP: 52.252.75.106 80]
Ign:20 http://security.ubuntu.com/ubuntu jammy-updates/universe amd64 python3-unbound amd64 1.13.1-1ubuntu5.3
Err:20 mirror+file:/etc/apt/apt-mirrors.txt jammy-updates/universe amd64 python3-unbound amd64 1.13.1-1ubuntu5.3
  404  Not Found [IP: 52.252.75.106 80]
E: Failed to fetch mirror+file:/etc/apt/apt-mirrors.txt/pool/main/u/unbound/libunbound8_1.13.1-1ubuntu5.3_amd64.deb  404  Not Found [IP: 52.252.75.106 80]
Fetched 3190 kB in 1s (3669 kB/s)
E: Failed to fetch mirror+file:/etc/apt/apt-mirrors.txt/pool/universe/u/unbound/python3-unbound_1.13.1-1ubuntu5.3_amd64.deb  404  Not Found [IP: 52.252.75.106 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
Error: Process completed with exit code 100.

We're already using this same workaround in the workflow for testing Singularity integration (see also #4176)

Micket
Micket previously approved these changes Mar 1, 2024
Copy link
Contributor

@Micket Micket left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@Micket Micket enabled auto-merge March 1, 2024 17:01
@branfosj branfosj dismissed Micket’s stale review March 1, 2024 17:03

change needed

branfosj
branfosj previously approved these changes Mar 1, 2024
@Micket Micket disabled auto-merge March 1, 2024 17:06
@branfosj branfosj enabled auto-merge March 1, 2024 17:17
@branfosj branfosj merged commit 2e3d2ec into easybuilders:develop Mar 1, 2024
40 checks passed
@boegel boegel deleted the fix_ci_apptainer branch March 2, 2024 09:38
@boegel boegel restored the fix_ci_apptainer branch March 2, 2024 09:43
@boegel boegel deleted the fix_ci_apptainer branch March 2, 2024 09:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants