-
Notifications
You must be signed in to change notification settings - Fork 48
Labels
Description
The new version of Dockerfile.compute_worker raises an CircleCI error since today
https://github.com/codalab/codabench/blob/develop/Dockerfile.compute_worker
------
> [compute_worker 2/11] RUN dnf -y update && dnf install -y python3.9 && dnf clean all && rm -rf /var/cache /var/log/dnf* /var/log/yum.*:
0.370 Updating and loading repositories:
0.841 Fedora 43 - x86_64 - Updates 76% | 980.2 KiB/s | 301.9 KiB | 00m00s
0.841 >>> Zchunk header checksum didn't match expected checksum - https://d2lzkl7pfhq3
0.841 >>> Curl error (23): Failed writing received data to disk/application for https:
0.841 >>> Curl error (23): Failed writing received data to disk/application for https:
0.886 Failed to download metadata
0.886 Error loading local metadata for repository "fedora"
0.886 Librepo error: Checksum error /var/cache/libdnf5/fedora-fe4b228be7d3c150/repodata/affb4c277d7a0a05ec39e29c3207de63fe207adf97143e88c61bccc0e2a0135b-primary.xml.zck: Unable to read zchunk lead
------
Dockerfile.compute_worker:7
--------------------
6 | # Install Python
7 | >>> RUN dnf -y update && \
8 | >>> dnf install -y python3.9 && \
9 | >>> dnf clean all && \
10 | >>> rm -rf /var/cache /var/log/dnf* /var/log/yum.*
11 |
--------------------
target compute_worker: failed to solve: process "/bin/sh -c dnf -y update && dnf install -y python3.9 && dnf clean all && rm -rf /var/cache /var/log/dnf* /var/log/yum.*" did not complete successfully: exit code: 1
Exited with code exit status 1See for instance:
Reactions are currently unavailable