Pull request #2611 updated Connecting to https://api.github.com using sjoelund.se/****** (GitHub Access Token) Connecting to https://api.github.com to check permissions of obtain list of henrikt-ma for modelica/ModelicaSpecification Obtained .CI/Jenkinsfile from 8030e5b6f991cf05cf46e052703742b2c3751201+c3c2b95aeef096713c1b3141039c8ce24ef2bbb0 (70d94b62ba09c8627a91b2284bf3e18ab60739ad) Running in Durability level: MAX_SURVIVABILITY [Pipeline] Start of Pipeline [Pipeline] stage [Pipeline] { (checks) [Pipeline] node Running on asap-1 in /var/lib/jenkins1/ws/on_ModelicaSpecification_PR-2611 [Pipeline] { [Pipeline] checkout 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-2611 # timeout=10 Fetching upstream changes from https://github.com/modelica/ModelicaSpecification.git > git --version # timeout=10 using GIT_ASKPASS to set credentials GitHub Access Token > git fetch --no-tags --progress -- https://github.com/modelica/ModelicaSpecification.git +refs/pull/2611/head:refs/remotes/origin/PR-2611 +refs/heads/master:refs/remotes/origin/master # timeout=10 Cleaning workspace Fetching without tags Merging remotes/origin/master commit c3c2b95aeef096713c1b3141039c8ce24ef2bbb0 into PR head commit 8030e5b6f991cf05cf46e052703742b2c3751201 Merge succeeded, producing 8030e5b6f991cf05cf46e052703742b2c3751201 Checking out Revision 8030e5b6f991cf05cf46e052703742b2c3751201 (PR-2611) Commit message: "Merge branch 'master' into cleanup/cleveref" > git config remote.origin.url https://github.com/modelica/ModelicaSpecification.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2611/head:refs/remotes/origin/PR-2611 # 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 --progress -- https://github.com/modelica/ModelicaSpecification.git +refs/pull/2611/head:refs/remotes/origin/PR-2611 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8030e5b6f991cf05cf46e052703742b2c3751201 # 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 c3c2b95aeef096713c1b3141039c8ce24ef2bbb0 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8030e5b6f991cf05cf46e052703742b2c3751201 # timeout=10 > git branch -a -v --no-abbrev # timeout=10 > git checkout -b PR-2611 8030e5b6f991cf05cf46e052703742b2c3751201 # timeout=10 > git rev-list --no-walk 08b3c4974efa61c261fca95b24b04e58c51b50dd # timeout=10 Cleaning workspace > 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] sh + docker inspect -f . alpine:3.9 Error: No such object: alpine:3.9 [Pipeline] isUnix [Pipeline] sh + docker pull alpine:3.9 3.9: Pulling from library/alpine 31603596830f: Pulling fs layer 31603596830f: Verifying Checksum 31603596830f: Download complete 31603596830f: Pull complete Digest: sha256:414e0518bb9228d35e4cd5165567fb91d26c6a214e9c95899e1e056fcd349011 Status: Downloaded newer image for alpine:3.9 docker.io/library/alpine:3.9 [Pipeline] withDockerContainer asap-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-2611 -v /var/lib/jenkins1/ws/on_ModelicaSpecification_PR-2611:/var/lib/jenkins1/ws/on_ModelicaSpecification_PR-2611:rw,z -v /var/lib/jenkins1/ws/on_ModelicaSpecification_PR-2611@tmp:/var/lib/jenkins1/ws/on_ModelicaSpecification_PR-2611@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 ******** alpine:3.9 cat $ docker top 84f74e0547122cb38ab00d97fe6f8ee5f873989a7c0576423dddb59f376b5844 -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/dae.tex chapters/derivationofstream.tex chapters/equations.tex chapters/functions.tex chapters/glossary.tex chapters/inheritance.tex chapters/interface.tex chapters/introduction.tex chapters/lexicalstructure.tex chapters/library.tex chapters/literature.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/unitexpressions.tex [Pipeline] } $ docker stop --time=1 84f74e0547122cb38ab00d97fe6f8ee5f873989a7c0576423dddb59f376b5844 $ docker rm -f 84f74e0547122cb38ab00d97fe6f8ee5f873989a7c0576423dddb59f376b5844 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (build) [Pipeline] node Running on asap-1 in /var/lib/jenkins1/ws/on_ModelicaSpecification_PR-2611 [Pipeline] { [Pipeline] checkout using credential github Fetching changes from the remote Git repository Cleaning workspace Fetching without tags Merging remotes/origin/master commit c3c2b95aeef096713c1b3141039c8ce24ef2bbb0 into PR head commit 8030e5b6f991cf05cf46e052703742b2c3751201 Merge succeeded, producing 8030e5b6f991cf05cf46e052703742b2c3751201 Checking out Revision 8030e5b6f991cf05cf46e052703742b2c3751201 (PR-2611) Commit message: "Merge branch 'master' into cleanup/cleveref" Cleaning workspace > git rev-parse --is-inside-work-tree # 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 using GIT_ASKPASS to set credentials GitHub Access Token > git fetch --no-tags --progress -- https://github.com/modelica/ModelicaSpecification.git +refs/pull/2611/head:refs/remotes/origin/PR-2611 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8030e5b6f991cf05cf46e052703742b2c3751201 # 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 c3c2b95aeef096713c1b3141039c8ce24ef2bbb0 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8030e5b6f991cf05cf46e052703742b2c3751201 # timeout=10 > git branch -a -v --no-abbrev # timeout=10 > git branch -D PR-2611 # timeout=10 > git checkout -b PR-2611 8030e5b6f991cf05cf46e052703742b2c3751201 # 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] sh + docker pull modelicaspec/latexml:20200415 20200415: Pulling from modelicaspec/latexml 6cf436f81810: Already exists 987088a85b96: Already exists b4624b3efe06: Already exists d42beb8ded59: Already exists 9bf2f9c66907: Pulling fs layer 9bf2f9c66907: Verifying Checksum 9bf2f9c66907: Download complete 9bf2f9c66907: Pull complete Digest: sha256:2c8cdff71d87ef7413431cd990e33789f7c364f23813192d18ffa0a5816fd678 Status: Downloaded newer image for modelicaspec/latexml:20200415 docker.io/modelicaspec/latexml:20200415 [Pipeline] isUnix [Pipeline] sh + docker inspect -f . modelicaspec/latexml:20200415 . [Pipeline] withDockerContainer asap-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-2611 -v /var/lib/jenkins1/ws/on_ModelicaSpecification_PR-2611:/var/lib/jenkins1/ws/on_ModelicaSpecification_PR-2611:rw,z -v /var/lib/jenkins1/ws/on_ModelicaSpecification_PR-2611@tmp:/var/lib/jenkins1/ws/on_ModelicaSpecification_PR-2611@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 ******** modelicaspec/latexml:20200415 cat $ docker top 80e626179e662acd3e9ff4c7158d3e30e5df37bc76ffeb85b1ac2993f5599e30 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh + mkdir -p /tmp/jenkins [Pipeline] sh + latexmk -pdf MLS.tex Latexmk: This is Latexmk, John Collins, 26 Dec. 2019, version: 4.67. Rule 'pdflatex': The following rules & subrules became out-of-date: 'pdflatex' ------------ Run number 1 of rule 'pdflatex' ------------ ------------ Running 'pdflatex -recorder "MLS.tex"' ------------ Latexmk: applying rule 'pdflatex'... This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020) (preloaded format=pdflatex) restricted \write18 enabled. entering extended mode (./MLS.tex LaTeX2e <2020-02-02> patch level 5 L3 programming layer <2020-04-06> (/usr/local/texlive/texmf-dist/tex/latex/base/report.cls Document Class: report 2019/12/20 v1.4l Standard LaTeX document class (/usr/local/texlive/texmf-dist/tex/latex/base/size10.clo)) (/usr/local/texlive/texmf-dist/tex/latex/base/inputenc.sty) (./preamble.tex (/usr/local/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty) (/usr/local/texlive/texmf-dist/tex/latex/parskip/parskip.sty (/usr/local/texlive/texmf-dist/tex/latex/kvoptions/kvoptions.sty (/usr/local/texlive/texmf-dist/tex/latex/graphics/keyval.sty) (/usr/local/texlive/texmf-dist/tex/generic/ltxcmds/ltxcmds.sty) (/usr/local/texlive/texmf-dist/tex/generic/kvsetkeys/kvsetkeys.sty)) (/usr/local/texlive/texmf-dist/tex/latex/etoolbox/etoolbox.sty)) (/usr/local/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty For additional information on amsmath, use the `?' option. (/usr/local/texlive/texmf-dist/tex/latex/amsmath/amstext.sty (/usr/local/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty)) (/usr/local/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty) (/usr/local/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty)) (/usr/local/texlive/texmf-dist/tex/latex/float/float.sty) (/usr/local/texlive/texmf-dist/tex/generic/iftex/ifpdf.sty (/usr/local/texlive/texmf-dist/tex/generic/iftex/iftex.sty)) (/usr/local/texlive/texmf-dist/tex/latex/tocloft/tocloft.sty Package tocloft Warning: \@starttoc has already been redefined; tocloft bailing out. on input line 1156. ) (/usr/local/texlive/texmf-dist/tex/latex/geometry/geometry.sty (/usr/local/texlive/texmf-dist/tex/generic/iftex/ifvtex.sty)) (/usr/local/texlive/texmf-dist/tex/latex/graphics/graphicx.sty (/usr/local/texlive/texmf-dist/tex/latex/graphics/graphics.sty (/usr/local/texlive/texmf-dist/tex/latex/graphics/trig.sty) (/usr/local/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg) (/usr/local/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def))) (/usr/local/texlive/texmf-dist/tex/latex/tools/verbatim.sty) (/usr/local/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty (/usr/local/texlive/texmf-dist/tex/latex/pdftexcmds/pdftexcmds.sty (/usr/local/texlive/texmf-dist/tex/generic/infwarerr/infwarerr.sty)) (/usr/local/texlive/texmf-dist/tex/generic/kvdefinekeys/kvdefinekeys.sty) (/usr/local/texlive/texmf-dist/tex/generic/pdfescape/pdfescape.sty) (/usr/local/texlive/texmf-dist/tex/latex/hycolor/hycolor.sty) (/usr/local/texlive/texmf-dist/tex/latex/letltxmacro/letltxmacro.sty) (/usr/local/texlive/texmf-dist/tex/latex/auxhook/auxhook.sty) (/usr/local/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/local/texlive/texmf-dist/tex/generic/intcalc/intcalc.sty) (/usr/local/texlive/texmf-dist/tex/generic/etexcmds/etexcmds.sty) (/usr/local/texlive/texmf-dist/tex/latex/url/url.sty) (/usr/local/texlive/texmf-dist/tex/generic/bitset/bitset.sty (/usr/local/texlive/texmf-dist/tex/generic/bigintcalc/bigintcalc.sty)) (/usr/local/texlive/texmf-dist/tex/generic/atbegshi/atbegshi.sty)) (/usr/local/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def (/usr/local/texlive/texmf-dist/tex/latex/atveryend/atveryend.sty) (/usr/local/texlive/texmf-dist/tex/latex/rerunfilecheck/rerunfilecheck.sty (/usr/local/texlive/texmf-dist/tex/generic/uniquecounter/uniquecounter.sty))) (/usr/local/texlive/texmf-dist/tex/latex/tools/longtable.sty) (/usr/local/texlive/texmf-dist/tex/latex/multirow/multirow.sty) (/usr/local/texlive/texmf-dist/tex/latex/listings/listings.sty (/usr/local/texlive/texmf-dist/tex/latex/listings/lstmisc.sty) (/usr/local/texlive/texmf-dist/tex/latex/listings/listings.cfg)) (/usr/local/texlive/texmf-dist/tex/latex/graphics/color.sty (/usr/local/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg)) (/usr/local/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty (/usr/local/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg) (/usr/local/texlive/texmf-dist/tex/latex/colortbl/colortbl.sty (/usr/local/texlive/texmf-dist/tex/latex/tools/array.sty))) ! LaTeX Error: File `cleveref.sty' not found. Type X to quit or to proceed, or enter new name. (Default extension: sty) Enter file name: ! Emergency stop. l.142 \def \autoref#1{\errmessage{You are not supposed to use \autoref; use \... ! ==> Fatal error occurred, no output PDF file produced! Transcript written on MLS.log. Latexmk: Missing input file: 'cleveref.sty' from line '! LaTeX Error: File `cleveref.sty' not found.' Collected error summary (may duplicate other messages): pdflatex: Command for 'pdflatex' gave return code 1 Refer to 'MLS.log' for details Latexmk: Use the -f option to force complete processing, unless error was exceeding maximum runs, or warnings treated as errors. === TeX engine is 'pdfTeX' Latexmk: Errors, so I did not complete making targets [Pipeline] } [Pipeline] // withEnv [Pipeline] } $ docker stop --time=1 80e626179e662acd3e9ff4c7158d3e30e5df37bc76ffeb85b1ac2993f5599e30 $ docker rm -f 80e626179e662acd3e9ff4c7158d3e30e5df37bc76ffeb85b1ac2993f5599e30 [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 GitHub has been notified of this commit’s build result ERROR: script returned exit code 12 Finished: FAILURE