Skip to content
Failed

Console Output

Branch indexing
00:30:17 Connecting to https://api.github.com using 914159/******
Obtained .jenkins/dev-fedora-40.Jenkinsfile from 2023c5e2c79789d35fd0e0cd242df2d6d57a6f58
[Pipeline] Start of Pipeline
[Pipeline] publishChecks
[GitHub Checks] GitHub check (name: ci-fedora-40, status: queued) has been published.
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor
Running on x86_64-ubuntu-22.04 in /home/jenkins-agent/workdir/workspace/rco-runtime-dev-fedora-40_master
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Checkout)
[Pipeline] dir
Running in /home/jenkins-agent/workdir/workspace/rco-runtime-dev-fedora-40_master/fedora-40/src/marco-runtime
[Pipeline] {
[Pipeline] checkout
The recommended git tool is: NONE
using credential github-app
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/marco-compiler/marco-runtime.git
 > git init /home/jenkins-agent/workdir/workspace/rco-runtime-dev-fedora-40_master/fedora-40/src/marco-runtime # timeout=10
Fetching upstream changes from https://github.com/marco-compiler/marco-runtime.git
 > git --version # timeout=10
 > git --version # 'git version 2.34.1'
using GIT_ASKPASS to set credentials 
 > git fetch --no-tags --force --progress -- https://github.com/marco-compiler/marco-runtime.git +refs/heads/master:refs/remotes/origin/master # timeout=10
Avoid second fetch
Checking out Revision 2023c5e2c79789d35fd0e0cd242df2d6d57a6f58 (master)
 > git config remote.origin.url https://github.com/marco-compiler/marco-runtime.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
Commit message: "Add code owners file"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2023c5e2c79789d35fd0e0cd242df2d6d57a6f58 # timeout=10
 > git rev-list --no-walk a1ca7b642adbf8ecaa2a65060235fe76a268a0d9 # timeout=10
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // stage
[Pipeline] publishChecks
[GitHub Checks] GitHub check (name: ci-fedora-40, status: in_progress) has been published.
[Pipeline] stage
[Pipeline] { (Docker image)
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ docker build -t marco-compiler/marco-runtime-dev-fedora-40:2023c5e2c79789d35fd0e0cd242df2d6d57a6f58 --build-arg LLVM_PARALLEL_COMPILE_JOBS=16 --build-arg LLVM_PARALLEL_LINK_JOBS=1 -f /home/jenkins-agent/workdir/workspace/rco-runtime-dev-fedora-40_master/fedora-40/src/marco-runtime/.jenkins/dev-fedora-40.Dockerfile /home/jenkins-agent/workdir/workspace/rco-runtime-dev-fedora-40_master/fedora-40/src/marco-runtime/.jenkins
#0 building with "default" instance using docker driver

#1 [internal] load build definition from dev-fedora-40.Dockerfile
#1 transferring dockerfile: 864B done
#1 DONE 0.2s

#2 [internal] load metadata for docker.io/library/fedora:40
#2 DONE 1.2s

#3 [internal] load .dockerignore
#3 transferring context: 2B done
#3 DONE 0.2s

#4 [1/8] FROM docker.io/library/fedora:40@sha256:d0207dbb078ee261852590b9a8f1ab1f8320547be79a2f39af9f3d23db33735e
#4 DONE 0.0s

#5 [internal] load build context
#5 transferring context: 903B done
#5 DONE 0.1s

#6 [5/8] COPY ./version_llvm.txt /tmp/
#6 CACHED

#7 [6/8] COPY ./install_llvm.sh /tmp/
#7 CACHED

#8 [2/8] RUN dnf update -y &&     dnf install -y gcc gcc-c++ gfortran perl ninja-build mold cmake ccache     git python3-pip python3-virtualenv libxml2-devel wget doxygen
#8 CACHED

#9 [3/8] COPY ./setup_venv.sh /tmp/
#9 CACHED

#10 [4/8] RUN chmod +x /tmp/setup_venv.sh && /tmp/setup_venv.sh
#10 CACHED

#11 [7/8] RUN chmod +x /tmp/install_llvm.sh &&     cd /root &&     LLVM_COMMIT=$(cat /tmp/version_llvm.txt)     LLVM_BUILD_TYPE=Release     LLVM_ENABLE_ASSERTIONS=ON     /tmp/install_llvm.sh
#11 CACHED

#12 [8/8] RUN dnf update -y &&     dnf install -y penblas-devel-0.3.26-4.fc40     suitesparse-devel-7.6.0-1.fc40     sundials-devel-6.6.2-7.fc40
#12 7.223 Last metadata expiration check: 4:15:28 ago on Thu Sep 19 20:05:56 2024.
#12 8.268 Dependencies resolved.
#12 8.299 Nothing to do.
#12 8.299 Complete!
#12 9.485 Last metadata expiration check: 4:15:30 ago on Thu Sep 19 20:05:56 2024.
#12 9.633 No match for argument: penblas-devel-0.3.26-4.fc40
#12 9.679 Error: Unable to find a match: penblas-devel-0.3.26-4.fc40
#12 ERROR: process "/bin/sh -c dnf update -y &&     dnf install -y penblas-devel-0.3.26-4.fc40     suitesparse-devel-7.6.0-1.fc40     sundials-devel-6.6.2-7.fc40" did not complete successfully: exit code: 1
------
 > [8/8] RUN dnf update -y &&     dnf install -y penblas-devel-0.3.26-4.fc40     suitesparse-devel-7.6.0-1.fc40     sundials-devel-6.6.2-7.fc40:
7.223 Last metadata expiration check: 4:15:28 ago on Thu Sep 19 20:05:56 2024.
8.268 Dependencies resolved.
8.299 Nothing to do.
8.299 Complete!
9.485 Last metadata expiration check: 4:15:30 ago on Thu Sep 19 20:05:56 2024.
9.633 No match for argument: penblas-devel-0.3.26-4.fc40
9.679 Error: Unable to find a match: penblas-devel-0.3.26-4.fc40
------
dev-fedora-40.Dockerfile:25
--------------------
  24 |     
  25 | >>> RUN dnf update -y && \
  26 | >>>     dnf install -y penblas-devel-0.3.26-4.fc40 \
  27 | >>>     suitesparse-devel-7.6.0-1.fc40 \
  28 | >>>     sundials-devel-6.6.2-7.fc40
  29 |     
--------------------
ERROR: failed to solve: process "/bin/sh -c dnf update -y &&     dnf install -y penblas-devel-0.3.26-4.fc40     suitesparse-devel-7.6.0-1.fc40     sundials-devel-6.6.2-7.fc40" did not complete successfully: exit code: 1
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE