Pull request #3293 opened Connecting to https://api.github.com using GitHub Access Token Connecting to https://api.github.com to check permissions of obtain list of HansOlsson for modelica/ModelicaSpecification Obtained .CI/Jenkinsfile from c8e92667c589c591bcebb459c180da5b64a366bc+d3c43ff4fddbba69d4c914723fc212f107a44dba (ec93607a37e4755f692618dad4bcd96084230e08) [Pipeline] Start of Pipeline [Pipeline] stage [Pipeline] { (checks) [Pipeline] node Running on ryzen-5950x-2-1 in /var/lib/jenkins1/ws/on_ModelicaSpecification_PR-3293 [Pipeline] { [Pipeline] checkout The recommended git tool is: git using credential github Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/modelica/ModelicaSpecification.git > git init /var/lib/jenkins1/ws/on_ModelicaSpecification_PR-3293 # timeout=10 Fetching upstream changes from https://github.com/modelica/ModelicaSpecification.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_ASKPASS to set credentials GitHub Access Token > git fetch --no-tags --force --progress -- https://github.com/modelica/ModelicaSpecification.git +refs/pull/3293/head:refs/remotes/origin/PR-3293 +refs/heads/master:refs/remotes/origin/master # timeout=10 Cleaning workspace Fetching without tags Merging remotes/origin/master commit d3c43ff4fddbba69d4c914723fc212f107a44dba into PR head commit c8e92667c589c591bcebb459c180da5b64a366bc Merge succeeded, producing 0084bf36527b1ea2820a8aa5f56e054df61deb86 Checking out Revision 0084bf36527b1ea2820a8aa5f56e054df61deb86 (PR-3293) Commit message: "Merge commit 'd3c43ff4fddbba69d4c914723fc212f107a44dba' into HEAD" First time build. Skipping changelog. Cleaning workspace > git --version # timeout=10 > git --version # 'git version 2.25.1' > git config remote.origin.url https://github.com/modelica/ModelicaSpecification.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/3293/head:refs/remotes/origin/PR-3293 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url https://github.com/modelica/ModelicaSpecification.git # timeout=10 > git rev-parse --verify HEAD # timeout=10 No valid HEAD. Skipping the resetting > git clean -fdx # timeout=10 Fetching upstream changes from https://github.com/modelica/ModelicaSpecification.git using GIT_ASKPASS to set credentials GitHub Access Token > git fetch --no-tags --force --progress -- https://github.com/modelica/ModelicaSpecification.git +refs/pull/3293/head:refs/remotes/origin/PR-3293 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c8e92667c589c591bcebb459c180da5b64a366bc # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials GitHub Access Token > git merge d3c43ff4fddbba69d4c914723fc212f107a44dba # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0084bf36527b1ea2820a8aa5f56e054df61deb86 # timeout=10 > git branch -a -v --no-abbrev # timeout=10 > git checkout -b PR-3293 0084bf36527b1ea2820a8aa5f56e054df61deb86 # timeout=10 > git rev-parse --verify HEAD # timeout=10 Resetting working tree > git reset --hard # timeout=10 > git clean -fdx # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh + docker inspect -f . alpine:3.9 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer ryzen-5950x-2-1 does not seem to be running inside a container $ docker run -t -d -u 1001:1001 -w /var/lib/jenkins1/ws/on_ModelicaSpecification_PR-3293 -v /var/lib/jenkins1/ws/on_ModelicaSpecification_PR-3293:/var/lib/jenkins1/ws/on_ModelicaSpecification_PR-3293:rw,z -v /var/lib/jenkins1/ws/on_ModelicaSpecification_PR-3293_tmp:/var/lib/jenkins1/ws/on_ModelicaSpecification_PR-3293_tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** alpine:3.9 cat $ docker top 67a91577bac00b67d52b4f164a1faa77cb358a6876f24adced7761a76b0f76fe -eo pid,comm [Pipeline] { [Pipeline] sh + grep -n '[ ]$' MLS.tex preamble.tex chapters/abstract.tex chapters/annotations.tex chapters/arrays.tex chapters/classes.tex chapters/connectors.tex chapters/copyright.tex chapters/dae.tex chapters/derivationofstream.tex chapters/equations.tex chapters/functions.tex chapters/inheritance.tex chapters/interface.tex chapters/introduction.tex chapters/lexicalstructure.tex chapters/library.tex chapters/operatorsandexpressions.tex chapters/overloaded.tex chapters/packages.tex chapters/preface.tex chapters/revisions.tex chapters/scoping.tex chapters/statemachines.tex chapters/statements.tex chapters/stream.tex chapters/synchronous.tex chapters/syntax.tex chapters/titlepage.tex chapters/unitexpressions.tex [Pipeline] } $ docker stop --time=1 67a91577bac00b67d52b4f164a1faa77cb358a6876f24adced7761a76b0f76fe $ docker rm -f 67a91577bac00b67d52b4f164a1faa77cb358a6876f24adced7761a76b0f76fe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (build) [Pipeline] node Running on ryzen-5950x-2-1 in /var/lib/jenkins1/ws/on_ModelicaSpecification_PR-3293 [Pipeline] { [Pipeline] checkout The recommended git tool is: git using credential github Fetching changes from the remote Git repository Cleaning workspace Fetching without tags Merging remotes/origin/master commit d3c43ff4fddbba69d4c914723fc212f107a44dba into PR head commit c8e92667c589c591bcebb459c180da5b64a366bc Merge succeeded, producing 7c341131453e133e6ec4464e67c99e092e00a251 Checking out Revision 7c341131453e133e6ec4464e67c99e092e00a251 (PR-3293) Commit message: "Merge commit 'd3c43ff4fddbba69d4c914723fc212f107a44dba' into HEAD" First time build. Skipping changelog. Cleaning workspace > git --version # timeout=10 > git --version # 'git version 2.25.1' [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { > git rev-parse --resolve-git-dir /var/lib/jenkins1/ws/on_ModelicaSpecification_PR-3293/.git # timeout=10 > git config remote.origin.url https://github.com/modelica/ModelicaSpecification.git # timeout=10 > git rev-parse --verify HEAD # timeout=10 Resetting working tree > git reset --hard # timeout=10 > git clean -fdx # timeout=10 Fetching upstream changes from https://github.com/modelica/ModelicaSpecification.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_ASKPASS to set credentials GitHub Access Token > git fetch --no-tags --force --progress -- https://github.com/modelica/ModelicaSpecification.git +refs/pull/3293/head:refs/remotes/origin/PR-3293 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c8e92667c589c591bcebb459c180da5b64a366bc # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_ASKPASS to set credentials GitHub Access Token > git merge d3c43ff4fddbba69d4c914723fc212f107a44dba # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7c341131453e133e6ec4464e67c99e092e00a251 # timeout=10 > git branch -a -v --no-abbrev # timeout=10 > git branch -D PR-3293 # timeout=10 > git checkout -b PR-3293 7c341131453e133e6ec4464e67c99e092e00a251 # timeout=10 > git rev-parse --verify HEAD # timeout=10 Resetting working tree > git reset --hard # timeout=10 > git clean -fdx # timeout=10 [Pipeline] sh + docker pull modelicaspec/latexml:20220405 20220405: Pulling from modelicaspec/latexml Digest: sha256:044841c4038bed2ffbd9a5ec03a16c6d462d32faa92b07215cc7c5016be0b068 Status: Image is up to date for modelicaspec/latexml:20220405 docker.io/modelicaspec/latexml:20220405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh + docker inspect -f . modelicaspec/latexml:20220405 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer ryzen-5950x-2-1 does not seem to be running inside a container $ docker run -t -d -u 1001:1001 -w /var/lib/jenkins1/ws/on_ModelicaSpecification_PR-3293 -v /var/lib/jenkins1/ws/on_ModelicaSpecification_PR-3293:/var/lib/jenkins1/ws/on_ModelicaSpecification_PR-3293:rw,z -v /var/lib/jenkins1/ws/on_ModelicaSpecification_PR-3293_tmp:/var/lib/jenkins1/ws/on_ModelicaSpecification_PR-3293_tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** modelicaspec/latexml:20220405 cat $ docker top 8f658489a2a7f4182360b338deb5b75a1a5c12997a48dd19962fc7b986d0f43d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh + mkdir -p /tmp/jenkins [Pipeline] sh + latexmk -pdf MLS.tex Rc files read: NONE Latexmk: This is Latexmk, John Collins, 17 Mar. 2022. Version 4.77, version: 4.77. Latexmk: applying rule 'pdflatex'... Rule 'pdflatex': File changes, etc: Changed files, or newly in use since previous run(s): MLS.tex Rule 'pdflatex': The following rules & subrules became out-of-date: pdflatex ------------ Run number 1 of rule 'pdflatex' ------------ ------------ Running 'pdflatex -recorder "MLS.tex"' ------------ This is pdfTeX, Version 3.141592653-2.6-1.40.24 (TeX Live 2022) (preloaded format=pdflatex) restricted \write18 enabled. entering extended mode (./MLS.tex LaTeX2e <2021-11-15> patch level 1 L3 programming layer <2022-02-24> (/usr/local/texlive/texmf-dist/tex/latex/base/report.cls Document Class: report 2021/10/04 v1.4n Standard LaTeX document class (/usr/local/texlive/texmf-dist/tex/latex/base/size10.clo)) ! LaTeX Error: File `cmap.sty' not found. Type X to quit or to proceed, or enter new name. (Default extension: sty) Enter file name: ! Emergency stop. l.3 \NeedsTeXFormat {LaTeX2e}^^M ! ==> Fatal error occurred, no output PDF file produced! Transcript written on MLS.log. Latexmk: Missing input file 'cmap.sty' (or dependence on it) from following: '! LaTeX Error: File `cmap.sty' not found.' Latexmk: If appropriate, the -f option can be used to get latexmk to try to force complete processing. Latexmk: Getting log file 'MLS.log' Latexmk: Examining 'MLS.fls' Latexmk: Examining 'MLS.log' Latexmk: Errors, so I did not complete making targets Collected error summary (may duplicate other messages): pdflatex: Command for 'pdflatex' gave return code 1 Refer to 'MLS.log' for details [Pipeline] } [Pipeline] // withEnv [Pipeline] } $ docker stop --time=1 8f658489a2a7f4182360b338deb5b75a1a5c12997a48dd19962fc7b986d0f43d $ docker rm -f 8f658489a2a7f4182360b338deb5b75a1a5c12997a48dd19962fc7b986d0f43d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (upload) Stage "upload" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (index) Stage "index" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] End of Pipeline ERROR: script returned exit code 12 GitHub has been notified of this commit’s build result Finished: FAILURE