Pull request #2677 opened 08:01:20 Connecting to https://api.github.com using sjoelund.se/****** (GitHub Access Token) Obtained .CI/Jenkinsfile from 866530d0fa967c36db76faaa313e50c42c3ba5ab+162c7fd345df075af121df24870d1676eeeeb7a8 (210d70a3e28121d74860b4c1c52c4a87800deed8) Running in Durability level: MAX_SURVIVABILITY [Pipeline] Start of Pipeline [Pipeline] stage [Pipeline] { (checks) [Pipeline] node Running on ripper2-1 in /var/lib/jenkins1/ws/on_ModelicaSpecification_PR-2677 [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-2677 # timeout=10 Fetching upstream changes from https://github.com/modelica/ModelicaSpecification.git > git --version # timeout=10 > git --version # 'git version 2.17.1' using GIT_ASKPASS to set credentials GitHub Access Token > git fetch --no-tags --progress -- https://github.com/modelica/ModelicaSpecification.git +refs/pull/2677/head:refs/remotes/origin/PR-2677 +refs/heads/master:refs/remotes/origin/master # timeout=10 Cleaning workspace Fetching without tags > git config remote.origin.url https://github.com/modelica/ModelicaSpecification.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/2677/head:refs/remotes/origin/PR-2677 # 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/2677/head:refs/remotes/origin/PR-2677 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 162c7fd345df075af121df24870d1676eeeeb7a8 into PR head commit 866530d0fa967c36db76faaa313e50c42c3ba5ab Merge succeeded, producing 866530d0fa967c36db76faaa313e50c42c3ba5ab Checking out Revision 866530d0fa967c36db76faaa313e50c42c3ba5ab (PR-2677) Commit message: "Add missing period at end of last sentence in abstract" First time build. Skipping changelog. Cleaning workspace > git --version # timeout=10 > git --version # 'git version 2.17.1' > git config core.sparsecheckout # timeout=10 > git checkout -f 866530d0fa967c36db76faaa313e50c42c3ba5ab # 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 162c7fd345df075af121df24870d1676eeeeb7a8 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 866530d0fa967c36db76faaa313e50c42c3ba5ab # timeout=10 > git branch -a -v --no-abbrev # timeout=10 > git checkout -b PR-2677 866530d0fa967c36db76faaa313e50c42c3ba5ab # 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 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 ripper2-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-2677 -v /var/lib/jenkins1/ws/on_ModelicaSpecification_PR-2677:/var/lib/jenkins1/ws/on_ModelicaSpecification_PR-2677:rw,z -v /var/lib/jenkins1/ws/on_ModelicaSpecification_PR-2677@tmp:/var/lib/jenkins1/ws/on_ModelicaSpecification_PR-2677@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 f03b4a715677a7c096dfec2137705b426c0c0cb8b259132ab7f6e1d9b2a941a1 -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 f03b4a715677a7c096dfec2137705b426c0c0cb8b259132ab7f6e1d9b2a941a1 $ docker rm -f f03b4a715677a7c096dfec2137705b426c0c0cb8b259132ab7f6e1d9b2a941a1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (build) [Pipeline] node Running on ripper2-1 in /var/lib/jenkins1/ws/on_ModelicaSpecification_PR-2677 [Pipeline] { [Pipeline] checkout using credential github Fetching changes from the remote Git repository Cleaning workspace Fetching without tags Merging remotes/origin/master commit 162c7fd345df075af121df24870d1676eeeeb7a8 into PR head commit 866530d0fa967c36db76faaa313e50c42c3ba5ab Merge succeeded, producing 866530d0fa967c36db76faaa313e50c42c3ba5ab Checking out Revision 866530d0fa967c36db76faaa313e50c42c3ba5ab (PR-2677) Commit message: "Add missing period at end of last sentence in abstract" Cleaning workspace > git --version # timeout=10 > git --version # 'git version 2.17.1' > 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 > git --version # 'git version 2.17.1' using GIT_ASKPASS to set credentials GitHub Access Token > git fetch --no-tags --progress -- https://github.com/modelica/ModelicaSpecification.git +refs/pull/2677/head:refs/remotes/origin/PR-2677 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 866530d0fa967c36db76faaa313e50c42c3ba5ab # 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 162c7fd345df075af121df24870d1676eeeeb7a8 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 866530d0fa967c36db76faaa313e50c42c3ba5ab # timeout=10 > git branch -a -v --no-abbrev # timeout=10 > git branch -D PR-2677 # timeout=10 > git checkout -b PR-2677 866530d0fa967c36db76faaa313e50c42c3ba5ab # 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:20200804 20200804: Pulling from modelicaspec/latexml 6cf436f81810: Already exists 987088a85b96: Already exists b4624b3efe06: Already exists d42beb8ded59: Already exists 9bf2f9c66907: Pulling fs layer e16b1b25646b: Pulling fs layer e16b1b25646b: Verifying Checksum e16b1b25646b: Download complete 9bf2f9c66907: Download complete 9bf2f9c66907: Pull complete e16b1b25646b: Pull complete Digest: sha256:39630c831e7c6049b333bb87dcd4307ce5283a5032293860e207f9706dc27c0a Status: Downloaded newer image for modelicaspec/latexml:20200804 docker.io/modelicaspec/latexml:20200804 [Pipeline] isUnix [Pipeline] sh + docker inspect -f . modelicaspec/latexml:20200804 . [Pipeline] withDockerContainer ripper2-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-2677 -v /var/lib/jenkins1/ws/on_ModelicaSpecification_PR-2677:/var/lib/jenkins1/ws/on_ModelicaSpecification_PR-2677:rw,z -v /var/lib/jenkins1/ws/on_ModelicaSpecification_PR-2677@tmp:/var/lib/jenkins1/ws/on_ModelicaSpecification_PR-2677@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:20200804 cat $ docker top 7c05fbad11c389657484ef373b9a6ce1629b4b8943e20d34b552c79ee734d09b -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/caption/caption.sty (/usr/local/texlive/texmf-dist/tex/latex/caption/caption3.sty)) (/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))) (/usr/local/texlive/texmf-dist/tex/latex/cleveref/cleveref.sty) (/usr/local/texlive/texmf-dist/tex/latex/amscls/amsthm.sty) (/usr/local/texlive/texmf-dist/tex/latex/listings/lstmisc.sty)) (/usr/local/texlive/texmf-dist/tex/latex/l3backend/l3backend-pdfmode.def) (./MLS.aux) *geometry* driver: auto-detecting *geometry* detected driver: pdftex (/usr/local/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii [Loading MPS to PDF converter (version 2006.09.02).] ) (/usr/local/texlive/texmf-dist/tex/latex/epstopdf-pkg/epstopdf-base.sty (/usr/local/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg)) (/usr/local/texlive/texmf-dist/tex/latex/caption/ltcaption.sty) (/usr/local/texlive/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/local/texlive/texmf-dist/tex/latex/refcount/refcount.sty) (/usr/local/texlive/texmf-dist/tex/generic/gettitlestring/gettitlestring.sty)) [1{/usr/local/texmf-var/fonts/map/pdftex/updmap/pdftex.map} <./media/Modelica_L anguage.pdf>] (./chapters/abstract.tex Package hyperref Warning: Option `destlabel' has already been used, (hyperref) setting the option has no effect on input line 6. [1] LaTeX Warning: Reference `modelica-revision-history' on page 1 undefined on inp ut line 49. ) (./chapters/preface.texpdfTeX warning (ext4): destination with the same ident ifier (name{page.1}) has been already used, duplicate ignored <to be read again> \relax l.1 \chapter *{Preface}\label{preface} [1] [2 <./media/diagram_examples.png>] LaTeX Warning: Reference `modelica-3-4' on page 1 undefined on input line 47. ) (./chapters/introduction.tex Package Fancyhdr Warning: \headheight is too small (12.0pt): Make it at least 28.98978pt. We now make it that large for the rest of the document. This may cause the page layout to be inconsistent, however. [3] Chapter 1. [4] LaTeX Warning: Reference `glossary' on page 1 undefined on input line 95. LaTeX Warning: Reference `lexical-conventions' on page 1 undefined on input lin e 113. LaTeX Warning: Reference `modelica-concrete-syntax' on page 1 undefined on inpu t line 121. ) (./chapters/lexicalstructure.tex [5] Chapter 2. LaTeX Warning: Reference `modelica-concrete-syntax' on page 1 undefined on inpu t line 14. LaTeX Warning: Reference `lexical-conventions' on page 1 undefined on input lin e 20. (/usr/local/texlive/texmf-dist/tex/latex/base/omlcmr.fd) (/usr/local/texlive/texmf-dist/tex/latex/base/ts1cmss.fd) [6] LaTeX Warning: Reference `modelica-concrete-syntax' on page 1 undefined on inpu t line 88. (/usr/local/texlive/texmf-dist/tex/latex/base/ts1cmtt.fd) LaTeX Warning: Reference `scoping-name-lookup-and-flattening' on page 1 undefin ed on input line 105. LaTeX Warning: Reference `packages' on page 1 undefined on input line 106. LaTeX Warning: Reference `lexical-conventions' on page 1 undefined on input lin e 111. [7] LaTeX Warning: Reference `lexical-conventions' on page 1 undefined on input lin e 140. LaTeX Warning: Reference `integer-type' on page 1 undefined on input line 162. LaTeX Warning: Reference `lexical-conventions' on page 1 undefined on input lin e 175. [8] LaTeX Warning: Reference `lexical-conventions' on page 9 undefined on input lin e 242. LaTeX Warning: Reference `operator-precedence-and-associativity' on page 1 unde fined on input line 243. ) (./chapters/operatorsandexpressions.tex [9] Chapter 3. LaTeX Warning: Reference `modelica-concrete-syntax' on page 1 undefined on inpu t line 5. LaTeX Warning: Reference `predefined-types-and-classes' on page 1 undefined on input line 15. LaTeX Warning: Reference `operator-precedence-and-associativity' on page 1 unde fined on input line 23. LaTeX Warning: Reference `modelica-concrete-syntax' on page 1 undefined on inpu t line 24. LaTeX Warning: Reference `scalar-vector-matrix-and-array-operator-functions' on page 1 undefined on input line 25. LaTeX Warning: Reference `positional-or-named-input-arguments-of-functions' on page 1 undefined on input line 29. LaTeX Warning: Reference `initialization-and-binding-equations-of-components-in -functions' on page 1 undefined on input line 30. LaTeX Warning: Reference `array-dimension-lower-and-upper-index-bounds' on page 1 undefined on input line 30. LaTeX Warning: Reference `built-in-intrinsic-operators-with-function-syntax' on page 1 undefined on input line 31. LaTeX Warning: Reference `modelica-concrete-syntax' on page 1 undefined on inpu t line 41. Overfull \hbox (28.45276pt too wide) in paragraph at lines 59--63 []|[]| Overfull \hbox (28.45276pt too wide) in paragraph at lines 65--68 []|[]| Overfull \hbox (28.45276pt too wide) in paragraph at lines 78--81 []|[]| [10] [11] LaTeX Warning: Reference `scalar-vector-matrix-and-array-operator-functions' on page 1 undefined on input line 154. LaTeX Warning: Reference `equations' on page 1 undefined on input line 191. LaTeX Warning: Reference `equality-and-assignment' on page 1 undefined on input line 191. LaTeX Warning: Reference `positional-or-named-input-arguments-of-functions' on page 1 undefined on input line 192. [12] LaTeX Warning: Reference `events-and-synchronization' on page 1 undefined on in put line 241. LaTeX Warning: Reference `discrete-time-expressions' on page 1 undefined on inp ut line 247. LaTeX Warning: Reference `vector-matrix-and-array-constructors' on page 1 undef ined on input line 267. LaTeX Warning: Reference `array-concatenation' on page 1 undefined on input lin e 271. [13] LaTeX Warning: Reference `vector-construction' on page 1 undefined on input lin e 275. LaTeX Warning: Reference `type-compatible-expressions' on page 1 undefined on i nput line 288. LaTeX Warning: Reference `evaluation-order' on page 1 undefined on input line 2 90. [14] LaTeX Warning: Reference `numeric-functions-and-conversion-functions' on page 1 undefined on input line 354. LaTeX Warning: Reference `derivative-and-special-purpose-operators-with-functio n-syntax' on page 1 undefined on input line 358. LaTeX Warning: Reference `event-related-operators-with-function-syntax' on page 1 undefined on input line 360. LaTeX Warning: Reference `array-dimension-lower-and-upper-index-bounds' on page 1 undefined on input line 362. LaTeX Warning: Reference `built-in-functions' on page 1 undefined on input line 367. LaTeX Warning: Reference `scalar-functions-applied-to-array-arguments' on page 1 undefined on input line 375. LaTeX Warning: Reference `event-triggering-mathematical-functions' on page 1 un defined on input line 378. LaTeX Warning: Reference `type-conversion-of-enumeration-values-to-string-or-in teger' on page 1 undefined on input line 392. LaTeX Warning: Reference `type-conversion-of-integer-to-enumeration-values' on page 1 undefined on input line 399. Underfull \hbox (badness 10000) in paragraph at lines 405--408 []|[][][][][][][][][][][][] Underfull \hbox (badness 10000) in paragraph at lines 405--408 | [][][][][][][][][][] LaTeX Warning: Reference `type-conversion-of-enumeration-values-to-string-or-in teger' on page 1 undefined on input line 414. Underfull \hbox (badness 10000) in paragraph at lines 434--437 []\OT1/cmr/m/n/10 for Re-als: [][][][][][][][][][][][][][][][][][][][][][][][][ ][][][][][][][][][] Underfull \hbox (badness 10000) in paragraph at lines 434--437 [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][ ][][][][][][][][][][][][][][][] Package longtable Warning: Column widths have changed (longtable) in table 3.5 on input line 452. [15] LaTeX Warning: Reference `clocked-discrete-time-and-clocked-discretized-continu ous-time-partition' on page 1 undefined on input line 458. (/usr/local/texlive/texmf-dist/tex/latex/listings/lstlang1.sty) Package longtable Warning: Column widths have changed (longtable) in table 3.6 on input line 519. [16] Package longtable Warning: Column widths have changed (longtable) in table 3.7 on input line 543. LaTeX Warning: Reference `vectorized-calls-of-functions' on page 1 undefined on input line 563. Underfull \hbox (badness 10000) in paragraph at lines 574--575 []|[][][][][][][][][][][][][] LaTeX Warning: Reference `delay' on page 1 undefined on input line 581. LaTeX Warning: Reference `vectorized-calls-of-functions' on page 1 undefined on input line 582. Underfull \hbox (badness 10000) in paragraph at lines 577--583 []|\OT1/cmr/m/n/10 Returns: [][][][][][][][][][][][][][] for [][][] LaTeX Warning: Reference `cardinality-deprecated' on page 1 undefined on input line 592. Underfull \hbox (badness 10000) in paragraph at lines 607--608 []\OT1/cmr/m/n/10 [\OT1/cmr/m/it/10 Example: [][][][][][][][][][][][][] LaTeX Warning: Reference `homotopy' on page 1 undefined on input line 612. LaTeX Warning: Reference `scalar-functions-applied-to-array-arguments' on page 1 undefined on input line 613. LaTeX Warning: Reference `semilinear' on page 1 undefined on input line 624. LaTeX Warning: Reference `vectorized-calls-of-functions' on page 1 undefined on input line 626. Underfull \hbox (badness 10000) in paragraph at lines 622--627 []|\OT1/cmr/m/n/10 Returns: [][][][][][][][][][][][][][][][][][][][][][][][][] LaTeX Warning: Reference `stream-operator-instream-and-connection-equations' on page 1 undefined on input line 635. LaTeX Warning: Reference `stream-operator-actualstream' on page 1 undefined on input line 641. LaTeX Warning: Reference `spatialdistribution' on page 1 undefined on input lin e 652. Underfull \hbox (badness 6396) in paragraph at lines 652--653 []|[][][][][][] \OT1/cmr/m/n/10 al-lows ap-prox-i-ma-tion of LaTeX Warning: Reference `getinstancename' on page 1 undefined on input line 65 8. [17] Package longtable Warning: Column widths have changed (longtable) in table 3.8 on input line 660. [18] [19] LaTeX Warning: Reference `scalar-functions-applied-to-array-arguments' on page 1 undefined on input line 730. [20] LaTeX Warning: Reference `clocked-discrete-time-and-clocked-discretized-continu ous-time-partition' on page 1 undefined on input line 855. [21] [22] LaTeX Warning: Reference `derivative-and-special-purpose-operators-with-functio n-syntax' on page 1 undefined on input line 1000. [23] [24] LaTeX Warning: Reference `scalar-functions-applied-to-array-arguments' on page 1 undefined on input line 1102. LaTeX Warning: Reference `noevent-and-smooth' on page 1 undefined on input line 1125. LaTeX Warning: Reference `events-and-synchronization' on page 1 undefined on in put line 1125. LaTeX Warning: Reference `noevent-and-smooth' on page 1 undefined on input line 1136. LaTeX Warning: Reference `discrete-time-expressions' on page 1 undefined on inp ut line 1158. LaTeX Warning: Reference `pre' on page 1 undefined on input line 1161. LaTeX Warning: Reference `reinit' on page 1 undefined on input line 1181. Package longtable Warning: Column widths have changed (longtable) in table 3.9 on input line 1182. [25] LaTeX Warning: Reference `events-and-synchronization' on page 1 undefined on in put line 1214. [26] LaTeX Warning: Reference `component-variability-prefixes-discrete-parameter-con stant' on page 1 undefined on input line 1240. LaTeX Warning: Reference `synchronous-data-flow-principle-and-single-assignment -rule' on page 1 undefined on input line 1263. [27] LaTeX Warning: Reference `cardinality-deprecated' on page 1 undefined on input line 1320. LaTeX Warning: Reference `events-and-synchronization' on page 1 undefined on in put line 1355. [28] LaTeX Font Warning: Font shape `OML/cmss/m/n' undefined (Font) using `OML/cmm/m/it' instead (Font) for symbol `textgreater' on input line 1404. ) (./chapters/classes.tex [29] Chapter 4. LaTeX Warning: Reference `inheritance-of-protected-and-public-elements' on page 1 undefined on input line 51. [30] LaTeX Warning: Reference `simultaneous-inner-outer-declarations' on page 1 unde fined on input line 59. LaTeX Warning: Reference `redeclaration' on page 1 undefined on input line 60. LaTeX Warning: Reference `positional-or-named-input-arguments-of-functions' on page 1 undefined on input line 83. LaTeX Warning: Reference `output-formal-parameters-of-functions' on page 1 unde fined on input line 85. LaTeX Warning: Reference `records' on page 1 undefined on input line 87. LaTeX Warning: Reference `enumeration-types' on page 1 undefined on input line 89. [31] LaTeX Warning: Reference `static-name-lookup' on page 1 undefined on input line 166. LaTeX Warning: Reference `enumeration-types' on page 1 undefined on input line 182. LaTeX Warning: Reference `array-declarations' on page 1 undefined on input line 183. LaTeX Warning: Reference `function-as-a-specialized-class' on page 1 undefined on input line 203. [32] LaTeX Warning: Reference `conditional-component-declaration' on page 1 undefine d on input line 205. LaTeX Warning: Reference `restrictions-on-assigned-variables' on page 1 undefin ed on input line 215. LaTeX Warning: Reference `specialized-classes' on page 1 undefined on input lin e 223. LaTeX Warning: Reference `functional-input-arguments-to-functions' on page 1 un defined on input line 227. LaTeX Warning: Reference `external-objects' on page 1 undefined on input line 2 32. LaTeX Warning: Reference `variability-of-structured-entities' on page 1 undefin ed on input line 245. LaTeX Warning: Reference `function-call' on page 1 undefined on input line 260. LaTeX Warning: Reference `balanced-models' on page 1 undefined on input line 26 9. LaTeX Warning: Reference `balanced-models' on page 1 undefined on input line 27 5. [33] LaTeX Warning: Reference `connect-equations-and-connectors' on page 1 undefined on input line 293. LaTeX Warning: Reference `balanced-models' on page 1 undefined on input line 29 7. [34] LaTeX Warning: Reference `events-and-synchronization' on page 1 undefined on in put line 364. LaTeX Warning: Reference `initialization-initial-equation-and-initial-algorithm ' on page 1 undefined on input line 365. LaTeX Warning: Reference `events-and-synchronization' on page 1 undefined on in put line 380. LaTeX Warning: Reference `events-and-synchronization' on page 1 undefined on in put line 385. LaTeX Warning: Reference `variability-of-expressions' on page 1 undefined on in put line 409. LaTeX Warning: Reference `variability-of-expressions' on page 1 undefined on in put line 413. [35] [36] LaTeX Warning: Reference `interface-compatibility-or-subtyping' on page 1 undef ined on input line 536. [37] [38] LaTeX Warning: Reference `restriction-on-combining-base-classes-and-other-eleme nts' on page 1 undefined on input line 684. LaTeX Warning: Reference `restriction-on-combining-base-classes-and-other-eleme nts' on page 1 undefined on input line 715. [39] LaTeX Warning: Reference `restrictions-on-the-kind-of-base-class' on page 1 und efined on input line 802. LaTeX Warning: Reference `record-constructor-functions' on page 1 undefined on input line 811. LaTeX Warning: Reference `function-as-a-specialized-class' on page 1 undefined on input line 826. LaTeX Warning: Reference `packages' on page 1 undefined on input line 844. LaTeX Warning: Reference `interface-or-type-relationships' on page 1 undefined on input line 847. LaTeX Warning: Reference `overloaded-operators' on page 1 undefined on input li ne 853. LaTeX Warning: Reference `overloaded-operators' on page 1 undefined on input li ne 857. [40] Package longtable Warning: Column widths have changed (longtable) in table 4.1 on input line 875. [41] [42] LaTeX Warning: Reference `restrictions-of-connections-and-connectors' on page 1 undefined on input line 955. LaTeX Warning: Reference `when-equations' on page 1 undefined on input line 995 . LaTeX Warning: Reference `algorithm-sections' on page 1 undefined on input line 995. LaTeX Warning: Reference `modelica-dae-representation' on page 1 undefined on i nput line 996. [43] [44] [45] [46] [47] [48] LaTeX Warning: Reference `attributes-start-fixed-nominal-and-unbounded' on page 1 undefined on input line 1443. [49] LaTeX Warning: Reference `attributes-of-enumeration-types' on page 1 undefined on input line 1520. LaTeX Warning: Reference `types-as-iteration-ranges' on page 1 undefined on inp ut line 1523. [50] [51] LaTeX Warning: Reference `numeric-functions-and-conversion-functions' on page 1 undefined on input line 1638. LaTeX Warning: Reference `type-conversion-of-enumeration-values-to-string-or-in teger' on page 1 undefined on input line 1645. [52] LaTeX Warning: Reference `external-objects' on page 1 undefined on input line 1 726. LaTeX Warning: Reference `assert' on page 1 undefined on input line 1732. LaTeX Warning: Reference `equation-operators-for-overconstrained-connection-bas ed-equation-systems' on page 1 undefined on input line 1740. LaTeX Warning: Reference `annotations' on page 1 undefined on input line 1745. LaTeX Warning: Reference `clocks-and-clocked-variables' on page 1 undefined on input line 1751. LaTeX Warning: Reference `clock-constructors' on page 1 undefined on input line 1751. ) (./chapters/scoping.tex [53] Chapter 5. LaTeX Warning: Reference `modification-environment' on page 1 undefined on inpu t line 9. LaTeX Warning: Reference `mapping-package-class-structures-to-a-hierarchical-fi le-system' on page 1 undefined on input line 19. [54] LaTeX Warning: Reference `record-constructor-functions' on page 1 undefined on input line 58. LaTeX Warning: Reference `type-conversion-of-integer-to-enumeration-values' on page 1 undefined on input line 59. LaTeX Warning: Reference `the-class-tree' on page 1 undefined on input line 68. LaTeX Warning: Reference `for-equations-repetitive-equation-structures' on page 1 undefined on input line 74. LaTeX Warning: Reference `for-statement' on page 1 undefined on input line 74. LaTeX Warning: Reference `reduction-functions-and-operators' on page 1 undefine d on input line 75. LaTeX Warning: Reference `short-class-definitions' on page 1 undefined on input line 80. LaTeX Warning: Reference `modification-environment' on page 1 undefined on inpu t line 122. LaTeX Warning: Reference `redeclaration' on page 1 undefined on input line 135. [55] LaTeX Warning: Reference `modification-environment' on page 1 undefined on inpu t line 171. LaTeX Warning: Reference `lookup-of-imported-names' on page 1 undefined on inpu t line 186. LaTeX Warning: Reference `simultaneous-inner-outer-declarations' on page 1 unde fined on input line 196. LaTeX Warning: Reference `annotations-for-the-graphical-user-interface' on page 1 undefined on input line 215. [56] [57] [58] LaTeX Warning: Reference `declaration-order-and-usage-before-declaration' on pa ge 1 undefined on input line 394. LaTeX Warning: Reference `merging-of-modifications' on page 1 undefined on inpu t line 447. [59] [60] LaTeX Warning: Reference `annotations-for-code-generation' on page 1 undefined on input line 544. LaTeX Warning: Reference `annotations-for-simulation-experiments' on page 1 und efined on input line 545. LaTeX Warning: Reference `declaring-derivatives-of-functions' on page 1 undefin ed on input line 545. LaTeX Warning: Reference `declaring-inverses-of-functions' on page 1 undefined on input line 545. LaTeX Warning: Reference `external-function-interface' on page 1 undefined on i nput line 545. [61] LaTeX Warning: Reference `static-name-lookup' on page 1 undefined on input line 682. LaTeX Warning: Reference `instance-hierarchy-name-lookup-of-inner-declarations' on page 1 undefined on input line 683. [62] LaTeX Warning: Reference `merging-of-modifications' on page 1 undefined on inpu t line 719. LaTeX Warning: Reference `positional-or-named-input-arguments-of-functions' on page 1 undefined on input line 745. LaTeX Warning: Reference `connectors-and-connections' on page 1 undefined on in put line 767. LaTeX Warning: Reference `state-machines' on page 1 undefined on input line 767 . LaTeX Warning: Reference `expandable-connectors' on page 1 undefined on input l ine 768. LaTeX Warning: Reference `generation-of-connection-equations' on page 1 undefin ed on input line 768. LaTeX Warning: Reference `semantics-summary' on page 1 undefined on input line 769. [63]) (./chapters/interface.tex [64] Chapter 6. LaTeX Warning: Reference `redeclaration' on page 1 undefined on input line 5. LaTeX Warning: Reference `instance-hierarchy-name-lookup-of-inner-declarations' on page 1 undefined on input line 6. LaTeX Warning: Reference `interface-compatibility-or-subtyping' on page 1 undef ined on input line 11. LaTeX Warning: Reference `plug-compatibility-or-restricted-subtyping' on page 1 undefined on input line 11. LaTeX Warning: Reference `the-concepts-of-type-interface-and-subtype' on page 1 undefined on input line 11. LaTeX Warning: Reference `the-concepts-of-type-interface-and-subtype' on page 1 undefined on input line 12. [65] (/usr/local/texlive/texmf-dist/tex/latex/base/omscmr.fd) LaTeX Warning: Reference `predefined-types-and-classes' on page 1 undefined on input line 85. LaTeX Warning: Reference `interface-or-type' on page 1 undefined on input line 87. LaTeX Warning: Reference `interface-or-type' on page 1 undefined on input line 92. [66 <./media/subtype.pdf>] LaTeX Warning: Reference `transitively-non-replaceable' on page 1 undefined on input line 142. LaTeX Warning: Reference `overloaded-operators' on page 1 undefined on input li ne 176. LaTeX Warning: Reference `external-objects' on page 1 undefined on input line 1 76. LaTeX Warning: Reference `constraining-type' on page 1 undefined on input line 194. [67] LaTeX Warning: Reference `restrictions-on-base-classes-and-constraining-types-t o-be-transitively-non-replaceable' on page 1 undefined on input line 230. LaTeX Warning: Reference `the-class-extends-redeclaration-mechanism' on page 1 undefined on input line 233. LaTeX Warning: Reference `transitively-non-replaceable' on page 1 undefined on input line 250. [68] LaTeX Warning: Reference `overloaded-operators' on page 1 undefined on input li ne 314. LaTeX Warning: Reference `external-objects' on page 1 undefined on input line 3 19. LaTeX Warning: Reference `transitively-non-replaceable' on page 1 undefined on input line 324. [69] LaTeX Warning: Reference `plug-compatibility-or-restricted-subtyping' on page 1 undefined on input line 407. LaTeX Warning: Reference `function-compatibility-or-function-subtyping-for-func tions' on page 1 undefined on input line 408. LaTeX Warning: Reference `plug-compatibility-or-restricted-subtyping' on page 1 undefined on input line 417. LaTeX Warning: Reference `redeclaration' on page 1 undefined on input line 428. [70] LaTeX Warning: Reference `redeclaration' on page 1 undefined on input line 547. [71] [72] LaTeX Warning: Reference `standard-type-coercion' on page 1 undefined on input line 655. LaTeX Warning: Reference `exponentiation-of-scalars-of-numeric-elements' on pag e 1 undefined on input line 659. LaTeX Warning: Reference `division-of-scalars-or-numeric-arrays-by-numeric-scal ars' on page 1 undefined on input line 660. LaTeX Warning: Reference `standard-type-coercion' on page 1 undefined on input line 662. ) (./chapters/inheritance.tex [73] Chapter 7. LaTeX Warning: Reference `enclosing-classes' on page 1 undefined on input line 26. [74] LaTeX Warning: Reference `redeclaration' on page 1 undefined on input line 87. LaTeX Warning: Reference `specialized-classes' on page 1 undefined on input lin e 142. [75] LaTeX Warning: Reference `transitively-non-replaceable' on page 1 undefined on input line 247. [76] LaTeX Warning: Reference `type-compatible-expressions' on page 1 undefined on i nput line 279. LaTeX Warning: Reference `class-declarations' on page 1 undefined on input line 292. LaTeX Warning: Reference `balanced-models' on page 1 undefined on input line 29 3. LaTeX Warning: Reference `redeclaration' on page 1 undefined on input line 300. LaTeX Warning: Reference `redeclaration' on page 1 undefined on input line 303. LaTeX Warning: Reference `simple-name-lookup' on page 1 undefined on input line 305. [77] LaTeX Warning: Reference `modification' on page 1 undefined on input line 337. LaTeX Warning: Reference `instance-hierarchy-name-lookup-of-inner-declarations' on page 1 undefined on input line 347. [78] Package longtable Warning: Column widths have changed (longtable) in table 7.1 on input line 453. [79] [80] LaTeX Font Warning: Font shape `OMS/cmss/m/n' undefined (Font) using `OMS/cmsy/m/n' instead (Font) for symbol `textbraceleft' on input line 596. [81] LaTeX Warning: Reference `constraining-type' on page 1 undefined on input line 637. [82] LaTeX Warning: Reference `class-declarations' on page 1 undefined on input line 717. [83] [84] LaTeX Warning: Reference `composite-name-lookup' on page 1 undefined on input l ine 852. [85] [86] LaTeX Warning: Reference `annotation-choices-for-suggested-redeclarations-and-m odifications' on page 1 undefined on input line 1024. LaTeX Warning: Reference `redeclaration' on page 1 undefined on input line 1029 . LaTeX Warning: Reference `interface-compatibility-or-subtyping' on page 1 undef ined on input line 1047. [87]) (./chapters/equations.tex [88] Chapter 8. LaTeX Warning: Reference `equations-in-equation-sections' on page 1 undefined o n input line 11. LaTeX Warning: Reference `declaration-equations' on page 1 undefined on input l ine 14. LaTeX Warning: Reference `modifications' on page 1 undefined on input line 17. LaTeX Warning: Reference `initialization-initial-equation-and-initial-algorithm ' on page 1 undefined on input line 23. [89] LaTeX Warning: Reference `type-compatible-expressions' on page 1 undefined on i nput line 65. LaTeX Warning: Reference `assignments-from-called-functions-with-multiple-resul ts' on page 1 undefined on input line 77. LaTeX Warning: Reference `nested-for-loops-and-reduction-expressions-with-multi ple-iterators' on page 1 undefined on input line 91. LaTeX Warning: Reference `types-as-iteration-ranges' on page 1 undefined on inp ut line 112. [90] LaTeX Warning: Reference `implicit-iteration-ranges' on page 1 undefined on inp ut line 143. LaTeX Warning: Reference `connect-equations-and-connectors' on page 1 undefined on input line 166. LaTeX Warning: Reference `equation-operators-for-overconstrained-connection-bas ed-equation-systems1' on page 1 undefined on input line 170. [91] [92] LaTeX Warning: Reference `synchronous-data-flow-principle-and-single-assignment -rule' on page 1 undefined on input line 353. [93] LaTeX Warning: Reference `when-statements' on page 1 undefined on input line 38 4. LaTeX Warning: Reference `initialization-initial-equation-and-initial-algorithm ' on page 1 undefined on input line 428. [94] LaTeX Warning: Reference `assert' on page 1 undefined on input line 523. [95] LaTeX Warning: Reference `equation-operators-for-overconstrained-connection-bas ed-equation-systems1' on page 1 undefined on input line 551. LaTeX Warning: Reference `reinit' on page 1 undefined on input line 560. LaTeX Warning: Reference `balanced-models' on page 1 undefined on input line 57 3. [96] LaTeX Warning: Reference `synchronous-data-flow-principle-and-single-assignment -rule' on page 1 undefined on input line 665. [97] [98] LaTeX Warning: Reference `execution-of-an-algorithm-in-a-model' on page 1 undef ined on input line 777. LaTeX Warning: Reference `predefined-types-and-classes' on page 1 undefined on input line 814. [99] [100] LaTeX Warning: Reference `initialization-initial-equation-and-initial-algorithm ' on page 1 undefined on input line 950. ) (./chapters/connectors.tex [101] Chapter 9. LaTeX Warning: Reference `annotations' on page 1 undefined on input line 6. [102] [103 <./media/innerouterconnector.pdf>] ! TeX capacity exceeded, sorry [input stack size=5000]. \autoref ...You are not supposed to use \autoref ; use \cref or \Cref instead.} l.123 ...toref{array-dimension-and-size-functions} ). This applies to both v... ! ==> Fatal error occurred, no output PDF file produced! Transcript written on MLS.log. Latexmk: List of undefined refs and citations: Reference `algorithm-sections' on page 1 undefined on input line 995 Reference `annotation-choices-for-suggested-redeclarations-and-modifications' on page 1 undefined on input line 1024 Reference `annotations' on page 1 undefined on input line 1745 Reference `annotations' on page 1 undefined on input line 6 Reference `annotations-for-code-generation' on page 1 undefined on input line 544 Reference `annotations-for-simulation-experiments' on page 1 undefined on input line 545 Reference `annotations-for-the-graphical-user-interface' on page 1 undefined on input line 215 Reference `array-concatenation' on page 1 undefined on input line 271 Reference `array-declarations' on page 1 undefined on input line 183 Reference `array-dimension-lower-and-upper-index-bounds' on page 1 undefined on input line 30 Reference `array-dimension-lower-and-upper-index-bounds' on page 1 undefined on input line 362 Reference `assert' on page 1 undefined on input line 1732 Reference `assert' on page 1 undefined on input line 523 Reference `assignments-from-called-functions-with-multiple-results' on page 1 undefined on input line 77 Reference `attributes-of-enumeration-types' on page 1 undefined on input line 1520 Reference `attributes-start-fixed-nominal-and-unbounded' on page 1 undefined on input line 1443 Reference `balanced-models' on page 1 undefined on input line 269 Reference `balanced-models' on page 1 undefined on input line 275 Reference `balanced-models' on page 1 undefined on input line 293 Reference `balanced-models' on page 1 undefined on input line 297 Reference `balanced-models' on page 1 undefined on input line 573 Reference `built-in-functions' on page 1 undefined on input line 367 Reference `built-in-intrinsic-operators-with-function-syntax' on page 1 undefined on input line 31 Reference `cardinality-deprecated' on page 1 undefined on input line 1320 Reference `cardinality-deprecated' on page 1 undefined on input line 592 Reference `class-declarations' on page 1 undefined on input line 292 Reference `class-declarations' on page 1 undefined on input line 717 Reference `clock-constructors' on page 1 undefined on input line 1751 Reference `clocked-discrete-time-and-clocked-discretized-continuous-time-partition' on page 1 undefined on input line 458 Reference `clocked-discrete-time-and-clocked-discretized-continuous-time-partition' on page 1 undefined on input line 855 Reference `clocks-and-clocked-variables' on page 1 undefined on input line 1751 Reference `component-variability-prefixes-discrete-parameter-constant' on page 1 undefined on input line 1240 Reference `composite-name-lookup' on page 1 undefined on input line 852 Reference `conditional-component-declaration' on page 1 undefined on input line 205 Reference `connect-equations-and-connectors' on page 1 undefined on input line 166 Reference `connect-equations-and-connectors' on page 1 undefined on input line 293 Reference `connectors-and-connections' on page 1 undefined on input line 767 Reference `constraining-type' on page 1 undefined on input line 194 Reference `constraining-type' on page 1 undefined on input line 637 Reference `declaration-equations' on page 1 undefined on input line 14 Reference `declaration-order-and-usage-before-declaration' on page 1 undefined on input line 394 Reference `declaring-derivatives-of-functions' on page 1 undefined on input line 545 Reference `declaring-inverses-of-functions' on page 1 undefined on input line 545 Reference `delay' on page 1 undefined on input line 581 Reference `derivative-and-special-purpose-operators-with-function-syntax' on page 1 undefined on input line 1000 Reference `derivative-and-special-purpose-operators-with-function-syntax' on page 1 undefined on input line 358 Reference `discrete-time-expressions' on page 1 undefined on input line 1158 Reference `discrete-time-expressions' on page 1 undefined on input line 247 Reference `division-of-scalars-or-numeric-arrays-by-numeric-scalars' on page 1 undefined on input line 660 Reference `enclosing-classes' on page 1 undefined on input line 26 Reference `enumeration-types' on page 1 undefined on input line 182 Reference `enumeration-types' on page 1 undefined on input line 89 Reference `equality-and-assignment' on page 1 undefined on input line 191 Reference `equation-operators-for-overconstrained-connection-based-equation-systems' on page 1 undefined on input line 1740 Reference `equation-operators-for-overconstrained-connection-based-equation-systems1' on page 1 undefined on input line 170 Reference `equation-operators-for-overconstrained-connection-based-equation-systems1' on page 1 undefined on input line 551 Reference `equations' on page 1 undefined on input line 191 Reference `equations-in-equation-sections' on page 1 undefined on input line 11 Reference `evaluation-order' on page 1 undefined on input line 290 Reference `event-related-operators-with-function-syntax' on page 1 undefined on input line 360 Reference `event-triggering-mathematical-functions' on page 1 undefined on input line 378 Reference `events-and-synchronization' on page 1 undefined on input line 1125 Reference `events-and-synchronization' on page 1 undefined on input line 1214 Reference `events-and-synchronization' on page 1 undefined on input line 1355 Reference `events-and-synchronization' on page 1 undefined on input line 241 Reference `events-and-synchronization' on page 1 undefined on input line 364 Reference `events-and-synchronization' on page 1 undefined on input line 380 Reference `events-and-synchronization' on page 1 undefined on input line 385 Reference `execution-of-an-algorithm-in-a-model' on page 1 undefined on input line 777 Reference `expandable-connectors' on page 1 undefined on input line 768 Reference `exponentiation-of-scalars-of-numeric-elements' on page 1 undefined on input line 659 Reference `external-function-interface' on page 1 undefined on input line 545 Reference `external-objects' on page 1 undefined on input line 1726 Reference `external-objects' on page 1 undefined on input line 176 Reference `external-objects' on page 1 undefined on input line 232 Reference `external-objects' on page 1 undefined on input line 319 Reference `for-equations-repetitive-equation-structures' on page 1 undefined on input line 74 Reference `for-statement' on page 1 undefined on input line 74 Reference `function-as-a-specialized-class' on page 1 undefined on input line 203 Reference `function-as-a-specialized-class' on page 1 undefined on input line 826 Reference `function-call' on page 1 undefined on input line 260 Reference `function-compatibility-or-function-subtyping-for-functions' on page 1 undefined on input line 408 Reference `functional-input-arguments-to-functions' on page 1 undefined on input line 227 Reference `generation-of-connection-equations' on page 1 undefined on input line 768 Reference `getinstancename' on page 1 undefined on input line 658 Reference `glossary' on page 1 undefined on input line 95 Reference `homotopy' on page 1 undefined on input line 612 Reference `implicit-iteration-ranges' on page 1 undefined on input line 143 Reference `inheritance-of-protected-and-public-elements' on page 1 undefined on input line 51 Reference `initialization-and-binding-equations-of-components-in-functions' on page 1 undefined on input line 30 Reference `initialization-initial-equation-and-initial-algorithm' on page 1 undefined on input line 23 Reference `initialization-initial-equation-and-initial-algorithm' on page 1 undefined on input line 365 Reference `initialization-initial-equation-and-initial-algorithm' on page 1 undefined on input line 428 Reference `initialization-initial-equation-and-initial-algorithm' on page 1 undefined on input line 950 Reference `instance-hierarchy-name-lookup-of-inner-declarations' on page 1 undefined on input line 347 Reference `instance-hierarchy-name-lookup-of-inner-declarations' on page 1 undefined on input line 6 Reference `instance-hierarchy-name-lookup-of-inner-declarations' on page 1 undefined on input line 683 Reference `integer-type' on page 1 undefined on input line 162 Reference `interface-compatibility-or-subtyping' on page 1 undefined on input line 1047 Reference `interface-compatibility-or-subtyping' on page 1 undefined on input line 11 Reference `interface-compatibility-or-subtyping' on page 1 undefined on input line 536 Reference `interface-or-type' on page 1 undefined on input line 87 Reference `interface-or-type' on page 1 undefined on input line 92 Reference `interface-or-type-relationships' on page 1 undefined on input line 847 Reference `lexical-conventions' on page 1 undefined on input line 111 Reference `lexical-conventions' on page 1 undefined on input line 113 Reference `lexical-conventions' on page 1 undefined on input line 140 Reference `lexical-conventions' on page 1 undefined on input line 175 Reference `lexical-conventions' on page 1 undefined on input line 20 Reference `lexical-conventions' on page 9 undefined on input line 242 Reference `lookup-of-imported-names' on page 1 undefined on input line 186 Reference `mapping-package-class-structures-to-a-hierarchical-file-system' on page 1 undefined on input line 19 Reference `merging-of-modifications' on page 1 undefined on input line 447 Reference `merging-of-modifications' on page 1 undefined on input line 719 Reference `modelica-3-4' on page 1 undefined on input line 47 Reference `modelica-concrete-syntax' on page 1 undefined on input line 121 Reference `modelica-concrete-syntax' on page 1 undefined on input line 14 Reference `modelica-concrete-syntax' on page 1 undefined on input line 24 Reference `modelica-concrete-syntax' on page 1 undefined on input line 41 Reference `modelica-concrete-syntax' on page 1 undefined on input line 5 Reference `modelica-concrete-syntax' on page 1 undefined on input line 88 Reference `modelica-dae-representation' on page 1 undefined on input line 996 Reference `modelica-revision-history' on page 1 undefined on input line 49 Reference `modification' on page 1 undefined on input line 337 Reference `modification-environment' on page 1 undefined on input line 122 Reference `modification-environment' on page 1 undefined on input line 171 Reference `modification-environment' on page 1 undefined on input line 9 Reference `modifications' on page 1 undefined on input line 17 Reference `nested-for-loops-and-reduction-expressions-with-multiple-iterators' on page 1 undefined on input line 91 Reference `noevent-and-smooth' on page 1 undefined on input line 1125 Reference `noevent-and-smooth' on page 1 undefined on input line 1136 Reference `numeric-functions-and-conversion-functions' on page 1 undefined on input line 1638 Reference `numeric-functions-and-conversion-functions' on page 1 undefined on input line 354 Reference `operator-precedence-and-associativity' on page 1 undefined on input line 23 Reference `operator-precedence-and-associativity' on page 1 undefined on input line 243 Reference `output-formal-parameters-of-functions' on page 1 undefined on input line 85 Reference `overloaded-operators' on page 1 undefined on input line 176 Reference `overloaded-operators' on page 1 undefined on input line 314 Reference `overloaded-operators' on page 1 undefined on input line 853 Reference `overloaded-operators' on page 1 undefined on input line 857 Reference `packages' on page 1 undefined on input line 106 Reference `packages' on page 1 undefined on input line 844 Reference `plug-compatibility-or-restricted-subtyping' on page 1 undefined on input line 11 Reference `plug-compatibility-or-restricted-subtyping' on page 1 undefined on input line 407 Reference `plug-compatibility-or-restricted-subtyping' on page 1 undefined on input line 417 Reference `positional-or-named-input-arguments-of-functions' on page 1 undefined on input line 192 Reference `positional-or-named-input-arguments-of-functions' on page 1 undefined on input line 29 Reference `positional-or-named-input-arguments-of-functions' on page 1 undefined on input line 745 Reference `positional-or-named-input-arguments-of-functions' on page 1 undefined on input line 83 Reference `pre' on page 1 undefined on input line 1161 Reference `predefined-types-and-classes' on page 1 undefined on input line 15 Reference `predefined-types-and-classes' on page 1 undefined on input line 814 Reference `predefined-types-and-classes' on page 1 undefined on input line 85 Reference `record-constructor-functions' on page 1 undefined on input line 58 Reference `record-constructor-functions' on page 1 undefined on input line 811 Reference `records' on page 1 undefined on input line 87 Reference `redeclaration' on page 1 undefined on input line 1029 Reference `redeclaration' on page 1 undefined on input line 135 Reference `redeclaration' on page 1 undefined on input line 300 Reference `redeclaration' on page 1 undefined on input line 303 Reference `redeclaration' on page 1 undefined on input line 428 Reference `redeclaration' on page 1 undefined on input line 5 Reference `redeclaration' on page 1 undefined on input line 547 Reference `redeclaration' on page 1 undefined on input line 60 Reference `redeclaration' on page 1 undefined on input line 87 Reference `reduction-functions-and-operators' on page 1 undefined on input line 75 Reference `reinit' on page 1 undefined on input line 1181 Reference `reinit' on page 1 undefined on input line 560 Reference `restriction-on-combining-base-classes-and-other-elements' on page 1 undefined on input line 684 Reference `restriction-on-combining-base-classes-and-other-elements' on page 1 undefined on input line 715 Reference `restrictions-of-connections-and-connectors' on page 1 undefined on input line 955 Reference `restrictions-on-assigned-variables' on page 1 undefined on input line 215 Reference `restrictions-on-base-classes-and-constraining-types-to-be-transitively-non-replaceable' on page 1 undefined on input line 230 Reference `restrictions-on-the-kind-of-base-class' on page 1 undefined on input line 802 Reference `scalar-functions-applied-to-array-arguments' on page 1 undefined on input line 1102 Reference `scalar-functions-applied-to-array-arguments' on page 1 undefined on input line 375 Reference `scalar-functions-applied-to-array-arguments' on page 1 undefined on input line 613 Reference `scalar-functions-applied-to-array-arguments' on page 1 undefined on input line 730 Reference `scalar-vector-matrix-and-array-operator-functions' on page 1 undefined on input line 154 Reference `scalar-vector-matrix-and-array-operator-functions' on page 1 undefined on input line 25 Reference `scoping-name-lookup-and-flattening' on page 1 undefined on input line 105 Reference `semantics-summary' on page 1 undefined on input line 769 Reference `semilinear' on page 1 undefined on input line 624 Reference `short-class-definitions' on page 1 undefined on input line 80 Reference `simple-name-lookup' on page 1 undefined on input line 305 Reference `simultaneous-inner-outer-declarations' on page 1 undefined on input line 196 Reference `simultaneous-inner-outer-declarations' on page 1 undefined on input line 59 Reference `spatialdistribution' on page 1 undefined on input line 652 Reference `specialized-classes' on page 1 undefined on input line 142 Reference `specialized-classes' on page 1 undefined on input line 223 Reference `standard-type-coercion' on page 1 undefined on input line 655 Reference `standard-type-coercion' on page 1 undefined on input line 662 Reference `state-machines' on page 1 undefined on input line 767 Reference `static-name-lookup' on page 1 undefined on input line 166 Reference `static-name-lookup' on page 1 undefined on input line 682 Reference `stream-operator-actualstream' on page 1 undefined on input line 641 Reference `stream-operator-instream-and-connection-equations' on page 1 undefined on input line 635 Reference `synchronous-data-flow-principle-and-single-assignment-rule' on page 1 undefined on input line 1263 Reference `synchronous-data-flow-principle-and-single-assignment-rule' on page 1 undefined on input line 353 Reference `synchronous-data-flow-principle-and-single-assignment-rule' on page 1 undefined on input line 665 Reference `the-class-extends-redeclaration-mechanism' on page 1 undefined on input line 233 Reference `the-class-tree' on page 1 undefined on input line 68 Reference `the-concepts-of-type-interface-and-subtype' on page 1 undefined on input line 11 Reference `the-concepts-of-type-interface-and-subtype' on page 1 undefined on input line 12 Reference `transitively-non-replaceable' on page 1 undefined on input line 142 Reference `transitively-non-replaceable' on page 1 undefined on input line 247 Reference `transitively-non-replaceable' on page 1 undefined on input line 250 Reference `transitively-non-replaceable' on page 1 undefined on input line 324 Reference `type-compatible-expressions' on page 1 undefined on input line 279 Reference `type-compatible-expressions' on page 1 undefined on input line 288 Reference `type-compatible-expressions' on page 1 undefined on input line 65 Reference `type-conversion-of-enumeration-values-to-string-or-integer' on page 1 undefined on input line 1645 Reference `type-conversion-of-enumeration-values-to-string-or-integer' on page 1 undefined on input line 392 Reference `type-conversion-of-enumeration-values-to-string-or-integer' on page 1 undefined on input line 414 Reference `type-conversion-of-integer-to-enumeration-values' on page 1 undefined on input line 399 Reference `type-conversion-of-integer-to-enumeration-values' on page 1 undefined on input line 59 Reference `types-as-iteration-ranges' on page 1 undefined on input line 112 Reference `types-as-iteration-ranges' on page 1 undefined on input line 1523 Reference `variability-of-expressions' on page 1 undefined on input line 409 Reference `variability-of-expressions' on page 1 undefined on input line 413 Reference `variability-of-structured-entities' on page 1 undefined on input line 245 Reference `vector-construction' on page 1 undefined on input line 275 Reference `vector-matrix-and-array-constructors' on page 1 undefined on input line 267 Reference `vectorized-calls-of-functions' on page 1 undefined on input line 563 Reference `vectorized-calls-of-functions' on page 1 undefined on input line 582 Reference `vectorized-calls-of-functions' on page 1 undefined on input line 626 Reference `when-equations' on page 1 undefined on input line 995 Reference `when-statements' on page 1 undefined on input line 384 Latexmk: Summary of warnings from last run of (pdf)latex: Latex failed to resolve 235 reference(s) 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 7c05fbad11c389657484ef373b9a6ce1629b4b8943e20d34b552c79ee734d09b $ docker rm -f 7c05fbad11c389657484ef373b9a6ce1629b4b8943e20d34b552c79ee734d09b [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