Skip to content

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

Merged
branfosj merged 3 commits intoeasybuilders:developfrom
boegel:fix_ci_apptainer
Mar 1, 2024
Merged

add workaround for 404 error when installing packages in CI workflow for testing Apptainer integration#4472
branfosj merged 3 commits intoeasybuilders:developfrom
boegel:fix_ci_apptainer

Conversation

@boegel
Copy link
Copy Markdown
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
Copy Markdown
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
Comment thread .github/workflows/container_tests_apptainer.yml Outdated
@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
Comment thread .github/workflows/container_tests_apptainer.yml Outdated
@branfosj branfosj enabled auto-merge March 1, 2024 17:17
@branfosj branfosj merged commit 2e3d2ec into easybuilders:develop Mar 1, 2024
@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