Skip to content

Remove Free Pascal Temporally #6

Remove Free Pascal Temporally

Remove Free Pascal Temporally #6

Triggered via push November 1, 2025 09:08
Status Failure
Total duration 2h 18m 42s
Artifacts
Validate Configuration
10s
Validate Configuration
Build Docker Image
2h 18m
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 && apt-get update && apt-get install -y --no-install-recommends libgmp-dev libtinfo5 && rm -rf /var/lib/apt/lists/* && for VERSION in $HASKELL_VERSIONS; do curl -fSsL \"https://downloads.haskell.org/~ghc/$VERSION/ghc-$VERSION-x86_64-deb12-linux.tar.xz\" -o /tmp/ghc-$VERSION.tar.xz && mkdir /tmp/ghc-$VERSION && tar -xf /tmp/ghc-$VERSION.tar.xz -C /tmp/ghc-$VERSION --strip-components=1 && rm /tmp/ghc-$VERSION.tar.xz && cd /tmp/ghc-$VERSION && ./configure --prefix=/usr/local/ghc-$VERSION && make -j$(nproc) install && rm -rf /tmp/*; done" did not complete successfully: exit code: 100