Skip to content
Success

Console Output

01:52:28 Started by remote host 132.187.226.74 with note: <p>Data update</p>
01:52:28 Building remotely on Rechenknecht in workspace /mnt/data/jenkins/workspace/faust-gen
01:52:28 [ssh-agent] Looking for ssh-agent implementation...
01:52:28 [ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
01:52:28 $ ssh-agent
01:52:28 SSH_AUTH_SOCK=/tmp/ssh-Vla1sSuZUGo8/agent.25385
01:52:28 SSH_AGENT_PID=25388
01:52:28 [ssh-agent] Started.
01:52:28 $ ssh-add /mnt/data/jenkins/workspace/faust-gen@tmp/private_key_1055172056703061484.key
01:52:28 Identity added: /mnt/data/jenkins/workspace/faust-gen@tmp/private_key_1055172056703061484.key (/mnt/data/jenkins/workspace/faust-gen@tmp/private_key_1055172056703061484.key)
01:52:28 [ssh-agent] Using credentials jenkins (wrzh075.rzhousing.uni-wuerzburg.de)
01:52:28 Cloning the remote Git repository
01:52:28 Cloning repository https://github.com/faustedition/faust-gen
01:52:28  > git init /mnt/data/jenkins/workspace/faust-gen # timeout=10
01:52:28 Fetching upstream changes from https://github.com/faustedition/faust-gen
01:52:28  > git --version # timeout=10
01:52:28 using GIT_SSH to set credentials wrzh075.rzhousing.uni-wuerzburg.de
01:52:28  > git fetch --tags --progress https://github.com/faustedition/faust-gen +refs/heads/*:refs/remotes/origin/*
01:52:30  > git config remote.origin.url https://github.com/faustedition/faust-gen # timeout=10
01:52:30  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
01:52:30  > git config remote.origin.url https://github.com/faustedition/faust-gen # timeout=10
01:52:31 Fetching upstream changes from https://github.com/faustedition/faust-gen
01:52:31 using GIT_SSH to set credentials wrzh075.rzhousing.uni-wuerzburg.de
01:52:31  > git fetch --tags --progress https://github.com/faustedition/faust-gen +refs/heads/*:refs/remotes/origin/*
01:52:31  > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
01:52:31  > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
01:52:31 Checking out Revision c1b81de690281611cd16572aeae0e9d54bc87c04 (refs/remotes/origin/master)
01:52:31  > git config core.sparsecheckout # timeout=10
01:52:31  > git checkout -f c1b81de690281611cd16572aeae0e9d54bc87c04
01:52:31 Commit message: "Updated submodules."
01:52:31  > git rev-list c1b81de690281611cd16572aeae0e9d54bc87c04 # timeout=10
01:52:31  > git remote # timeout=10
01:52:31  > git submodule init # timeout=10
01:52:31  > git submodule sync # timeout=10
01:52:31  > git config --get remote.origin.url # timeout=10
01:52:31  > git submodule init # timeout=10
01:52:31  > git config -f .gitmodules --get-regexp ^submodule\.(.*)\.url # timeout=10
01:52:31  > git config --get submodule.data.url # timeout=10
01:52:31  > git config -f .gitmodules --get submodule.data.path # timeout=10
01:52:31  > git submodule update --init --recursive --remote data
01:52:50  > git config --get submodule.src/main/xproc.url # timeout=10
01:52:50  > git config -f .gitmodules --get submodule.src/main/xproc.path # timeout=10
01:52:50  > git submodule update --init --recursive --remote src/main/xproc
01:52:53  > git config --get submodule.src/main/web.url # timeout=10
01:52:53  > git config -f .gitmodules --get submodule.src/main/web.path # timeout=10
01:52:53  > git submodule update --init --recursive --remote src/main/web
01:53:04 Xvfb starting$ Xvfb -displayfd 2 -fbdir /mnt/data/jenkins/xvfb-344-1673067241790058463.fbdir
01:53:04 Parsing POMs
01:53:04 using settings config with name MavenSettings
01:53:04 Replacing all maven server entries not found in credentials list is true
01:53:05 Established TCP socket on 39669
01:53:05 maven35-agent.jar already up to date
01:53:05 maven35-interceptor.jar already up to date
01:53:05 maven3-interceptor-commons.jar already up to date
01:53:05 [faust-gen] $ /mnt/data/jenkins/tools/hudson.model.JDK/Java_8/bin/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 39669
01:53:05 <===[JENKINS REMOTING CAPACITY]===>channel started
01:53:05 using settings config with name MavenSettings
01:53:05 Replacing all maven server entries not found in credentials list is true
01:53:07 Executing Maven:  -B -f /mnt/data/jenkins/workspace/faust-gen/pom.xml -s /tmp/settings8643356386337101757.xml -D clean deploy
01:53:08 [INFO] Scanning for projects...
01:53:09 [INFO] ------------------------------------------------------------------------
01:53:09 [INFO] Detecting the operating system and CPU architecture
01:53:09 [INFO] ------------------------------------------------------------------------
01:53:09 [INFO] os.detected.name: linux
01:53:09 [INFO] os.detected.arch: x86_64
01:53:09 [INFO] os.detected.release: debian
01:53:09 [INFO] os.detected.release.version: 9
01:53:09 [INFO] os.detected.release.like.debian: true
01:53:09 [INFO] os.detected.classifier: linux-x86_64
01:53:09 [INFO] 
01:53:09 [INFO] ------------------------------------------------------------------------
01:53:09 [INFO] Building Faust-Edition Site Generation 0.0.1-SNAPSHOT
01:53:09 [INFO] ------------------------------------------------------------------------
01:53:09 [INFO] Downloading: http://dev.digital-humanities.de/nexus/content/groups/public/de/faustedition/faust/1.4-SNAPSHOT/maven-metadata.xml
01:53:09 [INFO] Downloading: http://maven.restlet.com/de/faustedition/faust/1.4-SNAPSHOT/maven-metadata.xml
01:53:09 [INFO] Downloading: https://raw.github.com/eXist-db/mvn-repo/master/de/faustedition/faust/1.4-SNAPSHOT/maven-metadata.xml
01:53:09 [INFO] Downloading: http://dev.dariah.eu/nexus/content/groups/public/de/faustedition/faust/1.4-SNAPSHOT/maven-metadata.xml
01:53:10 [INFO] Downloaded: http://dev.digital-humanities.de/nexus/content/groups/public/de/faustedition/faust/1.4-SNAPSHOT/maven-metadata.xml (972 B at 3.9 kB/s)
01:53:10 [INFO] Downloaded: http://dev.dariah.eu/nexus/content/groups/public/de/faustedition/faust/1.4-SNAPSHOT/maven-metadata.xml (972 B at 894 B/s)
01:53:10 [INFO] Downloading: http://dev.dariah.eu/nexus/content/groups/public/eu/interedition/text-core/1.6-SNAPSHOT/maven-metadata.xml
01:53:10 [INFO] Downloading: https://raw.github.com/eXist-db/mvn-repo/master/eu/interedition/text-core/1.6-SNAPSHOT/maven-metadata.xml
01:53:10 [INFO] Downloading: http://dev.digital-humanities.de/nexus/content/groups/public/eu/interedition/text-core/1.6-SNAPSHOT/maven-metadata.xml
01:53:10 [INFO] Downloading: http://maven.restlet.com/eu/interedition/text-core/1.6-SNAPSHOT/maven-metadata.xml
01:53:11 [INFO] Downloaded: http://dev.digital-humanities.de/nexus/content/groups/public/eu/interedition/text-core/1.6-SNAPSHOT/maven-metadata.xml (768 B at 11 kB/s)
01:53:11 [INFO] Downloading: http://dev.digital-humanities.de/nexus/content/groups/public/eu/interedition/text-core/1.6-SNAPSHOT/maven-metadata.xml
01:53:11 [INFO] Downloaded: http://dev.digital-humanities.de/nexus/content/groups/public/eu/interedition/text-core/1.6-SNAPSHOT/maven-metadata.xml (768 B at 55 kB/s)
01:53:11 [INFO] Downloading: http://gregor.middell.net/maven/content/repositories/interedition-releases/eu/interedition/text-core/1.6-SNAPSHOT/maven-metadata.xml
01:53:11 [INFO] Downloading: http://gregor.middell.net/maven/content/repositories/interedition-snapshots/eu/interedition/text-core/1.6-SNAPSHOT/maven-metadata.xml
01:53:11 [INFO] Downloading: http://gregor.middell.net/maven/content/repositories/releases/eu/interedition/text-core/1.6-SNAPSHOT/maven-metadata.xml
01:53:11 [INFO] Downloading: http://maven.restlet.org/eu/interedition/text-core/1.6-SNAPSHOT/maven-metadata.xml
01:53:11 [INFO] Downloading: http://download.osgeo.org/webdav/geotools/eu/interedition/text-core/1.6-SNAPSHOT/maven-metadata.xml
01:53:11 [INFO] Downloading: https://oss.sonatype.org/content/repositories/snapshots/eu/interedition/text-core/1.6-SNAPSHOT/maven-metadata.xml
01:53:11 [INFO] Downloaded: http://dev.dariah.eu/nexus/content/groups/public/eu/interedition/text-core/1.6-SNAPSHOT/maven-metadata.xml (768 B at 1.1 kB/s)
01:53:12 [INFO] 
01:53:12 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ faust-gen ---
01:53:12 [INFO] Using 'utf-8' encoding to copy filtered resources.
01:53:12 [INFO] Copying 8725 resources to /mnt/data/jenkins/workspace/faust-gen/target/www/xml
01:53:13 [INFO] Copying 200 resources to /mnt/data/jenkins/workspace/faust-gen/target/www
01:53:13 [INFO] Copying 1 resource to /mnt/data/jenkins/workspace/faust-gen/target/profile
01:53:13 [INFO] Copying 111 resources to /mnt/data/jenkins/workspace/faust-gen/target/xproc
01:53:13 [INFO] Copying 1 resource to /mnt/data/jenkins/workspace/faust-gen/target/xproc
01:53:13 [INFO] Copying 17 resources to /mnt/data/jenkins/workspace/faust-gen/target/www
01:53:13 [INFO] Copying 15 resources to /mnt/data/jenkins/.fonts
01:53:13 [INFO] 
01:53:13 [INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ faust-gen ---
01:53:14 [INFO] Changes detected - recompiling the module!
01:53:14 [INFO] Compiling 2 source files to /mnt/data/jenkins/workspace/faust-gen/target/classes
01:53:16 [INFO] 
01:53:16 [INFO] --- exec-maven-plugin:1.4.0:java (xproc) @ faust-gen ---
01:53:18 Message: Loading file:/mnt/data/jenkins/workspace/faust-gen/data/xml/print/A8_IIIB18.xml
01:53:21 Message: Loading file:/mnt/data/jenkins/workspace/faust-gen/data/xml/transcript/gsa/391098/391098.xml
01:53:23 Message: Loading file:/mnt/data/jenkins/workspace/faust-gen/data/xml/transcript/dla_marbach/Cotta-Archiv_Goethe_23/Marbach_Deutsches_Literaturarchiv.xml
01:53:23 Message: Loading file:/mnt/data/jenkins/workspace/faust-gen/data/xml/print/C(1)4_IIIB24.xml
01:53:24 INFO : target/xproc/generate-reading-text.xpl:71: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 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
01:53:24 INFO : Collecting metadata from file:/mnt/data/jenkins/workspace/faust-gen/data/xml/ (builddir=file:/mnt/data/jenkins/workspace/faust-gen/target/)
01:53:27 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)
01:53:32 INFO : Converting archive metadata to js...
01:53:32 INFO : Adding generated markup to transcripts ...
01:53:32 INFO : target/xproc/generate-search.xpl:58:21:WARNING: No metadata for faust://xml/lesetext/faust.xml at file:/mnt/data/jenkins/workspace/faust-gen/data/xml/lesetext/faust.xml
01:53:35 INFO : target/xproc/generate-search.xpl:127:13:WARNING: Cannot parse relatedLines: after_12111 (in file:/mnt/data/jenkins/workspace/faust-gen/data/xml/transcript/gsa/391362/391362.xml)
01:53:50 INFO : target/xproc/generate-search.xpl:127:13:WARNING: Cannot parse relatedLines: before_8488_d (in file:/mnt/data/jenkins/workspace/faust-gen/data/xml/transcript/gsa/390575/390575.xml)
01:53:53 INFO : target/xproc/generate-search.xpl:127:13:WARNING: Cannot parse relatedLines: after_12111 (in file:/mnt/data/jenkins/workspace/faust-gen/data/xml/transcript/gsa/390883/390883.xml)
01:53:56 INFO : target/xproc/generate-search.xpl:127:13:WARNING: Cannot parse relatedLines: after_12111 (in file:/mnt/data/jenkins/workspace/faust-gen/data/xml/transcript/gsa/390777/390777.xml)
01:53:56 INFO : target/xproc/generate-search.xpl:127:13:WARNING: Cannot parse relatedLines: after_12111 (in file:/mnt/data/jenkins/workspace/faust-gen/data/xml/transcript/gsa/390705/390705.xml)
01:53:57 INFO : target/xproc/generate-search.xpl:127: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)
01:53:57 INFO : target/xproc/generate-search.xpl:127:13:WARNING: Cannot parse relatedLines: before_5199_b (in file:/mnt/data/jenkins/workspace/faust-gen/data/xml/transcript/gsa/390652/390652.xml)
01:53:57 INFO : target/xproc/generate-search.xpl:127:13:WARNING: Cannot parse relatedLines: before_8488_d (in file:/mnt/data/jenkins/workspace/faust-gen/data/xml/transcript/gsa/390847/390847.xml)
01:53:57 INFO : target/xproc/generate-search.xpl:127:13:WARNING: Cannot parse relatedLines: before_8488_d (in file:/mnt/data/jenkins/workspace/faust-gen/data/xml/transcript/gsa/390851/390851.xml)
01:53:57 INFO : target/xproc/generate-search.xpl:127:13:WARNING: Cannot parse relatedLines: before_8488_d (in file:/mnt/data/jenkins/workspace/faust-gen/data/xml/transcript/gsa/391083/391083.xml)
01:53:57 INFO : target/xproc/generate-search.xpl:127:13:WARNING: Cannot parse relatedLines: before_8488_d (in file:/mnt/data/jenkins/workspace/faust-gen/data/xml/transcript/gsa/390852/390852.xml)
01:54:03 INFO : Transforming metadata from file:/mnt/data/jenkins/workspace/faust-gen/data/xml/
01:54:03 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)
01:54:03 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)
01:54:04 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)
01:54:04 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
01:54:05 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
01:54:05 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
01:54:05 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
01:54:05 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1881, ignoring all but the first
01:54:05 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1881, ignoring all but the first
01:54:05 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1881, ignoring all but the first
01:54:05 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)
01:54:05 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1881, ignoring all but the first
01:54:05 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)
01:54:05 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1881, ignoring all but the first
01:54:05 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)
01:54:05 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/duentzer1882, ignoring all but the first
01:54:05 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)
01:54:05 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
01:54:05 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1881, ignoring all but the first
01:54:05 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/duentzer1882, ignoring all but the first
01:54:05 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
01:54:05 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
01:54:05 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
01:54:05 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
01:54:05 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)
01:54:05 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
01:54:05 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
01:54:05 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
01:54:05 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
01:54:05 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
01:54:05 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
01:54:05 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
01:54:05 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
01:54:05 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
01:54:05 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
01:54:05 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
01:54:05 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
01:54:05 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
01:54:05 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
01:54:05 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
01:54:05 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
01:54:05 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
01:54:05 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
01:54:05 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
01:54:06 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)
01:54:06 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)
01:54:06 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)
01:54:07 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
01:54:07 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
01:54:08 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
01:54:08 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
01:54:08 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
01:54:08 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
01:54:08 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
01:54:08 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
01:54:08 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
01:54:08 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
01:54:10 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)
01:54:10 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)
01:54:10 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)
01:54:10 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)
01:54:10 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)
01:54:10 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)
01:54:10 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)
01:54:10 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
01:54:10 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
01:54:10 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)
01:54:10 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
01:54:10 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
01:54:11 Message: Generating watermark table ...
01:54:11 INFO : target/xproc/metadata-html.xpl:128:15:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
01:54:11 INFO : target/xproc/metadata-html.xpl:128:15:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
01:54:11 INFO : target/xproc/metadata-html.xpl:128:15:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
01:54:11 INFO : target/xproc/metadata-html.xpl:128:15:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
01:54:11 INFO : target/xproc/metadata-html.xpl:128:15:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
01:54:11 INFO : target/xproc/metadata-html.xpl:128:15:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
01:54:11 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)
01:54:11 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)
01:54:11 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)
01:54:11 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)
01:54:11 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)
01:54:11 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)
01:54:11 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)
01:54:11 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)
01:54:12 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)
01:54:14 INFO : Collecting metadata from file:/mnt/data/jenkins/workspace/faust-gen/data/xml/
01:54:16 INFO : Collecting testimony from file:/mnt/data/jenkins/workspace/faust-gen/data/xml/
01:54:20 INFO : target/xproc/testimony.xpl:61:35:INFO: div[133] in wa_III_12 contains 2 testimonies: graef_1865, graef_1866
01:54:29 INFO : target/xproc/testimony.xpl:61:35:INFO: div[121] in wa_III_11 contains 2 testimonies: graef_1635, graef_1635a
01:54:40 INFO : target/xproc/testimony.xpl:61:35:INFO: div[85] in wa_III_10 contains 2 testimonies: graef_1378, graef_1378a
01:55:00 INFO : target/xproc/testimony.xpl:61:35:INFO: div[2] in wa_IV_19 contains 2 testimonies: graef_1046, quz_I-870a
01:55:03 INFO : target/xproc/testimony.xpl:61:35:INFO: div[2] in wa_IV_40 contains 2 testimonies: quz_II-638, quz_IV-1797
01:55:03 INFO : target/xproc/testimony.xpl:61:35:ERROR: 0 metadata records match quz_IV-1797 (in wa_IV_40)
01:55:03 INFO : target/xproc/testimony.xpl:93:13:WARNING: Trying to create citation for doc with 0 testimony ids  → faust://bibliography/quz_IV-1797
01:55:04 INFO : target/xproc/testimony.xpl:61:35:INFO: div[4] in wa_IV_43 contains 2 testimonies: graef_1531, graef_1521
01:55:04 INFO : target/xproc/testimony.xpl:61:35:ERROR: 0 metadata records match graef_1521 (in wa_IV_43)
01:55:04 INFO : target/xproc/testimony.xpl:61:35:INFO: div[12] in wa_IV_43 contains 2 testimonies: quz_II-1211, graef_1574
01:55:04 INFO : target/xproc/testimony.xpl:61:35:WARNING: Using inferior testimony id quz_II-1211 (in wa_IV_43)
01:55:04 INFO : target/xproc/testimony.xpl:93:13:WARNING: Trying to create citation for doc with 0 testimony ids  → faust://bibliography/graef_1521
01:55:06 INFO : target/xproc/testimony.xpl:61:35:INFO: div[1] in schroeer1896 contains 2 testimonies: graef_1660, graef_1663
01:55:06 INFO : target/xproc/testimony.xpl:61:35:INFO: div[1] in holtei1859_4 contains 3 testimonies: bie3_6153, graef_1630, graef_1634
01:55:07 INFO : target/xproc/testimony.xpl:61:35:WARNING: No testimony divs found in gm_duesseldorf_KK1838
01:55:07 INFO : target/xproc/testimony.xpl:61:35:ERROR: pniower_765 spans to , which doesn't exist (#?). 
01:55:07 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)
01:55:07 INFO : target/xproc/testimony.xpl:81:13:WARNING: Citation faust://bibliography/390376 missing in testimony pniower_765
01:55:07 INFO : target/xproc/testimony.xpl:61:35:WARNING: No testimony divs found in 390376_0002
01:55:09 INFO : target/xproc/testimony.xpl:61:35:ERROR: 0 metadata records match quz_III-483 (in quz_3)
01:55:09 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
01:55:11 INFO : target/xproc/testimony.xpl:93:13:WARNING: Trying to create citation for doc with 0 testimony ids  → faust://bibliography/quz_III-483
01:55:12 INFO : target/xproc/testimony.xpl:61:35:INFO: div[2] in kua_6-2 contains 3 testimonies: graef_1620, graef_1636, graef_1628
01:55:13 INFO : target/xproc/testimony.xpl:61:35:WARNING: No testimony divs found in geiger1890
01:55:13 INFO : target/xproc/testimony.xpl:61:35:INFO: div[2] in matthisson1825-1829_7 contains 2 testimonies: bie3_5467, graef_1266
01:55:14 INFO : target/xproc/testimony.xpl:61:35:WARNING: No testimony divs found in gm_duesseldorf_KK1838
01:55:15 INFO : target/xproc/testimony.xpl:61:35:INFO: div[3] in wa_I_36 contains 2 testimonies: graef_1258, graef_1258a
01:55:17 INFO : target/xproc/testimony.xpl:61:35:ERROR: 0 metadata records match bie3_6689 (in kletke1873)
01:55:17 INFO : target/xproc/testimony.xpl:61:35:INFO: div[3] in kletke1873 contains 2 testimonies: graef_1617, graef_1948
01:55:17 INFO : target/xproc/testimony.xpl:93:13:WARNING: Trying to create citation for doc with 0 testimony ids  → faust://bibliography/bie3_6689
01:55:17 INFO : target/xproc/testimony.xpl:61:35:INFO: div[1] in schroeer1886_1 contains 2 testimonies: bie3_6273, bie3_6681
01:55:19 INFO : target/xproc/testimony.xpl:61:35:INFO: div[1] in tewes1901 contains 3 testimonies: bie3_7209, graef_1337, graef_1338
01:55:20 INFO : target/xproc/testimony.xpl:61:35:INFO: div[1] in matthisson1825-1829_8 contains 2 testimonies: bie3_5814, graef_1341a
01:55:21 INFO : target/xproc/testimony.xpl:61:35:INFO: div[5] in biedermann1889-1896_4 contains 2 testimonies: graef_1026, graef_1174
01:55:22 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
01:55:25 INFO : target/xproc/testimony.xpl:61:35:INFO: div[8] in biedermann1889-1896_6 contains 2 testimonies: graef_1500, graef_1499
01:55:25 INFO : target/xproc/testimony.xpl:61:35:INFO: div[1] in riemer1841_1 contains 2 testimonies: bie3_3461, graef_1762
01:55:26 INFO : target/xproc/testimony.xpl:61:35:ERROR: 0 metadata records match bie3_3461 (in riemer1841_1)
01:55:26 INFO : target/xproc/testimony.xpl:93:13:WARNING: Trying to create citation for doc with 0 testimony ids  → faust://bibliography/bie3_3461
01:55:26 INFO : target/xproc/testimony.xpl:61:35:INFO: div[1] in eberwein1853 contains 4 testimonies: graef_1157, graef_1165, graef_1723, graef_1709
01:55:26 INFO : target/xproc/testimony.xpl:61:35:WARNING: No testimony divs found in burkhardt1870
01:55:26 INFO : target/xproc/testimony.xpl:61:35:WARNING: Using inferior testimony id lfd-nr-neuneu_331 (in harding1920_2)
01:55:28 INFO : target/xproc/testimony.xpl:61:35:INFO: div[1] in schoch1832_1 contains 2 testimonies: bie3_6013, pniower_544
01:55:28 INFO : target/xproc/testimony.xpl:61:35:ERROR: 0 metadata records match bie3_6013 (in schoch1832_1)
01:55:28 INFO : target/xproc/testimony.xpl:93:13:WARNING: Trying to create citation for doc with 0 testimony ids  → faust://bibliography/bie3_6013
01:55:30 INFO : target/xproc/testimony.xpl:136:81:Generating empty testimony files ...
01:55:33 Message: Creating emended versions ...
01:55:33 INFO : Generating inline apparatus ...
01:56:21 INFO : Saving index: /mnt/data/jenkins/workspace/faust-gen/target/www/app/index.html
01:56:22 Message: Creating bibliography ...
01:56:23 INFO : target/xproc/bibliography.xpl:35:13:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
01:56:23 INFO : target/xproc/bibliography.xpl:35:13:WARNING: 2 bibliography entries for faust://bibliography/loeper1881, ignoring all but the first
01:56:23 INFO : target/xproc/bibliography.xpl:35:13:WARNING: 2 bibliography entries for faust://bibliography/duentzer1882, ignoring all but the first
01:56:24 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)
01:56:53 INFO : Reading prepared transcript files ...
01:57:02 INFO : Collecting lines from all transcripts ...
01:57:03 INFO : Collating the lines and writing variant HTMLs
01:57:52 INFO : Reading transcript files to generate paralipomena table ...
01:57:54 Message: Rendering emended versions to html ...
01:58:29 INFO : Saving index: /mnt/data/jenkins/workspace/faust-gen/target/www/print/index.html
01:59:05 
01:59:05 [INFO] 
01:59:05 [INFO] --- maven-dependency-plugin:2.10:unpack (get-slimerjs) @ faust-gen ---
01:59:05 [INFO] Configured Artifact: net.faustedition:slimerjs:0.10.1:zip
01:59:05 [INFO] Configured Artifact: org.mozilla:firefox:linux-x86_64:45.4.0esr:tar.bz2
01:59:05 [INFO] Unpacking /mnt/data/jenkins/.m2/repository/net/faustedition/slimerjs/0.10.1/slimerjs-0.10.1.zip to /mnt/data/jenkins/workspace/faust-gen/target/dependency with includes "" and excludes ""
01:59:05 [INFO] Unpacking /mnt/data/jenkins/.m2/repository/org/mozilla/firefox/45.4.0esr/firefox-45.4.0esr-linux-x86_64.tar.bz2 to /mnt/data/jenkins/workspace/faust-gen/target/dependency with includes "" and excludes ""
01:59:05 [INFO] Expanding: /mnt/data/jenkins/.m2/repository/org/mozilla/firefox/45.4.0esr/firefox-45.4.0esr-linux-x86_64.tar.bz2 into /mnt/data/jenkins/workspace/faust-gen/target/dependency
01:59:10 [INFO] 
01:59:10 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ faust-gen ---
01:59:10 [INFO] Using 'utf-8' encoding to copy filtered resources.
01:59:10 [INFO] skip non existing resourceDirectory /mnt/data/jenkins/workspace/faust-gen/src/test/resources
01:59:10 [INFO] 
01:59:10 [INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ faust-gen ---
01:59:10 [INFO] No sources to compile
01:59:10 [INFO] 
01:59:10 [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ faust-gen ---
01:59:10 [INFO] No tests to run.
01:59:10 [JENKINS] Recording test results[INFO] 
01:59:10 [INFO] --- exec-maven-plugin:1.4.0:exec (generate-svgs) @ faust-gen ---
01:59:10 
01:59:10 INFO: Web server runs on http://localhost:35755/transcript-generation.html
01:59:10 INFO: PhantomJS command line: /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-0.10.1/slimerjs --profile target/profile  rendersvgs.js http://localhost:35755/transcript-generation.html <input> <output> [<links> <linkoutput>]
01:59:10 INFO: Converting diplomatic transcripts to JSON ...
01:59:20 INFO: Rendering 2,210 pages in 8 parallel jobs ...
01:59:58 WARNING: Conversion to SVG for H P123.5 page 18: faust://xml/transcript/gsa/390340/0028.xml issued messages:
01:59:58 CONSOLE: Error in LineDecoration.Layout:  [Exception... "Failure"  nsresult: "0x80004005 (NS_ERROR_FAILURE)"  location: "JS frame :: http://localhost:35755/js-gen/transcript-svg.js :: FaustTranscript.LineDecoration.prototype.layout :: line 452"  data: no] ſch (from FaustTranscript.LineDecoration.prototype.layout, line #459 in "http://localhost:35755/js-gen/transcript-svg.js") 
02:00:50 WARNING: Conversion to SVG for Testhandschrift page 27: faust://xml/transcript/test/A5-d-35.xml issued messages:
02:00:50 CONSOLE: Error in LineDecoration.Layout:  [Exception... "Failure"  nsresult: "0x80004005 (NS_ERROR_FAILURE)"  location: "JS frame :: http://localhost:35755/js-gen/transcript-svg.js :: FaustTranscript.LineDecoration.prototype.layout :: line 452"  data: no] generally (from FaustTranscript.LineDecoration.prototype.layout, line #459 in "http://localhost:35755/js-gen/transcript-svg.js") 
02:03:57 WARNING: Conversion to SVG for H P176a page 1: faust://xml/transcript/bb_cologny/G-30_19/recto.xml issued messages:
02:03:57 CONSOLE: Error in LineDecoration.Layout:  [Exception... "Failure"  nsresult: "0x80004005 (NS_ERROR_FAILURE)"  location: "JS frame :: http://localhost:35755/js-gen/transcript-svg.js :: FaustTranscript.LineDecoration.prototype.layout :: line 452"  data: no] Barometer (from FaustTranscript.LineDecoration.prototype.layout, line #459 in "http://localhost:35755/js-gen/transcript-svg.js") 
02:04:06 WARNING: Conversion to SVG for 2 IV H.22e page 2: faust://xml/transcript/bb_cologny/G-30_11/verso.xml issued messages:
02:04:06 CONSOLE: Error in LineDecoration.Layout:  [Exception... "Failure"  nsresult: "0x80004005 (NS_ERROR_FAILURE)"  location: "JS frame :: http://localhost:35755/js-gen/transcript-svg.js :: FaustTranscript.LineDecoration.prototype.layout :: line 452"  data: no] folgt (from FaustTranscript.LineDecoration.prototype.layout, line #459 in "http://localhost:35755/js-gen/transcript-svg.js") 
02:04:06 WARNING: Conversion to SVG for 2 III H.48a page 1: faust://xml/transcript/bb_cologny/G-30_04/recto.xml issued messages:
02:04:06 CONSOLE: Error in LineDecoration.Layout:  [Exception... "Failure"  nsresult: "0x80004005 (NS_ERROR_FAILURE)"  location: "JS frame :: http://localhost:35755/js-gen/transcript-svg.js :: FaustTranscript.LineDecoration.prototype.layout :: line 452"  data: no] ſs (from FaustTranscript.LineDecoration.prototype.layout, line #459 in "http://localhost:35755/js-gen/transcript-svg.js") 
02:04:07 WARNING: Conversion to SVG for 2 III H.48a page 2: faust://xml/transcript/bb_cologny/G-30_04/verso.xml issued messages:
02:04:07 CONSOLE: Error in LineDecoration.Layout:  [Exception... "Failure"  nsresult: "0x80004005 (NS_ERROR_FAILURE)"  location: "JS frame :: http://localhost:35755/js-gen/transcript-svg.js :: FaustTranscript.LineDecoration.prototype.layout :: line 452"  data: no] r (from FaustTranscript.LineDecoration.prototype.layout, line #459 in "http://localhost:35755/js-gen/transcript-svg.js") 
02:07:07 WARNING: Conversion to SVG for 2 I H.5 page 2: faust://xml/transcript/gsa/391152/0002.xml issued messages:
02:07:07 CONSOLE: Error in LineDecoration.Layout:  [Exception... "Failure"  nsresult: "0x80004005 (NS_ERROR_FAILURE)"  location: "JS frame :: http://localhost:35755/js-gen/transcript-svg.js :: FaustTranscript.LineDecoration.prototype.layout :: line 452"  data: no] künſtlich (from FaustTranscript.LineDecoration.prototype.layout, line #459 in "http://localhost:35755/js-gen/transcript-svg.js") 
02:07:07 CONSOLE: Error in LineDecoration.Layout:  [Exception... "Failure"  nsresult: "0x80004005 (NS_ERROR_FAILURE)"  location: "JS frame :: http://localhost:35755/js-gen/transcript-svg.js :: FaustTranscript.LineDecoration.prototype.layout :: line 452"  data: no] verdienstlich (from FaustTranscript.LineDecoration.prototype.layout, line #459 in "http://localhost:35755/js-gen/transcript-svg.js") 
02:07:30 WARNING: Conversion to SVG for 2 I H.7 page 1: faust://xml/transcript/gsa/391393/0003.xml issued messages:
02:07:30 CONSOLE: Error in LineDecoration.Layout:  [Exception... "Failure"  nsresult: "0x80004005 (NS_ERROR_FAILURE)"  location: "JS frame :: http://localhost:35755/js-gen/transcript-svg.js :: FaustTranscript.LineDecoration.prototype.layout :: line 452"  data: no] ſs (from FaustTranscript.LineDecoration.prototype.layout, line #459 in "http://localhost:35755/js-gen/transcript-svg.js") 
02:07:39 WARNING: Conversion to SVG for 2 I H.17 page 2: faust://xml/transcript/gsa/389889/0003.xml issued messages:
02:07:39 CONSOLE: Error in LineDecoration.Layout:  [Exception... "Failure"  nsresult: "0x80004005 (NS_ERROR_FAILURE)"  location: "JS frame :: http://localhost:35755/js-gen/transcript-svg.js :: FaustTranscript.LineDecoration.prototype.layout :: line 452"  data: no] Euphorion (from FaustTranscript.LineDecoration.prototype.layout, line #459 in "http://localhost:35755/js-gen/transcript-svg.js") 
02:08:21 WARNING: Conversion to SVG for 2 I H.11 page 2: faust://xml/transcript/gsa/390354/0003.xml issued messages:
02:08:21 CONSOLE: Error in LineDecoration.Layout:  [Exception... "Failure"  nsresult: "0x80004005 (NS_ERROR_FAILURE)"  location: "JS frame :: http://localhost:35755/js-gen/transcript-svg.js :: FaustTranscript.LineDecoration.prototype.layout :: line 452"  data: no] ſp (from FaustTranscript.LineDecoration.prototype.layout, line #459 in "http://localhost:35755/js-gen/transcript-svg.js") 
02:08:58 WARNING: Conversion to SVG for 2 I H.57 page 1: faust://xml/transcript/gsa/391320/0002.xml issued messages:
02:08:58 CONSOLE: Error in LineDecoration.Layout:  [Exception... "Failure"  nsresult: "0x80004005 (NS_ERROR_FAILURE)"  location: "JS frame :: http://localhost:35755/js-gen/transcript-svg.js :: FaustTranscript.LineDecoration.prototype.layout :: line 452"  data: no] allenfalls (from FaustTranscript.LineDecoration.prototype.layout, line #459 in "http://localhost:35755/js-gen/transcript-svg.js") 
02:10:31 WARNING: Conversion to SVG for 2 III H.69a page 1: faust://xml/transcript/gsa/391441/0002.xml issued messages:
02:10:31 CONSOLE: Error in LineDecoration.Layout:  [Exception... "Failure"  nsresult: "0x80004005 (NS_ERROR_FAILURE)"  location: "JS frame :: http://localhost:35755/js-gen/transcript-svg.js :: FaustTranscript.LineDecoration.prototype.layout :: line 452"  data: no] 1. (from FaustTranscript.LineDecoration.prototype.layout, line #459 in "http://localhost:35755/js-gen/transcript-svg.js") 
02:15:25 WARNING: Conversion to SVG for 2 II H.70 page 6: faust://xml/transcript/gsa/391437/0009.xml issued messages:
02:15:25 CONSOLE: Error in LineDecoration.Layout:  [Exception... "Failure"  nsresult: "0x80004005 (NS_ERROR_FAILURE)"  location: "JS frame :: http://localhost:35755/js-gen/transcript-svg.js :: FaustTranscript.LineDecoration.prototype.layout :: line 452"  data: no] e (from FaustTranscript.LineDecoration.prototype.layout, line #459 in "http://localhost:35755/js-gen/transcript-svg.js") 
02:15:50 WARNING: Conversion to SVG for 2 I H.56 page 10: faust://xml/transcript/gsa/391007/0009.xml issued messages:
02:15:50 CONSOLE: Error in LineDecoration.Layout:  [Exception... "Failure"  nsresult: "0x80004005 (NS_ERROR_FAILURE)"  location: "JS frame :: http://localhost:35755/js-gen/transcript-svg.js :: FaustTranscript.LineDecoration.prototype.layout :: line 452"  data: no] mich (from FaustTranscript.LineDecoration.prototype.layout, line #459 in "http://localhost:35755/js-gen/transcript-svg.js") 
02:16:39 WARNING: Conversion to SVG for 2 IV H.18 page 3: faust://xml/transcript/gsa/391325/0009.xml issued messages:
02:16:39 CONSOLE: Error in LineDecoration.Layout:  [Exception... "Failure"  nsresult: "0x80004005 (NS_ERROR_FAILURE)"  location: "JS frame :: http://localhost:35755/js-gen/transcript-svg.js :: FaustTranscript.LineDecoration.prototype.layout :: line 452"  data: no] Oberfeldherr (from FaustTranscript.LineDecoration.prototype.layout, line #459 in "http://localhost:35755/js-gen/transcript-svg.js") 
02:23:25 INFO: ... rendering failed for  pages:
02:23:25 	{1}
02:23:25 INFO: Failed to convert 0 of 2,210 pages at try 1
02:23:25 INFO: Creating SVGs with CSS ...
02:23:29 [INFO] 
02:23:29 [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ faust-gen ---
02:23:29 [INFO] Building jar: /mnt/data/jenkins/workspace/faust-gen/target/faust-gen-0.0.1-SNAPSHOT.jar
02:23:29 [INFO] 
02:23:29 [INFO] --- maven-assembly-plugin:2.6:single (xar) @ faust-gen ---
02:23:30 [INFO] Building zip: /mnt/data/jenkins/workspace/faust-gen/target/faust-dev.zip
02:23:30 [INFO] 
02:23:30 [INFO] --- maven-antrun-plugin:1.8:run (xar-rename) @ faust-gen ---
02:23:30 [INFO] Executing tasks
02:23:30 
02:23:30 main:
02:23:30      [move] Moving 1 file to /mnt/data/jenkins/workspace/faust-gen/target
02:23:30 [INFO] Executed tasks
02:23:30 [INFO] 
02:23:30 [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-debug-data) @ faust-gen ---
02:23:30 [INFO] Using 'utf-8' encoding to copy filtered resources.
02:23:30 [INFO] Copying 2210 resources
02:23:31 [INFO] 
02:23:31 [INFO] --- maven-install-plugin:2.4:install (default-install) @ faust-gen ---
02:23:31 [INFO] Installing /mnt/data/jenkins/workspace/faust-gen/target/faust-gen-0.0.1-SNAPSHOT.jar to /mnt/data/jenkins/.m2/repository/net/faustedition/faust-gen/0.0.1-SNAPSHOT/faust-gen-0.0.1-SNAPSHOT.jar
02:23:31 [INFO] Installing /mnt/data/jenkins/workspace/faust-gen/pom.xml to /mnt/data/jenkins/.m2/repository/net/faustedition/faust-gen/0.0.1-SNAPSHOT/faust-gen-0.0.1-SNAPSHOT.pom
02:23:31 [INFO] 
02:23:31 [INFO] --- exec-maven-plugin:1.4.0:exec (deploy-rsync) @ faust-gen ---
02:23:35 sending incremental file list
02:25:42 
02:25:42 Number of files: 28,527 (reg: 25,096, dir: 3,431)
02:25:42 Number of created files: 0
02:25:42 Number of deleted files: 0
02:25:42 Number of regular files transferred: 25,096
02:25:42 Total file size: 894,935,581 bytes
02:25:42 Total transferred file size: 894,935,581 bytes
02:25:42 Literal data: 36,678,718 bytes
02:25:42 Matched data: 858,256,863 bytes
02:25:42 File list size: 327,639
02:25:42 File list generation time: 0.001 seconds
02:25:42 File list transfer time: 0.000 seconds
02:25:42 Total bytes sent: 42,446,072
02:25:42 Total bytes received: 6,830,387
02:25:42 
02:25:42 sent 42,446,072 bytes  received 6,830,387 bytes  374,725.92 bytes/sec
02:25:42 total size is 894,935,581  speedup is 18.16
02:25:43 Started calculate disk usage of build
02:25:43 Finished Calculation of disk usage of build in 0 seconds
02:25:53 Started calculate disk usage of workspace
02:25:53 Finished Calculation of disk usage of workspace in 0 seconds
02:25:53 Notifying upstream projects of job completion
02:25:53 Join notifier requires a CauseAction
02:25:53 [INFO] ------------------------------------------------------------------------
02:25:53 [INFO] BUILD SUCCESS
02:25:53 [INFO] ------------------------------------------------------------------------
02:25:53 [INFO] Total time: 32:45 min
02:25:53 [INFO] Finished at: 2018-01-09T02:25:53+01:00
02:25:54 [INFO] Final Memory: 481M/3312M
02:25:54 [INFO] ------------------------------------------------------------------------
02:25:54 [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
02:25:54 [JENKINS] Archiving /mnt/data/jenkins/workspace/faust-gen/target/faust-gen-0.0.1-SNAPSHOT.jar to net.faustedition/faust-gen/0.0.1-SNAPSHOT/faust-gen-0.0.1-SNAPSHOT.jar
02:25:54 Xvfb stopping
02:25:54 channel stopped
02:25:54 $ ssh-agent -k
02:25:54 unset SSH_AUTH_SOCK;
02:25:54 unset SSH_AGENT_PID;
02:25:54 echo Agent pid 25388 killed;
02:25:54 [ssh-agent] Stopped.
02:25:54 Started calculate disk usage of build
02:25:54 Finished Calculation of disk usage of build in 0 seconds
02:26:04 Started calculate disk usage of workspace
02:26:05 Finished Calculation of disk usage of workspace in 0 seconds
02:26:05 Notifying upstream projects of job completion
02:26:05 Finished: SUCCESS