Skip to content
Failed

Console Output

09:44:17 Started by user Thorsten Vitt
09:44:17 Building remotely on Rechenknecht in workspace /mnt/data/jenkins/workspace/faust-gen
09:44:17 [WS-CLEANUP] Deleting project workspace...
09:44:17 [ssh-agent] Looking for ssh-agent implementation...
09:44:17 [ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
09:44:17 $ ssh-agent
09:44:17 SSH_AUTH_SOCK=/tmp/ssh-R4REknEywhKm/agent.15189
09:44:17 SSH_AGENT_PID=15191
09:44:17 [ssh-agent] Started.
09:44:17 $ ssh-add /mnt/data/jenkins/workspace/faust-gen@tmp/private_key_6235677070415331354.key
09:44:17 Identity added: /mnt/data/jenkins/workspace/faust-gen@tmp/private_key_6235677070415331354.key (/mnt/data/jenkins/workspace/faust-gen@tmp/private_key_6235677070415331354.key)
09:44:17 [ssh-agent] Using credentials jenkins (wrzh075.rzhousing.uni-wuerzburg.de)
09:44:17 Cloning the remote Git repository
09:44:17 Cloning repository git://github.com/faustedition/faust-gen
09:44:17  > /usr/bin/git init /mnt/data/jenkins/workspace/faust-gen # timeout=10
09:44:17 Fetching upstream changes from git://github.com/faustedition/faust-gen
09:44:17  > /usr/bin/git --version # timeout=10
09:44:17 using GIT_SSH to set credentials wrzh075.rzhousing.uni-wuerzburg.de
09:44:17  > /usr/bin/git fetch --tags --progress git://github.com/faustedition/faust-gen +refs/heads/*:refs/remotes/origin/*
09:44:35  > /usr/bin/git config remote.origin.url git://github.com/faustedition/faust-gen # timeout=10
09:44:35  > /usr/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
09:44:35  > /usr/bin/git config remote.origin.url git://github.com/faustedition/faust-gen # timeout=10
09:44:35 Fetching upstream changes from git://github.com/faustedition/faust-gen
09:44:35 using GIT_SSH to set credentials wrzh075.rzhousing.uni-wuerzburg.de
09:44:35  > /usr/bin/git fetch --tags --progress git://github.com/faustedition/faust-gen +refs/heads/*:refs/remotes/origin/*
09:44:35  > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
09:44:35  > /usr/bin/git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
09:44:35 Checking out Revision b36c0b5be57b47a1cf7a9b627566d3aa88dca025 (refs/remotes/origin/master)
09:44:35  > /usr/bin/git config core.sparsecheckout # timeout=10
09:44:35  > /usr/bin/git checkout -f b36c0b5be57b47a1cf7a9b627566d3aa88dca025
09:44:35 Commit message: "Updated submodules"
09:44:35  > /usr/bin/git rev-list --no-walk b36c0b5be57b47a1cf7a9b627566d3aa88dca025 # timeout=10
09:44:35  > /usr/bin/git remote # timeout=10
09:44:35  > /usr/bin/git submodule init # timeout=10
09:44:35  > /usr/bin/git submodule sync # timeout=10
09:44:35  > /usr/bin/git config --get remote.origin.url # timeout=10
09:44:35  > /usr/bin/git submodule init # timeout=10
09:44:35  > /usr/bin/git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10
09:44:35  > /usr/bin/git config --get submodule.data.url # timeout=10
09:44:35  > /usr/bin/git config -f .gitmodules --get submodule.data.path # timeout=10
09:44:35  > /usr/bin/git submodule update --init --recursive --remote data
09:45:11  > /usr/bin/git config --get submodule.src/main/xproc.url # timeout=10
09:45:11  > /usr/bin/git config -f .gitmodules --get submodule.src/main/xproc.path # timeout=10
09:45:11  > /usr/bin/git submodule update --init --recursive --remote src/main/xproc
09:45:16  > /usr/bin/git config --get submodule.src/main/web.url # timeout=10
09:45:16  > /usr/bin/git config -f .gitmodules --get submodule.src/main/web.path # timeout=10
09:45:16  > /usr/bin/git submodule update --init --recursive --remote src/main/web
09:46:02 Parsing POMs
09:46:02 using settings config with name MavenSettings
09:46:02 Replacing all maven server entries not found in credentials list is true
09:46:07 Established TCP socket on 33733
09:46:07 maven35-agent.jar already up to date
09:46:07 maven35-interceptor.jar already up to date
09:46:07 maven3-interceptor-commons.jar already up to date
09:46:07 [faust-gen] $ java -cp /mnt/data/jenkins/maven35-agent.jar:/mnt/data/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3/boot/plexus-classworlds-2.5.2.jar:/mnt/data/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3/conf/logging jenkins.maven3.agent.Maven35Main /mnt/data/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3 /mnt/data/jenkins/slave.jar /mnt/data/jenkins/maven35-interceptor.jar /mnt/data/jenkins/maven3-interceptor-commons.jar 33733
09:46:08 <===[JENKINS REMOTING CAPACITY]===>channel started
09:46:08 using settings config with name MavenSettings
09:46:08 Replacing all maven server entries not found in credentials list is true
09:46:10 Executing Maven:  -B -f /mnt/data/jenkins/workspace/faust-gen/pom.xml -s /tmp/settings6850043338502419059.xml -D clean deploy
09:46:10 [INFO] Scanning for projects...
09:46:11 [INFO] ------------------------------------------------------------------------
09:46:11 [INFO] Detecting the operating system and CPU architecture
09:46:11 [INFO] ------------------------------------------------------------------------
09:46:11 [INFO] os.detected.name: linux
09:46:11 [INFO] os.detected.arch: x86_64
09:46:11 [INFO] os.detected.release: debian
09:46:11 [INFO] os.detected.release.version: 9
09:46:11 [INFO] os.detected.release.like.debian: true
09:46:11 [INFO] os.detected.classifier: linux-x86_64
09:46:11 [INFO] 
09:46:11 [INFO] ---------------------< net.faustedition:faust-gen >---------------------
09:46:11 [INFO] Building Faust-Edition Site Generation 0.0.1-SNAPSHOT
09:46:11 [INFO] --------------------------------[ jar ]---------------------------------
09:46:11 [INFO] Downloading from maven-restlet: http://maven.restlet.com/de/faustedition/faust/1.4-SNAPSHOT/maven-metadata.xml
09:46:11 [INFO] Downloading from dh.nexus.public: http://dev.digital-humanities.de/nexus/content/groups/public/de/faustedition/faust/1.4-SNAPSHOT/maven-metadata.xml
09:46:11 [INFO] Downloading from nexus.dariah: http://dev.dariah.eu/nexus/content/groups/public/de/faustedition/faust/1.4-SNAPSHOT/maven-metadata.xml
09:46:11 [INFO] Downloading from exist: https://raw.github.com/eXist-db/mvn-repo/master/de/faustedition/faust/1.4-SNAPSHOT/maven-metadata.xml
09:46:11 [INFO] Downloaded from dh.nexus.public: http://dev.digital-humanities.de/nexus/content/groups/public/de/faustedition/faust/1.4-SNAPSHOT/maven-metadata.xml (972 B at 11 kB/s)
09:46:11 [INFO] Downloaded from nexus.dariah: http://dev.dariah.eu/nexus/content/groups/public/de/faustedition/faust/1.4-SNAPSHOT/maven-metadata.xml (972 B at 2.3 kB/s)
09:46:11 [INFO] Downloading from maven-restlet: http://maven.restlet.com/eu/interedition/text-core/1.6-SNAPSHOT/maven-metadata.xml
09:46:11 [INFO] Downloading from dh.nexus.public: http://dev.digital-humanities.de/nexus/content/groups/public/eu/interedition/text-core/1.6-SNAPSHOT/maven-metadata.xml
09:46:11 [INFO] Downloading from exist: https://raw.github.com/eXist-db/mvn-repo/master/eu/interedition/text-core/1.6-SNAPSHOT/maven-metadata.xml
09:46:11 [INFO] Downloading from nexus.dariah: http://dev.dariah.eu/nexus/content/groups/public/eu/interedition/text-core/1.6-SNAPSHOT/maven-metadata.xml
09:46:11 [INFO] Downloaded from dh.nexus.public: http://dev.digital-humanities.de/nexus/content/groups/public/eu/interedition/text-core/1.6-SNAPSHOT/maven-metadata.xml (768 B at 51 kB/s)
09:46:11 [INFO] Downloading from cophi-mirror: http://dev.digital-humanities.de/nexus/content/groups/public/eu/interedition/text-core/1.6-SNAPSHOT/maven-metadata.xml
09:46:11 [INFO] Downloaded from cophi-mirror: http://dev.digital-humanities.de/nexus/content/groups/public/eu/interedition/text-core/1.6-SNAPSHOT/maven-metadata.xml (768 B at 64 kB/s)
09:46:11 [INFO] Downloading from interedition-releases: http://gregor.middell.net/maven/content/repositories/interedition-releases/eu/interedition/text-core/1.6-SNAPSHOT/maven-metadata.xml
09:46:11 [INFO] Downloading from interedition-snapshots: http://gregor.middell.net/maven/content/repositories/interedition-snapshots/eu/interedition/text-core/1.6-SNAPSHOT/maven-metadata.xml
09:46:11 [INFO] Downloading from gregor-middell-releases: http://gregor.middell.net/maven/content/repositories/releases/eu/interedition/text-core/1.6-SNAPSHOT/maven-metadata.xml
09:46:11 [INFO] Downloading from restlet: http://maven.restlet.org/eu/interedition/text-core/1.6-SNAPSHOT/maven-metadata.xml
09:46:12 [INFO] Downloading from osgeo-geotools: http://download.osgeo.org/webdav/geotools/eu/interedition/text-core/1.6-SNAPSHOT/maven-metadata.xml
09:46:12 [INFO] Downloaded from nexus.dariah: http://dev.dariah.eu/nexus/content/groups/public/eu/interedition/text-core/1.6-SNAPSHOT/maven-metadata.xml (768 B at 2.5 kB/s)
09:46:12 [INFO] Downloading from sonatype-nexus-snapshots: https://oss.sonatype.org/content/repositories/snapshots/eu/interedition/text-core/1.6-SNAPSHOT/maven-metadata.xml
09:46:12 [INFO] 
09:46:12 [INFO] --- exec-maven-plugin:1.4.0:exec (app2xml) @ faust-gen ---
09:46:13 Failed loading generated sigils file ../../../../target/faust-transcripts.xml, trying fallback sigils.json
09:46:13 Traceback (most recent call last):
09:46:13   File "/mnt/data/jenkins/workspace/faust-gen/src/main/xproc/text/app2xml.py", line 76, in read_sigils
09:46:13     xml = etree.parse(filename)
09:46:13   File "src/lxml/lxml.etree.pyx", line 3427, in lxml.etree.parse (src/lxml/lxml.etree.c:81110)
09:46:13   File "src/lxml/parser.pxi", line 1811, in lxml.etree._parseDocument (src/lxml/lxml.etree.c:117841)
09:46:13   File "src/lxml/parser.pxi", line 1837, in lxml.etree._parseDocumentFromURL (src/lxml/lxml.etree.c:118188)
09:46:13   File "src/lxml/parser.pxi", line 1741, in lxml.etree._parseDocFromFile (src/lxml/lxml.etree.c:117100)
09:46:13   File "src/lxml/parser.pxi", line 1138, in lxml.etree._BaseParser._parseDocFromFile (src/lxml/lxml.etree.c:111646)
09:46:13   File "src/lxml/parser.pxi", line 595, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:105102)
09:46:13   File "src/lxml/parser.pxi", line 706, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:106810)
09:46:13   File "src/lxml/parser.pxi", line 633, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:105621)
09:46:13 OSError: Error reading file '../../../../target/faust-transcripts.xml': failed to load external entity "../../../../target/faust-transcripts.xml"
09:46:13 WARNING: Failed to parse »« as lem
09:46:13 WARNING: Failed to parse »« as lem
09:46:13 WARNING: Failed to parse »« as lem
09:46:13 WARNING: Failed to parse »« as lem
09:46:13 WARNING: Failed to parse »« as lem
09:46:13 WARNING: Failed to parse »« as lem
09:46:13 WARNING: Failed to parse »« as lem
09:46:13 WARNING: Failed to parse »« as lem
09:46:13 WARNING: Failed to parse »« as lem
09:46:13 WARNING: Failed to parse »« as lem
09:46:13 WARNING: Failed to parse »« as lem
09:46:13 WARNING: Failed to parse »« as lem
09:46:13 WARNING: Failed to parse »« as lem
09:46:13 WARNING: Failed to parse »« as lem
09:46:13 WARNING: Failed to parse »« as lem
09:46:13 WARNING: Failed to parse »« as lem
09:46:13 WARNING: Failed to parse »« as lem
09:46:13 WARNING: Failed to parse »« as lem
09:46:13 WARNING: Failed to parse »« as lem
09:46:13 [INFO] 
09:46:13 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ faust-gen ---
09:46:13 [INFO] Using 'utf-8' encoding to copy filtered resources.
09:46:13 [INFO] Copying 18 resources to /mnt/data/jenkins/workspace/faust-gen/target/preprint-rendering
09:46:13 [INFO] Copying 8731 resources to /mnt/data/jenkins/workspace/faust-gen/target/www/xml
09:46:14 [INFO] Copying 208 resources to /mnt/data/jenkins/workspace/faust-gen/target/www
09:46:14 [INFO] Copying 1 resource to /mnt/data/jenkins/workspace/faust-gen/target/profile
09:46:14 [INFO] Copying 148 resources to /mnt/data/jenkins/workspace/faust-gen/target/xproc
09:46:14 [INFO] Copying 1 resource to /mnt/data/jenkins/workspace/faust-gen/target/xproc
09:46:14 [INFO] Copying 16 resources to /mnt/data/jenkins/workspace/faust-gen/target/www
09:46:14 [INFO] Copying 17 resources to /mnt/data/jenkins/.fonts
09:46:14 [INFO] 
09:46:14 [INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ faust-gen ---
09:46:14 [INFO] Changes detected - recompiling the module!
09:46:14 [INFO] Compiling 2 source files to /mnt/data/jenkins/workspace/faust-gen/target/classes
09:46:15 [INFO] 
09:46:15 [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-preprint-specific-resources) @ faust-gen ---
09:46:15 [INFO] Using 'utf-8' encoding to copy filtered resources.
09:46:15 [INFO] Copying 1 resource
09:46:15 [INFO] 
09:46:15 [INFO] --- exec-maven-plugin:1.4.0:java (xproc) @ faust-gen ---
09:46:18 INFO : Collecting metadata from file:/mnt/data/jenkins/workspace/faust-gen/data/xml/ (builddir=file:/mnt/data/jenkins/workspace/faust-gen/target/)
09:46:20 INFO : target/xproc/collect-metadata.xpl:56:15:WARNING: Referenced transcript is missing: .xml (referred to from file:/mnt/data/jenkins/workspace/faust-gen/data/xml/document/print/D(4alpha).xml)
09:46:21 INFO : target/xproc/collect-metadata.xpl:56:15:WARNING: Referenced transcript is missing: .xml (referred to from file:/mnt/data/jenkins/workspace/faust-gen/data/xml/document/archival/location_unknown/cohen_catalog97-106.xml)
09:46:25 INFO : Converting archive metadata to js...
09:46:25 Message: Loading file:/mnt/data/jenkins/workspace/faust-gen/data/xml/print/A8_IIIB18.xml
09:46:25 Message: Loading file:/mnt/data/jenkins/workspace/faust-gen/data/xml/transcript/gsa/391098/391098.xml
09:46:25 Message: Loading file:/mnt/data/jenkins/workspace/faust-gen/data/xml/transcript/dla_marbach/Cotta-Archiv_Goethe_23/Marbach_Deutsches_Literaturarchiv.xml
09:46:25 Message: Loading file:/mnt/data/jenkins/workspace/faust-gen/data/xml/print/C(1)4_IIIB24.xml
09:46:47 INFO : target/xproc/generate-reading-text.xpl:115:33:Assembling from: A: file:/mnt/data/jenkins/workspace/faust-gen/data/xml/print/A8_IIIB18.xml; 2 H: file:/mnt/data/jenkins/workspace/faust-gen/data/xml/transcript/gsa/391098/391098.xml; 2 I H.0a: file:/mnt/data/jenkins/workspace/faust-gen/data/xml/transcript/dla_marbach/Cotta-Archiv_Goethe_23/Marbach_Deutsches_Literaturarchiv.xml; C.1_4: file:/mnt/data/jenkins/workspace/faust-gen/data/xml/print/C(1)4_IIIB24.xml
09:46:47 INFO : target/xproc/generate-reading-text.xpl:79:49:Assembling from: A: file:/mnt/data/jenkins/workspace/faust-gen/data/xml/print/A8_IIIB18.xml; 2 H: file:/mnt/data/jenkins/workspace/faust-gen/data/xml/transcript/gsa/391098/391098.xml; 2 I H.0a: file:/mnt/data/jenkins/workspace/faust-gen/data/xml/transcript/dla_marbach/Cotta-Archiv_Goethe_23/Marbach_Deutsches_Literaturarchiv.xml; C.1_4: file:/mnt/data/jenkins/workspace/faust-gen/data/xml/print/C(1)4_IIIB24.xml
09:46:58 INFO : target/xproc/generate-reading-text.xpl:149:11:Validating apparatus insertion ...
09:47:03 INFO : target/xproc/generate-reading-text.xpl:149:11:faust://document/faustedition/S
09:47:03 INFO : target/xproc/generate-reading-text.xpl:149:11:faust://document/faustedition/A
09:47:03 INFO : target/xproc/generate-reading-text.xpl:149:11:faust://document/faustedition/D.1
09:47:03 INFO : target/xproc/generate-reading-text.xpl:149:11:faust://document/faustedition/B
09:47:03 INFO : target/xproc/generate-reading-text.xpl:149:11:faust://document/faustedition/1_H.1
09:47:03 INFO : target/xproc/generate-reading-text.xpl:149:11:faust://document/faustedition/B.a
09:47:03 INFO : target/xproc/generate-reading-text.xpl:149:11:faust://document/faustedition/C.1_12
09:47:03 INFO : target/xproc/generate-reading-text.xpl:149:11:faust://document/faustedition/C.3_12
09:47:03 INFO : target/xproc/generate-reading-text.xpl:149:11:faust://document/faustedition/1_H.2
09:47:03 INFO : target/xproc/generate-reading-text.xpl:149:11:faust://document/faustedition/1_H.5
09:47:03 INFO : target/xproc/generate-reading-text.xpl:149:11:faust://document/faustedition/2_H
09:47:03 INFO : target/xproc/generate-reading-text.xpl:149:11:faust://document/faustedition/2_I_H.15b
09:47:03 INFO : target/xproc/generate-reading-text.xpl:149:11:faust://document/faustedition/2_I_H.0a
09:47:03 INFO : target/xproc/generate-reading-text.xpl:149:11:faust://document/faustedition/2_I_H.47
09:47:03 INFO : target/xproc/generate-reading-text.xpl:149:11:faust://document/faustedition/2_IV_H.8
09:47:03 INFO : target/xproc/generate-reading-text.xpl:149:11:faust://document/faustedition/2_IV_H.20
09:47:03 INFO : target/xproc/generate-reading-text.xpl:149:11:faust://document/faustedition/T_5_H.1
09:47:03 INFO : target/xproc/generate-reading-text.xpl:149:11:faust://document/faustedition/J.2
09:47:03 INFO : target/xproc/generate-reading-text.xpl:149:11:faust://document/faustedition/D.2
09:47:03 INFO : target/xproc/generate-reading-text.xpl:149:11:faust://document/faustedition/1_H.9
09:47:03 INFO : target/xproc/generate-reading-text.xpl:149:11:faust://document/faustedition/1_H.7
09:47:03 INFO : target/xproc/generate-reading-text.xpl:149:11:faust://document/faustedition/1_H.8
09:47:03 INFO : target/xproc/generate-reading-text.xpl:149:11:faust://document/faustedition/J.1
09:47:03 INFO : target/xproc/generate-reading-text.xpl:149:11:faust://document/faustedition/1_H.11
09:47:03 INFO : target/xproc/generate-reading-text.xpl:149:11:faust://document/faustedition/1_H.6
09:47:03 INFO : target/xproc/generate-reading-text.xpl:149:11:faust://document/faustedition/1_H.12
09:47:03 INFO : target/xproc/generate-reading-text.xpl:149:11:faust://document/faustedition/1_H.13
09:47:03 INFO : target/xproc/generate-reading-text.xpl:149:11:faust://document/faustedition/1_H.14
09:47:03 INFO : target/xproc/generate-reading-text.xpl:149:11:faust://document/faustedition/1_H.15
09:47:03 INFO : target/xproc/generate-reading-text.xpl:149:11:faust://document/faustedition/2_I_H.12a
09:47:03 INFO : target/xproc/generate-reading-text.xpl:149:11:faust://document/faustedition/2_I_H.17
09:47:03 INFO : target/xproc/generate-reading-text.xpl:149:11:faust://document/faustedition/2_I_H.24c
09:47:03 INFO : target/xproc/generate-reading-text.xpl:149:11:faust://document/faustedition/2_I_H.33
09:47:03 INFO : target/xproc/generate-reading-text.xpl:149:11:faust://document/faustedition/2_I_H.41a
09:47:03 INFO : target/xproc/generate-reading-text.xpl:149:11:faust://document/faustedition/2_I_H.48
09:47:03 INFO : target/xproc/generate-reading-text.xpl:149:11:faust://document/faustedition/2_I_H.60
09:47:03 INFO : target/xproc/generate-reading-text.xpl:149:11:faust://document/faustedition/2_II_H.74
09:47:03 INFO : target/xproc/generate-reading-text.xpl:149:11:faust://document/faustedition/2_II_H.69
09:47:03 INFO : target/xproc/generate-reading-text.xpl:149:11:faust://document/faustedition/2_II_H.70
09:47:03 INFO : target/xproc/generate-reading-text.xpl:149:11:faust://document/faustedition/C.1_4
09:47:03 INFO : target/xproc/generate-reading-text.xpl:149:11:faust://document/faustedition/2_III_H.3
09:47:03 INFO : target/xproc/generate-reading-text.xpl:149:11:faust://document/faustedition/2_III_H.3a_1
09:47:03 INFO : target/xproc/generate-reading-text.xpl:149:11:faust://document/faustedition/2_III_H.2_1
09:47:03 INFO : target/xproc/generate-reading-text.xpl:149:11:faust://document/faustedition/C.2alpha_4
09:47:03 INFO : target/xproc/generate-reading-text.xpl:149:11:faust://document/faustedition/C.3_4
09:47:03 INFO : target/xproc/generate-reading-text.xpl:149:11:faust://document/faustedition/2_III_H.1
09:47:03 INFO : target/xproc/generate-reading-text.xpl:149:11:faust://document/faustedition/2_III_H.3b
09:47:03 INFO : target/xproc/generate-reading-text.xpl:149:11:faust://document/faustedition/2_III_H.45a
09:47:03 INFO : target/xproc/generate-reading-text.xpl:149:11:faust://document/faustedition/2_III_H.48
09:47:03 INFO : target/xproc/generate-reading-text.xpl:149:11:faust://document/faustedition/2_III_H.3a_2
09:47:03 INFO : target/xproc/generate-reading-text.xpl:149:11:faust://document/faustedition/2_III_H.75b
09:47:03 INFO : target/xproc/generate-reading-text.xpl:149:11:faust://document/faustedition/2_IV_H.3
09:47:03 INFO : target/xproc/generate-reading-text.xpl:149:11:faust://document/faustedition/2_IV_H.2
09:47:03 INFO : target/xproc/generate-reading-text.xpl:149:11:faust://document/faustedition/2_IV_H.13
09:47:03 INFO : target/xproc/generate-reading-text.xpl:149:11:faust://document/faustedition/2_IV_H.18
09:47:03 INFO : target/xproc/generate-reading-text.xpl:149:11:faust://document/faustedition/2_IV_H.21a
09:47:03 INFO : target/xproc/generate-reading-text.xpl:149:11:faust://document/faustedition/2_IV_H.1
09:47:03 INFO : target/xproc/generate-reading-text.xpl:149:11:faust://document/faustedition/2_IV_H.22e
09:47:03 INFO : target/xproc/generate-reading-text.xpl:149:11:faust://document/faustedition/2_IV_H.22f
09:47:03 INFO : target/xproc/generate-reading-text.xpl:149:11:faust://document/faustedition/2_V_H.0b
09:47:03 INFO : target/xproc/generate-reading-text.xpl:149:11:faust://document/faustedition/2_V_H.1
09:47:03 INFO : target/xproc/generate-reading-text.xpl:149:11:faust://document/faustedition/2_V_H.6
09:47:03 INFO : target/xproc/generate-reading-text.xpl:149:11:faust://document/faustedition/2_V_H.2
09:47:03 INFO : target/xproc/generate-reading-text.xpl:149:11:faust://document/faustedition/2_V_H.11
09:47:03 INFO : target/xproc/generate-reading-text.xpl:149:11:faust://document/faustedition/2_V_H.14a_
09:47:03 INFO : target/xproc/generate-reading-text.xpl:149:11:faust://document/faustedition/2_V_H.37f
09:47:03 INFO : Adding generated markup to transcripts ...
09:47:03 INFO : target/xproc/generate-search.xpl:59:21:WARNING: No metadata for faust://xml/lesetext/faust.xml at file:/mnt/data/jenkins/workspace/faust-gen/data/xml/lesetext/faust.xml
09:47:06 INFO : target/xproc/generate-search.xpl:128:13:WARNING: Cannot parse relatedLines: after_12111 (in file:/mnt/data/jenkins/workspace/faust-gen/data/xml/transcript/gsa/391362/391362.xml)
09:47:18 INFO : target/xproc/generate-search.xpl:128:13:WARNING: Cannot parse relatedLines: before_8488_d (in file:/mnt/data/jenkins/workspace/faust-gen/data/xml/transcript/gsa/390575/390575.xml)
09:47:22 INFO : target/xproc/generate-search.xpl:128:13:WARNING: Cannot parse relatedLines: after_12111 (in file:/mnt/data/jenkins/workspace/faust-gen/data/xml/transcript/gsa/390883/390883.xml)
09:47:26 INFO : target/xproc/generate-search.xpl:128:13:WARNING: Cannot parse relatedLines: after_12111 (in file:/mnt/data/jenkins/workspace/faust-gen/data/xml/transcript/gsa/390777/390777.xml)
09:47:26 INFO : target/xproc/generate-search.xpl:128:13:WARNING: Cannot parse relatedLines: after_12111 (in file:/mnt/data/jenkins/workspace/faust-gen/data/xml/transcript/gsa/390705/390705.xml)
09:47:26 INFO : target/xproc/generate-search.xpl:128:13:WARNING: Cannot parse relatedLines: before_5199_b (in file:/mnt/data/jenkins/workspace/faust-gen/data/xml/transcript/veste_coburg/A_IV_708_1_10/A_IV_708_1_10.xml)
09:47:26 INFO : target/xproc/generate-search.xpl:128:13:WARNING: Cannot parse relatedLines: before_5199_b (in file:/mnt/data/jenkins/workspace/faust-gen/data/xml/transcript/gsa/390652/390652.xml)
09:47:27 INFO : target/xproc/generate-search.xpl:128:13:WARNING: Cannot parse relatedLines: before_8488_d (in file:/mnt/data/jenkins/workspace/faust-gen/data/xml/transcript/gsa/390847/390847.xml)
09:47:27 INFO : target/xproc/generate-search.xpl:128:13:WARNING: Cannot parse relatedLines: before_8488_d (in file:/mnt/data/jenkins/workspace/faust-gen/data/xml/transcript/gsa/390851/390851.xml)
09:47:27 INFO : target/xproc/generate-search.xpl:128:13:WARNING: Cannot parse relatedLines: before_8488_d (in file:/mnt/data/jenkins/workspace/faust-gen/data/xml/transcript/gsa/391083/391083.xml)
09:47:27 INFO : target/xproc/generate-search.xpl:128:13:WARNING: Cannot parse relatedLines: before_8488_d (in file:/mnt/data/jenkins/workspace/faust-gen/data/xml/transcript/gsa/390852/390852.xml)
09:47:33 INFO : Transforming metadata from file:/mnt/data/jenkins/workspace/faust-gen/data/xml/
09:47:34 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: Citation not found: faust://print/q_1_2 (in file:/mnt/data/jenkins/workspace/faust-gen/data/xml/document/paralipomena/gsa_391357.xml)
09:47:34 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: Citation not found: faust://print/q_1_2 (in file:/mnt/data/jenkins/workspace/faust-gen/data/xml/document/paralipomena/gsa_391375.xml)
09:47:34 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: Citation not found: faust://print/q_1_2 (in file:/mnt/data/jenkins/workspace/faust-gen/data/xml/document/paralipomena/gsa_390887.xml)
09:47:34 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
09:47:35 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
09:47:35 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
09:47:35 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: Did not find "" in reference-types (in file:/mnt/data/jenkins/workspace/faust-gen/data/xml/document/archival/privatbesitz/anonym/anonym2.xml)
09:47:35 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: Citation not found:  (in file:/mnt/data/jenkins/workspace/faust-gen/data/xml/document/archival/privatbesitz/anonym/anonym2.xml)
09:47:35 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
09:47:35 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1881, ignoring all but the first
09:47:35 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: Citation not found: faust://bibliography/schroeer1881 (in file:/mnt/data/jenkins/workspace/faust-gen/data/xml/document/archival/sb_berlin/SBB-Ms_germ_qu_475.xml)
09:47:35 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: Citation not found: faust://bibliography/schroeer1881 (in file:/mnt/data/jenkins/workspace/faust-gen/data/xml/document/archival/sb_berlin/SBB-Ms_germ_qu_475.xml)
09:47:35 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1881, ignoring all but the first
09:47:35 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: Citation not found: faust://bibliography/schroeer1881 (in file:/mnt/data/jenkins/workspace/faust-gen/data/xml/document/archival/sb_berlin/SBB-Ms_germ_qu_475.xml)
09:47:35 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1881, ignoring all but the first
09:47:35 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: Citation not found: faust://bibliography/schroeer1881 (in file:/mnt/data/jenkins/workspace/faust-gen/data/xml/document/archival/sb_berlin/SBB-Ms_germ_qu_475.xml)
09:47:35 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: Unresolved URI reference in text: faust://document/gsa_1/GSA_25-W_1362 (in file:/mnt/data/jenkins/workspace/faust-gen/data/xml/document/archival/sb_berlin/SBB-Ms_germ_qu_475.xml)
09:47:35 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1881, ignoring all but the first
09:47:35 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: Citation not found: faust://bibliography/schroeer1881 (in file:/mnt/data/jenkins/workspace/faust-gen/data/xml/document/archival/sb_berlin/SBB-Ms_germ_qu_475.xml)
09:47:35 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: Did not find "" in reference-types (in file:/mnt/data/jenkins/workspace/faust-gen/data/xml/document/archival/sb_berlin/SBB-Ms_germ_qu_475.xml)
09:47:35 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1881, ignoring all but the first
09:47:35 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: Citation not found: faust://bibliography/schroeer1881 (in file:/mnt/data/jenkins/workspace/faust-gen/data/xml/document/archival/sb_berlin/SBB-Ms_germ_qu_475.xml)
09:47:35 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: Did not find "" in reference-types (in file:/mnt/data/jenkins/workspace/faust-gen/data/xml/document/archival/sb_berlin/SBB-Ms_germ_qu_475.xml)
09:47:35 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: Did not find "" in reference-types (in file:/mnt/data/jenkins/workspace/faust-gen/data/xml/document/archival/sb_berlin/SBB-Ms_germ_qu_475.xml)
09:47:35 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
09:47:35 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1881, ignoring all but the first
09:47:35 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: Citation not found: faust://bibliography/schroeer1881 (in file:/mnt/data/jenkins/workspace/faust-gen/data/xml/document/archival/sb_berlin/SBB-IIIA_Ms_germ_qu_527.xml)
09:47:35 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
09:47:35 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
09:47:35 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
09:47:35 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
09:47:35 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: Unresolved URI reference in text: faust://document/gsa_1/GSA_25-XVII-6-1 (in file:/mnt/data/jenkins/workspace/faust-gen/data/xml/document/archival/bl_london/Add_20723.xml)
09:47:35 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: Citation not found: faust://bibliography/schroeer1881 (in file:/mnt/data/jenkins/workspace/faust-gen/data/xml/document/archival/bl_london/Add_20723.xml)
09:47:35 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
09:47:35 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
09:47:35 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
09:47:35 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
09:47:35 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
09:47:35 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
09:47:35 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
09:47:35 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
09:47:35 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
09:47:35 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
09:47:35 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
09:47:36 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
09:47:36 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
09:47:36 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
09:47:36 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
09:47:36 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
09:47:36 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
09:47:36 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
09:47:36 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
09:47:36 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: Citation not found: faust://print/hagen/C1_4  (in file:/mnt/data/jenkins/workspace/faust-gen/data/xml/document/archival/gsa/GSA_25-W_13-5.xml)
09:47:36 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: Unresolved URI reference in text: faust://print/kua_VI_1 (in file:/mnt/data/jenkins/workspace/faust-gen/data/xml/document/archival/gsa/GSA_30-447-1.xml)
09:47:36 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: Unresolved URI reference in text: faust://print/B_9 (in file:/mnt/data/jenkins/workspace/faust-gen/data/xml/document/archival/dla_marbach/Cotta_Ms_Goethe_AlH_C-1-12_Faust_I.xml)
09:47:37 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
09:47:37 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
09:47:38 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: faust://document/wa_faust/2_III_H.2 resolved to more than one docs: 2 III H.2:1, 2 III H.2:2
09:47:38 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
09:47:38 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
09:47:38 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
09:47:38 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
09:47:38 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
09:47:39 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
09:47:39 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
09:47:39 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
09:47:40 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: Unresolved URI reference in text: faust://document/wa_faust/1_4_H.2 (in file:/mnt/data/jenkins/workspace/faust-gen/data/xml/document/faust/2.4/gsa_389786.xml)
09:47:40 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: Unresolved URI reference in text: faust://document/wa_faust/1_4_H.3 (in file:/mnt/data/jenkins/workspace/faust-gen/data/xml/document/faust/2.4/gsa_389863.xml)
09:47:41 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: Citation not found: faust://bibliography/stargardt1996 (in file:/mnt/data/jenkins/workspace/faust-gen/data/xml/document/faust/2.5/gsa_391503.xml)
09:47:41 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: Citation not found: faust://bibliography/jahrbuch_der_auktionspreise1996 (in file:/mnt/data/jenkins/workspace/faust-gen/data/xml/document/faust/2.5/gsa_391503.xml)
09:47:41 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: Citation not found: faust://bibliography/stargardt1996 (in file:/mnt/data/jenkins/workspace/faust-gen/data/xml/document/faust/2.5/gsa_391503.xml)
09:47:41 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: Citation not found: faust://bibliography/stargardt1996 (in file:/mnt/data/jenkins/workspace/faust-gen/data/xml/document/faust/2.5/gsa_391503.xml)
09:47:41 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: Did not find "n.s." in reference-types (in file:/mnt/data/jenkins/workspace/faust-gen/data/xml/document/faust/2.5/gsa_391525.xml)
09:47:41 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
09:47:41 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
09:47:41 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: Unresolved URI reference in text: faust://document/wa_faust/2_P97_H.1 (in file:/mnt/data/jenkins/workspace/faust-gen/data/xml/document/faust/2.5/gsa_390350.xml)
09:47:41 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
09:47:41 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
09:47:41 Message: Generating watermark table ...
09:47:42 INFO : target/xproc/metadata-html.xpl:128:15:WARNING: faust://document/wa_faust/2_IV_H.g resolved to more than one docs: 2 IV H.22e, 2 IV H.22f
09:47:42 INFO : target/xproc/metadata-html.xpl:128:15:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
09:47:42 INFO : target/xproc/metadata-html.xpl:128:15:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
09:47:42 INFO : target/xproc/metadata-html.xpl:128:15:WARNING: faust://document/wa_faust/2_III_H.6 resolved to more than one docs: 2 III H.6:1, 2 III H.6:2
09:47:42 INFO : target/xproc/metadata-html.xpl:128:15:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
09:47:43 INFO : target/xproc/metadata-html.xpl:128:15:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
09:47:43 INFO : target/xproc/metadata-html.xpl:128:15:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
09:47:43 INFO : target/xproc/metadata-html.xpl:128:15:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
09:47:43 INFO : target/xproc/metadata-html.xpl:128:15:WARNING: Unresolved URI reference in text: faust://document/fischer_lamberg/2_III_H.q (in file:/mnt/data/jenkins/workspace/faust-gen/data/xml/document/archival/bb_cologny/G-30_05.xml)
09:47:43 INFO : target/xproc/metadata-html.xpl:128:15:WARNING: faust://document/wa_faust/2_III_H.III resolved to more than one docs: 2 III H.3a:1, 2 III H.3a:2
09:47:43 INFO : target/xproc/metadata-html.xpl:128:15:WARNING: Unresolved URI reference in text: faust://document/gsa_2/GSA_25-W_1768 (in file:/mnt/data/jenkins/workspace/faust-gen/data/xml/document/archival/gsa/GSA_25-XXXVII-B-29e.xml)
09:47:43 INFO : target/xproc/metadata-html.xpl:128:15:WARNING: Unresolved URI reference in text: faust://document/gsa_2/GSA_25-W_1768 (in file:/mnt/data/jenkins/workspace/faust-gen/data/xml/document/archival/gsa/GSA_25-XXXVII-B-29d.xml)
09:47:43 INFO : target/xproc/metadata-html.xpl:128:15:WARNING: Unresolved URI reference in text: faust://print/C1_4 (in file:/mnt/data/jenkins/workspace/faust-gen/data/xml/document/archival/gsa/GSA_25-W_13-5.xml)
09:47:43 INFO : target/xproc/metadata-html.xpl:128:15:WARNING: Unresolved URI reference in text: faust://document/gsa_2/GSA_25-W_1768 (in file:/mnt/data/jenkins/workspace/faust-gen/data/xml/document/archival/gsa/GSA_25-XXXVII-B-29a.xml)
09:47:43 INFO : target/xproc/metadata-html.xpl:128:15:WARNING: Unresolved URI reference in text: faust://document/gsa_2/GSA_25-W_1768 (in file:/mnt/data/jenkins/workspace/faust-gen/data/xml/document/archival/gsa/GSA_25-XXXVII-B-29c.xml)
09:47:43 INFO : target/xproc/metadata-html.xpl:128:15:WARNING: Unresolved URI reference in text: faust://document/faustedition/B_9 (in file:/mnt/data/jenkins/workspace/faust-gen/data/xml/document/archival/gsa/GSA_30-319_Bl_44-45.xml)
09:47:43 INFO : target/xproc/metadata-html.xpl:128:15:WARNING: Unresolved URI reference in text: faust://document/faustedition/C1_4 (in file:/mnt/data/jenkins/workspace/faust-gen/data/xml/document/archival/gsa/GSA_30-320_Bl_11-12.xml)
09:47:44 INFO : target/xproc/metadata-html.xpl:128:15:WARNING: faust://document/wa_faust/2_III_H.2 resolved to more than one docs: 2 III H.2:1, 2 III H.2:2
09:47:44 INFO : target/xproc/metadata-html.xpl:128:15:WARNING: faust://document/wa_faust/2_III_H.7 resolved to more than one docs: 2 III H.7:1, 2 III H.7:2, 2 III H.7:3, 2 III H.7:4, 2 III H.7:5
09:47:44 INFO : target/xproc/metadata-html.xpl:128:15:WARNING: faust://document/wa_faust/2_III_H.2 resolved to more than one docs: 2 III H.2:1, 2 III H.2:2
09:47:44 INFO : target/xproc/metadata-html.xpl:128:15:WARNING: faust://document/wa_faust/2_III_H.7 resolved to more than one docs: 2 III H.7:1, 2 III H.7:2, 2 III H.7:3, 2 III H.7:4, 2 III H.7:5
09:47:44 INFO : target/xproc/metadata-html.xpl:128:15:WARNING: faust://document/wa_faust/2_III_H.7 resolved to more than one docs: 2 III H.7:1, 2 III H.7:2, 2 III H.7:3, 2 III H.7:4, 2 III H.7:5
09:47:44 INFO : target/xproc/metadata-html.xpl:128:15:WARNING: faust://document/wa_faust/2_III_H.7 resolved to more than one docs: 2 III H.7:1, 2 III H.7:2, 2 III H.7:3, 2 III H.7:4, 2 III H.7:5
09:47:44 INFO : target/xproc/metadata-html.xpl:128:15:WARNING: faust://document/wa_faust/2_III_H.2 resolved to more than one docs: 2 III H.2:1, 2 III H.2:2
09:47:44 INFO : target/xproc/metadata-html.xpl:128:15:WARNING: faust://document/wa_faust/2_III_H.2 resolved to more than one docs: 2 III H.2:1, 2 III H.2:2
09:47:45 INFO : target/xproc/metadata-html.xpl:128:15:WARNING: Unresolved URI reference in text: faust://document/gsa_2/25-XLII-2-8 (in file:/mnt/data/jenkins/workspace/faust-gen/data/xml/document/faust/2.2/gsa_390593.xml)
09:47:45 INFO : target/xproc/metadata-html.xpl:128:15:WARNING: faust://document/wa_faust/2_II_H.27 resolved to more than one docs: 2 II H.27:1, 2 II H.27:2
09:47:47 INFO : Collecting metadata from file:/mnt/data/jenkins/workspace/faust-gen/data/xml/
09:47:47 INFO : target/xproc/generate-metadata-js.xpl:47:40:WARNING: D.4alpha: file:/mnt/data/jenkins/workspace/faust-gen/target/prepared/textTranscript/D.4alpha.xml not found
09:47:50 INFO : Collecting testimony from file:/mnt/data/jenkins/workspace/faust-gen/data/xml/
09:47:54 INFO : target/xproc/testimony.xpl:61:35:INFO: div[133] in wa_III_12 contains 2 testimonies: graef_1865, graef_1866
09:48:03 INFO : target/xproc/testimony.xpl:61:35:INFO: div[121] in wa_III_11 contains 2 testimonies: graef_1635, graef_1635a
09:48:14 INFO : target/xproc/testimony.xpl:61:35:INFO: div[85] in wa_III_10 contains 2 testimonies: graef_1378, graef_1378a
09:48:35 INFO : target/xproc/testimony.xpl:61:35:INFO: div[2] in wa_IV_19 contains 2 testimonies: graef_1046, quz_I-870a
09:48:37 INFO : target/xproc/testimony.xpl:61:35:INFO: div[2] in wa_IV_40 contains 2 testimonies: quz_II-638, quz_IV-1797
09:48:37 INFO : target/xproc/testimony.xpl:61:35:ERROR: 0 metadata records match quz_IV-1797 (in wa_IV_40)
09:48:37 INFO : target/xproc/testimony.xpl:93:13:WARNING: Trying to create citation for doc with 0 testimony ids  → faust://bibliography/quz_IV-1797
09:48:38 INFO : target/xproc/testimony.xpl:61:35:INFO: div[4] in wa_IV_43 contains 2 testimonies: graef_1531, graef_1521
09:48:38 INFO : target/xproc/testimony.xpl:61:35:ERROR: 0 metadata records match graef_1521 (in wa_IV_43)
09:48:38 INFO : target/xproc/testimony.xpl:61:35:INFO: div[12] in wa_IV_43 contains 2 testimonies: quz_II-1211, graef_1574
09:48:38 INFO : target/xproc/testimony.xpl:61:35:WARNING: Using inferior testimony id quz_II-1211 (in wa_IV_43)
09:48:38 INFO : target/xproc/testimony.xpl:93:13:WARNING: Trying to create citation for doc with 0 testimony ids  → faust://bibliography/graef_1521
09:48:40 INFO : target/xproc/testimony.xpl:61:35:INFO: div[1] in schroeer1896 contains 2 testimonies: graef_1660, graef_1663
09:48:41 INFO : target/xproc/testimony.xpl:61:35:INFO: div[1] in holtei1859_4 contains 3 testimonies: bie3_6153, graef_1630, graef_1634
09:48:41 INFO : target/xproc/testimony.xpl:61:35:WARNING: No testimony divs found in gm_duesseldorf_KK1838
09:48:41 INFO : target/xproc/testimony.xpl:61:35:ERROR: pniower_765 spans to , which doesn't exist (#?). 
09:48:41 INFO : target/xproc/testimony.xpl:81:13:WARNING: Citation not found: faust://bibliography/390376 (in file:/mnt/data/jenkins/workspace/faust-gen/target/testimony-split/pniower_765.xml)
09:48:41 INFO : target/xproc/testimony.xpl:81:13:WARNING: Citation faust://bibliography/390376 missing in testimony pniower_765
09:48:41 INFO : target/xproc/testimony.xpl:61:35:WARNING: No testimony divs found in 390376_0002
09:48:43 INFO : target/xproc/testimony.xpl:61:35:ERROR: 0 metadata records match quz_III-483 (in quz_3)
09:48:43 INFO : target/xproc/testimony.xpl:61:35:INFO: div[65] in quz_3 contains 3 testimonies: quz_III-2A, quz_III-44A, quz_III-48A
09:48:46 INFO : target/xproc/testimony.xpl:93:13:WARNING: Trying to create citation for doc with 0 testimony ids  → faust://bibliography/quz_III-483
09:48:46 INFO : target/xproc/testimony.xpl:61:35:INFO: div[2] in kua_6-2 contains 3 testimonies: graef_1620, graef_1636, graef_1628
09:48:47 INFO : target/xproc/testimony.xpl:61:35:WARNING: No testimony divs found in geiger1890
09:48:47 INFO : target/xproc/testimony.xpl:61:35:INFO: div[2] in matthisson1825-1829_7 contains 2 testimonies: bie3_5467, graef_1266
09:48:48 INFO : target/xproc/testimony.xpl:61:35:WARNING: No testimony divs found in gm_duesseldorf_KK1838
09:48:49 INFO : target/xproc/testimony.xpl:61:35:INFO: div[3] in wa_I_36 contains 2 testimonies: graef_1258, graef_1258a
09:48:52 INFO : target/xproc/testimony.xpl:61:35:ERROR: 0 metadata records match bie3_6689 (in kletke1873)
09:48:52 INFO : target/xproc/testimony.xpl:61:35:INFO: div[3] in kletke1873 contains 2 testimonies: graef_1617, graef_1948
09:48:52 INFO : target/xproc/testimony.xpl:93:13:WARNING: Trying to create citation for doc with 0 testimony ids  → faust://bibliography/bie3_6689
09:48:52 INFO : target/xproc/testimony.xpl:61:35:INFO: div[1] in schroeer1886_1 contains 2 testimonies: bie3_6273, bie3_6681
09:48:54 INFO : target/xproc/testimony.xpl:61:35:INFO: div[1] in tewes1901 contains 3 testimonies: bie3_7209, graef_1337, graef_1338
09:48:55 INFO : target/xproc/testimony.xpl:61:35:INFO: div[1] in matthisson1825-1829_8 contains 2 testimonies: bie3_5814, graef_1341a
09:48:56 INFO : target/xproc/testimony.xpl:61:35:INFO: div[5] in biedermann1889-1896_4 contains 2 testimonies: graef_1026, graef_1174
09:48:57 INFO : target/xproc/testimony.xpl:61:35:INFO: div[8] in biedermann1889-1896_7 contains 4 testimonies: graef_1711, graef_1718, graef_1719, graef_1721
09:49:00 INFO : target/xproc/testimony.xpl:61:35:INFO: div[8] in biedermann1889-1896_6 contains 2 testimonies: graef_1500, graef_1499
09:49:00 INFO : target/xproc/testimony.xpl:61:35:INFO: div[1] in riemer1841_1 contains 2 testimonies: bie3_3461, graef_1762
09:49:00 INFO : target/xproc/testimony.xpl:61:35:ERROR: 0 metadata records match bie3_3461 (in riemer1841_1)
09:49:00 INFO : target/xproc/testimony.xpl:93:13:WARNING: Trying to create citation for doc with 0 testimony ids  → faust://bibliography/bie3_3461
09:49:01 INFO : target/xproc/testimony.xpl:61:35:INFO: div[1] in eberwein1853 contains 4 testimonies: graef_1157, graef_1165, graef_1723, graef_1709
09:49:01 INFO : target/xproc/testimony.xpl:61:35:WARNING: No testimony divs found in burkhardt1870
09:49:01 INFO : target/xproc/testimony.xpl:61:35:WARNING: Using inferior testimony id lfd-nr-neuneu_331 (in harding1920_2)
09:49:03 INFO : target/xproc/testimony.xpl:61:35:INFO: div[1] in schoch1832_1 contains 2 testimonies: bie3_6013, pniower_544
09:49:03 INFO : target/xproc/testimony.xpl:61:35:ERROR: 0 metadata records match bie3_6013 (in schoch1832_1)
09:49:03 INFO : target/xproc/testimony.xpl:93:13:WARNING: Trying to create citation for doc with 0 testimony ids  → faust://bibliography/bie3_6013
09:49:04 INFO : target/xproc/testimony.xpl:136:81:Generating empty testimony files ...
09:49:07 Message: Creating emended versions ...
09:49:07 INFO : Generating inline apparatus ...
09:49:54 INFO : Saving index: /mnt/data/jenkins/workspace/faust-gen/target/www/app/index.html
09:49:55 INFO : target/xproc/generate-all.xpl:206:34:WARNING: No metadata for faust://xml/ at file:/mnt/data/jenkins/workspace/faust-gen/data/xml/
09:49:59 INFO : target/xproc/generate-all.xpl:130:32:WARNING: file:/mnt/data/jenkins/workspace/faust-gen/target/prepared/textTranscript/1_H.14.xml: addSpan/@spanTo="" without corresponding anchor: YOU LOOSE TEXT!
09:50:23 INFO : target/xproc/generate-all.xpl:130:32:WARNING: file:/mnt/data/jenkins/workspace/faust-gen/target/prepared/textTranscript/2_I_H.0d.xml: addSpan/@spanTo="#Gesellt-Pause" without corresponding anchor: YOU LOOSE TEXT!
09:50:30 INFO : target/xproc/generate-all.xpl:130:32:WARNING: file:/mnt/data/jenkins/workspace/faust-gen/target/prepared/textTranscript/2_II_H.6.xml: addSpan/@spanTo="" without corresponding anchor: YOU LOOSE TEXT!
09:50:37 INFO : target/xproc/generate-all.xpl:130:32:WARNING: file:/mnt/data/jenkins/workspace/faust-gen/target/prepared/textTranscript/2_II_H.74.xml: addSpan/@spanTo="#Tempelhallen" without corresponding anchor: YOU LOOSE TEXT!
09:50:46 INFO : target/xproc/generate-all.xpl:130:32:WARNING: file:/mnt/data/jenkins/workspace/faust-gen/target/prepared/textTranscript/2_III_H.2_2.xml: addSpan/@spanTo="" without corresponding anchor: YOU LOOSE TEXT!
09:50:50 INFO : target/xproc/generate-all.xpl:130:32:WARNING: file:/mnt/data/jenkins/workspace/faust-gen/target/prepared/textTranscript/2_III_H.26.xml: addSpan/@spanTo="" without corresponding anchor: YOU LOOSE TEXT!
09:50:51 INFO : target/xproc/generate-all.xpl:130:32:WARNING: file:/mnt/data/jenkins/workspace/faust-gen/target/prepared/textTranscript/2_III_H.41.xml: addSpan/@spanTo="" without corresponding anchor: YOU LOOSE TEXT!
09:50:56 INFO : target/xproc/generate-all.xpl:130:32:WARNING: file:/mnt/data/jenkins/workspace/faust-gen/target/prepared/textTranscript/2_III_H.79.xml: addSpan/@spanTo="#Chor" without corresponding anchor: YOU LOOSE TEXT!
09:50:56 INFO : target/xproc/generate-all.xpl:130:32:WARNING: file:/mnt/data/jenkins/workspace/faust-gen/target/prepared/textTranscript/2_IV_H.2.xml: addSpan/@spanTo="#addSpanl10121" without corresponding anchor: YOU LOOSE TEXT!
09:50:56 INFO : target/xproc/generate-all.xpl:130:32:WARNING: file:/mnt/data/jenkins/workspace/faust-gen/target/prepared/textTranscript/2_IV_H.3.xml: addSpan/@spanTo="" without corresponding anchor: YOU LOOSE TEXT!
09:50:56 INFO : target/xproc/generate-all.xpl:130:32:WARNING: file:/mnt/data/jenkins/workspace/faust-gen/target/prepared/textTranscript/2_IV_H.3.xml: addSpan/@spanTo="" without corresponding anchor: YOU LOOSE TEXT!
09:50:56 INFO : target/xproc/generate-all.xpl:130:32:WARNING: file:/mnt/data/jenkins/workspace/faust-gen/target/prepared/textTranscript/2_IV_H.5.xml: addSpan/@spanTo="" without corresponding anchor: YOU LOOSE TEXT!
09:50:57 INFO : target/xproc/generate-all.xpl:130:32:WARNING: file:/mnt/data/jenkins/workspace/faust-gen/target/prepared/textTranscript/2_IV_H.13.xml: addSpan/@spanTo="" without corresponding anchor: YOU LOOSE TEXT!
09:50:58 INFO : target/xproc/generate-all.xpl:130:32:WARNING: file:/mnt/data/jenkins/workspace/faust-gen/target/prepared/textTranscript/2_IV_H.18.xml: addSpan/@spanTo="" without corresponding anchor: YOU LOOSE TEXT!
09:50:58 INFO : target/xproc/generate-all.xpl:130:32:WARNING: file:/mnt/data/jenkins/workspace/faust-gen/target/prepared/textTranscript/2_IV_H.18.xml: addSpan/@spanTo="" without corresponding anchor: YOU LOOSE TEXT!
09:51:03 INFO : target/xproc/generate-all.xpl:130:32:WARNING: file:/mnt/data/jenkins/workspace/faust-gen/target/prepared/textTranscript/H_P11.xml: addSpan/@spanTo="'halb" without corresponding anchor: YOU LOOSE TEXT!
09:51:07 INFO : target/xproc/generate-all.xpl:130:32:WARNING: file:/mnt/data/jenkins/workspace/faust-gen/target/prepared/textTranscript/H_P124.xml: addSpan/@spanTo="" without corresponding anchor: YOU LOOSE TEXT!
09:51:20 INFO : Reading prepared transcript files ...
09:51:30 INFO : Collecting lines from all transcripts ...
09:51:31 INFO : Collating the lines and writing variant HTMLs
09:52:49 INFO : target/xproc/generate-all.xpl:225:11:Generating word index for up to 0 occurances ...
09:53:01 INFO : Reading transcript files to generate paralipomena table ...
09:53:03 Message: Rendering emended versions to html ...
09:53:06 INFO : target/xproc/print2html.xpl:45:23:WARNING: Unrecognized app, using COMPLETE content:
09:53:06 <app xmlns="http://www.tei-c.org/ns/1.0" xmlns:f="http://www.faustedition.net/ns">
09:53:06    <rdg>
09:53:06       <witStart wit="faust://document/faustedition/2_H"/>
09:53:06    </rdg>
09:53:06 </app>
09:53:06 in file:/mnt/data/jenkins/workspace/faust-gen/target/emended/faust.xml
09:53:06 INFO : target/xproc/print2html.xpl:45:23:WARNING: Unrecognized app, using COMPLETE content:
09:53:06 <app xmlns="http://www.tei-c.org/ns/1.0" xmlns:f="http://www.faustedition.net/ns">
09:53:06    <rdg>
09:53:06       <witStart wit="faust://document/faustedition/2_I_H.0a"/>
09:53:06    </rdg>
09:53:06 </app>
09:53:06 in file:/mnt/data/jenkins/workspace/faust-gen/target/emended/faust.xml
09:53:06 INFO : target/xproc/print2html.xpl:45:23:WARNING: Unrecognized app, using COMPLETE content:
09:53:06 <app xmlns="http://www.tei-c.org/ns/1.0" xmlns:f="http://www.faustedition.net/ns">
09:53:06    <rdg>
09:53:06       <witStart wit="faust://document/faustedition/2_H"/>
09:53:06    </rdg>
09:53:06 </app>
09:53:06 in file:/mnt/data/jenkins/workspace/faust-gen/target/emended/faust.xml
09:53:06 INFO : target/xproc/print2html.xpl:45:23:WARNING: Unrecognized app, using COMPLETE content:
09:53:06 <app xmlns="http://www.tei-c.org/ns/1.0" xmlns:f="http://www.faustedition.net/ns">
09:53:06    <rdg>
09:53:06       <witStart wit="faust://document/faustedition/2_H"/>
09:53:06    </rdg>
09:53:06 </app>
09:53:06 in file:/mnt/data/jenkins/workspace/faust-gen/target/emended/faust.xml
09:53:06 INFO : target/xproc/print2html.xpl:45:23:WARNING: Unrecognized app, using COMPLETE content:
09:53:06 <app xmlns="http://www.tei-c.org/ns/1.0" xmlns:f="http://www.faustedition.net/ns">
09:53:06    <rdg>
09:53:06       <witStart wit="faust://document/faustedition/C.1_4"/>
09:53:06    </rdg>
09:53:06 </app>
09:53:06 in file:/mnt/data/jenkins/workspace/faust-gen/target/emended/faust.xml
09:53:09 INFO : target/xproc/print2html.xpl:45:23:WARNING: Unrecognized app, using COMPLETE content:
09:53:09 <app xmlns="http://www.tei-c.org/ns/1.0" xmlns:f="http://www.faustedition.net/ns">
09:53:09    <rdg>
09:53:09       <witStart wit="faust://document/faustedition/2_H"/>
09:53:09    </rdg>
09:53:09 </app>
09:53:09 in file:/mnt/data/jenkins/workspace/faust-gen/target/emended/faust.xml
09:53:09 INFO : target/xproc/print2html.xpl:45:23:WARNING: Unrecognized app, using COMPLETE content:
09:53:09 <app xmlns="http://www.tei-c.org/ns/1.0" xmlns:f="http://www.faustedition.net/ns">
09:53:09    <rdg>
09:53:09       <witStart wit="faust://document/faustedition/2_I_H.0a"/>
09:53:09    </rdg>
09:53:09 </app>
09:53:09 in file:/mnt/data/jenkins/workspace/faust-gen/target/emended/faust.xml
09:53:09 INFO : target/xproc/print2html.xpl:45:23:WARNING: Unrecognized app, using COMPLETE content:
09:53:09 <app xmlns="http://www.tei-c.org/ns/1.0" xmlns:f="http://www.faustedition.net/ns">
09:53:09    <rdg>
09:53:09       <witStart wit="faust://document/faustedition/2_H"/>
09:53:09    </rdg>
09:53:09 </app>
09:53:09 in file:/mnt/data/jenkins/workspace/faust-gen/target/emended/faust.xml
09:53:09 INFO : target/xproc/print2html.xpl:45:23:WARNING: Unrecognized app, using COMPLETE content:
09:53:09 <app xmlns="http://www.tei-c.org/ns/1.0" xmlns:f="http://www.faustedition.net/ns">
09:53:09    <rdg>
09:53:09       <witStart wit="faust://document/faustedition/2_H"/>
09:53:09    </rdg>
09:53:09 </app>
09:53:09 in file:/mnt/data/jenkins/workspace/faust-gen/target/emended/faust.xml
09:53:09 INFO : target/xproc/print2html.xpl:45:23:WARNING: Unrecognized app, using COMPLETE content:
09:53:09 <app xmlns="http://www.tei-c.org/ns/1.0" xmlns:f="http://www.faustedition.net/ns">
09:53:09    <rdg>
09:53:09       <witStart wit="faust://document/faustedition/C.1_4"/>
09:53:09    </rdg>
09:53:09 </app>
09:53:09 in file:/mnt/data/jenkins/workspace/faust-gen/target/emended/faust.xml
09:53:11 INFO : target/xproc/print2html.xpl:45:23:WARNING: Unrecognized app, using COMPLETE content:
09:53:11 <app xmlns="http://www.tei-c.org/ns/1.0" xmlns:f="http://www.faustedition.net/ns">
09:53:11    <rdg>
09:53:11       <witStart wit="faust://document/faustedition/2_H"/>
09:53:11    </rdg>
09:53:11 </app>
09:53:11 in file:/mnt/data/jenkins/workspace/faust-gen/target/emended/faust.xml
09:53:11 INFO : target/xproc/print2html.xpl:45:23:WARNING: Unrecognized app, using COMPLETE content:
09:53:11 <app xmlns="http://www.tei-c.org/ns/1.0" xmlns:f="http://www.faustedition.net/ns">
09:53:11    <rdg>
09:53:11       <witStart wit="faust://document/faustedition/2_I_H.0a"/>
09:53:11    </rdg>
09:53:11 </app>
09:53:11 in file:/mnt/data/jenkins/workspace/faust-gen/target/emended/faust.xml
09:53:11 INFO : target/xproc/print2html.xpl:45:23:WARNING: Unrecognized app, using COMPLETE content:
09:53:11 <app xmlns="http://www.tei-c.org/ns/1.0" xmlns:f="http://www.faustedition.net/ns">
09:53:11    <rdg>
09:53:11       <witStart wit="faust://document/faustedition/2_H"/>
09:53:11    </rdg>
09:53:11 </app>
09:53:11 in file:/mnt/data/jenkins/workspace/faust-gen/target/emended/faust.xml
09:53:11 INFO : target/xproc/print2html.xpl:45:23:WARNING: Unrecognized app, using COMPLETE content:
09:53:11 <app xmlns="http://www.tei-c.org/ns/1.0" xmlns:f="http://www.faustedition.net/ns">
09:53:11    <rdg>
09:53:11       <witStart wit="faust://document/faustedition/2_H"/>
09:53:11    </rdg>
09:53:11 </app>
09:53:11 in file:/mnt/data/jenkins/workspace/faust-gen/target/emended/faust.xml
09:53:11 INFO : target/xproc/print2html.xpl:45:23:WARNING: Unrecognized app, using COMPLETE content:
09:53:11 <app xmlns="http://www.tei-c.org/ns/1.0" xmlns:f="http://www.faustedition.net/ns">
09:53:11    <rdg>
09:53:11       <witStart wit="faust://document/faustedition/C.1_4"/>
09:53:11    </rdg>
09:53:11 </app>
09:53:11 in file:/mnt/data/jenkins/workspace/faust-gen/target/emended/faust.xml
09:53:47 INFO : Saving index: /mnt/data/jenkins/workspace/faust-gen/target/www/print/index.html
09:53:47 Message: Creating bibliography ...
09:53:48 INFO : target/xproc/bibliography.xpl:35:13:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
09:53:49 INFO : target/xproc/bibliography.xpl:35:13:WARNING: 2 bibliography entries for faust://bibliography/loeper1881, ignoring all but the first
09:53:49 INFO : target/xproc/bibliography.xpl:35:13:WARNING: Citation not found: faust://bibliography/schroeer1881 (in file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/bibliography.xpl)
09:53:49 INFO : target/xproc/bibliography.xpl:35:13:ERROR: Unresolved reference: faust://xml/document/archival/location_unknown/cohen_catalog97-106.xml
09:53:49 INFO : target/xproc/bibliography.xpl:35:13:WARNING: Citation not found: faust://bibliography/390376 (in file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/bibliography.xpl)
09:53:50 INFO : target/xproc/generate-all.xpl:325:11:Generating word index for up to 1 occurances ...
09:54:29 
09:54:29 [INFO] 
09:54:29 [INFO] --- maven-dependency-plugin:2.10:unpack (get-slimerjs) @ faust-gen ---
09:54:29 [INFO] Configured Artifact: net.faustedition:slimerjs:1.0.0-beta.1:zip
09:54:29 [INFO] Configured Artifact: org.mozilla:firefox:linux-x86_64:57.0.4:tar.bz2
09:54:29 [INFO] Unpacking /mnt/data/jenkins/.m2/repository/net/faustedition/slimerjs/1.0.0-beta.1/slimerjs-1.0.0-beta.1.zip to /mnt/data/jenkins/workspace/faust-gen/target/dependency with includes "" and excludes ""
09:54:29 [INFO] Unpacking /mnt/data/jenkins/.m2/repository/org/mozilla/firefox/57.0.4/firefox-57.0.4-linux-x86_64.tar.bz2 to /mnt/data/jenkins/workspace/faust-gen/target/dependency with includes "" and excludes ""
09:54:29 [INFO] Expanding: /mnt/data/jenkins/.m2/repository/org/mozilla/firefox/57.0.4/firefox-57.0.4-linux-x86_64.tar.bz2 into /mnt/data/jenkins/workspace/faust-gen/target/dependency
09:54:35 [INFO] 
09:54:35 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ faust-gen ---
09:54:35 [INFO] Using 'utf-8' encoding to copy filtered resources.
09:54:35 [INFO] skip non existing resourceDirectory /mnt/data/jenkins/workspace/faust-gen/src/test/resources
09:54:35 [INFO] 
09:54:35 [INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ faust-gen ---
09:54:35 [INFO] No sources to compile
09:54:35 [INFO] 
09:54:35 [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ faust-gen ---
09:54:35 [INFO] No tests to run.
09:54:35 [JENKINS] Recording test results[INFO] 
09:54:35 [INFO] --- exec-maven-plugin:1.4.0:exec (generate-svgs) @ faust-gen ---
09:54:35 
09:54:35 INFO: Web server runs on http://localhost:37211/transcript-generation.html
09:54:35 INFO: PhantomJS command line: /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs --profile target/profile  rendersvgs.js http://localhost:37211/transcript-generation.html <input> <output> [<links> <linkoutput>]
09:54:35 INFO: Converting diplomatic transcripts to JSON ...
09:54:45 INFO: Rendering 2,212 pages in 8 parallel jobs ...
09:55:22 WARNING: Conversion to SVG for H P123.5 page 18: faust://xml/transcript/gsa/390340/0028.xml issued messages:
09:55:22 CONSOLE: Error in LineDecoration.Layout:  [Exception... "Failure"  nsresult: "0x80004005 (NS_ERROR_FAILURE)"  location: "JS frame :: http://localhost:37211/js-gen/transcript-svg.js :: FaustTranscript.LineDecoration.prototype.layout :: line 457"  data: no] Å¿ch (from FaustTranscript.LineDecoration.prototype.layout, line #464 in "http://localhost:37211/js-gen/transcript-svg.js") 
09:56:12 WARNING: Conversion to SVG for Testhandschrift page 27: faust://xml/transcript/test/A5-d-35.xml issued messages:
09:56:12 CONSOLE: Error in LineDecoration.Layout:  [Exception... "Failure"  nsresult: "0x80004005 (NS_ERROR_FAILURE)"  location: "JS frame :: http://localhost:37211/js-gen/transcript-svg.js :: FaustTranscript.LineDecoration.prototype.layout :: line 457"  data: no] generally (from FaustTranscript.LineDecoration.prototype.layout, line #464 in "http://localhost:37211/js-gen/transcript-svg.js") 
09:59:38 WARNING: Conversion to SVG for H P176a page 1: faust://xml/transcript/bb_cologny/G-30_19/recto.xml issued messages:
09:59:38 CONSOLE: Error in LineDecoration.Layout:  [Exception... "Failure"  nsresult: "0x80004005 (NS_ERROR_FAILURE)"  location: "JS frame :: http://localhost:37211/js-gen/transcript-svg.js :: FaustTranscript.LineDecoration.prototype.layout :: line 457"  data: no] Barometer (from FaustTranscript.LineDecoration.prototype.layout, line #464 in "http://localhost:37211/js-gen/transcript-svg.js") 
09:59:49 WARNING: Conversion to SVG for 2 III H.48a page 1: faust://xml/transcript/bb_cologny/G-30_04/recto.xml issued messages:
09:59:49 CONSOLE: Error in LineDecoration.Layout:  [Exception... "Failure"  nsresult: "0x80004005 (NS_ERROR_FAILURE)"  location: "JS frame :: http://localhost:37211/js-gen/transcript-svg.js :: FaustTranscript.LineDecoration.prototype.layout :: line 457"  data: no] Å¿s (from FaustTranscript.LineDecoration.prototype.layout, line #464 in "http://localhost:37211/js-gen/transcript-svg.js") 
09:59:49 WARNING: Conversion to SVG for 2 IV H.22e page 2: faust://xml/transcript/bb_cologny/G-30_11/verso.xml issued messages:
09:59:49 CONSOLE: Error in LineDecoration.Layout:  [Exception... "Failure"  nsresult: "0x80004005 (NS_ERROR_FAILURE)"  location: "JS frame :: http://localhost:37211/js-gen/transcript-svg.js :: FaustTranscript.LineDecoration.prototype.layout :: line 457"  data: no] folgt (from FaustTranscript.LineDecoration.prototype.layout, line #464 in "http://localhost:37211/js-gen/transcript-svg.js") 
09:59:50 WARNING: Conversion to SVG for 2 III H.48a page 2: faust://xml/transcript/bb_cologny/G-30_04/verso.xml issued messages:
09:59:50 CONSOLE: Error in LineDecoration.Layout:  [Exception... "Failure"  nsresult: "0x80004005 (NS_ERROR_FAILURE)"  location: "JS frame :: http://localhost:37211/js-gen/transcript-svg.js :: FaustTranscript.LineDecoration.prototype.layout :: line 457"  data: no] r (from FaustTranscript.LineDecoration.prototype.layout, line #464 in "http://localhost:37211/js-gen/transcript-svg.js") 
10:03:37 WARNING: Conversion to SVG for 2 I H.5 page 2: faust://xml/transcript/gsa/391152/0002.xml issued messages:
10:03:37 CONSOLE: Error in LineDecoration.Layout:  [Exception... "Failure"  nsresult: "0x80004005 (NS_ERROR_FAILURE)"  location: "JS frame :: http://localhost:37211/js-gen/transcript-svg.js :: FaustTranscript.LineDecoration.prototype.layout :: line 457"  data: no] künſtlich (from FaustTranscript.LineDecoration.prototype.layout, line #464 in "http://localhost:37211/js-gen/transcript-svg.js") 
10:03:37 CONSOLE: Error in LineDecoration.Layout:  [Exception... "Failure"  nsresult: "0x80004005 (NS_ERROR_FAILURE)"  location: "JS frame :: http://localhost:37211/js-gen/transcript-svg.js :: FaustTranscript.LineDecoration.prototype.layout :: line 457"  data: no] verdienstlich (from FaustTranscript.LineDecoration.prototype.layout, line #464 in "http://localhost:37211/js-gen/transcript-svg.js") 
10:04:00 WARNING: Conversion to SVG for 2 I H.7 page 1: faust://xml/transcript/gsa/391393/0003.xml issued messages:
10:04:00 CONSOLE: Error in LineDecoration.Layout:  [Exception... "Failure"  nsresult: "0x80004005 (NS_ERROR_FAILURE)"  location: "JS frame :: http://localhost:37211/js-gen/transcript-svg.js :: FaustTranscript.LineDecoration.prototype.layout :: line 457"  data: no] Å¿s (from FaustTranscript.LineDecoration.prototype.layout, line #464 in "http://localhost:37211/js-gen/transcript-svg.js") 
10:04:11 WARNING: Conversion to SVG for 2 I H.17 page 2: faust://xml/transcript/gsa/389889/0003.xml issued messages:
10:04:11 CONSOLE: Error in LineDecoration.Layout:  [Exception... "Failure"  nsresult: "0x80004005 (NS_ERROR_FAILURE)"  location: "JS frame :: http://localhost:37211/js-gen/transcript-svg.js :: FaustTranscript.LineDecoration.prototype.layout :: line 457"  data: no] Euphorion (from FaustTranscript.LineDecoration.prototype.layout, line #464 in "http://localhost:37211/js-gen/transcript-svg.js") 
10:04:53 WARNING: Conversion to SVG for 2 I H.11 page 2: faust://xml/transcript/gsa/390354/0003.xml issued messages:
10:04:53 CONSOLE: Error in LineDecoration.Layout:  [Exception... "Failure"  nsresult: "0x80004005 (NS_ERROR_FAILURE)"  location: "JS frame :: http://localhost:37211/js-gen/transcript-svg.js :: FaustTranscript.LineDecoration.prototype.layout :: line 457"  data: no] Å¿p (from FaustTranscript.LineDecoration.prototype.layout, line #464 in "http://localhost:37211/js-gen/transcript-svg.js") 
10:05:27 WARNING: Conversion to SVG for 2 I H.57 page 1: faust://xml/transcript/gsa/391320/0002.xml issued messages:
10:05:27 CONSOLE: Error in LineDecoration.Layout:  [Exception... "Failure"  nsresult: "0x80004005 (NS_ERROR_FAILURE)"  location: "JS frame :: http://localhost:37211/js-gen/transcript-svg.js :: FaustTranscript.LineDecoration.prototype.layout :: line 457"  data: no] allenfalls (from FaustTranscript.LineDecoration.prototype.layout, line #464 in "http://localhost:37211/js-gen/transcript-svg.js") 
10:06:56 WARNING: Conversion to SVG for 2 III H.69a page 1: faust://xml/transcript/gsa/391441/0002.xml issued messages:
10:06:56 CONSOLE: Error in LineDecoration.Layout:  [Exception... "Failure"  nsresult: "0x80004005 (NS_ERROR_FAILURE)"  location: "JS frame :: http://localhost:37211/js-gen/transcript-svg.js :: FaustTranscript.LineDecoration.prototype.layout :: line 457"  data: no] 1. (from FaustTranscript.LineDecoration.prototype.layout, line #464 in "http://localhost:37211/js-gen/transcript-svg.js") 
10:11:52 WARNING: Conversion to SVG for 2 II H.70 page 6: faust://xml/transcript/gsa/391437/0009.xml issued messages:
10:11:52 CONSOLE: Error in LineDecoration.Layout:  [Exception... "Failure"  nsresult: "0x80004005 (NS_ERROR_FAILURE)"  location: "JS frame :: http://localhost:37211/js-gen/transcript-svg.js :: FaustTranscript.LineDecoration.prototype.layout :: line 457"  data: no] e (from FaustTranscript.LineDecoration.prototype.layout, line #464 in "http://localhost:37211/js-gen/transcript-svg.js") 
10:12:20 WARNING: Conversion to SVG for 2 I H.56 page 10: faust://xml/transcript/gsa/391007/0009.xml issued messages:
10:12:20 CONSOLE: Error in LineDecoration.Layout:  [Exception... "Failure"  nsresult: "0x80004005 (NS_ERROR_FAILURE)"  location: "JS frame :: http://localhost:37211/js-gen/transcript-svg.js :: FaustTranscript.LineDecoration.prototype.layout :: line 457"  data: no] mich (from FaustTranscript.LineDecoration.prototype.layout, line #464 in "http://localhost:37211/js-gen/transcript-svg.js") 
10:13:22 WARNING: Conversion to SVG for 2 IV H.18 page 3: faust://xml/transcript/gsa/391325/0009.xml issued messages:
10:13:22 CONSOLE: Error in LineDecoration.Layout:  [Exception... "Failure"  nsresult: "0x80004005 (NS_ERROR_FAILURE)"  location: "JS frame :: http://localhost:37211/js-gen/transcript-svg.js :: FaustTranscript.LineDecoration.prototype.layout :: line 457"  data: no] Oberfeldherr (from FaustTranscript.LineDecoration.prototype.layout, line #464 in "http://localhost:37211/js-gen/transcript-svg.js") 
10:20:12 INFO: ... rendering failed for  pages:
10:20:12 	{1}
10:20:12 INFO: Failed to convert 0 of 2,212 pages at try 1
10:20:12 INFO: Creating SVGs with CSS ...
10:20:16 [INFO] 
10:20:16 [INFO] --- exec-maven-plugin:1.4.0:exec (generate-svgs-preprint) @ faust-gen ---
10:20:17 INFO: Web server runs on http://localhost:35223/transcript-generation.html
10:20:17 INFO: PhantomJS command line: /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs --profile target/profile  rendersvgs.js http://localhost:35223/transcript-generation.html <input> <output> [<links> <linkoutput>]
10:20:17 INFO: Converting diplomatic transcripts to JSON ...
10:20:20 INFO: Rendering 393 pages in 8 parallel jobs ...
10:20:24 SEVERE: Failed to convert SVG for 2 H page 5: faust://xml/transcript/gsa/391098/0005.xml: Exit Code 139. Script output:
10:20:24 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167:  5510 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:20:24 SEVERE: Failed to convert SVG for 2 H page 3: faust://xml/transcript/gsa/391098/0003.xml: Exit Code 139. Script output:
10:20:24 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167:  5522 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:20:28 SEVERE: Failed to convert SVG for 2 H page 11: faust://xml/transcript/gsa/391098/0011.xml: Exit Code 139. Script output:
10:20:28 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167:  6256 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:20:28 SEVERE: Failed to convert SVG for 2 H page 12: faust://xml/transcript/gsa/391098/0012.xml: Exit Code 139. Script output:
10:20:28 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167:  6275 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:20:36 SEVERE: Failed to convert SVG for 2 H page 27: faust://xml/transcript/gsa/391098/0027.xml: Exit Code 139. Script output:
10:20:36 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167:  7674 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:20:45 SEVERE: Failed to convert SVG for 2 H page 43: faust://xml/transcript/gsa/391098/0043.xml: Exit Code 139. Script output:
10:20:45 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167:  9126 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:20:45 SEVERE: Failed to convert SVG for 2 H page 45: faust://xml/transcript/gsa/391098/0045a.xml: Exit Code 139. Script output:
10:20:45 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167:  9251 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:20:53 SEVERE: Failed to convert SVG for 2 H page 57: faust://xml/transcript/gsa/391098/0057.xml: Exit Code 139. Script output:
10:20:53 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 10365 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:20:58 SEVERE: Failed to convert SVG for 2 H page 67: faust://xml/transcript/gsa/391098/0067.xml: Exit Code 139. Script output:
10:20:58 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 11250 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:20:58 SEVERE: Failed to convert SVG for 2 H page 68: faust://xml/transcript/gsa/391098/0068.xml: Exit Code 139. Script output:
10:20:58 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 11336 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:21:01 SEVERE: Failed to convert SVG for 2 H page 74: faust://xml/transcript/gsa/391098/0074.xml: Exit Code 139. Script output:
10:21:01 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 11890 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:21:04 SEVERE: Failed to convert SVG for 2 H page 77: faust://xml/transcript/gsa/391098/0077.xml: Exit Code 139. Script output:
10:21:04 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 12165 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:21:09 SEVERE: Failed to convert SVG for 2 H page 86: faust://xml/transcript/gsa/391098/0086.xml: Exit Code 139. Script output:
10:21:09 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 12961 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:21:13 SEVERE: Failed to convert SVG for 2 H page 95: faust://xml/transcript/gsa/391098/0095.xml: Exit Code 139. Script output:
10:21:13 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 13751 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:21:14 SEVERE: Failed to convert SVG for 2 H page 99: faust://xml/transcript/gsa/391098/0099.xml: Exit Code 139. Script output:
10:21:14 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 14047 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:21:15 SEVERE: Failed to convert SVG for 2 H page 101: faust://xml/transcript/gsa/391098/0101.xml: Exit Code 139. Script output:
10:21:15 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 14263 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:21:22 SEVERE: Failed to convert SVG for 2 H page 115: faust://xml/transcript/gsa/391098/0115.xml: Exit Code 139. Script output:
10:21:22 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 15417 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:21:30 SEVERE: Failed to convert SVG for 2 H page 129: faust://xml/transcript/gsa/391098/0129.xml: Exit Code 139. Script output:
10:21:30 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 16810 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:21:30 SEVERE: Failed to convert SVG for 2 H page 130: faust://xml/transcript/gsa/391098/0130.xml: Exit Code 139. Script output:
10:21:30 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 16851 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:21:35 SEVERE: Failed to convert SVG for 2 H page 139: faust://xml/transcript/gsa/391098/0147.xml: Exit Code 139. Script output:
10:21:35 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 17675 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:21:37 SEVERE: Failed to convert SVG for 2 H page 142: faust://xml/transcript/gsa/391098/0150.xml: Exit Code 139. Script output:
10:21:37 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 17967 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:21:41 SEVERE: Failed to convert SVG for 2 H page 149: faust://xml/transcript/gsa/391098/0143.xml: Exit Code 139. Script output:
10:21:41 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 18576 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:21:41 SEVERE: Failed to convert SVG for 2 H page 150: faust://xml/transcript/gsa/391098/0144.xml: Exit Code 139. Script output:
10:21:41 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 18638 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:21:43 SEVERE: Failed to convert SVG for 2 H page 153: faust://xml/transcript/gsa/391098/0153.xml: Exit Code 139. Script output:
10:21:43 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 18886 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:21:43 SEVERE: Failed to convert SVG for 2 H page 154: faust://xml/transcript/gsa/391098/0154.xml: Exit Code 139. Script output:
10:21:43 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 19002 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:21:47 SEVERE: Failed to convert SVG for 2 H page 160: faust://xml/transcript/gsa/391098/0160.xml: Exit Code 139. Script output:
10:21:47 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 19507 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:21:47 SEVERE: Failed to convert SVG for 2 H page 162: faust://xml/transcript/gsa/391098/0162.xml: Exit Code 139. Script output:
10:21:47 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 19674 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:21:49 SEVERE: Failed to convert SVG for 2 H page 164: faust://xml/transcript/gsa/391098/0164.xml: Exit Code 139. Script output:
10:21:49 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 19862 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:21:49 SEVERE: Failed to convert SVG for 2 H page 166: faust://xml/transcript/gsa/391098/0166.xml: Exit Code 139. Script output:
10:21:49 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 20044 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:21:51 SEVERE: Failed to convert SVG for 2 H page 168: faust://xml/transcript/gsa/391098/0168.xml: Exit Code 139. Script output:
10:21:51 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 20221 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:21:54 SEVERE: Failed to convert SVG for 2 H page 175: faust://xml/transcript/gsa/391098/0175.xml: Exit Code 139. Script output:
10:21:54 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 20791 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:21:55 SEVERE: Failed to convert SVG for 2 H page 177: faust://xml/transcript/gsa/391098/0177a.xml: Exit Code 139. Script output:
10:21:55 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 20991 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:21:56 SEVERE: Failed to convert SVG for 2 H page 179: faust://xml/transcript/gsa/391098/0179.xml: Exit Code 139. Script output:
10:21:56 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 21177 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:21:57 SEVERE: Failed to convert SVG for 2 H page 180: faust://xml/transcript/gsa/391098/0180.xml: Exit Code 139. Script output:
10:21:57 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 21216 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:21:59 SEVERE: Failed to convert SVG for 2 H page 185: faust://xml/transcript/gsa/391098/0185.xml: Exit Code 139. Script output:
10:21:59 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 21664 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:22:00 SEVERE: Failed to convert SVG for 2 H page 186: faust://xml/transcript/gsa/391098/0186.xml: Exit Code 139. Script output:
10:22:00 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 21764 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:22:03 SEVERE: Failed to convert SVG for 2 H page 194: faust://xml/transcript/gsa/391098/0194a.xml: Exit Code 139. Script output:
10:22:03 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 22415 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:22:08 SEVERE: Failed to convert SVG for 2 H page 202: faust://xml/transcript/gsa/391098/0202.xml: Exit Code 139. Script output:
10:22:08 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 23110 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:22:09 SEVERE: Failed to convert SVG for 2 H page 203: faust://xml/transcript/gsa/391098/0203.xml: Exit Code 139. Script output:
10:22:09 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 23250 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:22:09 SEVERE: Failed to convert SVG for 2 H page 204: faust://xml/transcript/gsa/391098/0204.xml: Exit Code 139. Script output:
10:22:09 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 23293 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:22:11 SEVERE: Failed to convert SVG for 2 H page 207: faust://xml/transcript/gsa/391098/0207.xml: Exit Code 139. Script output:
10:22:11 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 23550 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:22:12 SEVERE: Failed to convert SVG for 2 H page 209: faust://xml/transcript/gsa/391098/0209.xml: Exit Code 139. Script output:
10:22:12 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 23761 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:22:12 SEVERE: Failed to convert SVG for 2 H page 211: faust://xml/transcript/gsa/391098/0211.xml: Exit Code 139. Script output:
10:22:12 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 23818 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:22:13 SEVERE: Failed to convert SVG for 2 H page 212: faust://xml/transcript/gsa/391098/0212.xml: Exit Code 139. Script output:
10:22:13 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 24015 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:22:15 SEVERE: Failed to convert SVG for 2 H page 213: faust://xml/transcript/gsa/391098/0213.xml: Exit Code 139. Script output:
10:22:15 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 24107 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:22:16 SEVERE: Failed to convert SVG for 2 H page 216: faust://xml/transcript/gsa/391098/0216.xml: Exit Code 139. Script output:
10:22:16 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 24311 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:22:16 SEVERE: Failed to convert SVG for 2 H page 218: faust://xml/transcript/gsa/391098/0218.xml: Exit Code 139. Script output:
10:22:16 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 24416 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:22:16 SEVERE: Failed to convert SVG for 2 H page 219: faust://xml/transcript/gsa/391098/0219.xml: Exit Code 139. Script output:
10:22:16 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 24588 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:22:18 SEVERE: Failed to convert SVG for 2 H page 221: faust://xml/transcript/gsa/391098/0221.xml: Exit Code 139. Script output:
10:22:18 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 24786 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:22:19 SEVERE: Failed to convert SVG for 2 H page 222: faust://xml/transcript/gsa/391098/0222.xml: Exit Code 139. Script output:
10:22:19 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 24866 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:22:19 SEVERE: Failed to convert SVG for 2 H page 223: faust://xml/transcript/gsa/391098/0223.xml: Exit Code 139. Script output:
10:22:19 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 24907 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:22:19 SEVERE: Failed to convert SVG for 2 H page 225: faust://xml/transcript/gsa/391098/0225.xml: Exit Code 139. Script output:
10:22:19 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 25061 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:22:20 SEVERE: Failed to convert SVG for 2 H page 227: faust://xml/transcript/gsa/391098/0227.xml: Exit Code 139. Script output:
10:22:20 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 25248 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:22:21 SEVERE: Failed to convert SVG for 2 H page 229: faust://xml/transcript/gsa/391098/0229.xml: Exit Code 139. Script output:
10:22:21 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 25461 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:22:22 SEVERE: Failed to convert SVG for 2 H page 230: faust://xml/transcript/gsa/391098/0230.xml: Exit Code 139. Script output:
10:22:22 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 25547 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:22:22 SEVERE: Failed to convert SVG for 2 H page 231: faust://xml/transcript/gsa/391098/0231.xml: Exit Code 139. Script output:
10:22:22 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 25605 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:22:25 SEVERE: Failed to convert SVG for 2 H page 235: faust://xml/transcript/gsa/391098/0235.xml: Exit Code 139. Script output:
10:22:25 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 25976 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:22:25 SEVERE: Failed to convert SVG for 2 H page 238: faust://xml/transcript/gsa/391098/0238.xml: Exit Code 139. Script output:
10:22:25 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 26182 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:22:26 SEVERE: Failed to convert SVG for 2 H page 239: faust://xml/transcript/gsa/391098/0239.xml: Exit Code 139. Script output:
10:22:26 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 26280 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:22:26 SEVERE: Failed to convert SVG for 2 H page 240: faust://xml/transcript/gsa/391098/0240.xml: Exit Code 139. Script output:
10:22:26 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 26392 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:22:28 SEVERE: Failed to convert SVG for 2 H page 243: faust://xml/transcript/gsa/391098/0243.xml: Exit Code 139. Script output:
10:22:28 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 26621 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:22:29 SEVERE: Failed to convert SVG for 2 H page 244: faust://xml/transcript/gsa/391098/0244.xml: Exit Code 139. Script output:
10:22:29 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 26738 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:22:29 SEVERE: Failed to convert SVG for 2 H page 245: faust://xml/transcript/gsa/391098/0245.xml: Exit Code 139. Script output:
10:22:29 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 26782 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:22:30 SEVERE: Failed to convert SVG for 2 H page 247: faust://xml/transcript/gsa/391098/0247.xml: Exit Code 139. Script output:
10:22:30 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 26990 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:22:30 SEVERE: Failed to convert SVG for 2 H page 248: faust://xml/transcript/gsa/391098/0248.xml: Exit Code 139. Script output:
10:22:30 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 27026 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:22:32 SEVERE: Failed to convert SVG for 2 H page 251: faust://xml/transcript/gsa/391098/0251.xml: Exit Code 139. Script output:
10:22:32 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 27291 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:22:33 SEVERE: Failed to convert SVG for 2 H page 254: faust://xml/transcript/gsa/391098/0254.xml: Exit Code 139. Script output:
10:22:33 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 27577 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:22:33 SEVERE: Failed to convert SVG for 2 H page 255: faust://xml/transcript/gsa/391098/0255.xml: Exit Code 139. Script output:
10:22:33 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 27595 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:22:37 SEVERE: Failed to convert SVG for 2 H page 262: faust://xml/transcript/gsa/391098/0262.xml: Exit Code 139. Script output:
10:22:37 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 28143 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:22:39 SEVERE: Failed to convert SVG for 2 H page 265: faust://xml/transcript/gsa/391098/0265.xml: Exit Code 139. Script output:
10:22:39 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 28527 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:22:40 SEVERE: Failed to convert SVG for 2 H page 266: faust://xml/transcript/gsa/391098/0266.xml: Exit Code 139. Script output:
10:22:40 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 28606 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:22:41 SEVERE: Failed to convert SVG for 2 H page 268: faust://xml/transcript/gsa/391098/0268.xml: Exit Code 139. Script output:
10:22:41 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 28788 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:22:41 SEVERE: Failed to convert SVG for 2 H page 269: faust://xml/transcript/gsa/391098/0269.xml: Exit Code 139. Script output:
10:22:41 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 28857 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:22:41 SEVERE: Failed to convert SVG for 2 H page 270: faust://xml/transcript/gsa/391098/0270.xml: Exit Code 139. Script output:
10:22:41 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 28951 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:22:43 SEVERE: Failed to convert SVG for 2 H page 274: faust://xml/transcript/gsa/391098/0274.xml: Exit Code 139. Script output:
10:22:43 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 29312 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:22:44 SEVERE: Failed to convert SVG for 2 H page 275: faust://xml/transcript/gsa/391098/0275.xml: Exit Code 139. Script output:
10:22:44 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 29395 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:22:45 SEVERE: Failed to convert SVG for 2 H page 278: faust://xml/transcript/gsa/391098/0278.xml: Exit Code 139. Script output:
10:22:45 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 29554 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:22:46 SEVERE: Failed to convert SVG for 2 H page 279: faust://xml/transcript/gsa/391098/0279.xml: Exit Code 139. Script output:
10:22:46 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 29740 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:22:46 SEVERE: Failed to convert SVG for 2 H page 281: faust://xml/transcript/gsa/391098/0281.xml: Exit Code 139. Script output:
10:22:46 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 29902 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:22:47 SEVERE: Failed to convert SVG for 2 H page 282: faust://xml/transcript/gsa/391098/0282.xml: Exit Code 139. Script output:
10:22:47 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 29991 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:22:48 SEVERE: Failed to convert SVG for 2 H page 283: faust://xml/transcript/gsa/391098/0283.xml: Exit Code 139. Script output:
10:22:48 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 30071 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:22:49 SEVERE: Failed to convert SVG for 2 H page 285: faust://xml/transcript/gsa/391098/0285.xml: Exit Code 139. Script output:
10:22:49 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 30239 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:22:49 SEVERE: Failed to convert SVG for 2 H page 286: faust://xml/transcript/gsa/391098/0286.xml: Exit Code 139. Script output:
10:22:49 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 30306 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:22:49 SEVERE: Failed to convert SVG for 2 H page 287: faust://xml/transcript/gsa/391098/0287.xml: Exit Code 139. Script output:
10:22:49 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 30357 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:22:50 SEVERE: Failed to convert SVG for 2 H page 288: faust://xml/transcript/gsa/391098/0288.xml: Exit Code 139. Script output:
10:22:50 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 30488 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:22:50 SEVERE: Failed to convert SVG for 2 H page 289: faust://xml/transcript/gsa/391098/0289.xml: Exit Code 139. Script output:
10:22:50 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 30578 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:22:52 SEVERE: Failed to convert SVG for 2 H page 292: faust://xml/transcript/gsa/391098/0292.xml: Exit Code 139. Script output:
10:22:52 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 30823 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:22:53 SEVERE: Failed to convert SVG for 2 H page 295: faust://xml/transcript/gsa/391098/0295.xml: Exit Code 139. Script output:
10:22:53 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 30940 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:22:53 SEVERE: Failed to convert SVG for 2 H page 297: faust://xml/transcript/gsa/391098/0297.xml: Exit Code 139. Script output:
10:22:53 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 31232 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:22:57 SEVERE: Failed to convert SVG for 2 H page 304: faust://xml/transcript/gsa/391098/0304.xml: Exit Code 139. Script output:
10:22:57 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 31833 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:22:59 SEVERE: Failed to convert SVG for 2 H page 306: faust://xml/transcript/gsa/391098/0306.xml: Exit Code 139. Script output:
10:22:59 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 32018 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:23:00 SEVERE: Failed to convert SVG for 2 H page 309: faust://xml/transcript/gsa/391098/0309.xml: Exit Code 139. Script output:
10:23:00 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 32220 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:23:02 SEVERE: Failed to convert SVG for 2 H page 313: faust://xml/transcript/gsa/391098/0313.xml: Exit Code 139. Script output:
10:23:02 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 32632 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:23:02 SEVERE: Failed to convert SVG for 2 H page 314: faust://xml/transcript/gsa/391098/0314.xml: Exit Code 139. Script output:
10:23:02 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 32713 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:23:09 SEVERE: Failed to convert SVG for 2 H page 324: faust://xml/transcript/gsa/391098/0324.xml: Exit Code 139. Script output:
10:23:09 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167:  1152 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:23:10 SEVERE: Failed to convert SVG for 2 H page 328: faust://xml/transcript/gsa/391098/0328.xml: Exit Code 139. Script output:
10:23:10 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167:  1504 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:23:18 SEVERE: Failed to convert SVG for 2 H page 341: faust://xml/transcript/gsa/391098/0341.xml: Exit Code 139. Script output:
10:23:18 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167:  2657 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:23:20 SEVERE: Failed to convert SVG for 2 H page 344: faust://xml/transcript/gsa/391098/0344.xml: Exit Code 139. Script output:
10:23:20 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167:  2862 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:23:20 SEVERE: Failed to convert SVG for 2 H page 345: faust://xml/transcript/gsa/391098/0345.xml: Exit Code 139. Script output:
10:23:20 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167:  2977 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:23:23 SEVERE: Failed to convert SVG for 2 H page 350: faust://xml/transcript/gsa/391098/0350.xml: Exit Code 139. Script output:
10:23:23 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167:  3444 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:23:23 SEVERE: Failed to convert SVG for 2 H page 351: faust://xml/transcript/gsa/391098/0351.xml: Exit Code 139. Script output:
10:23:23 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167:  3502 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:23:28 SEVERE: Failed to convert SVG for 2 H page 360: faust://xml/transcript/gsa/391098/0360a.xml: Exit Code 139. Script output:
10:23:28 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167:  4311 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:23:36 SEVERE: Failed to convert SVG for 2 H page 374: faust://xml/transcript/gsa/391098/0374.xml: Exit Code 139. Script output:
10:23:36 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167:  5568 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:23:36 SEVERE: Failed to convert SVG for 2 H page 375: faust://xml/transcript/gsa/391098/0375.xml: Exit Code 139. Script output:
10:23:36 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167:  5626 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:23:43 SEVERE: Failed to convert SVG for 2 H page 386: faust://xml/transcript/gsa/391098/0386.xml: Exit Code 139. Script output:
10:23:43 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167:  6658 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:23:45 SEVERE: Failed to convert SVG for H P97 page 1: faust://xml/transcript/gsa/390777/0002.xml: Exit Code 139. Script output:
10:23:45 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167:  7118 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:23:45 SEVERE: Failed to convert SVG for H P98 page 1: faust://xml/transcript/gsa/390705/0002.xml: Exit Code 139. Script output:
10:23:45 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167:  7127 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:23:46 SEVERE: Failed to convert SVG for H P98 page 2: faust://xml/transcript/gsa/390705/0003.xml: Exit Code 139. Script output:
10:23:46 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167:  7276 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:23:46 INFO: ... rendering failed for 2 H page 3: faust://xml/transcript/gsa/391098/0003.xml
10:23:46 	2 H page 5: faust://xml/transcript/gsa/391098/0005.xml
10:23:46 	2 H page 11: faust://xml/transcript/gsa/391098/0011.xml
10:23:46 	2 H page 12: faust://xml/transcript/gsa/391098/0012.xml
10:23:46 	2 H page 27: faust://xml/transcript/gsa/391098/0027.xml
10:23:46 	2 H page 43: faust://xml/transcript/gsa/391098/0043.xml
10:23:46 	2 H page 45: faust://xml/transcript/gsa/391098/0045a.xml
10:23:46 	2 H page 57: faust://xml/transcript/gsa/391098/0057.xml
10:23:46 	2 H page 67: faust://xml/transcript/gsa/391098/0067.xml
10:23:46 	2 H page 68: faust://xml/transcript/gsa/391098/0068.xml
10:23:46 	2 H page 74: faust://xml/transcript/gsa/391098/0074.xml
10:23:46 	2 H page 77: faust://xml/transcript/gsa/391098/0077.xml
10:23:46 	2 H page 86: faust://xml/transcript/gsa/391098/0086.xml
10:23:46 	2 H page 95: faust://xml/transcript/gsa/391098/0095.xml
10:23:46 	2 H page 99: faust://xml/transcript/gsa/391098/0099.xml
10:23:46 	2 H page 101: faust://xml/transcript/gsa/391098/0101.xml
10:23:46 	2 H page 115: faust://xml/transcript/gsa/391098/0115.xml
10:23:46 	2 H page 129: faust://xml/transcript/gsa/391098/0129.xml
10:23:46 	2 H page 130: faust://xml/transcript/gsa/391098/0130.xml
10:23:46 	2 H page 139: faust://xml/transcript/gsa/391098/0147.xml
10:23:46 	2 H page 142: faust://xml/transcript/gsa/391098/0150.xml
10:23:46 	2 H page 149: faust://xml/transcript/gsa/391098/0143.xml
10:23:46 	2 H page 150: faust://xml/transcript/gsa/391098/0144.xml
10:23:46 	2 H page 153: faust://xml/transcript/gsa/391098/0153.xml
10:23:46 	2 H page 154: faust://xml/transcript/gsa/391098/0154.xml
10:23:46 	2 H page 160: faust://xml/transcript/gsa/391098/0160.xml
10:23:46 	2 H page 162: faust://xml/transcript/gsa/391098/0162.xml
10:23:46 	2 H page 164: faust://xml/transcript/gsa/391098/0164.xml
10:23:46 	2 H page 166: faust://xml/transcript/gsa/391098/0166.xml
10:23:46 	2 H page 168: faust://xml/transcript/gsa/391098/0168.xml
10:23:46 	2 H page 175: faust://xml/transcript/gsa/391098/0175.xml
10:23:46 	2 H page 177: faust://xml/transcript/gsa/391098/0177a.xml
10:23:46 	2 H page 179: faust://xml/transcript/gsa/391098/0179.xml
10:23:46 	2 H page 180: faust://xml/transcript/gsa/391098/0180.xml
10:23:46 	2 H page 185: faust://xml/transcript/gsa/391098/0185.xml
10:23:46 	2 H page 186: faust://xml/transcript/gsa/391098/0186.xml
10:23:46 	2 H page 194: faust://xml/transcript/gsa/391098/0194a.xml
10:23:46 	2 H page 202: faust://xml/transcript/gsa/391098/0202.xml
10:23:46 	2 H page 203: faust://xml/transcript/gsa/391098/0203.xml
10:23:46 	2 H page 204: faust://xml/transcript/gsa/391098/0204.xml
10:23:46 	2 H page 207: faust://xml/transcript/gsa/391098/0207.xml
10:23:46 	2 H page 209: faust://xml/transcript/gsa/391098/0209.xml
10:23:46 	2 H page 211: faust://xml/transcript/gsa/391098/0211.xml
10:23:46 	2 H page 212: faust://xml/transcript/gsa/391098/0212.xml
10:23:46 	2 H page 213: faust://xml/transcript/gsa/391098/0213.xml
10:23:46 	2 H page 216: faust://xml/transcript/gsa/391098/0216.xml
10:23:46 	2 H page 218: faust://xml/transcript/gsa/391098/0218.xml
10:23:46 	2 H page 219: faust://xml/transcript/gsa/391098/0219.xml
10:23:46 	2 H page 221: faust://xml/transcript/gsa/391098/0221.xml
10:23:46 	2 H page 222: faust://xml/transcript/gsa/391098/0222.xml
10:23:46 	2 H page 223: faust://xml/transcript/gsa/391098/0223.xml
10:23:46 	2 H page 225: faust://xml/transcript/gsa/391098/0225.xml
10:23:46 	2 H page 227: faust://xml/transcript/gsa/391098/0227.xml
10:23:46 	2 H page 229: faust://xml/transcript/gsa/391098/0229.xml
10:23:46 	2 H page 230: faust://xml/transcript/gsa/391098/0230.xml
10:23:46 	2 H page 231: faust://xml/transcript/gsa/391098/0231.xml
10:23:46 	2 H page 235: faust://xml/transcript/gsa/391098/0235.xml
10:23:46 	2 H page 238: faust://xml/transcript/gsa/391098/0238.xml
10:23:46 	2 H page 239: faust://xml/transcript/gsa/391098/0239.xml
10:23:46 	2 H page 240: faust://xml/transcript/gsa/391098/0240.xml
10:23:46 	2 H page 243: faust://xml/transcript/gsa/391098/0243.xml
10:23:46 	2 H page 244: faust://xml/transcript/gsa/391098/0244.xml
10:23:46 	2 H page 245: faust://xml/transcript/gsa/391098/0245.xml
10:23:46 	2 H page 247: faust://xml/transcript/gsa/391098/0247.xml
10:23:46 	2 H page 248: faust://xml/transcript/gsa/391098/0248.xml
10:23:46 	2 H page 251: faust://xml/transcript/gsa/391098/0251.xml
10:23:46 	2 H page 254: faust://xml/transcript/gsa/391098/0254.xml
10:23:46 	2 H page 255: faust://xml/transcript/gsa/391098/0255.xml
10:23:46 	2 H page 262: faust://xml/transcript/gsa/391098/0262.xml
10:23:46 	2 H page 265: faust://xml/transcript/gsa/391098/0265.xml
10:23:46 	2 H page 266: faust://xml/transcript/gsa/391098/0266.xml
10:23:46 	2 H page 268: faust://xml/transcript/gsa/391098/0268.xml
10:23:46 	2 H page 269: faust://xml/transcript/gsa/391098/0269.xml
10:23:46 	2 H page 270: faust://xml/transcript/gsa/391098/0270.xml
10:23:46 	2 H page 274: faust://xml/transcript/gsa/391098/0274.xml
10:23:46 	2 H page 275: faust://xml/transcript/gsa/391098/0275.xml
10:23:46 	2 H page 278: faust://xml/transcript/gsa/391098/0278.xml
10:23:46 	2 H page 279: faust://xml/transcript/gsa/391098/0279.xml
10:23:46 	2 H page 281: faust://xml/transcript/gsa/391098/0281.xml
10:23:46 	2 H page 282: faust://xml/transcript/gsa/391098/0282.xml
10:23:46 	2 H page 283: faust://xml/transcript/gsa/391098/0283.xml
10:23:46 	2 H page 285: faust://xml/transcript/gsa/391098/0285.xml
10:23:46 	2 H page 286: faust://xml/transcript/gsa/391098/0286.xml
10:23:46 	2 H page 287: faust://xml/transcript/gsa/391098/0287.xml
10:23:46 	2 H page 288: faust://xml/transcript/gsa/391098/0288.xml
10:23:46 	2 H page 289: faust://xml/transcript/gsa/391098/0289.xml
10:23:46 	2 H page 292: faust://xml/transcript/gsa/391098/0292.xml
10:23:46 	2 H page 295: faust://xml/transcript/gsa/391098/0295.xml
10:23:46 	2 H page 297: faust://xml/transcript/gsa/391098/0297.xml
10:23:46 	2 H page 304: faust://xml/transcript/gsa/391098/0304.xml
10:23:46 	2 H page 306: faust://xml/transcript/gsa/391098/0306.xml
10:23:46 	2 H page 309: faust://xml/transcript/gsa/391098/0309.xml
10:23:46 	2 H page 313: faust://xml/transcript/gsa/391098/0313.xml
10:23:46 	2 H page 314: faust://xml/transcript/gsa/391098/0314.xml
10:23:46 	2 H page 324: faust://xml/transcript/gsa/391098/0324.xml
10:23:46 	2 H page 328: faust://xml/transcript/gsa/391098/0328.xml
10:23:46 	2 H page 341: faust://xml/transcript/gsa/391098/0341.xml
10:23:46 	2 H page 344: faust://xml/transcript/gsa/391098/0344.xml
10:23:46 	2 H page 345: faust://xml/transcript/gsa/391098/0345.xml
10:23:46 	2 H page 350: faust://xml/transcript/gsa/391098/0350.xml
10:23:46 	2 H page 351: faust://xml/transcript/gsa/391098/0351.xml
10:23:46 	2 H page 360: faust://xml/transcript/gsa/391098/0360a.xml
10:23:46 	2 H page 374: faust://xml/transcript/gsa/391098/0374.xml
10:23:46 	2 H page 375: faust://xml/transcript/gsa/391098/0375.xml
10:23:46 	2 H page 386: faust://xml/transcript/gsa/391098/0386.xml
10:23:46 	H P97 page 1: faust://xml/transcript/gsa/390777/0002.xml
10:23:46 	H P98 page 1: faust://xml/transcript/gsa/390705/0002.xml
10:23:46 	H P98 page 2: faust://xml/transcript/gsa/390705/0003.xml pages:
10:23:46 	{1}
10:23:46 INFO: Failed to convert 108 of 393 pages at try 1
10:23:46 INFO: Rendering 108 pages in 8 parallel jobs ...
10:23:49 SEVERE: Failed to convert SVG for 2 H page 27: faust://xml/transcript/gsa/391098/0027.xml: Exit Code 139. Script output:
10:23:49 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167:  7487 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:23:49 SEVERE: Failed to convert SVG for 2 H page 11: faust://xml/transcript/gsa/391098/0011.xml: Exit Code 139. Script output:
10:23:49 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167:  7470 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:23:49 SEVERE: Failed to convert SVG for 2 H page 43: faust://xml/transcript/gsa/391098/0043.xml: Exit Code 139. Script output:
10:23:49 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167:  7485 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:23:49 SEVERE: Failed to convert SVG for 2 H page 3: faust://xml/transcript/gsa/391098/0003.xml: Exit Code 139. Script output:
10:23:49 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167:  7462 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:23:49 SEVERE: Failed to convert SVG for 2 H page 45: faust://xml/transcript/gsa/391098/0045a.xml: Exit Code 139. Script output:
10:23:49 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167:  7497 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:23:49 SEVERE: Failed to convert SVG for 2 H page 12: faust://xml/transcript/gsa/391098/0012.xml: Exit Code 139. Script output:
10:23:49 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167:  7480 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:23:50 SEVERE: Failed to convert SVG for 2 H page 57: faust://xml/transcript/gsa/391098/0057.xml: Exit Code 139. Script output:
10:23:50 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167:  7501 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:23:50 SEVERE: Failed to convert SVG for 2 H page 5: faust://xml/transcript/gsa/391098/0005.xml: Exit Code 139. Script output:
10:23:50 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167:  7563 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:23:53 SEVERE: Failed to convert SVG for 2 H page 67: faust://xml/transcript/gsa/391098/0067.xml: Exit Code 139. Script output:
10:23:53 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167:  8067 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:23:53 SEVERE: Failed to convert SVG for 2 H page 74: faust://xml/transcript/gsa/391098/0074.xml: Exit Code 139. Script output:
10:23:53 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167:  8117 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:23:53 SEVERE: Failed to convert SVG for 2 H page 68: faust://xml/transcript/gsa/391098/0068.xml: Exit Code 139. Script output:
10:23:53 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167:  8105 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:23:53 SEVERE: Failed to convert SVG for 2 H page 77: faust://xml/transcript/gsa/391098/0077.xml: Exit Code 139. Script output:
10:23:53 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167:  8179 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:23:53 SEVERE: Failed to convert SVG for 2 H page 86: faust://xml/transcript/gsa/391098/0086.xml: Exit Code 139. Script output:
10:23:53 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167:  8230 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:23:53 SEVERE: Failed to convert SVG for 2 H page 101: faust://xml/transcript/gsa/391098/0101.xml: Exit Code 139. Script output:
10:23:53 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167:  8255 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:23:53 SEVERE: Failed to convert SVG for 2 H page 99: faust://xml/transcript/gsa/391098/0099.xml: Exit Code 139. Script output:
10:23:53 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167:  8256 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:23:53 SEVERE: Failed to convert SVG for 2 H page 95: faust://xml/transcript/gsa/391098/0095.xml: Exit Code 139. Script output:
10:23:53 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167:  8239 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:23:56 SEVERE: Failed to convert SVG for 2 H page 115: faust://xml/transcript/gsa/391098/0115.xml: Exit Code 139. Script output:
10:23:56 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167:  8709 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:23:56 SEVERE: Failed to convert SVG for 2 H page 129: faust://xml/transcript/gsa/391098/0129.xml: Exit Code 139. Script output:
10:23:56 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167:  8741 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:23:57 SEVERE: Failed to convert SVG for 2 H page 139: faust://xml/transcript/gsa/391098/0147.xml: Exit Code 139. Script output:
10:23:57 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167:  8796 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:23:57 SEVERE: Failed to convert SVG for 2 H page 130: faust://xml/transcript/gsa/391098/0130.xml: Exit Code 139. Script output:
10:23:57 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167:  8823 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:23:57 SEVERE: Failed to convert SVG for 2 H page 150: faust://xml/transcript/gsa/391098/0144.xml: Exit Code 139. Script output:
10:23:57 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167:  8915 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:23:57 SEVERE: Failed to convert SVG for 2 H page 149: faust://xml/transcript/gsa/391098/0143.xml: Exit Code 139. Script output:
10:23:57 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167:  8902 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:23:57 SEVERE: Failed to convert SVG for 2 H page 153: faust://xml/transcript/gsa/391098/0153.xml: Exit Code 139. Script output:
10:23:57 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167:  8989 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:23:57 SEVERE: Failed to convert SVG for 2 H page 142: faust://xml/transcript/gsa/391098/0150.xml: Exit Code 139. Script output:
10:23:57 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167:  8896 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:00 SEVERE: Failed to convert SVG for 2 H page 154: faust://xml/transcript/gsa/391098/0154.xml: Exit Code 139. Script output:
10:24:00 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167:  9356 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:00 SEVERE: Failed to convert SVG for 2 H page 160: faust://xml/transcript/gsa/391098/0160.xml: Exit Code 139. Script output:
10:24:00 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167:  9386 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:00 SEVERE: Failed to convert SVG for 2 H page 162: faust://xml/transcript/gsa/391098/0162.xml: Exit Code 139. Script output:
10:24:00 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167:  9442 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:00 SEVERE: Failed to convert SVG for 2 H page 164: faust://xml/transcript/gsa/391098/0164.xml: Exit Code 139. Script output:
10:24:00 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167:  9493 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:00 SEVERE: Failed to convert SVG for 2 H page 168: faust://xml/transcript/gsa/391098/0168.xml: Exit Code 139. Script output:
10:24:00 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167:  9593 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:00 SEVERE: Failed to convert SVG for 2 H page 166: faust://xml/transcript/gsa/391098/0166.xml: Exit Code 139. Script output:
10:24:00 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167:  9532 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:00 SEVERE: Failed to convert SVG for 2 H page 175: faust://xml/transcript/gsa/391098/0175.xml: Exit Code 139. Script output:
10:24:00 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167:  9587 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:01 SEVERE: Failed to convert SVG for 2 H page 177: faust://xml/transcript/gsa/391098/0177a.xml: Exit Code 139. Script output:
10:24:01 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167:  9635 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:03 SEVERE: Failed to convert SVG for 2 H page 179: faust://xml/transcript/gsa/391098/0179.xml: Exit Code 139. Script output:
10:24:03 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 10005 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:03 SEVERE: Failed to convert SVG for 2 H page 180: faust://xml/transcript/gsa/391098/0180.xml: Exit Code 139. Script output:
10:24:03 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 10036 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:03 SEVERE: Failed to convert SVG for 2 H page 185: faust://xml/transcript/gsa/391098/0185.xml: Exit Code 139. Script output:
10:24:03 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 10080 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:04 SEVERE: Failed to convert SVG for 2 H page 186: faust://xml/transcript/gsa/391098/0186.xml: Exit Code 139. Script output:
10:24:04 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 10156 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:04 SEVERE: Failed to convert SVG for 2 H page 202: faust://xml/transcript/gsa/391098/0202.xml: Exit Code 139. Script output:
10:24:04 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 10250 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:04 SEVERE: Failed to convert SVG for 2 H page 194: faust://xml/transcript/gsa/391098/0194a.xml: Exit Code 139. Script output:
10:24:04 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 10232 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:04 SEVERE: Failed to convert SVG for 2 H page 203: faust://xml/transcript/gsa/391098/0203.xml: Exit Code 139. Script output:
10:24:04 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 10313 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:04 SEVERE: Failed to convert SVG for 2 H page 204: faust://xml/transcript/gsa/391098/0204.xml: Exit Code 139. Script output:
10:24:04 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 10463 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:07 SEVERE: Failed to convert SVG for 2 H page 207: faust://xml/transcript/gsa/391098/0207.xml: Exit Code 139. Script output:
10:24:07 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 10655 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:07 SEVERE: Failed to convert SVG for 2 H page 209: faust://xml/transcript/gsa/391098/0209.xml: Exit Code 139. Script output:
10:24:07 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 10714 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:07 SEVERE: Failed to convert SVG for 2 H page 211: faust://xml/transcript/gsa/391098/0211.xml: Exit Code 139. Script output:
10:24:07 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 10726 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:07 SEVERE: Failed to convert SVG for 2 H page 212: faust://xml/transcript/gsa/391098/0212.xml: Exit Code 139. Script output:
10:24:07 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 10823 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:07 SEVERE: Failed to convert SVG for 2 H page 216: faust://xml/transcript/gsa/391098/0216.xml: Exit Code 139. Script output:
10:24:07 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 10903 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:07 SEVERE: Failed to convert SVG for 2 H page 218: faust://xml/transcript/gsa/391098/0218.xml: Exit Code 139. Script output:
10:24:07 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 11009 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:07 SEVERE: Failed to convert SVG for 2 H page 213: faust://xml/transcript/gsa/391098/0213.xml: Exit Code 139. Script output:
10:24:07 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 10900 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:07 SEVERE: Failed to convert SVG for 2 H page 219: faust://xml/transcript/gsa/391098/0219.xml: Exit Code 139. Script output:
10:24:07 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 11042 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:10 SEVERE: Failed to convert SVG for 2 H page 221: faust://xml/transcript/gsa/391098/0221.xml: Exit Code 139. Script output:
10:24:10 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 11324 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:10 SEVERE: Failed to convert SVG for 2 H page 222: faust://xml/transcript/gsa/391098/0222.xml: Exit Code 139. Script output:
10:24:10 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 11382 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:10 SEVERE: Failed to convert SVG for 2 H page 223: faust://xml/transcript/gsa/391098/0223.xml: Exit Code 139. Script output:
10:24:10 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 11432 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:10 SEVERE: Failed to convert SVG for 2 H page 225: faust://xml/transcript/gsa/391098/0225.xml: Exit Code 139. Script output:
10:24:10 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 11521 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:11 SEVERE: Failed to convert SVG for 2 H page 227: faust://xml/transcript/gsa/391098/0227.xml: Exit Code 139. Script output:
10:24:11 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 11572 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:11 SEVERE: Failed to convert SVG for 2 H page 230: faust://xml/transcript/gsa/391098/0230.xml: Exit Code 139. Script output:
10:24:11 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 11693 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:11 SEVERE: Failed to convert SVG for 2 H page 229: faust://xml/transcript/gsa/391098/0229.xml: Exit Code 139. Script output:
10:24:11 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 11661 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:11 SEVERE: Failed to convert SVG for 2 H page 231: faust://xml/transcript/gsa/391098/0231.xml: Exit Code 139. Script output:
10:24:11 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 11722 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:13 SEVERE: Failed to convert SVG for 2 H page 235: faust://xml/transcript/gsa/391098/0235.xml: Exit Code 139. Script output:
10:24:13 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 11974 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:13 SEVERE: Failed to convert SVG for 2 H page 238: faust://xml/transcript/gsa/391098/0238.xml: Exit Code 139. Script output:
10:24:13 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 12033 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:14 SEVERE: Failed to convert SVG for 2 H page 239: faust://xml/transcript/gsa/391098/0239.xml: Exit Code 139. Script output:
10:24:14 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 12097 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:14 SEVERE: Failed to convert SVG for 2 H page 240: faust://xml/transcript/gsa/391098/0240.xml: Exit Code 139. Script output:
10:24:14 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 12157 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:14 SEVERE: Failed to convert SVG for 2 H page 243: faust://xml/transcript/gsa/391098/0243.xml: Exit Code 139. Script output:
10:24:14 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 12263 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:14 SEVERE: Failed to convert SVG for 2 H page 244: faust://xml/transcript/gsa/391098/0244.xml: Exit Code 139. Script output:
10:24:14 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 12311 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:14 SEVERE: Failed to convert SVG for 2 H page 245: faust://xml/transcript/gsa/391098/0245.xml: Exit Code 139. Script output:
10:24:14 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 12315 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:14 SEVERE: Failed to convert SVG for 2 H page 247: faust://xml/transcript/gsa/391098/0247.xml: Exit Code 139. Script output:
10:24:14 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 12377 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:16 SEVERE: Failed to convert SVG for 2 H page 248: faust://xml/transcript/gsa/391098/0248.xml: Exit Code 139. Script output:
10:24:16 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 12616 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:17 SEVERE: Failed to convert SVG for 2 H page 251: faust://xml/transcript/gsa/391098/0251.xml: Exit Code 139. Script output:
10:24:17 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 12684 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:17 SEVERE: Failed to convert SVG for 2 H page 254: faust://xml/transcript/gsa/391098/0254.xml: Exit Code 139. Script output:
10:24:17 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 12754 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:17 SEVERE: Failed to convert SVG for 2 H page 255: faust://xml/transcript/gsa/391098/0255.xml: Exit Code 139. Script output:
10:24:17 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 12832 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:18 SEVERE: Failed to convert SVG for 2 H page 262: faust://xml/transcript/gsa/391098/0262.xml: Exit Code 139. Script output:
10:24:18 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 12886 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:18 SEVERE: Failed to convert SVG for 2 H page 266: faust://xml/transcript/gsa/391098/0266.xml: Exit Code 139. Script output:
10:24:18 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 12968 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:18 SEVERE: Failed to convert SVG for 2 H page 268: faust://xml/transcript/gsa/391098/0268.xml: Exit Code 139. Script output:
10:24:18 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 13018 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:18 SEVERE: Failed to convert SVG for 2 H page 265: faust://xml/transcript/gsa/391098/0265.xml: Exit Code 139. Script output:
10:24:18 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 12951 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:20 SEVERE: Failed to convert SVG for 2 H page 269: faust://xml/transcript/gsa/391098/0269.xml: Exit Code 139. Script output:
10:24:20 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 13265 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:20 SEVERE: Failed to convert SVG for 2 H page 270: faust://xml/transcript/gsa/391098/0270.xml: Exit Code 139. Script output:
10:24:20 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 13342 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:20 SEVERE: Failed to convert SVG for 2 H page 274: faust://xml/transcript/gsa/391098/0274.xml: Exit Code 139. Script output:
10:24:20 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 13401 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:21 SEVERE: Failed to convert SVG for 2 H page 275: faust://xml/transcript/gsa/391098/0275.xml: Exit Code 139. Script output:
10:24:21 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 13491 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:21 SEVERE: Failed to convert SVG for 2 H page 278: faust://xml/transcript/gsa/391098/0278.xml: Exit Code 139. Script output:
10:24:21 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 13564 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:21 SEVERE: Failed to convert SVG for 2 H page 279: faust://xml/transcript/gsa/391098/0279.xml: Exit Code 139. Script output:
10:24:21 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 13594 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:21 SEVERE: Failed to convert SVG for 2 H page 281: faust://xml/transcript/gsa/391098/0281.xml: Exit Code 139. Script output:
10:24:21 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 13630 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:21 SEVERE: Failed to convert SVG for 2 H page 282: faust://xml/transcript/gsa/391098/0282.xml: Exit Code 139. Script output:
10:24:21 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 13663 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:23 SEVERE: Failed to convert SVG for 2 H page 283: faust://xml/transcript/gsa/391098/0283.xml: Exit Code 139. Script output:
10:24:23 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 13907 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:23 SEVERE: Failed to convert SVG for 2 H page 285: faust://xml/transcript/gsa/391098/0285.xml: Exit Code 139. Script output:
10:24:23 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 13984 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:24 SEVERE: Failed to convert SVG for 2 H page 286: faust://xml/transcript/gsa/391098/0286.xml: Exit Code 139. Script output:
10:24:24 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 14043 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:24 SEVERE: Failed to convert SVG for 2 H page 287: faust://xml/transcript/gsa/391098/0287.xml: Exit Code 139. Script output:
10:24:24 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 14145 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:24 SEVERE: Failed to convert SVG for 2 H page 288: faust://xml/transcript/gsa/391098/0288.xml: Exit Code 139. Script output:
10:24:24 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 14206 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:24 SEVERE: Failed to convert SVG for 2 H page 289: faust://xml/transcript/gsa/391098/0289.xml: Exit Code 139. Script output:
10:24:24 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 14244 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:24 SEVERE: Failed to convert SVG for 2 H page 292: faust://xml/transcript/gsa/391098/0292.xml: Exit Code 139. Script output:
10:24:24 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 14294 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:24 SEVERE: Failed to convert SVG for 2 H page 295: faust://xml/transcript/gsa/391098/0295.xml: Exit Code 139. Script output:
10:24:24 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 14297 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:26 SEVERE: Failed to convert SVG for 2 H page 297: faust://xml/transcript/gsa/391098/0297.xml: Exit Code 139. Script output:
10:24:26 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 14551 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:26 SEVERE: Failed to convert SVG for 2 H page 304: faust://xml/transcript/gsa/391098/0304.xml: Exit Code 139. Script output:
10:24:26 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 14629 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:27 SEVERE: Failed to convert SVG for 2 H page 306: faust://xml/transcript/gsa/391098/0306.xml: Exit Code 139. Script output:
10:24:27 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 14698 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:27 SEVERE: Failed to convert SVG for 2 H page 309: faust://xml/transcript/gsa/391098/0309.xml: Exit Code 139. Script output:
10:24:27 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 14787 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:28 SEVERE: Failed to convert SVG for 2 H page 313: faust://xml/transcript/gsa/391098/0313.xml: Exit Code 139. Script output:
10:24:28 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 14846 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:28 SEVERE: Failed to convert SVG for 2 H page 314: faust://xml/transcript/gsa/391098/0314.xml: Exit Code 139. Script output:
10:24:28 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 14886 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:28 SEVERE: Failed to convert SVG for 2 H page 324: faust://xml/transcript/gsa/391098/0324.xml: Exit Code 139. Script output:
10:24:28 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 14937 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:28 SEVERE: Failed to convert SVG for 2 H page 328: faust://xml/transcript/gsa/391098/0328.xml: Exit Code 139. Script output:
10:24:28 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 14986 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:29 SEVERE: Failed to convert SVG for 2 H page 341: faust://xml/transcript/gsa/391098/0341.xml: Exit Code 139. Script output:
10:24:29 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 15194 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:30 SEVERE: Failed to convert SVG for 2 H page 344: faust://xml/transcript/gsa/391098/0344.xml: Exit Code 139. Script output:
10:24:30 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 15274 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:30 SEVERE: Failed to convert SVG for 2 H page 345: faust://xml/transcript/gsa/391098/0345.xml: Exit Code 139. Script output:
10:24:30 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 15345 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:31 SEVERE: Failed to convert SVG for 2 H page 350: faust://xml/transcript/gsa/391098/0350.xml: Exit Code 139. Script output:
10:24:31 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 15433 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:31 SEVERE: Failed to convert SVG for 2 H page 351: faust://xml/transcript/gsa/391098/0351.xml: Exit Code 139. Script output:
10:24:31 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 15493 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:31 SEVERE: Failed to convert SVG for 2 H page 374: faust://xml/transcript/gsa/391098/0374.xml: Exit Code 139. Script output:
10:24:31 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 15583 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:31 SEVERE: Failed to convert SVG for 2 H page 360: faust://xml/transcript/gsa/391098/0360a.xml: Exit Code 139. Script output:
10:24:31 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 15524 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:31 SEVERE: Failed to convert SVG for 2 H page 375: faust://xml/transcript/gsa/391098/0375.xml: Exit Code 139. Script output:
10:24:31 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 15624 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:32 SEVERE: Failed to convert SVG for 2 H page 386: faust://xml/transcript/gsa/391098/0386.xml: Exit Code 139. Script output:
10:24:32 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 15863 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:33 SEVERE: Failed to convert SVG for H P97 page 1: faust://xml/transcript/gsa/390777/0002.xml: Exit Code 139. Script output:
10:24:33 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 15944 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:33 SEVERE: Failed to convert SVG for H P98 page 1: faust://xml/transcript/gsa/390705/0002.xml: Exit Code 139. Script output:
10:24:33 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 16023 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:34 SEVERE: Failed to convert SVG for H P98 page 2: faust://xml/transcript/gsa/390705/0003.xml: Exit Code 139. Script output:
10:24:34 /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-1.0.0-beta.1/slimerjs: line 167: 16103 Segmentation fault      "$SLIMERJSLAUNCHER" -app "$SLIMERDIR/application.ini" $PROFILE -no-remote "$@" 2> /dev/null
10:24:34 INFO: ... rendering failed for 2 H page 3: faust://xml/transcript/gsa/391098/0003.xml
10:24:34 	2 H page 5: faust://xml/transcript/gsa/391098/0005.xml
10:24:34 	2 H page 11: faust://xml/transcript/gsa/391098/0011.xml
10:24:34 	2 H page 12: faust://xml/transcript/gsa/391098/0012.xml
10:24:34 	2 H page 27: faust://xml/transcript/gsa/391098/0027.xml
10:24:34 	2 H page 43: faust://xml/transcript/gsa/391098/0043.xml
10:24:34 	2 H page 45: faust://xml/transcript/gsa/391098/0045a.xml
10:24:34 	2 H page 57: faust://xml/transcript/gsa/391098/0057.xml
10:24:34 	2 H page 67: faust://xml/transcript/gsa/391098/0067.xml
10:24:34 	2 H page 68: faust://xml/transcript/gsa/391098/0068.xml
10:24:34 	2 H page 74: faust://xml/transcript/gsa/391098/0074.xml
10:24:34 	2 H page 77: faust://xml/transcript/gsa/391098/0077.xml
10:24:34 	2 H page 86: faust://xml/transcript/gsa/391098/0086.xml
10:24:34 	2 H page 95: faust://xml/transcript/gsa/391098/0095.xml
10:24:34 	2 H page 99: faust://xml/transcript/gsa/391098/0099.xml
10:24:34 	2 H page 101: faust://xml/transcript/gsa/391098/0101.xml
10:24:34 	2 H page 115: faust://xml/transcript/gsa/391098/0115.xml
10:24:34 	2 H page 129: faust://xml/transcript/gsa/391098/0129.xml
10:24:34 	2 H page 130: faust://xml/transcript/gsa/391098/0130.xml
10:24:34 	2 H page 139: faust://xml/transcript/gsa/391098/0147.xml
10:24:34 	2 H page 142: faust://xml/transcript/gsa/391098/0150.xml
10:24:34 	2 H page 149: faust://xml/transcript/gsa/391098/0143.xml
10:24:34 	2 H page 150: faust://xml/transcript/gsa/391098/0144.xml
10:24:34 	2 H page 153: faust://xml/transcript/gsa/391098/0153.xml
10:24:34 	2 H page 154: faust://xml/transcript/gsa/391098/0154.xml
10:24:34 	2 H page 160: faust://xml/transcript/gsa/391098/0160.xml
10:24:34 	2 H page 162: faust://xml/transcript/gsa/391098/0162.xml
10:24:34 	2 H page 164: faust://xml/transcript/gsa/391098/0164.xml
10:24:34 	2 H page 166: faust://xml/transcript/gsa/391098/0166.xml
10:24:34 	2 H page 168: faust://xml/transcript/gsa/391098/0168.xml
10:24:34 	2 H page 175: faust://xml/transcript/gsa/391098/0175.xml
10:24:34 	2 H page 177: faust://xml/transcript/gsa/391098/0177a.xml
10:24:34 	2 H page 179: faust://xml/transcript/gsa/391098/0179.xml
10:24:34 	2 H page 180: faust://xml/transcript/gsa/391098/0180.xml
10:24:34 	2 H page 185: faust://xml/transcript/gsa/391098/0185.xml
10:24:34 	2 H page 186: faust://xml/transcript/gsa/391098/0186.xml
10:24:34 	2 H page 194: faust://xml/transcript/gsa/391098/0194a.xml
10:24:34 	2 H page 202: faust://xml/transcript/gsa/391098/0202.xml
10:24:34 	2 H page 203: faust://xml/transcript/gsa/391098/0203.xml
10:24:34 	2 H page 204: faust://xml/transcript/gsa/391098/0204.xml
10:24:34 	2 H page 207: faust://xml/transcript/gsa/391098/0207.xml
10:24:34 	2 H page 209: faust://xml/transcript/gsa/391098/0209.xml
10:24:34 	2 H page 211: faust://xml/transcript/gsa/391098/0211.xml
10:24:34 	2 H page 212: faust://xml/transcript/gsa/391098/0212.xml
10:24:34 	2 H page 213: faust://xml/transcript/gsa/391098/0213.xml
10:24:34 	2 H page 216: faust://xml/transcript/gsa/391098/0216.xml
10:24:34 	2 H page 218: faust://xml/transcript/gsa/391098/0218.xml
10:24:34 	2 H page 219: faust://xml/transcript/gsa/391098/0219.xml
10:24:34 	2 H page 221: faust://xml/transcript/gsa/391098/0221.xml
10:24:34 	2 H page 222: faust://xml/transcript/gsa/391098/0222.xml
10:24:34 	2 H page 223: faust://xml/transcript/gsa/391098/0223.xml
10:24:34 	2 H page 225: faust://xml/transcript/gsa/391098/0225.xml
10:24:34 	2 H page 227: faust://xml/transcript/gsa/391098/0227.xml
10:24:34 	2 H page 229: faust://xml/transcript/gsa/391098/0229.xml
10:24:34 	2 H page 230: faust://xml/transcript/gsa/391098/0230.xml
10:24:34 	2 H page 231: faust://xml/transcript/gsa/391098/0231.xml
10:24:34 	2 H page 235: faust://xml/transcript/gsa/391098/0235.xml
10:24:34 	2 H page 238: faust://xml/transcript/gsa/391098/0238.xml
10:24:34 	2 H page 239: faust://xml/transcript/gsa/391098/0239.xml
10:24:34 	2 H page 240: faust://xml/transcript/gsa/391098/0240.xml
10:24:34 	2 H page 243: faust://xml/transcript/gsa/391098/0243.xml
10:24:34 	2 H page 244: faust://xml/transcript/gsa/391098/0244.xml
10:24:34 	2 H page 245: faust://xml/transcript/gsa/391098/0245.xml
10:24:34 	2 H page 247: faust://xml/transcript/gsa/391098/0247.xml
10:24:34 	2 H page 248: faust://xml/transcript/gsa/391098/0248.xml
10:24:34 	2 H page 251: faust://xml/transcript/gsa/391098/0251.xml
10:24:34 	2 H page 254: faust://xml/transcript/gsa/391098/0254.xml
10:24:34 	2 H page 255: faust://xml/transcript/gsa/391098/0255.xml
10:24:34 	2 H page 262: faust://xml/transcript/gsa/391098/0262.xml
10:24:34 	2 H page 265: faust://xml/transcript/gsa/391098/0265.xml
10:24:34 	2 H page 266: faust://xml/transcript/gsa/391098/0266.xml
10:24:34 	2 H page 268: faust://xml/transcript/gsa/391098/0268.xml
10:24:34 	2 H page 269: faust://xml/transcript/gsa/391098/0269.xml
10:24:34 	2 H page 270: faust://xml/transcript/gsa/391098/0270.xml
10:24:34 	2 H page 274: faust://xml/transcript/gsa/391098/0274.xml
10:24:34 	2 H page 275: faust://xml/transcript/gsa/391098/0275.xml
10:24:34 	2 H page 278: faust://xml/transcript/gsa/391098/0278.xml
10:24:34 	2 H page 279: faust://xml/transcript/gsa/391098/0279.xml
10:24:34 	2 H page 281: faust://xml/transcript/gsa/391098/0281.xml
10:24:34 	2 H page 282: faust://xml/transcript/gsa/391098/0282.xml
10:24:34 	2 H page 283: faust://xml/transcript/gsa/391098/0283.xml
10:24:34 	2 H page 285: faust://xml/transcript/gsa/391098/0285.xml
10:24:34 	2 H page 286: faust://xml/transcript/gsa/391098/0286.xml
10:24:34 	2 H page 287: faust://xml/transcript/gsa/391098/0287.xml
10:24:34 	2 H page 288: faust://xml/transcript/gsa/391098/0288.xml
10:24:34 	2 H page 289: faust://xml/transcript/gsa/391098/0289.xml
10:24:34 	2 H page 292: faust://xml/transcript/gsa/391098/0292.xml
10:24:34 	2 H page 295: faust://xml/transcript/gsa/391098/0295.xml
10:24:34 	2 H page 297: faust://xml/transcript/gsa/391098/0297.xml
10:24:34 	2 H page 304: faust://xml/transcript/gsa/391098/0304.xml
10:24:34 	2 H page 306: faust://xml/transcript/gsa/391098/0306.xml
10:24:34 	2 H page 309: faust://xml/transcript/gsa/391098/0309.xml
10:24:34 	2 H page 313: faust://xml/transcript/gsa/391098/0313.xml
10:24:34 	2 H page 314: faust://xml/transcript/gsa/391098/0314.xml
10:24:34 	2 H page 324: faust://xml/transcript/gsa/391098/0324.xml
10:24:34 	2 H page 328: faust://xml/transcript/gsa/391098/0328.xml
10:24:34 	2 H page 341: faust://xml/transcript/gsa/391098/0341.xml
10:24:34 	2 H page 344: faust://xml/transcript/gsa/391098/0344.xml
10:24:34 	2 H page 345: faust://xml/transcript/gsa/391098/0345.xml
10:24:34 	2 H page 350: faust://xml/transcript/gsa/391098/0350.xml
10:24:34 	2 H page 351: faust://xml/transcript/gsa/391098/0351.xml
10:24:34 	2 H page 360: faust://xml/transcript/gsa/391098/0360a.xml
10:24:34 	2 H page 374: faust://xml/transcript/gsa/391098/0374.xml
10:24:34 	2 H page 375: faust://xml/transcript/gsa/391098/0375.xml
10:24:34 	2 H page 386: faust://xml/transcript/gsa/391098/0386.xml
10:24:34 	H P97 page 1: faust://xml/transcript/gsa/390777/0002.xml
10:24:34 	H P98 page 1: faust://xml/transcript/gsa/390705/0002.xml
10:24:34 	H P98 page 2: faust://xml/transcript/gsa/390705/0003.xml pages:
10:24:34 	{1}
10:24:34 INFO: Failed to convert 108 of 108 pages at try 2
10:24:34 INFO: Creating SVGs with CSS ...
10:24:34 Error 
10:24:34   I/O error reported by XML parser processing
10:24:34   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_3.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_3.svg (No such file or directory)
10:24:34 WARNING: Failed to add CSS to 2 H page 3: faust://xml/transcript/gsa/391098/0003.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_3.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_3.svg (No such file or directory)
10:24:34 Error 
10:24:34   I/O error reported by XML parser processing
10:24:34   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_5.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_5.svg (No such file or directory)
10:24:34 WARNING: Failed to add CSS to 2 H page 5: faust://xml/transcript/gsa/391098/0005.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_5.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_5.svg (No such file or directory)
10:24:34 Error 
10:24:34   I/O error reported by XML parser processing
10:24:34   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_11.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_11.svg (No such file or directory)
10:24:34 WARNING: Failed to add CSS to 2 H page 11: faust://xml/transcript/gsa/391098/0011.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_11.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_11.svg (No such file or directory)
10:24:34 Error 
10:24:34   I/O error reported by XML parser processing
10:24:34   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_12.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_12.svg (No such file or directory)
10:24:34 WARNING: Failed to add CSS to 2 H page 12: faust://xml/transcript/gsa/391098/0012.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_12.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_12.svg (No such file or directory)
10:24:34 Error 
10:24:34   I/O error reported by XML parser processing
10:24:34   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_27.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_27.svg (No such file or directory)
10:24:34 WARNING: Failed to add CSS to 2 H page 27: faust://xml/transcript/gsa/391098/0027.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_27.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_27.svg (No such file or directory)
10:24:34 Error 
10:24:34   I/O error reported by XML parser processing
10:24:34   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_43.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_43.svg (No such file or directory)
10:24:34 WARNING: Failed to add CSS to 2 H page 43: faust://xml/transcript/gsa/391098/0043.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_43.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_43.svg (No such file or directory)
10:24:34 Error 
10:24:34   I/O error reported by XML parser processing
10:24:34   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_45.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_45.svg (No such file or directory)
10:24:34 WARNING: Failed to add CSS to 2 H page 45: faust://xml/transcript/gsa/391098/0045a.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_45.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_45.svg (No such file or directory)
10:24:34 Error 
10:24:34   I/O error reported by XML parser processing
10:24:34   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_57.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_57.svg (No such file or directory)
10:24:34 WARNING: Failed to add CSS to 2 H page 57: faust://xml/transcript/gsa/391098/0057.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_57.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_57.svg (No such file or directory)
10:24:34 Error 
10:24:34   I/O error reported by XML parser processing
10:24:34   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_67.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_67.svg (No such file or directory)
10:24:34 WARNING: Failed to add CSS to 2 H page 67: faust://xml/transcript/gsa/391098/0067.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_67.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_67.svg (No such file or directory)
10:24:34 Error 
10:24:34   I/O error reported by XML parser processing
10:24:34   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_68.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_68.svg (No such file or directory)
10:24:34 WARNING: Failed to add CSS to 2 H page 68: faust://xml/transcript/gsa/391098/0068.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_68.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_68.svg (No such file or directory)
10:24:34 Error 
10:24:34   I/O error reported by XML parser processing
10:24:34   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_74.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_74.svg (No such file or directory)
10:24:34 WARNING: Failed to add CSS to 2 H page 74: faust://xml/transcript/gsa/391098/0074.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_74.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_74.svg (No such file or directory)
10:24:34 Error 
10:24:34   I/O error reported by XML parser processing
10:24:34   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_77.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_77.svg (No such file or directory)
10:24:34 WARNING: Failed to add CSS to 2 H page 77: faust://xml/transcript/gsa/391098/0077.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_77.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_77.svg (No such file or directory)
10:24:34 Error 
10:24:34   I/O error reported by XML parser processing
10:24:34   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_86.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_86.svg (No such file or directory)
10:24:34 WARNING: Failed to add CSS to 2 H page 86: faust://xml/transcript/gsa/391098/0086.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_86.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_86.svg (No such file or directory)
10:24:34 Error 
10:24:34   I/O error reported by XML parser processing
10:24:34   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_95.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_95.svg (No such file or directory)
10:24:34 WARNING: Failed to add CSS to 2 H page 95: faust://xml/transcript/gsa/391098/0095.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_95.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_95.svg (No such file or directory)
10:24:34 Error 
10:24:34   I/O error reported by XML parser processing
10:24:34   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_99.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_99.svg (No such file or directory)
10:24:34 WARNING: Failed to add CSS to 2 H page 99: faust://xml/transcript/gsa/391098/0099.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_99.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_99.svg (No such file or directory)
10:24:34 Error 
10:24:34   I/O error reported by XML parser processing
10:24:34   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_101.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_101.svg (No such file or directory)
10:24:34 WARNING: Failed to add CSS to 2 H page 101: faust://xml/transcript/gsa/391098/0101.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_101.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_101.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_115.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_115.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 115: faust://xml/transcript/gsa/391098/0115.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_115.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_115.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_129.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_129.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 129: faust://xml/transcript/gsa/391098/0129.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_129.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_129.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_130.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_130.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 130: faust://xml/transcript/gsa/391098/0130.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_130.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_130.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_139.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_139.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 139: faust://xml/transcript/gsa/391098/0147.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_139.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_139.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_142.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_142.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 142: faust://xml/transcript/gsa/391098/0150.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_142.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_142.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_149.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_149.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 149: faust://xml/transcript/gsa/391098/0143.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_149.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_149.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_150.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_150.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 150: faust://xml/transcript/gsa/391098/0144.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_150.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_150.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_153.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_153.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 153: faust://xml/transcript/gsa/391098/0153.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_153.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_153.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_154.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_154.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 154: faust://xml/transcript/gsa/391098/0154.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_154.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_154.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_160.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_160.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 160: faust://xml/transcript/gsa/391098/0160.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_160.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_160.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_162.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_162.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 162: faust://xml/transcript/gsa/391098/0162.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_162.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_162.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_164.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_164.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 164: faust://xml/transcript/gsa/391098/0164.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_164.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_164.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_166.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_166.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 166: faust://xml/transcript/gsa/391098/0166.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_166.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_166.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_168.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_168.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 168: faust://xml/transcript/gsa/391098/0168.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_168.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_168.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_175.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_175.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 175: faust://xml/transcript/gsa/391098/0175.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_175.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_175.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_177.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_177.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 177: faust://xml/transcript/gsa/391098/0177a.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_177.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_177.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_179.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_179.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 179: faust://xml/transcript/gsa/391098/0179.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_179.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_179.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_180.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_180.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 180: faust://xml/transcript/gsa/391098/0180.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_180.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_180.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_185.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_185.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 185: faust://xml/transcript/gsa/391098/0185.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_185.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_185.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_186.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_186.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 186: faust://xml/transcript/gsa/391098/0186.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_186.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_186.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_194.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_194.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 194: faust://xml/transcript/gsa/391098/0194a.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_194.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_194.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_202.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_202.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 202: faust://xml/transcript/gsa/391098/0202.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_202.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_202.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_203.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_203.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 203: faust://xml/transcript/gsa/391098/0203.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_203.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_203.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_204.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_204.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 204: faust://xml/transcript/gsa/391098/0204.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_204.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_204.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_207.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_207.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 207: faust://xml/transcript/gsa/391098/0207.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_207.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_207.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_209.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_209.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 209: faust://xml/transcript/gsa/391098/0209.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_209.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_209.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_211.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_211.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 211: faust://xml/transcript/gsa/391098/0211.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_211.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_211.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_212.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_212.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 212: faust://xml/transcript/gsa/391098/0212.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_212.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_212.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_213.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_213.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 213: faust://xml/transcript/gsa/391098/0213.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_213.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_213.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_216.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_216.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 216: faust://xml/transcript/gsa/391098/0216.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_216.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_216.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_218.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_218.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 218: faust://xml/transcript/gsa/391098/0218.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_218.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_218.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_219.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_219.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 219: faust://xml/transcript/gsa/391098/0219.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_219.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_219.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_221.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_221.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 221: faust://xml/transcript/gsa/391098/0221.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_221.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_221.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_222.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_222.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 222: faust://xml/transcript/gsa/391098/0222.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_222.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_222.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_223.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_223.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 223: faust://xml/transcript/gsa/391098/0223.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_223.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_223.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_225.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_225.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 225: faust://xml/transcript/gsa/391098/0225.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_225.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_225.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_227.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_227.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 227: faust://xml/transcript/gsa/391098/0227.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_227.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_227.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_229.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_229.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 229: faust://xml/transcript/gsa/391098/0229.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_229.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_229.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_230.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_230.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 230: faust://xml/transcript/gsa/391098/0230.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_230.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_230.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_231.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_231.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 231: faust://xml/transcript/gsa/391098/0231.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_231.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_231.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_235.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_235.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 235: faust://xml/transcript/gsa/391098/0235.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_235.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_235.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_238.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_238.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 238: faust://xml/transcript/gsa/391098/0238.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_238.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_238.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_239.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_239.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 239: faust://xml/transcript/gsa/391098/0239.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_239.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_239.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_240.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_240.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 240: faust://xml/transcript/gsa/391098/0240.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_240.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_240.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_243.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_243.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 243: faust://xml/transcript/gsa/391098/0243.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_243.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_243.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_244.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_244.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 244: faust://xml/transcript/gsa/391098/0244.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_244.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_244.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_245.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_245.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 245: faust://xml/transcript/gsa/391098/0245.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_245.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_245.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_247.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_247.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 247: faust://xml/transcript/gsa/391098/0247.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_247.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_247.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_248.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_248.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 248: faust://xml/transcript/gsa/391098/0248.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_248.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_248.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_251.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_251.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 251: faust://xml/transcript/gsa/391098/0251.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_251.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_251.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_254.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_254.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 254: faust://xml/transcript/gsa/391098/0254.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_254.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_254.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_255.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_255.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 255: faust://xml/transcript/gsa/391098/0255.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_255.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_255.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_262.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_262.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 262: faust://xml/transcript/gsa/391098/0262.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_262.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_262.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_265.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_265.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 265: faust://xml/transcript/gsa/391098/0265.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_265.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_265.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_266.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_266.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 266: faust://xml/transcript/gsa/391098/0266.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_266.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_266.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_268.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_268.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 268: faust://xml/transcript/gsa/391098/0268.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_268.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_268.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_269.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_269.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 269: faust://xml/transcript/gsa/391098/0269.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_269.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_269.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_270.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_270.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 270: faust://xml/transcript/gsa/391098/0270.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_270.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_270.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_274.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_274.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 274: faust://xml/transcript/gsa/391098/0274.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_274.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_274.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_275.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_275.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 275: faust://xml/transcript/gsa/391098/0275.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_275.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_275.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_278.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_278.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 278: faust://xml/transcript/gsa/391098/0278.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_278.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_278.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_279.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_279.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 279: faust://xml/transcript/gsa/391098/0279.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_279.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_279.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_281.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_281.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 281: faust://xml/transcript/gsa/391098/0281.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_281.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_281.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_282.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_282.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 282: faust://xml/transcript/gsa/391098/0282.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_282.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_282.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_283.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_283.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 283: faust://xml/transcript/gsa/391098/0283.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_283.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_283.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_285.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_285.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 285: faust://xml/transcript/gsa/391098/0285.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_285.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_285.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_286.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_286.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 286: faust://xml/transcript/gsa/391098/0286.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_286.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_286.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_287.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_287.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 287: faust://xml/transcript/gsa/391098/0287.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_287.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_287.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_288.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_288.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 288: faust://xml/transcript/gsa/391098/0288.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_288.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_288.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_289.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_289.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 289: faust://xml/transcript/gsa/391098/0289.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_289.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_289.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_292.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_292.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 292: faust://xml/transcript/gsa/391098/0292.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_292.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_292.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_295.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_295.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 295: faust://xml/transcript/gsa/391098/0295.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_295.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_295.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_297.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_297.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 297: faust://xml/transcript/gsa/391098/0297.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_297.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_297.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_304.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_304.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 304: faust://xml/transcript/gsa/391098/0304.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_304.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_304.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_306.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_306.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 306: faust://xml/transcript/gsa/391098/0306.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_306.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_306.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_309.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_309.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 309: faust://xml/transcript/gsa/391098/0309.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_309.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_309.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_313.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_313.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 313: faust://xml/transcript/gsa/391098/0313.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_313.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_313.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_314.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_314.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 314: faust://xml/transcript/gsa/391098/0314.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_314.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_314.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_324.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_324.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 324: faust://xml/transcript/gsa/391098/0324.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_324.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_324.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_328.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_328.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 328: faust://xml/transcript/gsa/391098/0328.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_328.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_328.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_341.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_341.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 341: faust://xml/transcript/gsa/391098/0341.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_341.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_341.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_344.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_344.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 344: faust://xml/transcript/gsa/391098/0344.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_344.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_344.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_345.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_345.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 345: faust://xml/transcript/gsa/391098/0345.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_345.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_345.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_350.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_350.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 350: faust://xml/transcript/gsa/391098/0350.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_350.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_350.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_351.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_351.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 351: faust://xml/transcript/gsa/391098/0351.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_351.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_351.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_360.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_360.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 360: faust://xml/transcript/gsa/391098/0360a.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_360.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_360.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_374.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_374.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 374: faust://xml/transcript/gsa/391098/0374.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_374.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_374.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_375.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_375.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 375: faust://xml/transcript/gsa/391098/0375.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_375.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_375.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_386.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_386.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to 2 H page 386: faust://xml/transcript/gsa/391098/0386.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_386.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/2_H/page_386.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/H_P97/page_1.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/H_P97/page_1.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to H P97 page 1: faust://xml/transcript/gsa/390777/0002.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/H_P97/page_1.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/H_P97/page_1.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/H_P98/page_1.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/H_P98/page_1.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to H P98 page 1: faust://xml/transcript/gsa/390705/0002.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/H_P98/page_1.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/H_P98/page_1.svg (No such file or directory)
10:24:35 Error 
10:24:35   I/O error reported by XML parser processing
10:24:35   file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/H_P98/page_2.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/H_P98/page_2.svg (No such file or directory)
10:24:35 WARNING: Failed to add CSS to H P98 page 2: faust://xml/transcript/gsa/390705/0003.xml: I/O error reported by XML parser processing file:/mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/H_P98/page_2.svg: /mnt/data/jenkins/workspace/faust-gen/target/www-preprint/transcript/diplomatic/H_P98/page_2.svg (No such file or directory)
10:24:35 SEVERE: Conversion of the following 108 pages failed after 2 tries:
10:24:35  2 H page 3: faust://xml/transcript/gsa/391098/0003.xml
10:24:35  2 H page 5: faust://xml/transcript/gsa/391098/0005.xml
10:24:35  2 H page 11: faust://xml/transcript/gsa/391098/0011.xml
10:24:35  2 H page 12: faust://xml/transcript/gsa/391098/0012.xml
10:24:35  2 H page 27: faust://xml/transcript/gsa/391098/0027.xml
10:24:35  2 H page 43: faust://xml/transcript/gsa/391098/0043.xml
10:24:35  2 H page 45: faust://xml/transcript/gsa/391098/0045a.xml
10:24:35  2 H page 57: faust://xml/transcript/gsa/391098/0057.xml
10:24:35  2 H page 67: faust://xml/transcript/gsa/391098/0067.xml
10:24:35  2 H page 68: faust://xml/transcript/gsa/391098/0068.xml
10:24:35  2 H page 74: faust://xml/transcript/gsa/391098/0074.xml
10:24:35  2 H page 77: faust://xml/transcript/gsa/391098/0077.xml
10:24:35  2 H page 86: faust://xml/transcript/gsa/391098/0086.xml
10:24:35  2 H page 95: faust://xml/transcript/gsa/391098/0095.xml
10:24:35  2 H page 99: faust://xml/transcript/gsa/391098/0099.xml
10:24:35  2 H page 101: faust://xml/transcript/gsa/391098/0101.xml
10:24:35  2 H page 115: faust://xml/transcript/gsa/391098/0115.xml
10:24:35  2 H page 129: faust://xml/transcript/gsa/391098/0129.xml
10:24:35  2 H page 130: faust://xml/transcript/gsa/391098/0130.xml
10:24:35  2 H page 139: faust://xml/transcript/gsa/391098/0147.xml
10:24:35  2 H page 142: faust://xml/transcript/gsa/391098/0150.xml
10:24:35  2 H page 149: faust://xml/transcript/gsa/391098/0143.xml
10:24:35  2 H page 150: faust://xml/transcript/gsa/391098/0144.xml
10:24:35  2 H page 153: faust://xml/transcript/gsa/391098/0153.xml
10:24:35  2 H page 154: faust://xml/transcript/gsa/391098/0154.xml
10:24:35  2 H page 160: faust://xml/transcript/gsa/391098/0160.xml
10:24:35  2 H page 162: faust://xml/transcript/gsa/391098/0162.xml
10:24:35  2 H page 164: faust://xml/transcript/gsa/391098/0164.xml
10:24:35  2 H page 166: faust://xml/transcript/gsa/391098/0166.xml
10:24:35  2 H page 168: faust://xml/transcript/gsa/391098/0168.xml
10:24:35  2 H page 175: faust://xml/transcript/gsa/391098/0175.xml
10:24:35  2 H page 177: faust://xml/transcript/gsa/391098/0177a.xml
10:24:35  2 H page 179: faust://xml/transcript/gsa/391098/0179.xml
10:24:35  2 H page 180: faust://xml/transcript/gsa/391098/0180.xml
10:24:35  2 H page 185: faust://xml/transcript/gsa/391098/0185.xml
10:24:35  2 H page 186: faust://xml/transcript/gsa/391098/0186.xml
10:24:35  2 H page 194: faust://xml/transcript/gsa/391098/0194a.xml
10:24:35  2 H page 202: faust://xml/transcript/gsa/391098/0202.xml
10:24:35  2 H page 203: faust://xml/transcript/gsa/391098/0203.xml
10:24:35  2 H page 204: faust://xml/transcript/gsa/391098/0204.xml
10:24:35  2 H page 207: faust://xml/transcript/gsa/391098/0207.xml
10:24:35  2 H page 209: faust://xml/transcript/gsa/391098/0209.xml
10:24:35  2 H page 211: faust://xml/transcript/gsa/391098/0211.xml
10:24:35  2 H page 212: faust://xml/transcript/gsa/391098/0212.xml
10:24:35  2 H page 213: faust://xml/transcript/gsa/391098/0213.xml
10:24:35  2 H page 216: faust://xml/transcript/gsa/391098/0216.xml
10:24:35  2 H page 218: faust://xml/transcript/gsa/391098/0218.xml
10:24:35  2 H page 219: faust://xml/transcript/gsa/391098/0219.xml
10:24:35  2 H page 221: faust://xml/transcript/gsa/391098/0221.xml
10:24:35  2 H page 222: faust://xml/transcript/gsa/391098/0222.xml
10:24:35  2 H page 223: faust://xml/transcript/gsa/391098/0223.xml
10:24:35  2 H page 225: faust://xml/transcript/gsa/391098/0225.xml
10:24:35  2 H page 227: faust://xml/transcript/gsa/391098/0227.xml
10:24:35  2 H page 229: faust://xml/transcript/gsa/391098/0229.xml
10:24:35  2 H page 230: faust://xml/transcript/gsa/391098/0230.xml
10:24:35  2 H page 231: faust://xml/transcript/gsa/391098/0231.xml
10:24:35  2 H page 235: faust://xml/transcript/gsa/391098/0235.xml
10:24:35  2 H page 238: faust://xml/transcript/gsa/391098/0238.xml
10:24:35  2 H page 239: faust://xml/transcript/gsa/391098/0239.xml
10:24:35  2 H page 240: faust://xml/transcript/gsa/391098/0240.xml
10:24:35  2 H page 243: faust://xml/transcript/gsa/391098/0243.xml
10:24:35  2 H page 244: faust://xml/transcript/gsa/391098/0244.xml
10:24:35  2 H page 245: faust://xml/transcript/gsa/391098/0245.xml
10:24:35  2 H page 247: faust://xml/transcript/gsa/391098/0247.xml
10:24:35  2 H page 248: faust://xml/transcript/gsa/391098/0248.xml
10:24:35  2 H page 251: faust://xml/transcript/gsa/391098/0251.xml
10:24:35  2 H page 254: faust://xml/transcript/gsa/391098/0254.xml
10:24:35  2 H page 255: faust://xml/transcript/gsa/391098/0255.xml
10:24:35  2 H page 262: faust://xml/transcript/gsa/391098/0262.xml
10:24:35  2 H page 265: faust://xml/transcript/gsa/391098/0265.xml
10:24:35  2 H page 266: faust://xml/transcript/gsa/391098/0266.xml
10:24:35  2 H page 268: faust://xml/transcript/gsa/391098/0268.xml
10:24:35  2 H page 269: faust://xml/transcript/gsa/391098/0269.xml
10:24:35  2 H page 270: faust://xml/transcript/gsa/391098/0270.xml
10:24:35  2 H page 274: faust://xml/transcript/gsa/391098/0274.xml
10:24:35  2 H page 275: faust://xml/transcript/gsa/391098/0275.xml
10:24:35  2 H page 278: faust://xml/transcript/gsa/391098/0278.xml
10:24:35  2 H page 279: faust://xml/transcript/gsa/391098/0279.xml
10:24:35  2 H page 281: faust://xml/transcript/gsa/391098/0281.xml
10:24:35  2 H page 282: faust://xml/transcript/gsa/391098/0282.xml
10:24:35  2 H page 283: faust://xml/transcript/gsa/391098/0283.xml
10:24:35  2 H page 285: faust://xml/transcript/gsa/391098/0285.xml
10:24:35  2 H page 286: faust://xml/transcript/gsa/391098/0286.xml
10:24:35  2 H page 287: faust://xml/transcript/gsa/391098/0287.xml
10:24:35  2 H page 288: faust://xml/transcript/gsa/391098/0288.xml
10:24:35  2 H page 289: faust://xml/transcript/gsa/391098/0289.xml
10:24:35  2 H page 292: faust://xml/transcript/gsa/391098/0292.xml
10:24:35  2 H page 295: faust://xml/transcript/gsa/391098/0295.xml
10:24:35  2 H page 297: faust://xml/transcript/gsa/391098/0297.xml
10:24:35  2 H page 304: faust://xml/transcript/gsa/391098/0304.xml
10:24:35  2 H page 306: faust://xml/transcript/gsa/391098/0306.xml
10:24:35  2 H page 309: faust://xml/transcript/gsa/391098/0309.xml
10:24:35  2 H page 313: faust://xml/transcript/gsa/391098/0313.xml
10:24:35  2 H page 314: faust://xml/transcript/gsa/391098/0314.xml
10:24:35  2 H page 324: faust://xml/transcript/gsa/391098/0324.xml
10:24:35  2 H page 328: faust://xml/transcript/gsa/391098/0328.xml
10:24:35  2 H page 341: faust://xml/transcript/gsa/391098/0341.xml
10:24:35  2 H page 344: faust://xml/transcript/gsa/391098/0344.xml
10:24:35  2 H page 345: faust://xml/transcript/gsa/391098/0345.xml
10:24:35  2 H page 350: faust://xml/transcript/gsa/391098/0350.xml
10:24:35  2 H page 351: faust://xml/transcript/gsa/391098/0351.xml
10:24:35  2 H page 360: faust://xml/transcript/gsa/391098/0360a.xml
10:24:35  2 H page 374: faust://xml/transcript/gsa/391098/0374.xml
10:24:35  2 H page 375: faust://xml/transcript/gsa/391098/0375.xml
10:24:35  2 H page 386: faust://xml/transcript/gsa/391098/0386.xml
10:24:35  H P97 page 1: faust://xml/transcript/gsa/390777/0002.xml
10:24:35  H P98 page 1: faust://xml/transcript/gsa/390705/0002.xml
10:24:35  H P98 page 2: faust://xml/transcript/gsa/390705/0003.xml
10:24:35 SEVERE: These are more than the 10 tolerated failures.
10:24:36 [BFA] Scanning build for known causes...
10:24:36 [BFA] No failure causes found
10:24:36 [BFA] Done. 0s
10:24:36 Started calculate disk usage of build
10:24:36 Finished Calculation of disk usage of build in 0 seconds
10:24:44 Started calculate disk usage of workspace
10:24:45 Finished Calculation of disk usage of workspace in 0 seconds
10:24:45 Notifying upstream projects of job completion
10:24:45 Join notifier requires a CauseAction
10:24:45 [INFO] ------------------------------------------------------------------------
10:24:45 [INFO] BUILD FAILURE
10:24:45 [INFO] ------------------------------------------------------------------------
10:24:45 [INFO] Total time: 38:34 min
10:24:45 [INFO] Finished at: 2018-05-23T10:24:45+02:00
10:24:45 [INFO] ------------------------------------------------------------------------
10:24:45 Waiting for Jenkins to finish collecting data
10:24:45 [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.4.0:exec (generate-svgs-preprint) on project faust-gen: Command execution failed. Process exited with an error: 1 (Exit value: 1) -> [Help 1]
10:24:45 [ERROR] 
10:24:45 [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
10:24:45 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
10:24:45 [ERROR] 
10:24:45 [ERROR] For more information about the errors and possible solutions, please read the following articles:
10:24:45 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
10:24:45 [JENKINS] Archiving /mnt/data/jenkins/workspace/faust-gen/pom.xml to net.faustedition/faust-gen/0.0.1-SNAPSHOT/faust-gen-0.0.1-SNAPSHOT.pom
10:24:46 channel stopped
10:24:46 $ ssh-agent -k
10:24:46 unset SSH_AUTH_SOCK;
10:24:46 unset SSH_AGENT_PID;
10:24:46 echo Agent pid 15191 killed;
10:24:46 [ssh-agent] Stopped.
10:24:46 [BFA] Scanning build for known causes...
10:24:46 [BFA] No failure causes found
10:24:46 [BFA] Done. 0s
10:24:46 Started calculate disk usage of build
10:24:46 Finished Calculation of disk usage of build in 0 seconds
10:24:57 Started calculate disk usage of workspace
10:24:57 Finished Calculation of disk usage of workspace in 0 seconds
10:24:58 Notifying upstream projects of job completion
10:24:58 Sending e-mails to: thorsten.vitt@uni-wuerzburg.de
10:24:58 Finished: FAILURE