Skip to content

Sync compiler/interpreter versions across Dockerfile, README, and tes… #2

Sync compiler/interpreter versions across Dockerfile, README, and tes…

Sync compiler/interpreter versions across Dockerfile, README, and tes… #2

Re-run triggered October 31, 2025 14:45
Status Failure
Total duration 1h 53m 55s
Artifacts
Validate Configuration
7s
Validate Configuration
Build Docker Image
1h 53m
Build Docker Image
Matrix: Test Docker Image
Run All Tests
0s
Run All Tests
Push Docker Image
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 gfortran libblas-dev liblapack-dev libpcre3-dev && rm -rf /var/lib/apt/lists/* && for VERSION in $OCTAVE_VERSIONS; do curl -fSsL \"https://ftpmirror.gnu.org/gnu/octave/octave-$VERSION.tar.gz\" -o /tmp/octave-$VERSION.tar.gz && mkdir /tmp/octave-$VERSION && tar -xf /tmp/octave-$VERSION.tar.gz -C /tmp/octave-$VERSION --strip-components=1 && rm /tmp/octave-$VERSION.tar.gz && cd /tmp/octave-$VERSION && ./configure --prefix=/usr/local/octave-$VERSION && make -j$(nproc) && make -j$(nproc) install && rm -rf /tmp/*; done" did not complete successfully: exit code: 100