Skip to content

Console Output

Pull request #3296 opened
14:53:02 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 036c60b91a4523df7ff876e846a220814b2700eb+4766609c17b3a4f012670957f329ec96e7377dde (b10581fea3649675b16d167efab314aa268248e6)
[Pipeline] Start of Pipeline
[Pipeline] stage
[Pipeline] { (checks)
[Pipeline] node
Running on ryzen-5950x-2-1 in /var/lib/jenkins1/ws/on_ModelicaSpecification_PR-3296
[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-3296 # 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/3296/head:refs/remotes/origin/PR-3296 +refs/heads/master:refs/remotes/origin/master # timeout=10
Cleaning workspace
Fetching without tags
Merging remotes/origin/master commit 4766609c17b3a4f012670957f329ec96e7377dde into PR head commit 036c60b91a4523df7ff876e846a220814b2700eb
 > git config remote.origin.url https://github.com/modelica/ModelicaSpecification.git # timeout=10
 > git config --add remote.origin.fetch +refs/pull/3296/head:refs/remotes/origin/PR-3296 # 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/3296/head:refs/remotes/origin/PR-3296 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 036c60b91a4523df7ff876e846a220814b2700eb # timeout=10
Merge succeeded, producing 036c60b91a4523df7ff876e846a220814b2700eb
Checking out Revision 036c60b91a4523df7ff876e846a220814b2700eb (PR-3296)
Commit message: "In order to support search and copying of ligatures. Closes #3286 It may be that we need to install additional packages on the docker-image (cmap and one more)."
First time build. Skipping changelog.
Cleaning workspace
 > git remote # timeout=10
 > git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials GitHub Access Token
 > git merge 4766609c17b3a4f012670957f329ec96e7377dde # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 036c60b91a4523df7ff876e846a220814b2700eb # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b PR-3296 036c60b91a4523df7ff876e846a220814b2700eb # timeout=10
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
 > 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-3296 -v /var/lib/jenkins1/ws/on_ModelicaSpecification_PR-3296:/var/lib/jenkins1/ws/on_ModelicaSpecification_PR-3296:rw,z -v /var/lib/jenkins1/ws/on_ModelicaSpecification_PR-3296_tmp:/var/lib/jenkins1/ws/on_ModelicaSpecification_PR-3296_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 9e5304178e642ab5f27d3ac6bcea2929cac60a7e371a5a7d4f0495390f6580ca -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 9e5304178e642ab5f27d3ac6bcea2929cac60a7e371a5a7d4f0495390f6580ca
$ docker rm -f 9e5304178e642ab5f27d3ac6bcea2929cac60a7e371a5a7d4f0495390f6580ca
[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-3296
[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 4766609c17b3a4f012670957f329ec96e7377dde into PR head commit 036c60b91a4523df7ff876e846a220814b2700eb
Merge succeeded, producing 036c60b91a4523df7ff876e846a220814b2700eb
Checking out Revision 036c60b91a4523df7ff876e846a220814b2700eb (PR-3296)
Commit message: "In order to support search and copying of ligatures. Closes #3286 It may be that we need to install additional packages on the docker-image (cmap and one more)."
Cleaning workspace
 > git --version # timeout=10
 > git --version # 'git version 2.25.1'
[Pipeline] withEnv
[Pipeline] {
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
 > git rev-parse --resolve-git-dir /var/lib/jenkins1/ws/on_ModelicaSpecification_PR-3296/.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/3296/head:refs/remotes/origin/PR-3296 +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 036c60b91a4523df7ff876e846a220814b2700eb # 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 4766609c17b3a4f012670957f329ec96e7377dde # timeout=10
 > git rev-parse HEAD^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 036c60b91a4523df7ff876e846a220814b2700eb # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D PR-3296 # timeout=10
 > git checkout -b PR-3296 036c60b91a4523df7ff876e846a220814b2700eb # timeout=10
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
+ docker pull modelicaspec/latexml:20221130
20221130: Pulling from modelicaspec/latexml
Digest: sha256:f46e530e10d2da8e059c1ea6d5b03e60365659ff02bb935e5bf25a1b60d13d94
Status: Image is up to date for modelicaspec/latexml:20221130
docker.io/modelicaspec/latexml:20221130
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] isUnix
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ docker inspect -f . modelicaspec/latexml:20221130
.
[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-3296 -v /var/lib/jenkins1/ws/on_ModelicaSpecification_PR-3296:/var/lib/jenkins1/ws/on_ModelicaSpecification_PR-3296:rw,z -v /var/lib/jenkins1/ws/on_ModelicaSpecification_PR-3296_tmp:/var/lib/jenkins1/ws/on_ModelicaSpecification_PR-3296_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:20221130 cat
$ docker top e2ca11a2bae6f5c23e39ca1b8004b12354251d34024ab77dfbcd3d99b7b09ae2 -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 <RETURN> to proceed,
or enter new name. (Default extension: sty)

Enter file name: 
! Emergency stop.
<read *> 
         
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 e2ca11a2bae6f5c23e39ca1b8004b12354251d34024ab77dfbcd3d99b7b09ae2
$ docker rm -f e2ca11a2bae6f5c23e39ca1b8004b12354251d34024ab77dfbcd3d99b7b09ae2
[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