Started by GitHub push by github-actions[bot] Started by GitHub push by github-actions[bot] Obtained .jenkins/docker-dev-debian-12.Jenkinsfile from git https://github.com/marco-compiler/marco.git [Pipeline] Start of Pipeline [Pipeline] publishChecks [Checks API] No suitable checks publisher found. [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on polimi-modelica-datacloud in /home/jenkins-agent/workdir/workspace/marco-runtime-docker-dev-debian-12 [Pipeline] { [Pipeline] stage [Pipeline] { (Checkout) [Pipeline] dir Running in /home/jenkins-agent/workdir/workspace/marco-runtime-docker-dev-debian-12/debian-12/src/marco [Pipeline] { [Pipeline] checkout The recommended git tool is: git using credential github-app Fetching changes from the remote Git repository > git rev-parse --resolve-git-dir /home/jenkins-agent/workdir/workspace/marco-runtime-docker-dev-debian-12/debian-12/src/marco/.git # timeout=10 > git config remote.origin.url https://github.com/marco-compiler/marco.git # timeout=10 Fetching upstream changes from https://github.com/marco-compiler/marco.git > git --version # timeout=10 > git --version # 'git version 2.43.0' using GIT_ASKPASS to set credentials > git fetch --tags --force --progress -- https://github.com/marco-compiler/marco.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision bb7cf3167ee97547747d09b442bc3f5b8d53dde0 (refs/remotes/origin/master) > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bb7cf3167ee97547747d09b442bc3f5b8d53dde0 # timeout=10 Commit message: "Fix wrong wording" > git rev-list --no-walk c784edbf087687e302ff96b3c6bc977b929eaab2 # timeout=10 [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // stage [Pipeline] publishChecks [GitHub Checks] GitHub check (name: docker-dev-image, status: in_progress) has been published. [Pipeline] stage [Pipeline] { (Build) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh + docker build -t marco-compiler/marco-dev-debian-12:latest --build-arg LLVM_PARALLEL_COMPILE_JOBS=16 --build-arg LLVM_PARALLEL_LINK_JOBS=1 -f /home/jenkins-agent/workdir/workspace/marco-runtime-docker-dev-debian-12/debian-12/src/marco/.jenkins/dev-debian-12.Dockerfile /home/jenkins-agent/workdir/workspace/marco-runtime-docker-dev-debian-12/debian-12/src/marco/.jenkins #0 building with "default" instance using docker driver #1 [internal] load build definition from dev-debian-12.Dockerfile #1 transferring dockerfile: 1.53kB done #1 DONE 0.1s #2 [internal] load metadata for docker.io/library/debian:12 #2 DONE 0.7s #3 [internal] load .dockerignore #3 transferring context: 2B done #3 DONE 0.2s #4 [ 1/16] FROM docker.io/library/debian:12@sha256:27586f4609433f2f49a9157405b473c62c3cb28a581c413393975b4e8496d0ab #4 DONE 0.0s #5 [internal] load build context #5 transferring context: 2.00kB 0.0s done #5 DONE 0.2s #6 [ 8/16] RUN apt update -y && apt install -y libopenblas-dev=0.3.21+ds-4 libsuitesparse-dev=1:5.12.0+dfsg-2 libsundials-dev=6.4.1+dfsg1-3 #6 CACHED #7 [13/16] RUN apt update -y && apt install -y autoconf automake libboost-all-dev expat default-jre uuid-dev #7 CACHED #8 [ 9/16] COPY ./version_marco_runtime.txt /tmp/ #8 CACHED #9 [10/16] COPY ./install_marco_runtime.sh /tmp/ #9 CACHED #10 [ 4/16] RUN chmod +x /tmp/setup_venv.sh && /tmp/setup_venv.sh #10 CACHED #11 [ 5/16] COPY ./version_llvm.txt /tmp/ #11 CACHED #12 [ 7/16] 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 #12 CACHED #13 [ 3/16] COPY ./setup_venv.sh /tmp/ #13 CACHED #14 [ 2/16] RUN apt update -y && apt install -y build-essential gfortran ninja-build lld mold cmake ccache git python3-pip python3-venv libxml2-dev libtinfo-dev wget doxygen #14 CACHED #15 [14/16] COPY ./version_openmodelica.txt /tmp/ #15 CACHED #16 [12/16] RUN apt install -y python3-nltk #16 CACHED #17 [15/16] COPY ./install_openmodelica.sh /tmp/ #17 CACHED #18 [ 6/16] COPY ./install_llvm.sh /tmp/ #18 CACHED #19 [11/16] RUN chmod +x /tmp/install_marco_runtime.sh && cd /root && MARCO_RUNTIME_COMMIT=$(cat /tmp/version_marco_runtime.txt) MARCO_RUNTIME_BUILD_TYPE=Debug /tmp/install_marco_runtime.sh #19 CACHED #20 [16/16] RUN chmod +x /tmp/install_openmodelica.sh && cd /root && OPENMODELICA_COMMIT=$(cat /tmp/version_openmodelica.txt) /tmp/install_openmodelica.sh #20 CACHED #21 exporting to image #21 exporting layers done #21 writing image sha256:406f867482fe5cd84c150c2fcecc5c7e4c9d795056aa47245f2ce607a1ae2e20 0.1s done #21 naming to docker.io/marco-compiler/marco-dev-debian-12:latest 0.1s done #21 DONE 0.2s [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry $ docker login -u marco-ci -p ******** https://ghcr.io WARNING! Using --password via the CLI is insecure. Use --password-stdin. WARNING! Your password will be stored unencrypted in /home/jenkins-agent/workdir/workspace/marco-runtime-docker-dev-debian-12@tmp/f5b68a7d-df71-4ad1-9c93-93b22c4d1717/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credential-stores Login Succeeded [Pipeline] { [Pipeline] stage [Pipeline] { (Publish) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh + docker tag marco-compiler/marco-dev-debian-12:latest ghcr.io/marco-compiler/marco-dev-debian-12:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh + docker push ghcr.io/marco-compiler/marco-dev-debian-12:latest The push refers to repository [ghcr.io/marco-compiler/marco-dev-debian-12] 4417d4a75f76: Preparing f412a81b7531: Preparing 2e7b8076b34b: Preparing 1a436b755a45: Preparing 35fbe8baf304: Preparing b853d627d2e4: Preparing 0178e8a4994a: Preparing 3020dac48620: Preparing 50c912b598d1: Preparing 0a85429d1727: Preparing 8cc810696103: Preparing dbaa72d147de: Preparing 310bd46a8bc6: Preparing 364711a91814: Preparing cd4f30466b90: Preparing d50132f2fe78: Preparing b853d627d2e4: Waiting 50c912b598d1: Waiting 3020dac48620: Waiting 0a85429d1727: Waiting 0178e8a4994a: Waiting 8cc810696103: Waiting dbaa72d147de: Waiting 310bd46a8bc6: Waiting 364711a91814: Waiting d50132f2fe78: Waiting cd4f30466b90: Waiting f412a81b7531: Pushed 2e7b8076b34b: Pushed 0178e8a4994a: Pushed 3020dac48620: Pushed b853d627d2e4: Pushed 35fbe8baf304: Pushed 8cc810696103: Mounted from marco-compiler/marco-prod-debian-12 dbaa72d147de: Mounted from marco-compiler/marco-prod-debian-12 310bd46a8bc6: Mounted from marco-compiler/marco-prod-debian-12 364711a91814: Mounted from marco-compiler/marco-prod-debian-12 cd4f30466b90: Mounted from marco-compiler/marco-prod-debian-12 d50132f2fe78: Mounted from marco-compiler/marco-prod-debian-12 1a436b755a45: Pushed 50c912b598d1: Pushed 4417d4a75f76: Pushed 0a85429d1727: Pushed latest: digest: sha256:7d0f9c1c805cc3c67869b90d39f361eacf90e776eff90bcb3c40a6f1ab71383b size: 3679 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] publishChecks [GitHub Checks] GitHub check (name: docker-dev-image, status: completed) has been published. [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline Finished: SUCCESS