Skip to content

Fix Pascal URL

Fix Pascal URL #5

Triggered via push November 1, 2025 06:28
Status Failure
Total duration 2h 16m 33s
Artifacts
Validate Configuration
6s
Validate Configuration
Build Docker Image
2h 16m
Build Docker Image
Matrix: Test Docker Image
Run All Tests
0s
Run All Tests
Push Docker Image
0s
Push Docker Image
Fit to window
Zoom out
Zoom in

Annotations

1 error
Build Docker Image
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c set -xe && for VERSION in $FPC_VERSIONS; do curl -fSsL \"http://downloads.freepascal.org/fpc/dist/$VERSION/x86_64-linux/fpc-$VERSION.x86_64-linux.tar\" -o /tmp/fpc-$VERSION.tar && mkdir /tmp/fpc-$VERSION && tar -xf /tmp/fpc-$VERSION.tar -C /tmp/fpc-$VERSION --strip-components=1 && rm /tmp/fpc-$VERSION.tar && cd /tmp/fpc-$VERSION && echo \"/usr/local/fpc-$VERSION\" | sh install.sh && rm -rf /tmp/*; done" did not complete successfully: exit code: 2