Skip to content
Success

Console Output

00:14:24 Started by upstream project "faust-data-trigger" build number 11
00:14:24 originally caused by:
00:14:24  Started by an SCM change
00:14:24 Building remotely on build3 (digibib) in workspace /mnt/data/jenkins/workspace/faust-gen
00:14:24 [ssh-agent] Looking for ssh-agent implementation...
00:14:24 [ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
00:14:24 $ ssh-agent
00:14:24 SSH_AUTH_SOCK=/tmp/ssh-HvFo1kX3rJEd/agent.22962
00:14:24 SSH_AGENT_PID=22964
00:14:24 [ssh-agent] Started.
00:14:24 $ ssh-add /mnt/data/jenkins/workspace/faust-gen@tmp/private_key_8473365667648293333.key
00:14:24 Identity added: /mnt/data/jenkins/workspace/faust-gen@tmp/private_key_8473365667648293333.key (/mnt/data/jenkins/workspace/faust-gen@tmp/private_key_8473365667648293333.key)
00:14:24 [ssh-agent] Using credentials jenkins (wrzh075.rzhousing.uni-wuerzburg.de)
00:14:24 Cloning the remote Git repository
00:14:24 Cloning repository https://github.com/faustedition/faust-gen
00:14:24  > git init /mnt/data/jenkins/workspace/faust-gen # timeout=10
00:14:24 Fetching upstream changes from https://github.com/faustedition/faust-gen
00:14:24  > git --version # timeout=10
00:14:24 using GIT_SSH to set credentials wrzh075.rzhousing.uni-wuerzburg.de
00:14:24  > git fetch --tags --progress https://github.com/faustedition/faust-gen +refs/heads/*:refs/remotes/origin/*
00:14:28  > git config remote.origin.url https://github.com/faustedition/faust-gen # timeout=10
00:14:28  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
00:14:28  > git config remote.origin.url https://github.com/faustedition/faust-gen # timeout=10
00:14:28 Fetching upstream changes from https://github.com/faustedition/faust-gen
00:14:28 using GIT_SSH to set credentials wrzh075.rzhousing.uni-wuerzburg.de
00:14:28  > git fetch --tags --progress https://github.com/faustedition/faust-gen +refs/heads/*:refs/remotes/origin/*
00:14:28  > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
00:14:28  > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
00:14:28 Checking out Revision ed7fcaa3861141d3a7d5e3825da46bd0e9da10d5 (refs/remotes/origin/master)
00:14:28  > git config core.sparsecheckout # timeout=10
00:14:28  > git checkout -f ed7fcaa3861141d3a7d5e3825da46bd0e9da10d5
00:14:28 Commit message: "Updated submodules"
00:14:28  > git rev-list ed7fcaa3861141d3a7d5e3825da46bd0e9da10d5 # timeout=10
00:14:28  > git remote # timeout=10
00:14:28  > git submodule init # timeout=10
00:14:28  > git submodule sync # timeout=10
00:14:28  > git config --get remote.origin.url # timeout=10
00:14:28  > git submodule init # timeout=10
00:14:28  > git config -f .gitmodules --get-regexp ^submodule\.(.*)\.url # timeout=10
00:14:28  > git config --get submodule.data.url # timeout=10
00:14:28  > git config -f .gitmodules --get submodule.data.path # timeout=10
00:14:28  > git submodule update --init --recursive --remote data
00:14:45  > git config --get submodule.src/main/xproc.url # timeout=10
00:14:45  > git config -f .gitmodules --get submodule.src/main/xproc.path # timeout=10
00:14:45  > git submodule update --init --recursive --remote src/main/xproc
00:14:47  > git config --get submodule.src/main/web.url # timeout=10
00:14:47  > git config -f .gitmodules --get submodule.src/main/web.path # timeout=10
00:14:47  > git submodule update --init --recursive --remote src/main/web
00:14:51 Xvfb starting$ Xvfb -displayfd 2 -fbdir /mnt/data/jenkins/xvfb-365-7271883301217196040.fbdir
00:14:51 Parsing POMs
00:14:51 using settings config with name MavenSettings
00:14:51 Replacing all maven server entries not found in credentials list is true
00:14:51 Established TCP socket on 46477
00:14:51 maven35-agent.jar already up to date
00:14:51 maven35-interceptor.jar already up to date
00:14:51 maven3-interceptor-commons.jar already up to date
00:14:51 [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 46477
00:14:52 <===[JENKINS REMOTING CAPACITY]===>channel started
00:14:52 using settings config with name MavenSettings
00:14:52 Replacing all maven server entries not found in credentials list is true
00:14:54 Executing Maven:  -B -f /mnt/data/jenkins/workspace/faust-gen/pom.xml -s /tmp/settings2008372792462367396.xml -D clean deploy
00:14:54 [INFO] Scanning for projects...
00:14:54 [INFO] ------------------------------------------------------------------------
00:14:54 [INFO] Detecting the operating system and CPU architecture
00:14:54 [INFO] ------------------------------------------------------------------------
00:14:54 [INFO] os.detected.name: linux
00:14:54 [INFO] os.detected.arch: x86_64
00:14:54 [INFO] os.detected.release: debian
00:14:54 [INFO] os.detected.release.version: 9
00:14:54 [INFO] os.detected.release.like.debian: true
00:14:54 [INFO] os.detected.classifier: linux-x86_64
00:14:55 [INFO] 
00:14:55 [INFO] ------------------------------------------------------------------------
00:14:55 [INFO] Building Faust-Edition Site Generation 0.0.1-SNAPSHOT
00:14:55 [INFO] ------------------------------------------------------------------------
00:14:55 [INFO] Downloading: http://dev.digital-humanities.de/nexus/content/groups/public/de/faustedition/faust/1.4-SNAPSHOT/maven-metadata.xml
00:14:55 [INFO] Downloading: http://maven.restlet.com/de/faustedition/faust/1.4-SNAPSHOT/maven-metadata.xml
00:14:55 [INFO] Downloading: http://dev.dariah.eu/nexus/content/groups/public/de/faustedition/faust/1.4-SNAPSHOT/maven-metadata.xml
00:14:55 [INFO] Downloading: https://raw.github.com/eXist-db/mvn-repo/master/de/faustedition/faust/1.4-SNAPSHOT/maven-metadata.xml
00:14:55 [INFO] Downloaded: http://dev.digital-humanities.de/nexus/content/groups/public/de/faustedition/faust/1.4-SNAPSHOT/maven-metadata.xml (972 B at 11 kB/s)
00:14:55 [INFO] Downloaded: http://dev.dariah.eu/nexus/content/groups/public/de/faustedition/faust/1.4-SNAPSHOT/maven-metadata.xml (972 B at 2.3 kB/s)
00:14:55 [INFO] Downloading: https://raw.github.com/eXist-db/mvn-repo/master/eu/interedition/text-core/1.6-SNAPSHOT/maven-metadata.xml
00:14:55 [INFO] Downloading: http://dev.dariah.eu/nexus/content/groups/public/eu/interedition/text-core/1.6-SNAPSHOT/maven-metadata.xml
00:14:55 [INFO] Downloading: http://dev.digital-humanities.de/nexus/content/groups/public/eu/interedition/text-core/1.6-SNAPSHOT/maven-metadata.xml
00:14:55 [INFO] Downloading: http://maven.restlet.com/eu/interedition/text-core/1.6-SNAPSHOT/maven-metadata.xml
00:14:55 [INFO] Downloaded: http://dev.digital-humanities.de/nexus/content/groups/public/eu/interedition/text-core/1.6-SNAPSHOT/maven-metadata.xml (768 B at 37 kB/s)
00:14:55 [INFO] Downloading: http://dev.digital-humanities.de/nexus/content/groups/public/eu/interedition/text-core/1.6-SNAPSHOT/maven-metadata.xml
00:14:55 [INFO] Downloaded: http://dev.digital-humanities.de/nexus/content/groups/public/eu/interedition/text-core/1.6-SNAPSHOT/maven-metadata.xml (768 B at 43 kB/s)
00:14:55 [INFO] Downloading: http://gregor.middell.net/maven/content/repositories/interedition-releases/eu/interedition/text-core/1.6-SNAPSHOT/maven-metadata.xml
00:14:55 [INFO] Downloading: http://gregor.middell.net/maven/content/repositories/interedition-snapshots/eu/interedition/text-core/1.6-SNAPSHOT/maven-metadata.xml
00:14:55 [INFO] Downloading: http://gregor.middell.net/maven/content/repositories/releases/eu/interedition/text-core/1.6-SNAPSHOT/maven-metadata.xml
00:14:56 [INFO] Downloading: http://maven.restlet.org/eu/interedition/text-core/1.6-SNAPSHOT/maven-metadata.xml
00:14:56 [INFO] Downloading: http://download.osgeo.org/webdav/geotools/eu/interedition/text-core/1.6-SNAPSHOT/maven-metadata.xml
00:14:56 [INFO] Downloaded: http://dev.dariah.eu/nexus/content/groups/public/eu/interedition/text-core/1.6-SNAPSHOT/maven-metadata.xml (768 B at 2.3 kB/s)
00:14:56 [INFO] Downloading: https://oss.sonatype.org/content/repositories/snapshots/eu/interedition/text-core/1.6-SNAPSHOT/maven-metadata.xml
00:14:56 [INFO] 
00:14:56 [INFO] --- exec-maven-plugin:1.4.0:exec (app2xml) @ faust-gen ---
00:14:57 Failed loading generated sigils file ../../../../target/faust-transcripts.xml, trying fallback sigils.json
00:14:57 Traceback (most recent call last):
00:14:57   File "/mnt/data/jenkins/workspace/faust-gen/src/main/xproc/text/app2xml.py", line 76, in read_sigils
00:14:57     xml = etree.parse(filename)
00:14:57   File "src/lxml/lxml.etree.pyx", line 3427, in lxml.etree.parse (src/lxml/lxml.etree.c:81110)
00:14:57   File "src/lxml/parser.pxi", line 1811, in lxml.etree._parseDocument (src/lxml/lxml.etree.c:117841)
00:14:57   File "src/lxml/parser.pxi", line 1837, in lxml.etree._parseDocumentFromURL (src/lxml/lxml.etree.c:118188)
00:14:57   File "src/lxml/parser.pxi", line 1741, in lxml.etree._parseDocFromFile (src/lxml/lxml.etree.c:117100)
00:14:57   File "src/lxml/parser.pxi", line 1138, in lxml.etree._BaseParser._parseDocFromFile (src/lxml/lxml.etree.c:111646)
00:14:57   File "src/lxml/parser.pxi", line 595, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:105102)
00:14:57   File "src/lxml/parser.pxi", line 706, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:106810)
00:14:57   File "src/lxml/parser.pxi", line 633, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:105621)
00:14:57 OSError: Error reading file '../../../../target/faust-transcripts.xml': failed to load external entity "../../../../target/faust-transcripts.xml"
00:14:57 ERROR: Lemma section »aufs <i>…</i> aufs <i>A</i>« parses to 2 lemmas instead of one
00:14:57 WARNING: Failed to parse »Am« as lem
00:14:57 ERROR: Lemma section »mir^ <i>…</i> Mund^ <i>A</i>« parses to 2 lemmas instead of one
00:14:57 ERROR: Lemma section »mehr^ <i>…</i> Schweiß, <i>A</i>« parses to 2 lemmas instead of one
00:14:57 ERROR: Lemma section »Dann^ <i>…</i> Papier, <i>S A</i>« parses to 2 lemmas instead of one
00:14:57 ERROR: Lemma section »Muth, <i>…</i> wagen, <i>S A B.a</i>« parses to 2 lemmas instead of one
00:14:57 ERROR: No match: 481[kostet’{=} <i>481</i> kostet’ <i>S A B.a</i>]   kostet <i>1_H.5</i> kostet <i>B</i> <i>[type=1b*]</i>
00:14:57 ERROR: No match: 484[lang’{=} <i>484</i> lang’ <i>A B</i>]   lang <i>1_H.5 S </i> lang <i>B.a</i> <i>[type=1b*]</i>
00:14:57 ERROR: No match: 524[’{=} <i>524</i> ’was <i>A B</i>]   was <i>1_H.5 S</i> was <i>B.a [type=2a*]</i>
00:14:57 ERROR: No match: †547 wohl, <i>S A B.a</i>]   wohl^ <i>B [Typ 4c]</i>
00:14:57 ERROR: No match: †566 Pergament, <i>S A B.a</i>]   Pergament<i>^ B [Typ 4c]</i>
00:14:57 ERROR: Lemma section »Ergetzen, <i>…</i> versetzen; <i>S A B.a</i>« parses to 2 lemmas instead of one
00:14:57 ERROR: No match: †<i>852|859</i> <i>Die Verse sind in Q eingerückt, in Analogie zu 949–980. [type=1c*]</i>]
00:14:57 ERROR: No match: †<i>988</i> <i>Das Semikolon fehlt in manchen Drucken von A. [type=7]</i>]
00:14:57 ERROR: No match: †<i>1159</i> künftgem <i>A J.2</i>]   künft’gem <i>D.1</i>  künft’gem <i>B B.a</i> <i>[type=4a]</i>
00:14:57 ERROR: No match: †<i>1173</i> alles <i>A J.2</i>]  Alles <i>B B.a [type=4a]</i>
00:14:57 ERROR: Lemma section »gern, <i>…</i> ist, <i>S A B.a</i>« parses to 2 lemmas instead of one
00:14:57 ERROR: No match: 2002[bemüh’{=} <i>2002</i> bemüh’n <i>S A</i>]   bemühn <i>B B.a [type=4a]</i>
00:14:57 ERROR: No match: 2028[all’{=} <i>2028</i> all’ <i>S A B</i>]   all <i>1_H.5</i> All’ <i>B.a [type=2b*]</i>
00:14:57 WARNING: Failed to parse »ehrerbietig« as lem
00:14:57 ERROR: No match: 2080[wollt’{=} <i>2080</i> wollt’ <i>S A B</i>]   wollt <i>B.a [type=2b*]</i>
00:14:57 ERROR: No match: 2281[grad’{=} <i>2281</i> grad’ <i>A B B.a</i>]   g’rad’ <i>S [type=2a*]</i>
00:14:57 ERROR: No match: 2322[giebt’{=} <i>2322</i> giebt’s <i>A D.1</i>]  gibt’s <i>S B B.a [type=4a]</i>
00:14:57 ERROR: No match: <i>nach 2336</i> Hexenküche. <i>S</i>]   Hexenküche^ <i>A</i> Hexenküche. <i>D.1 </i> Hexenküche. <i>B B.a</i>  <i>[type=1c]</i>
00:14:57 WARNING: Failed to parse »<i>Die Verse sind in S nicht enthalten. [type=7« as lem
00:14:57 WARNING: Failed to parse <i>Die Verse sind in S nicht enthalten. [type=7 as xml, using unparsed version instead
00:14:57 Traceback (most recent call last):
00:14:57   File "/mnt/data/jenkins/workspace/faust-gen/src/main/xproc/text/app2xml.py", line 60, in parse_xml
00:14:57     xml = etree.fromstring(pseudo_xml)
00:14:57   File "src/lxml/lxml.etree.pyx", line 3213, in lxml.etree.fromstring (src/lxml/lxml.etree.c:79003)
00:14:57   File "src/lxml/parser.pxi", line 1848, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:118334)
00:14:57   File "src/lxml/parser.pxi", line 1729, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:116892)
00:14:57   File "src/lxml/parser.pxi", line 1063, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:110879)
00:14:57   File "src/lxml/parser.pxi", line 595, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:105102)
00:14:57   File "src/lxml/parser.pxi", line 706, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:106810)
00:14:57   File "src/lxml/parser.pxi", line 635, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:105664)
00:14:57   File "<string>", line 1
00:14:57 lxml.etree.XMLSyntaxError: Opening and ending tag mismatch: i line 1 and root, line 1, column 61
00:14:57 WARNING: Failed to parse »</i>]« as rdg
00:14:57 ERROR: No match: 2438[Muß’]{Muß} 2438 Muß <i>S</i>]   Muß’ <i>A B.a</i> Muß<i> B</i>  <i>[type=1b]</i>
00:14:57 WARNING: Failed to parse »immerfort« as lem
00:14:57 ERROR: No match: †<i>vor 2453</i> herumspringen <i>A B B.a</i>]   herum springen <i>S [type=2a*]</i>
00:14:57 ERROR: No match: [hinaus schlägt]{ } <i>vor 2465</i> hinaus schlägt <i>A B</i>]   hinausschlägt <i>S</i><i> </i> hinausschlägt  <i>B.a [type=2a*]</i>
00:14:57 ERROR: No match: before_2465[Die Hexe]{ }<i>vor 2465 Die Hexe wird in A B C nicht als Auftritt markiert (S unterscheidet icht zwischen Auftritte unnd Sprecherangaben).</i>
00:14:57 ERROR: Lemma section »<speaker>Mephistopheles,</speaker> S <speaker>Mephistopheles.</speaker> A <i>D.1</i>  <speaker>Mephistopheles,</speaker> <i>B</i> <speaker>Mephistopheles</speaker>^ <i>B.a  [type=1c« parses to 2 lemmas instead of one
00:14:57 WARNING: Failed to parse »</i>]« as rdg
00:14:57 ERROR: Lemma section »Seh’ <i>…</i> kommst <i>S B B.a</i>« parses to 2 lemmas instead of one
00:14:57 WARNING: Failed to parse »« as lem
00:14:57 WARNING: Failed to parse »<i>Die in allen Drucken fehlende Einrückung der Verse 2540–2552 gegenüber der Einrückung der Verse 2567–2572 geht vermutlich auf eine Unregemäßigkeit in der Druckvorlage zu S zurück; in WA sind sie eingerückt. [type=1c*« as lem
00:14:57 WARNING: Failed to parse <i>Die in allen Drucken fehlende Einrückung der Verse 2540–2552 gegenüber der Einrückung der Verse 2567–2572 geht vermutlich auf eine Unregemäßigkeit in der Druckvorlage zu S zurück; in WA sind sie eingerückt. [type=1c* as xml, using unparsed version instead
00:14:57 Traceback (most recent call last):
00:14:57   File "/mnt/data/jenkins/workspace/faust-gen/src/main/xproc/text/app2xml.py", line 60, in parse_xml
00:14:57     xml = etree.fromstring(pseudo_xml)
00:14:57   File "src/lxml/lxml.etree.pyx", line 3213, in lxml.etree.fromstring (src/lxml/lxml.etree.c:79003)
00:14:57   File "src/lxml/parser.pxi", line 1848, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:118334)
00:14:57   File "src/lxml/parser.pxi", line 1729, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:116892)
00:14:57   File "src/lxml/parser.pxi", line 1063, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:110879)
00:14:57   File "src/lxml/parser.pxi", line 595, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:105102)
00:14:57   File "src/lxml/parser.pxi", line 706, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:106810)
00:14:57   File "src/lxml/parser.pxi", line 635, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:105664)
00:14:57   File "<string>", line 1
00:14:57 lxml.etree.XMLSyntaxError: Opening and ending tag mismatch: i line 1 and root, line 1, column 233
00:14:57 WARNING: Failed to parse »</i>]« as rdg
00:14:57 WARNING: Failed to parse »ein- für allemal« as lem
00:14:57 WARNING: Failed to parse »<speaker>Margarete</speaker><pc>‸</pc>« as lem
00:14:57 ERROR: No match: 2678[wüßt’{=} <i>2678</i> wüßt’, <i>S A B.a</i>]  wüsst’^ <i>B [Typ 4c]</i>
00:14:57 ERROR: Lemma section »Lüsternheit^ <i>…</i> Tageszeit, <i>S A B.a</i>« parses to 2 lemmas instead of one
00:14:57 ERROR: No match: 2791[mein’{=} <i>2791</i> mein’ Tage <i>S A B B.a</i>]   mein Tage <i>1_H.5 konj. Schröer [type=2b*]</i>
00:14:57 ERROR: No match: †<i>vor 2805</i> Spazirgang <i>A</i>]   Spatziergang <i>S</i> Spaziergang <i>B</i> Spatziergang <i>B.a [type=4a]</i>
00:14:57 ERROR: No match: 2806[wollt’{=} <i>2806</i> wollt’, <i>A</i>]   wollt’^ <i>S</i><i> </i> wollt’^ <i>B B.a</i> wollt^ <i>1_H.5 [type=4a]</i>
00:14:57 ERROR: No match: 2814[—{=} <i>2814</i> — <i>A B B.a</i>]   — ^#[2014 <i>S [type=7]</i>]
00:14:57 WARNING: Failed to parse »Thät« as lem
00:14:57 WARNING: Failed to parse »Thät« as lem
00:14:57 ERROR: No match: †<i>vor 2896</i> durchs <i>A</i>]   durchs <i>1_H.5</i> durch’s <i>S</i><i> </i> durch’s <i>B B.a [type=4a]</i>
00:14:57 ERROR: No match: 2921[mein’{=} <i>2921</i> mein’ Tag’ <i>S A B B.a</i>]   mein tag <i>1_H.5</i> mein Tag <i>konj. Schröer [type=2b*]</i>
00:14:57 ERROR: No match: 2946[derweil’{=} <i>2946</i> derweil’ <i>S A B B.a</i>]   derweil <i>1_H.5 [type=1b*]</i>
00:14:57 ERROR: No match: 3028[Nachbar’{=} <i>3028</i> Nachbar’ <i>A B B.a</i>]   Nachbaar <i>1_H.5</i> Nachbar’s <i>S  [type=7]</i>
00:14:57 ERROR: Lemma section »wirst^ <i>…</i> Ehren^ <i>1_H.5 S A</i>« parses to 2 lemmas instead of one
00:14:57 ERROR: No match: †<i>nach 3072</i> spazirend <i>A</i>]   spazierend <i>1_H.5</i> spazierend <i>B</i> spatzierend <i>B.a [type=4a]</i>
00:14:57 ERROR: No match: †<i>3095</i> <i>Das Komma fehlt in einigen Exemplaren von B. [type=7]</i>]
00:14:57 ERROR: No match: before_3183[<speaker>Margarete</speaker> fährt fort]{ <speaker>Margarete</speaker> fährt fort.} vor 3183 <speaker>Margarete</speaker> fährt fort. <i>D.1</i>]   <speaker>Margr:</speaker> fährt fort) <i>1_H.5</i>  <speaker>Margarethe</speaker> fährt fort. <i>S</i>  <speaker>Margarete</speaker> fährt fort^ <i>A</i><speaker>Margarete</speaker> fährt fort. <i>B</i>  <speaker>Margarethe</speaker> (fährt fort). <i>B.a [type=1c]</i>
00:14:57 ERROR: No match: 3184[]{} <i>3184 In 1_H.5 S A B B.a handelt es sich um zwei Verse, sie wurden erst von Düntzer und dann in WA zu einem antilabischen Vers zusammengefasst. [type=3*]</i>
00:14:57 ERROR: No match: †<i>nach 3186</i> ihre beyden <i>A B B.a</i>]   ihr beyde <i>1_H.5 S [type=7]</i>
00:14:57 ERROR: No match: †<i>vor 3206</i> zurück gebend <i>S A</i>]   zurückgebend <i>1_H.5</i><i> </i> zurückgebend <i>B B.a [type=4a]</i>
00:14:57 ERROR: No match: 3395[Sein’{=} <i>3395</i> Sein’ <i>S A B B.a</i>]   Sein <i>1_H.5 1_H.7 1_H.11 konj. Schröer [type=2b*]  </i>
00:14:57 WARNING: Failed to parse »<i>Die Strophengrenze nach Vers 3409 wird in 1_H.5 durch eine Leerzeile markiert, keine Leerzeile findet sich in S A B B.a; Leerzeile in 1_H.1 propon. Gö bill. G; keine Leerzeile in C.1_12 C.3_12. [type=2b« as lem
00:14:57 WARNING: Failed to parse <i>Die Strophengrenze nach Vers 3409 wird in 1_H.5 durch eine Leerzeile markiert, keine Leerzeile findet sich in S A B B.a; Leerzeile in 1_H.1 propon. Gö bill. G; keine Leerzeile in C.1_12 C.3_12. [type=2b as xml, using unparsed version instead
00:14:57 Traceback (most recent call last):
00:14:57   File "/mnt/data/jenkins/workspace/faust-gen/src/main/xproc/text/app2xml.py", line 60, in parse_xml
00:14:57     xml = etree.fromstring(pseudo_xml)
00:14:57   File "src/lxml/lxml.etree.pyx", line 3213, in lxml.etree.fromstring (src/lxml/lxml.etree.c:79003)
00:14:57   File "src/lxml/parser.pxi", line 1848, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:118334)
00:14:57   File "src/lxml/parser.pxi", line 1729, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:116892)
00:14:57   File "src/lxml/parser.pxi", line 1063, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:110879)
00:14:57   File "src/lxml/parser.pxi", line 595, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:105102)
00:14:57   File "src/lxml/parser.pxi", line 706, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:106810)
00:14:57   File "src/lxml/parser.pxi", line 635, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:105664)
00:14:57   File "<string>", line 1
00:14:57 lxml.etree.XMLSyntaxError: Opening and ending tag mismatch: i line 1 and root, line 1, column 219
00:14:57 WARNING: Failed to parse »</i>]« as rdg
00:14:57 ERROR: No match: 3419[ließ’{=} <i>3419</i> ließ’ <i>S A</i>]   lies <i>1_H.5</i> ließ <i>B B.a [type=4a]</i>
00:14:57 ERROR: No match: 3497[Meyn’{=} <i>3497</i> Meyn’ <i>A</i>]   Meyn <i>1_H.5</i> Mein’ <i>S </i> Mein’ <i>B B.a  [type=4a]</i>
00:14:57 ERROR: No match: 3557[Bild’{=} <i>3557</i> Bild’t <i>S A B B.a</i>]   Bildt <i>1_H.5</i> Bild’t’ <i>konj. Holland [type=3*]</i>
00:14:57 WARNING: Failed to parse »so <i>1_H.5 1_H.12 B B.a  fehlt A D.1 [type=4b« as lem
00:14:57 WARNING: Failed to parse so <i>1_H.5 1_H.12 B B.a  fehlt A D.1 [type=4b as xml, using unparsed version instead
00:14:57 Traceback (most recent call last):
00:14:57   File "/mnt/data/jenkins/workspace/faust-gen/src/main/xproc/text/app2xml.py", line 60, in parse_xml
00:14:57     xml = etree.fromstring(pseudo_xml)
00:14:57   File "src/lxml/lxml.etree.pyx", line 3213, in lxml.etree.fromstring (src/lxml/lxml.etree.c:79003)
00:14:57   File "src/lxml/parser.pxi", line 1848, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:118334)
00:14:57   File "src/lxml/parser.pxi", line 1729, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:116892)
00:14:57   File "src/lxml/parser.pxi", line 1063, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:110879)
00:14:57   File "src/lxml/parser.pxi", line 595, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:105102)
00:14:57   File "src/lxml/parser.pxi", line 706, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:106810)
00:14:57   File "src/lxml/parser.pxi", line 635, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:105664)
00:14:57   File "<string>", line 1
00:14:57 lxml.etree.XMLSyntaxError: Opening and ending tag mismatch: i line 1 and root, line 1, column 60
00:14:57 WARNING: Failed to parse »</i>]« as rdg
00:14:57 ERROR: No match: 3751[Bürgersleut’{=} <i>3751</i> Bürgersleut’^ <i>A</i>]   Bürgersleut^ <i>1_H.12</i> Bürgersleut’, <i>B B.a [type=4a]</i>
00:14:57 WARNING: Failed to parse »« as lem
00:14:57 WARNING: Failed to parse »<i>Die Verse sind in A B B.a linksbündig gesetzt, in C.1_12 und C.3_12 sind sie eingerückt. [Typ: ?« as lem
00:14:57 WARNING: Failed to parse <i>Die Verse sind in A B B.a linksbündig gesetzt, in C.1_12 und C.3_12 sind sie eingerückt. [Typ: ? as xml, using unparsed version instead
00:14:57 Traceback (most recent call last):
00:14:57   File "/mnt/data/jenkins/workspace/faust-gen/src/main/xproc/text/app2xml.py", line 60, in parse_xml
00:14:57     xml = etree.fromstring(pseudo_xml)
00:14:57   File "src/lxml/lxml.etree.pyx", line 3213, in lxml.etree.fromstring (src/lxml/lxml.etree.c:79003)
00:14:57   File "src/lxml/parser.pxi", line 1848, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:118334)
00:14:57   File "src/lxml/parser.pxi", line 1729, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:116892)
00:14:57   File "src/lxml/parser.pxi", line 1063, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:110879)
00:14:57   File "src/lxml/parser.pxi", line 595, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:105102)
00:14:57   File "src/lxml/parser.pxi", line 706, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:106810)
00:14:57   File "src/lxml/parser.pxi", line 635, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:105664)
00:14:57   File "<string>", line 1
00:14:57 lxml.etree.XMLSyntaxError: Opening and ending tag mismatch: i line 1 and root, line 1, column 113
00:14:57 WARNING: Failed to parse » (1c* oder 1c oder 7) </i>]« as rdg
00:14:57 ERROR: Lemma section »f—t <i>…</i> st—t <i>A B B.a</i>« parses to 2 lemmas instead of one
00:14:57 ERROR: No match: 3964[dem]{denn} 3964 denn <i>1_H.14</i>]   dem <i>A B B.a 1_H.1 C.1_12 C.3_12 [type=2a]  </i>
00:14:57 WARNING: Failed to parse »<i>Die Verse sind in 1_H.14 A D.1 B B.a 1_H.1 C.1_12 C.3_12 nicht eingerückt, in D.2 und Q sind sie auf derselben Höhe wie die Verse 3972–3973 eingerückt. [Typ: ?« as lem
00:14:57 WARNING: Failed to parse <i>Die Verse sind in 1_H.14 A D.1 B B.a 1_H.1 C.1_12 C.3_12 nicht eingerückt, in D.2 und Q sind sie auf derselben Höhe wie die Verse 3972–3973 eingerückt. [Typ: ? as xml, using unparsed version instead
00:14:57 Traceback (most recent call last):
00:14:57   File "/mnt/data/jenkins/workspace/faust-gen/src/main/xproc/text/app2xml.py", line 60, in parse_xml
00:14:57     xml = etree.fromstring(pseudo_xml)
00:14:57   File "src/lxml/lxml.etree.pyx", line 3213, in lxml.etree.fromstring (src/lxml/lxml.etree.c:79003)
00:14:57   File "src/lxml/parser.pxi", line 1848, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:118334)
00:14:57   File "src/lxml/parser.pxi", line 1729, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:116892)
00:14:57   File "src/lxml/parser.pxi", line 1063, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:110879)
00:14:57   File "src/lxml/parser.pxi", line 595, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:105102)
00:14:57   File "src/lxml/parser.pxi", line 706, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:106810)
00:14:57   File "src/lxml/parser.pxi", line 635, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:105664)
00:14:57   File "<string>", line 1
00:14:57 lxml.etree.XMLSyntaxError: Opening and ending tag mismatch: i line 1 and root, line 1, column 176
00:14:57 WARNING: Failed to parse » (1c oder 1c* oder 7) </i>]« as rdg
00:14:57 ERROR: No match: vor 3978 <speaker>Hexenmeister</speaker>^ halbes Chor. <i>1_H.14</i>]   Hexenmeister. Halbes Chor.  <i>A B 1_H.1 C.1_12 C.3_12</i>  Hexenmeister. (Halbes Chor.) <i>B.a [type=1c]</i>
00:14:57 WARNING: Failed to parse »<i>Die Verse sind im Druck auffallend durch ihre zweistufige Einrückung, die aber optisch, nicht strukturell bedingt zu sein scheint (A 8, S. 198–199): 3900–3903 ½ cm eingerückt, 3996–4015 1,0 cm. [type=7« as lem
00:14:57 WARNING: Failed to parse <i>Die Verse sind im Druck auffallend durch ihre zweistufige Einrückung, die aber optisch, nicht strukturell bedingt zu sein scheint (A 8, S. 198–199): 3900–3903 ½ cm eingerückt, 3996–4015 1,0 cm. [type=7 as xml, using unparsed version instead
00:14:57 Traceback (most recent call last):
00:14:57   File "/mnt/data/jenkins/workspace/faust-gen/src/main/xproc/text/app2xml.py", line 60, in parse_xml
00:14:57     xml = etree.fromstring(pseudo_xml)
00:14:57   File "src/lxml/lxml.etree.pyx", line 3213, in lxml.etree.fromstring (src/lxml/lxml.etree.c:79003)
00:14:57   File "src/lxml/parser.pxi", line 1848, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:118334)
00:14:57   File "src/lxml/parser.pxi", line 1729, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:116892)
00:14:57   File "src/lxml/parser.pxi", line 1063, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:110879)
00:14:57   File "src/lxml/parser.pxi", line 595, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:105102)
00:14:57   File "src/lxml/parser.pxi", line 706, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:106810)
00:14:57   File "src/lxml/parser.pxi", line 635, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:105664)
00:14:57   File "<string>", line 1
00:14:57 lxml.etree.XMLSyntaxError: Opening and ending tag mismatch: i line 1 and root, line 1, column 218
00:14:57 WARNING: Failed to parse »</i>]« as rdg
00:14:57 WARNING: Failed to parse »<i>Die Verse bilden in 1_H.14 A B.a einen antilabischen Vers, in B 1_H.1 C.1_12 C.3_12 sind es zwei Verse. [type=7« as lem
00:14:57 WARNING: Failed to parse <i>Die Verse bilden in 1_H.14 A B.a einen antilabischen Vers, in B 1_H.1 C.1_12 C.3_12 sind es zwei Verse. [type=7 as xml, using unparsed version instead
00:14:57 Traceback (most recent call last):
00:14:57   File "/mnt/data/jenkins/workspace/faust-gen/src/main/xproc/text/app2xml.py", line 60, in parse_xml
00:14:57     xml = etree.fromstring(pseudo_xml)
00:14:57   File "src/lxml/lxml.etree.pyx", line 3213, in lxml.etree.fromstring (src/lxml/lxml.etree.c:79003)
00:14:57   File "src/lxml/parser.pxi", line 1848, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:118334)
00:14:57   File "src/lxml/parser.pxi", line 1729, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:116892)
00:14:57   File "src/lxml/parser.pxi", line 1063, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:110879)
00:14:57   File "src/lxml/parser.pxi", line 595, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:105102)
00:14:57   File "src/lxml/parser.pxi", line 706, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:106810)
00:14:57   File "src/lxml/parser.pxi", line 635, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:105664)
00:14:57   File "<string>", line 1
00:14:57 lxml.etree.XMLSyntaxError: Opening and ending tag mismatch: i line 1 and root, line 1, column 128
00:14:57 WARNING: Failed to parse »</i>]« as rdg
00:14:57 WARNING: Failed to parse »[<speaker>Mephistopheles.</speaker>« as lem
00:14:57 ERROR: No match: †<i>nach 4071</i> zu <i>1_H.14 A</i>]   Zu <i>B B.a [type=4a]</i>
00:14:57 ERROR: No match: ●●●<i>vor 4092</i> <speaker>Mephistopheles</speaker>^ <i>1_H.14 </i>]   <speaker>Mephistopheles.</speaker> <i>A</i> <speaker>Mephistopheles,</speaker> <i>B</i> <speaker>Mephistopheles</speaker>^ <i>B.a</i> <i>[type=8]</i>
00:14:57 ERROR: No match: †<i>vor 4092</i> auf <i>1_H.14 A</i>]   der auf <i>B B.a [type=4a]</i>
00:14:57 ERROR: No match: 4138[hatt’{=} <i>4138</i> hatt’ <i>A B B.a</i>]   hätt <i>1_H.14 [type=2a*]</i>
00:14:57 ERROR: No match: 4138[—{=} <i>4138</i> — — — <i>A B B.a</i>]   ein ungeheures Loch <i>1_H.14 [type=7]</i>
00:14:57 ERROR: No match: 4139[—{=} <i>4139</i> — <i>A B B.a</i>]   groß <i>1_H.14 [type=7]</i>
00:14:57 ERROR: No match: 4142[—{=} <i>4142</i> — — <i>A B B.a</i>]   rechten Pfrof <i>1_H.14 [type=7]</i>
00:14:57 ERROR: No match: 4143[—{=} <i>4143</i> — — — <i>A B B.a</i>]   das große Loch <i>1_H.14 [type=7]</i>
00:14:57 ERROR: No match: †<i>nach 4167</i> es <i>1_H.14 A</i>]   Es <i>B B.a [type=4a]</i>
00:14:57 ERROR: No match: †<i>vor 4176</i> zu <i>1_H.14 A</i>]   Zu <i>B B.a [type=4a]</i>
00:14:57 ERROR: No match: 4214[giebt’{=} <i>4214</i> giebt’s <i>A</i>]   gibt’s <i>B B.a [type=4a]</i>
00:14:57 ERROR: No match: 4278[Italiän’{=} <i>4278</i> Italiän’schen <i>A</i>]   italiän’schen <i>B </i> italien’schen <i>B.a [type=4a]</i>
00:14:57 ERROR: Lemma section »schnopert <i>…</i> schnopern <i>A B</i>« parses to 2 lemmas instead of one
00:14:57 ERROR: No match: †<i>nach 4334</i> <i>In 1_H.1 C.1_12 C.3_12 folgen die (ganz oder teilweise auch in 1_H.16 und 1_H.17 enthaltenen) Verse 4335–4342 (hier wiedergegeben nach 1_H.1) [type=5*]:</i>] <l>〈n=before_4335〉<speaker>Tanzmeister.</speaker></l><l>〈n=4335〉Wie jeder doch die Beine lupft!</l><l>〈n=4336〉Sich wie er kann herauszieht!</l><l>〈n=4337〉Der Krumme springt, der Plumpe hupft</l><l>〈n=4338〉Und fragt nicht wie es aussieht.</l><l>〈n=before_4339〉<speaker>Fideler.</speaker></l><l>〈n=4339〉Das haßt sich schwer das Lumpenpack</l><l>〈n=4340〉Und gäb sich gern das Restchen;</l><l>〈n=4341〉Es eint sie hier der Dudelsack</l><l>〈n=4342〉Wie Orpheus Leyer die Bestjen.</l><l/>
00:14:57 WARNING: Failed to parse »<speaker>Orchester<pc>‸</pc></speaker> pianissimo.« as lem
00:14:57 ERROR: No match: †<i>TTF</i> Verräthrischer <i>1_H.5 A J.2</i>]   Verrätherischer <i>B</i> Verräth’rischer <i>B.a [type=4a]</i>
00:14:57 ERROR: No match: †<i>TTF</i> Weise <i>A B B.a</i>]   Weile <i>1_H.5</i> Weile <i>J.2</i> Weile <i>konj. Düntzer [type=7]</i>
00:14:57 ERROR: No match: †<i>TTF</i> vorm <i>1_H.5 A</i>]   vor’m <i>J.2 </i> vor’m <i>B B.a [type=4a]</i>
00:14:57 ERROR: No match: †<i>TTF</i> eckelts <i>1_H.5 A J.2</i>]   ekelts <i>B B.a  [type=4a]</i>
00:14:57 ERROR: No match: †<i>TTF</i> ins <i>A J.2</i>]   in’s <i>B B.a [type=4a]</i>
00:14:57 ERROR: No match: †<i>vor 4412</i> er <i>1_H.5 A</i>]   Er <i>B B.a [type=4a]</i>
00:14:57 ERROR: No match: †<i>nach 4422</i> er <i>A</i>]   Er <i>B B.a [type=4a]</i>
00:14:57 ERROR: No match: †<i>nach 4426</i> er <i>A</i>]   Er <i>B B.a [type=4a]</i>
00:14:57 ERROR: No match: †<i>vor 4432</i> sie <i>A</i>]   Sie <i>B B.a [type=4a]</i>
00:14:57 ERROR: No match: †<i>vor 4471</i> ihn <i>A</i>]   Ihn <i>B B.a [type=4a]</i>
00:14:57 ERROR: No match: †<i>nach 4480</i> liebkosend <i>A</i>]   Liebkosend <i>B B.a [type=4a]</i>
00:14:57 ERROR: No match: †<i>nach 4497</i> sie <i>A</i>]   Sie <i>B B.a [type=4a]</i>
00:14:57 ERROR: No match: †<i>nach 4611</i> verschwindet <i>A</i>]   Verschwindet <i>B B.a [type=4a]</i>
00:14:57 ERROR: No match: 5441|5445|5449|5452[@lg|@lg|@lg|@lg]{rend="indented"|rend="indented"|rend="indented"|rend="indented"} <i>5441–5456 Die Verse sind in I_H.0a nicht eingerückt [type=1c]</i>
00:14:57 WARNING: Failed to parse »« as lem
00:14:57 ERROR: Lemma section »anständig <i>bis</i> knieen. <i>2_I_H.0a</i>« parses to 2 lemmas instead of one
00:14:57 WARNING: Failed to parse »<stage>gleichfals</stage>« as lem
00:14:57 WARNING: Failed to parse <space/> <speaker>Mephistopheles</speaker> … <speaker>Mephistopheles as xml, using unparsed version instead
00:14:57 Traceback (most recent call last):
00:14:57   File "/mnt/data/jenkins/workspace/faust-gen/src/main/xproc/text/app2xml.py", line 60, in parse_xml
00:14:57     xml = etree.fromstring(pseudo_xml)
00:14:57   File "src/lxml/lxml.etree.pyx", line 3213, in lxml.etree.fromstring (src/lxml/lxml.etree.c:79003)
00:14:57   File "src/lxml/parser.pxi", line 1848, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:118334)
00:14:57   File "src/lxml/parser.pxi", line 1729, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:116892)
00:14:57   File "src/lxml/parser.pxi", line 1063, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:110879)
00:14:57   File "src/lxml/parser.pxi", line 595, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:105102)
00:14:57   File "src/lxml/parser.pxi", line 706, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:106810)
00:14:57   File "src/lxml/parser.pxi", line 635, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:105664)
00:14:57   File "<string>", line 1
00:14:57 lxml.etree.XMLSyntaxError: Opening and ending tag mismatch: speaker line 1 and root, line 1, column 82
00:14:57 WARNING: Failed to parse Page /</speaker> <l>Ich bin verliebt, man hält mich nicht für voll.</l> / <speaker>Meph.</speaker> / <stage>(bey Seite)</stage> <l>Ich weiß nicht mehr wohin ich hören soll.</l> / <stage>(zum Pagen.)</stage> as xml, using unparsed version instead
00:14:57 Traceback (most recent call last):
00:14:57   File "/mnt/data/jenkins/workspace/faust-gen/src/main/xproc/text/app2xml.py", line 60, in parse_xml
00:14:57     xml = etree.fromstring(pseudo_xml)
00:14:57   File "src/lxml/lxml.etree.pyx", line 3213, in lxml.etree.fromstring (src/lxml/lxml.etree.c:79003)
00:14:57   File "src/lxml/parser.pxi", line 1848, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:118334)
00:14:57   File "src/lxml/parser.pxi", line 1729, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:116892)
00:14:57   File "src/lxml/parser.pxi", line 1063, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:110879)
00:14:57   File "src/lxml/parser.pxi", line 595, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:105102)
00:14:57   File "src/lxml/parser.pxi", line 706, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:106810)
00:14:57   File "src/lxml/parser.pxi", line 635, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:105664)
00:14:57   File "<string>", line 1
00:14:57 lxml.etree.XMLSyntaxError: Opening and ending tag mismatch: root line 1 and speaker, line 1, column 23
00:14:57 WARNING: Failed to parse »(Andere drängen sich herzu) <i>erg Ec.1 [type=6« as lem
00:14:57 WARNING: Failed to parse (Andere drängen sich herzu) <i>erg Ec.1 [type=6 as xml, using unparsed version instead
00:14:57 Traceback (most recent call last):
00:14:57   File "/mnt/data/jenkins/workspace/faust-gen/src/main/xproc/text/app2xml.py", line 60, in parse_xml
00:14:57     xml = etree.fromstring(pseudo_xml)
00:14:57   File "src/lxml/lxml.etree.pyx", line 3213, in lxml.etree.fromstring (src/lxml/lxml.etree.c:79003)
00:14:57   File "src/lxml/parser.pxi", line 1848, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:118334)
00:14:57   File "src/lxml/parser.pxi", line 1729, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:116892)
00:14:57   File "src/lxml/parser.pxi", line 1063, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:110879)
00:14:57   File "src/lxml/parser.pxi", line 595, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:105102)
00:14:57   File "src/lxml/parser.pxi", line 706, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:106810)
00:14:57   File "src/lxml/parser.pxi", line 635, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:105664)
00:14:57   File "<string>", line 1
00:14:57 lxml.etree.XMLSyntaxError: Opening and ending tag mismatch: i line 1 and root, line 1, column 61
00:14:57 WARNING: Failed to parse »</i>« as rdg
00:14:57 ERROR: Lemma section »<i>6479</i> tritt auf <i>2_H</i>« parses to 2 lemmas instead of one
00:14:57 WARNING: Failed to parse »zurücksieht« as lem
00:14:57 WARNING: Failed to parse »<l>Damals schien er zwar gewandt,</l> <l>Als ich ihn noch nicht verstand.</l> <i>Ec H [type=6« as lem
00:14:57 WARNING: Failed to parse <l>Damals schien er zwar gewandt,</l> <l>Als ich ihn noch nicht verstand.</l> <i>Ec H [type=6 as xml, using unparsed version instead
00:14:57 Traceback (most recent call last):
00:14:57   File "/mnt/data/jenkins/workspace/faust-gen/src/main/xproc/text/app2xml.py", line 60, in parse_xml
00:14:57     xml = etree.fromstring(pseudo_xml)
00:14:57   File "src/lxml/lxml.etree.pyx", line 3213, in lxml.etree.fromstring (src/lxml/lxml.etree.c:79003)
00:14:57   File "src/lxml/parser.pxi", line 1848, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:118334)
00:14:57   File "src/lxml/parser.pxi", line 1729, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:116892)
00:14:57   File "src/lxml/parser.pxi", line 1063, in lxml.etree._BaseParser._parseUnicodeDoc (src/lxml/lxml.etree.c:110879)
00:14:57   File "src/lxml/parser.pxi", line 595, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:105102)
00:14:57   File "src/lxml/parser.pxi", line 706, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:106810)
00:14:57   File "src/lxml/parser.pxi", line 635, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:105664)
00:14:57   File "<string>", line 1
00:14:57 lxml.etree.XMLSyntaxError: Opening and ending tag mismatch: i line 1 and root, line 1, column 107
00:14:57 WARNING: Failed to parse »</i>« as rdg
00:14:57 ERROR: No match: #before_7495_a[]{} <i>vor 7495</i> <stage>Am obern Peneios</stage> <i>…</i> <speaker>Sirenen</speaker> <i>2_H</i>] <speaker>Sirenen</speaker> <stage>(Am … zuvor)</stage> <i>2_H :</i> <stage>(Am … zuvor)</stage> <speaker>Sirenen</speaker> <i>vermutlich G.1 [type=7]</i>
00:14:57 WARNING: Failed to parse »Arme.« as lem
00:14:57 ERROR: No match: 9393[^]{<milestone unit="lg" rend="indented"/>} <i>vor 9393 Spatium H fehlt C.1_4 [type=2aa]</i>
00:14:57 ERROR: No match: 9401[^]{<milestone unit="lg" rend="indented"/>} <i>vor 9401 Spatium H fehlt C.1_4 [type=2aa]</i>
00:14:57 WARNING: Failed to parse »sitzend.« as lem
00:14:57 WARNING: Failed to parse »Höhe.« as lem
00:14:57 ERROR: No match: 10067|10073[@lg|@lg]{rend=|rend=} <i>10067–10074 eingerückt 2_H [type=1c]</i>
00:14:57 ERROR: No match: <i>10524</i> fort.] fort^ <i>2_IV_H.18 [type=1b]</i>
00:14:57 WARNING: Failed to parse »<stage>kauert nieder.</stage>« as lem
00:14:57 ERROR: No match: vor 10877[Erbmarschall]{<speaker>Erzmarschall</speaker>} <i>vor 10877</i> <speaker>Erzmarschall</speaker> <i>2_IV_H.21a</i>] Erbmarschall <i>2_H [type=2aa]</i>
00:14:57 WARNING: Failed to parse »</i>« as rdg
00:14:57 WARNING: Failed to parse »« as lem
00:14:57 ERROR: No match: <i>11439</i> mächtig; <i>2_V_H.2</i>] <i>Semikolon in H nicht mehr zu erkennen; ergänzt nach V_H.2 [type=7]</i>
00:14:57 ERROR: No match: <i>11439</i> mächtig;] <i>Semikolon in H nicht mehr zu erkennen; ergänzt nach V_H.2 [type=7]</i>
00:14:57 ERROR: No match: <i>11635</i> wieder. <i>2_V_H.2</i>] <i>Punkt in H nicht zu erkennen; ergänzt nach V_H.2 [type=7]</i>
00:14:57 ERROR: No match: !SPAN[]{} <i>11936–11937</i> „Wer … erlösen.“ <i>2_H</i>] Wer … erlösen. <i>2_H :</i> „Wer … erlösen.“ <i>G.1 [type=7]</i>
00:14:57 ERROR: No match: <i>before_12045_b</i> (St. Joh. IV.)] <i>schließende Klammer fehlt H [type=1b]</i>
00:14:57 WARNING: Failed to parse »« as lem
00:14:57 [INFO] 
00:14:57 [INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ faust-gen ---
00:14:57 [INFO] Using 'utf-8' encoding to copy filtered resources.
00:14:57 [INFO] Copying 8731 resources to /mnt/data/jenkins/workspace/faust-gen/target/www/xml
00:14:59 [INFO] Copying 200 resources to /mnt/data/jenkins/workspace/faust-gen/target/www
00:14:59 [INFO] Copying 1 resource to /mnt/data/jenkins/workspace/faust-gen/target/profile
00:14:59 [INFO] Copying 129 resources to /mnt/data/jenkins/workspace/faust-gen/target/xproc
00:14:59 [INFO] Copying 1 resource to /mnt/data/jenkins/workspace/faust-gen/target/xproc
00:14:59 [INFO] Copying 16 resources to /mnt/data/jenkins/workspace/faust-gen/target/www
00:14:59 [INFO] Copying 15 resources to /mnt/data/jenkins/.fonts
00:14:59 [INFO] 
00:14:59 [INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ faust-gen ---
00:14:59 [INFO] Changes detected - recompiling the module!
00:14:59 [INFO] Compiling 2 source files to /mnt/data/jenkins/workspace/faust-gen/target/classes
00:14:59 [INFO] 
00:14:59 [INFO] --- exec-maven-plugin:1.4.0:java (xproc) @ faust-gen ---
00:15:02 INFO : Collecting metadata from file:/mnt/data/jenkins/workspace/faust-gen/data/xml/ (builddir=file:/mnt/data/jenkins/workspace/faust-gen/target/)
00:15:07 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)
00:15:08 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)
00:15:08 INFO : Converting archive metadata to js...
00:15:08 Message: Loading file:/mnt/data/jenkins/workspace/faust-gen/data/xml/print/A8_IIIB18.xml
00:15:10 Message: Loading file:/mnt/data/jenkins/workspace/faust-gen/data/xml/transcript/gsa/391098/391098.xml
00:15:30 Message: Loading file:/mnt/data/jenkins/workspace/faust-gen/data/xml/transcript/dla_marbach/Cotta-Archiv_Goethe_23/Marbach_Deutsches_Literaturarchiv.xml
00:15:30 Message: Loading file:/mnt/data/jenkins/workspace/faust-gen/data/xml/print/C(1)4_IIIB24.xml
00:15:30 INFO : target/xproc/generate-reading-text.xpl:71: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
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[3]/stage[1]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[3]/stage[1]/hi[2]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[4]/div[1]/stage[1]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[4]/div[1]/stage[2]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[4]/div[1]/stage[4]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[4]/div[1]/stage[7]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[4]/div[1]/stage[7]/hi[2]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[4]/div[2]/stage[1]/hi[1]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[4]/div[2]/stage[1]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[4]/div[2]/stage[2]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[4]/div[2]/stage[2]/hi[2]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[4]/div[2]/stage[3]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[4]/div[3]/sp[1]/stage[1]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[4]/div[3]/sp[1]/stage[1]/hi[1]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[4]/div[4]/stage[2]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[4]/div[4]/stage[3]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[4]/div[4]/stage[6]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[4]/div[5]/stage[2]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[4]/div[5]/stage[2]/hi[2]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[4]/div[5]/stage[4]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[4]/div[6]/stage[1]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[4]/div[6]/stage[1]/hi[2]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[4]/div[6]/stage[5]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[4]/div[6]/stage[8]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[4]/div[6]/stage[10]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[4]/div[6]/stage[11]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[4]/div[6]/stage[12]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[4]/div[7]/stage[1]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[4]/div[7]/stage[3]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[4]/div[9]/stage[1]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[4]/div[9]/stage[1]/hi[2]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[4]/div[10]/stage[1]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[4]/div[10]/stage[3]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[4]/div[12]/stage[1]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[4]/div[12]/stage[1]/hi[2]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[4]/div[12]/stage[1]/hi[3]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[4]/div[12]/stage[1]/hi[4]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[4]/div[12]/stage[10]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[4]/div[13]/stage[1]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[4]/div[13]/stage[3]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[4]/div[14]/stage[1]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[4]/div[16]/stage[3]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[4]/div[17]/stage[1]/hi[1]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[4]/div[17]/stage[1]/hi[1]/hi[2]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[4]/div[17]/stage[1]/hi[1]/text()[2]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[4]/div[18]/stage[1]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[4]/div[20]/stage[1]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[4]/div[20]/stage[1]/hi[2]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[4]/div[22]/sp[8]/stage[1]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[4]/div[22]/sp[42]/stage[1]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[4]/div[23]/stage[2]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[4]/div[24]/stage[1]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[5]/div[1]/div[1]/stage[1]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[5]/div[1]/div[1]/stage[3]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[5]/div[1]/div[2]/div[1]/stage[1]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[5]/div[1]/div[2]/div[1]/stage[2]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[5]/div[1]/div[2]/div[1]/stage[3]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[5]/div[1]/div[2]/div[1]/stage[5]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[5]/div[1]/div[2]/div[2]/stage[3]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[5]/div[1]/div[2]/div[2]/stage[4]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[5]/div[1]/div[2]/div[2]/stage[5]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[5]/div[1]/div[2]/div[2]/stage[6]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[5]/div[1]/div[2]/div[2]/stage[10]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[5]/div[1]/div[2]/div[3]/stage[2]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[5]/div[1]/div[2]/div[3]/stage[2]/hi[2]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[5]/div[1]/div[2]/div[3]/stage[2]/hi[3]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[5]/div[1]/div[2]/div[3]/sp[47]/stage[1]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[5]/div[1]/div[2]/div[4]/stage[1]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[5]/div[1]/div[2]/div[4]/stage[1]/hi[2]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[5]/div[1]/div[2]/div[4]/stage[2]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[5]/div[1]/div[2]/div[4]/stage[3]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[5]/div[1]/div[2]/div[6]/stage[3]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[5]/div[1]/div[2]/div[6]/stage[4]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[5]/div[2]/div[1]/sp[1]/stage[1]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[5]/div[2]/div[3]/div[1]/sp[19]/stage[1]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[5]/div[2]/div[3]/div[1]/stage[6]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[5]/div[2]/div[3]/div[1]/stage[7]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[5]/div[2]/div[3]/div[2]/stage[1]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[5]/div[2]/div[3]/div[3]/stage[2]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[5]/div[2]/div[3]/div[4]/stage[5]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[5]/div[2]/div[3]/div[5]/stage[3]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[5]/div[3]/div[1]/stage[1]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[5]/div[3]/div[1]/stage[1]/hi[2]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[5]/div[3]/div[1]/stage[1]/hi[3]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[5]/div[3]/div[1]/stage[2]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[5]/div[3]/div[1]/stage[6]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[5]/div[3]/div[1]/stage[6]/hi[2]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[5]/div[3]/div[2]/stage[3]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[5]/div[3]/div[3]/stage[4]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[5]/div[3]/div[3]/stage[16]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[5]/div[4]/div[1]/stage[2]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[5]/div[4]/div[1]/stage[2]/hi[2]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[5]/div[4]/div[1]/stage[2]/hi[3]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[5]/div[4]/div[1]/stage[2]/hi[4]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[5]/div[4]/div[1]/stage[5]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[5]/div[4]/div[2]/stage[3]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[5]/div[4]/div[2]/stage[3]/hi[2]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[5]/div[4]/div[2]/stage[3]/hi[3]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[5]/div[4]/div[2]/stage[5]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[5]/div[4]/div[2]/stage[6]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[5]/div[4]/div[2]/stage[15]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[5]/div[4]/div[3]/stage[1]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[5]/div[4]/div[3]/stage[1]/hi[2]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[5]/div[4]/div[3]/stage[4]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[5]/div[4]/div[3]/stage[4]/hi[2]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[5]/div[4]/div[3]/stage[4]/hi[3]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[5]/div[4]/div[3]/stage[5]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[5]/div[4]/div[3]/stage[6]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[5]/div[5]/div[1]/sp[3]/stage[1]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[5]/div[5]/div[1]/sp[4]/stage[1]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[5]/div[5]/div[2]/stage[1]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[5]/div[5]/div[2]/stage[4]/hi[2]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[5]/div[5]/div[2]/sp[19]/stage[1]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[5]/div[5]/div[3]/div[1]/stage[1]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[5]/div[5]/div[4]/stage[2]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[5]/div[5]/div[4]/stage[2]/hi[2]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[5]/div[5]/div[4]/div[1]/sp[5]/stage[3]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[5]/div[5]/div[4]/div[1]/sp[5]/stage[4]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[5]/div[5]/div[5]/stage[1]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[5]/div[5]/div[5]/sp[10]/stage[1]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 ERROR: err:XTRE0540:Ambiguous rule match for /TEI/text[1]/text[1]/body[1]/div[5]/div[5]/div[5]/stage[2]/hi[1]/text()[1]
00:15:31 Matches both "stage//hi/text()[position()=last()]" on line 168 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:31 and "stage//text()" on line 130 of file:/mnt/data/jenkins/workspace/faust-gen/target/xproc/xslt/text-cleanup.xsl
00:15:37 INFO : target/xproc/generate-reading-text.xpl:130:11:faust://document/faustedition/1_H.2
00:15:37 INFO : target/xproc/generate-reading-text.xpl:130:11:faust://document/faustedition/A
00:15:37 INFO : target/xproc/generate-reading-text.xpl:130:11:faust://document/faustedition/B
00:15:37 INFO : target/xproc/generate-reading-text.xpl:130:11:faust://document/faustedition/B.a
00:15:37 INFO : target/xproc/generate-reading-text.xpl:130:11:faust://document/faustedition/S
00:15:37 INFO : target/xproc/generate-reading-text.xpl:130:11:faust://document/faustedition/1_H.5
00:15:37 INFO : target/xproc/generate-reading-text.xpl:130:11:faust://document/faustedition/D.1
00:15:37 INFO : target/xproc/generate-reading-text.xpl:130:11:faust://document/faustedition/1_H.1
00:15:37 INFO : target/xproc/generate-reading-text.xpl:130:11:faust://document/faustedition/C.1_12
00:15:37 INFO : target/xproc/generate-reading-text.xpl:130:11:faust://document/faustedition/C.3_12
00:15:37 INFO : target/xproc/generate-reading-text.xpl:130:11:faust://document/faustedition/J.2
00:15:37 INFO : target/xproc/generate-reading-text.xpl:130:11:faust://document/faustedition/1_H.14
00:15:37 INFO : target/xproc/generate-reading-text.xpl:130:11:faust://document/faustedition/1_H.9
00:15:37 INFO : target/xproc/generate-reading-text.xpl:130:11:faust://document/faustedition/1_H.7
00:15:37 INFO : target/xproc/generate-reading-text.xpl:130:11:faust://document/faustedition/1_H.8
00:15:37 INFO : target/xproc/generate-reading-text.xpl:130:11:faust://document/faustedition/J.1
00:15:37 INFO : target/xproc/generate-reading-text.xpl:130:11:faust://document/faustedition/1_H.12
00:15:37 INFO : target/xproc/generate-reading-text.xpl:130:11:faust://document/faustedition/1_H.13
00:15:37 INFO : target/xproc/generate-reading-text.xpl:130:11:faust://document/faustedition/1_H.6
00:15:37 INFO : target/xproc/generate-reading-text.xpl:130:11:faust://document/faustedition/1_H.15
00:15:37 INFO : target/xproc/generate-reading-text.xpl:130:11:faust://document/faustedition/2_H
00:15:37 INFO : target/xproc/generate-reading-text.xpl:130:11:faust://document/faustedition/2_I_H.0a
00:15:37 INFO : target/xproc/generate-reading-text.xpl:130:11:faust://document/faustedition/2_I_H.12a
00:15:37 INFO : target/xproc/generate-reading-text.xpl:130:11:faust://document/faustedition/2_I_H.15b
00:15:37 INFO : target/xproc/generate-reading-text.xpl:130:11:faust://document/faustedition/2_I_H.33
00:15:37 INFO : target/xproc/generate-reading-text.xpl:130:11:faust://document/faustedition/2_I_H.41a
00:15:37 INFO : target/xproc/generate-reading-text.xpl:130:11:faust://document/faustedition/2_I_H.47
00:15:37 INFO : target/xproc/generate-reading-text.xpl:130:11:faust://document/faustedition/2_I_H.48
00:15:37 INFO : target/xproc/generate-reading-text.xpl:130:11:faust://document/faustedition/2_II_H.74
00:15:37 INFO : target/xproc/generate-reading-text.xpl:130:11:faust://document/faustedition/2_II_H.69
00:15:37 INFO : target/xproc/generate-reading-text.xpl:130:11:faust://document/faustedition/2_II_H.71
00:15:37 INFO : target/xproc/generate-reading-text.xpl:130:11:faust://document/faustedition/C.1_4
00:15:37 INFO : target/xproc/generate-reading-text.xpl:130:11:faust://document/faustedition/2_III_H.3
00:15:37 INFO : target/xproc/generate-reading-text.xpl:130:11:faust://document/faustedition/2_III_H.3a:1
00:15:37 INFO : target/xproc/generate-reading-text.xpl:130:11:faust://document/faustedition/2_III_H.2:1
00:15:37 INFO : target/xproc/generate-reading-text.xpl:130:11:faust://document/faustedition/C.3_4
00:15:37 INFO : target/xproc/generate-reading-text.xpl:130:11:faust://document/faustedition/2_III_H.1
00:15:37 INFO : target/xproc/generate-reading-text.xpl:130:11:faust://document/faustedition/2_III_H.3a:2
00:15:37 INFO : target/xproc/generate-reading-text.xpl:130:11:faust://document/faustedition/2_III_H.45a
00:15:37 INFO : target/xproc/generate-reading-text.xpl:130:11:faust://document/faustedition/2_III_H.75b
00:15:37 INFO : target/xproc/generate-reading-text.xpl:130:11:faust://document/faustedition/2_IV_H.3
00:15:37 INFO : target/xproc/generate-reading-text.xpl:130:11:faust://document/faustedition/2_IV_H.2
00:15:37 INFO : target/xproc/generate-reading-text.xpl:130:11:faust://document/faustedition/2_IV_H.8
00:15:37 INFO : target/xproc/generate-reading-text.xpl:130:11:faust://document/faustedition/2_IV_H.13
00:15:37 INFO : target/xproc/generate-reading-text.xpl:130:11:faust://document/faustedition/2_IV_H.20
00:15:37 INFO : target/xproc/generate-reading-text.xpl:130:11:faust://document/faustedition/2_IV_H.21a
00:15:37 INFO : target/xproc/generate-reading-text.xpl:130:11:faust://document/faustedition/2_IV_H.1
00:15:37 INFO : target/xproc/generate-reading-text.xpl:130:11:faust://document/faustedition/2_IV_H.22e
00:15:37 INFO : target/xproc/generate-reading-text.xpl:130:11:faust://document/faustedition/2_IV_H.22f
00:15:37 INFO : target/xproc/generate-reading-text.xpl:130:11:faust://document/faustedition/2_V_H.1
00:15:37 INFO : target/xproc/generate-reading-text.xpl:130:11:faust://document/faustedition/2_V_H.2
00:15:37 INFO : target/xproc/generate-reading-text.xpl:130:11:faust://document/faustedition/2_V_H.6
00:15:37 INFO : target/xproc/generate-reading-text.xpl:130:11:faust://document/faustedition/2_V_H.11
00:15:37 INFO : target/xproc/generate-reading-text.xpl:130:11:faust://document/faustedition/2_V_H.14a*
00:15:37 INFO : target/xproc/generate-reading-text.xpl:130:11:faust://document/faustedition/2_V_H.37f
00:15:37 INFO : Adding generated markup to transcripts ...
00:15:37 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
00:15:42 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)
00:15:56 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)
00:15:59 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)
00:16:03 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)
00:16:03 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)
00:16:03 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)
00:16:03 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)
00:16:04 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)
00:16:04 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)
00:16:04 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)
00:16:04 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)
00:16:12 INFO : Transforming metadata from file:/mnt/data/jenkins/workspace/faust-gen/data/xml/
00:16:13 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)
00:16:13 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)
00:16:13 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)
00:16:13 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)
00:16:13 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)
00:16:14 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
00:16:14 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
00:16:14 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)
00:16:14 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
00:16:14 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
00:16:14 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)
00:16:14 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)
00:16:15 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
00:16:15 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
00:16:15 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
00:16:15 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
00:16:16 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
00:16:16 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
00:16:16 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
00:16:16 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
00:16:16 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
00:16:16 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
00:16:17 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
00:16:17 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
00:16:17 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
00:16:17 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
00:16:17 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
00:16:17 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
00:16:17 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
00:16:17 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
00:16:17 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
00:16:17 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
00:16:17 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
00:16:17 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
00:16:17 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
00:16:17 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
00:16:17 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
00:16:17 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
00:16:17 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
00:16:18 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
00:16:18 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1881, ignoring all but the first
00:16:18 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/duentzer1882, ignoring all but the first
00:16:18 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
00:16:18 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1881, ignoring all but the first
00:16:18 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1881, ignoring all but the first
00:16:18 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1881, ignoring all but the first
00:16:18 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)
00:16:18 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1881, ignoring all but the first
00:16:18 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)
00:16:18 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1881, ignoring all but the first
00:16:18 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)
00:16:18 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/duentzer1882, ignoring all but the first
00:16:18 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)
00:16:18 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)
00:16:18 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)
00:16:18 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)
00:16:18 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)
00:16:18 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)
00:16:18 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
00:16:18 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
00:16:18 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)
00:16:18 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
00:16:18 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
00:16:18 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
00:16:18 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
00:16:18 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
00:16:18 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
00:16:18 INFO : target/xproc/metadata-html.xpl:54:36:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
00:16:19 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)
00:16:19 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)
00:16:19 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)
00:16:19 Message: Generating watermark table ...
00:16:19 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)
00:16:20 INFO : target/xproc/metadata-html.xpl:128:15:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
00:16:20 INFO : target/xproc/metadata-html.xpl:128:15:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
00:16:21 INFO : target/xproc/metadata-html.xpl:128:15:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
00:16:21 INFO : target/xproc/metadata-html.xpl:128:15:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
00:16:21 INFO : target/xproc/metadata-html.xpl:128:15:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
00:16:21 INFO : target/xproc/metadata-html.xpl:128:15:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
00:16:21 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)
00:16:21 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)
00:16:21 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)
00:16:21 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)
00:16:21 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)
00:16:21 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)
00:16:21 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)
00:16:21 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)
00:16:22 INFO : Collecting metadata from file:/mnt/data/jenkins/workspace/faust-gen/data/xml/
00:16:24 INFO : Collecting testimony from file:/mnt/data/jenkins/workspace/faust-gen/data/xml/
00:16:24 INFO : target/xproc/testimony.xpl:61:35:WARNING: No testimony divs found in 390376_0002
00:16:24 INFO : target/xproc/testimony.xpl:61:35:ERROR: pniower_765 spans to , which doesn't exist (#?). 
00:16:24 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)
00:16:24 INFO : target/xproc/testimony.xpl:81:13:WARNING: Citation faust://bibliography/390376 missing in testimony pniower_765
00:16:24 INFO : target/xproc/testimony.xpl:61:35:WARNING: No testimony divs found in gm_duesseldorf_KK1838
00:16:25 INFO : target/xproc/testimony.xpl:61:35:INFO: div[5] in biedermann1889-1896_4 contains 2 testimonies: graef_1026, graef_1174
00:16:26 INFO : target/xproc/testimony.xpl:61:35:INFO: div[8] in biedermann1889-1896_6 contains 2 testimonies: graef_1500, graef_1499
00:16:28 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
00:16:30 INFO : target/xproc/testimony.xpl:61:35:INFO: div[1] in matthisson1825-1829_8 contains 2 testimonies: bie3_5814, graef_1341a
00:16:31 INFO : target/xproc/testimony.xpl:61:35:INFO: div[1] in riemer1841_1 contains 2 testimonies: bie3_3461, graef_1762
00:16:32 INFO : target/xproc/testimony.xpl:61:35:ERROR: 0 metadata records match bie3_3461 (in riemer1841_1)
00:16:32 INFO : target/xproc/testimony.xpl:93:13:WARNING: Trying to create citation for doc with 0 testimony ids  → faust://bibliography/bie3_3461
00:16:32 INFO : target/xproc/testimony.xpl:61:35:WARNING: Using inferior testimony id lfd-nr-neuneu_331 (in harding1920_2)
00:16:36 INFO : target/xproc/testimony.xpl:61:35:INFO: div[121] in wa_III_11 contains 2 testimonies: graef_1635, graef_1635a
00:16:46 INFO : target/xproc/testimony.xpl:61:35:INFO: div[85] in wa_III_10 contains 2 testimonies: graef_1378, graef_1378a
00:16:54 INFO : target/xproc/testimony.xpl:61:35:INFO: div[133] in wa_III_12 contains 2 testimonies: graef_1865, graef_1866
00:17:06 INFO : target/xproc/testimony.xpl:61:35:WARNING: No testimony divs found in gm_duesseldorf_KK1838
00:17:12 INFO : target/xproc/testimony.xpl:61:35:INFO: div[2] in wa_IV_40 contains 2 testimonies: quz_II-638, quz_IV-1797
00:17:12 INFO : target/xproc/testimony.xpl:61:35:ERROR: 0 metadata records match quz_IV-1797 (in wa_IV_40)
00:17:12 INFO : target/xproc/testimony.xpl:93:13:WARNING: Trying to create citation for doc with 0 testimony ids  → faust://bibliography/quz_IV-1797
00:17:12 INFO : target/xproc/testimony.xpl:61:35:INFO: div[4] in wa_IV_43 contains 2 testimonies: graef_1531, graef_1521
00:17:12 INFO : target/xproc/testimony.xpl:61:35:ERROR: 0 metadata records match graef_1521 (in wa_IV_43)
00:17:12 INFO : target/xproc/testimony.xpl:61:35:INFO: div[12] in wa_IV_43 contains 2 testimonies: quz_II-1211, graef_1574
00:17:12 INFO : target/xproc/testimony.xpl:61:35:WARNING: Using inferior testimony id quz_II-1211 (in wa_IV_43)
00:17:13 INFO : target/xproc/testimony.xpl:93:13:WARNING: Trying to create citation for doc with 0 testimony ids  → faust://bibliography/graef_1521
00:17:13 INFO : target/xproc/testimony.xpl:61:35:INFO: div[2] in wa_IV_19 contains 2 testimonies: graef_1046, quz_I-870a
00:17:23 INFO : target/xproc/testimony.xpl:61:35:INFO: div[3] in wa_I_36 contains 2 testimonies: graef_1258, graef_1258a
00:17:24 INFO : target/xproc/testimony.xpl:61:35:INFO: div[1] in schroeer1886_1 contains 2 testimonies: bie3_6273, bie3_6681
00:17:24 INFO : target/xproc/testimony.xpl:61:35:INFO: div[1] in schroeer1896 contains 2 testimonies: graef_1660, graef_1663
00:17:26 INFO : target/xproc/testimony.xpl:61:35:ERROR: 0 metadata records match quz_III-483 (in quz_3)
00:17:26 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
00:17:28 INFO : target/xproc/testimony.xpl:93:13:WARNING: Trying to create citation for doc with 0 testimony ids  → faust://bibliography/quz_III-483
00:17:29 INFO : target/xproc/testimony.xpl:61:35:WARNING: No testimony divs found in geiger1890
00:17:30 INFO : target/xproc/testimony.xpl:61:35:INFO: div[2] in kua_6-2 contains 3 testimonies: graef_1620, graef_1636, graef_1628
00:17:31 INFO : target/xproc/testimony.xpl:61:35:ERROR: 0 metadata records match bie3_6689 (in kletke1873)
00:17:31 INFO : target/xproc/testimony.xpl:61:35:INFO: div[3] in kletke1873 contains 2 testimonies: graef_1617, graef_1948
00:17:31 INFO : target/xproc/testimony.xpl:93:13:WARNING: Trying to create citation for doc with 0 testimony ids  → faust://bibliography/bie3_6689
00:17:31 INFO : target/xproc/testimony.xpl:61:35:INFO: div[1] in schoch1832_1 contains 2 testimonies: bie3_6013, pniower_544
00:17:31 INFO : target/xproc/testimony.xpl:61:35:ERROR: 0 metadata records match bie3_6013 (in schoch1832_1)
00:17:31 INFO : target/xproc/testimony.xpl:93:13:WARNING: Trying to create citation for doc with 0 testimony ids  → faust://bibliography/bie3_6013
00:17:33 INFO : target/xproc/testimony.xpl:61:35:WARNING: No testimony divs found in burkhardt1870
00:17:33 INFO : target/xproc/testimony.xpl:61:35:INFO: div[1] in eberwein1853 contains 4 testimonies: graef_1157, graef_1165, graef_1723, graef_1709
00:17:33 INFO : target/xproc/testimony.xpl:61:35:INFO: div[1] in holtei1859_4 contains 3 testimonies: bie3_6153, graef_1630, graef_1634
00:17:34 INFO : target/xproc/testimony.xpl:61:35:INFO: div[2] in matthisson1825-1829_7 contains 2 testimonies: bie3_5467, graef_1266
00:17:34 INFO : target/xproc/testimony.xpl:61:35:INFO: div[1] in tewes1901 contains 3 testimonies: bie3_7209, graef_1337, graef_1338
00:17:35 INFO : target/xproc/testimony.xpl:136:81:Generating empty testimony files ...
00:17:38 Message: Creating emended versions ...
00:17:38 INFO : Generating inline apparatus ...
00:18:47 INFO : Saving index: /mnt/data/jenkins/workspace/faust-gen/target/www/app/index.html
00:18:49 Message: Creating bibliography ...
00:18:50 INFO : target/xproc/bibliography.xpl:35:13:WARNING: 2 bibliography entries for faust://bibliography/loeper1879, ignoring all but the first
00:18:50 INFO : target/xproc/bibliography.xpl:35:13:WARNING: 2 bibliography entries for faust://bibliography/loeper1881, ignoring all but the first
00:18:50 INFO : target/xproc/bibliography.xpl:35:13:WARNING: 2 bibliography entries for faust://bibliography/duentzer1882, ignoring all but the first
00:18:50 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)
00:20:12 INFO : Reading prepared transcript files ...
00:20:21 INFO : Collecting lines from all transcripts ...
00:20:22 INFO : Collating the lines and writing variant HTMLs
00:21:18 INFO : Reading transcript files to generate paralipomena table ...
00:21:20 Message: Rendering emended versions to html ...
00:21:23 INFO : target/xproc/print2html.xpl:45:23:WARNING: Unrecognized app, using COMPLETE content:
00:21:23 <app xmlns="http://www.tei-c.org/ns/1.0" xmlns:f="http://www.faustedition.net/ns">
00:21:23    <rdg>
00:21:23       <witStart wit="faust://document/faustedition/2_H"/>
00:21:23    </rdg>
00:21:23 </app>
00:21:23 in file:/mnt/data/jenkins/workspace/faust-gen/target/emended/lesetext/faust.xml
00:21:23 INFO : target/xproc/print2html.xpl:45:23:WARNING: Unrecognized app, using COMPLETE content:
00:21:23 <app xmlns="http://www.tei-c.org/ns/1.0" xmlns:f="http://www.faustedition.net/ns">
00:21:23    <rdg>
00:21:23       <witStart wit="faust://document/faustedition/2_I_H.0a"/>
00:21:23    </rdg>
00:21:23 </app>
00:21:23 in file:/mnt/data/jenkins/workspace/faust-gen/target/emended/lesetext/faust.xml
00:21:23 INFO : target/xproc/print2html.xpl:45:23:WARNING: Unrecognized app, using COMPLETE content:
00:21:23 <app xmlns="http://www.tei-c.org/ns/1.0" xmlns:f="http://www.faustedition.net/ns">
00:21:23    <rdg>
00:21:23       <witStart wit="faust://document/faustedition/2_H"/>
00:21:23    </rdg>
00:21:23 </app>
00:21:23 in file:/mnt/data/jenkins/workspace/faust-gen/target/emended/lesetext/faust.xml
00:21:23 INFO : target/xproc/print2html.xpl:45:23:WARNING: Unrecognized app, using COMPLETE content:
00:21:23 <app xmlns="http://www.tei-c.org/ns/1.0" xmlns:f="http://www.faustedition.net/ns">
00:21:23    <rdg>
00:21:23       <witStart wit="faust://document/faustedition/2_H"/>
00:21:23    </rdg>
00:21:23 </app>
00:21:23 in file:/mnt/data/jenkins/workspace/faust-gen/target/emended/lesetext/faust.xml
00:21:23 INFO : target/xproc/print2html.xpl:45:23:WARNING: Unrecognized app, using COMPLETE content:
00:21:23 <app xmlns="http://www.tei-c.org/ns/1.0" xmlns:f="http://www.faustedition.net/ns">
00:21:23    <rdg>
00:21:23       <witStart wit="faust://document/faustedition/C.1_4"/>
00:21:23    </rdg>
00:21:23 </app>
00:21:23 in file:/mnt/data/jenkins/workspace/faust-gen/target/emended/lesetext/faust.xml
00:21:25 INFO : target/xproc/print2html.xpl:45:23:WARNING: Unrecognized app, using COMPLETE content:
00:21:25 <app xmlns="http://www.tei-c.org/ns/1.0" xmlns:f="http://www.faustedition.net/ns">
00:21:25    <rdg>
00:21:25       <witStart wit="faust://document/faustedition/2_H"/>
00:21:25    </rdg>
00:21:25 </app>
00:21:25 in file:/mnt/data/jenkins/workspace/faust-gen/target/emended/lesetext/faust.xml
00:21:25 INFO : target/xproc/print2html.xpl:45:23:WARNING: Unrecognized app, using COMPLETE content:
00:21:25 <app xmlns="http://www.tei-c.org/ns/1.0" xmlns:f="http://www.faustedition.net/ns">
00:21:25    <rdg>
00:21:25       <witStart wit="faust://document/faustedition/2_I_H.0a"/>
00:21:25    </rdg>
00:21:25 </app>
00:21:25 in file:/mnt/data/jenkins/workspace/faust-gen/target/emended/lesetext/faust.xml
00:21:25 INFO : target/xproc/print2html.xpl:45:23:WARNING: Unrecognized app, using COMPLETE content:
00:21:25 <app xmlns="http://www.tei-c.org/ns/1.0" xmlns:f="http://www.faustedition.net/ns">
00:21:25    <rdg>
00:21:25       <witStart wit="faust://document/faustedition/2_H"/>
00:21:25    </rdg>
00:21:25 </app>
00:21:25 in file:/mnt/data/jenkins/workspace/faust-gen/target/emended/lesetext/faust.xml
00:21:25 INFO : target/xproc/print2html.xpl:45:23:WARNING: Unrecognized app, using COMPLETE content:
00:21:25 <app xmlns="http://www.tei-c.org/ns/1.0" xmlns:f="http://www.faustedition.net/ns">
00:21:25    <rdg>
00:21:25       <witStart wit="faust://document/faustedition/2_H"/>
00:21:25    </rdg>
00:21:25 </app>
00:21:25 in file:/mnt/data/jenkins/workspace/faust-gen/target/emended/lesetext/faust.xml
00:21:25 INFO : target/xproc/print2html.xpl:45:23:WARNING: Unrecognized app, using COMPLETE content:
00:21:25 <app xmlns="http://www.tei-c.org/ns/1.0" xmlns:f="http://www.faustedition.net/ns">
00:21:25    <rdg>
00:21:25       <witStart wit="faust://document/faustedition/C.1_4"/>
00:21:25    </rdg>
00:21:25 </app>
00:21:25 in file:/mnt/data/jenkins/workspace/faust-gen/target/emended/lesetext/faust.xml
00:22:03 INFO : Saving index: /mnt/data/jenkins/workspace/faust-gen/target/www/print/index.html
00:22:44 
00:22:44 [INFO] 
00:22:44 [INFO] --- maven-dependency-plugin:2.10:unpack (get-slimerjs) @ faust-gen ---
00:22:45 [INFO] Configured Artifact: net.faustedition:slimerjs:0.10.1:zip
00:22:45 [INFO] Configured Artifact: org.mozilla:firefox:linux-x86_64:45.4.0esr:tar.bz2
00:22:45 [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 ""
00:22:45 [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 ""
00:22:45 [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
00:22:49 [INFO] 
00:22:49 [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ faust-gen ---
00:22:49 [INFO] Using 'utf-8' encoding to copy filtered resources.
00:22:49 [INFO] skip non existing resourceDirectory /mnt/data/jenkins/workspace/faust-gen/src/test/resources
00:22:49 [INFO] 
00:22:49 [INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ faust-gen ---
00:22:49 [INFO] No sources to compile
00:22:49 [INFO] 
00:22:49 [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ faust-gen ---
00:22:49 [INFO] No tests to run.
00:22:49 [JENKINS] Recording test results[INFO] 
00:22:49 [INFO] --- exec-maven-plugin:1.4.0:exec (generate-svgs) @ faust-gen ---
00:22:49 
00:22:49 INFO: Web server runs on http://localhost:46137/transcript-generation.html
00:22:50 INFO: PhantomJS command line: /mnt/data/jenkins/workspace/faust-gen/target/dependency/slimerjs-0.10.1/slimerjs --profile target/profile  rendersvgs.js http://localhost:46137/transcript-generation.html <input> <output> [<links> <linkoutput>]
00:22:50 INFO: Converting diplomatic transcripts to JSON ...
00:22:59 INFO: Rendering 2,212 pages in 8 parallel jobs ...
00:23:21 WARNING: Conversion to SVG for Testhandschrift page 27: faust://xml/transcript/test/A5-d-35.xml issued messages:
00:23:21 CONSOLE: Error in LineDecoration.Layout:  [Exception... "Failure"  nsresult: "0x80004005 (NS_ERROR_FAILURE)"  location: "JS frame :: http://localhost:46137/js-gen/transcript-svg.js :: FaustTranscript.LineDecoration.prototype.layout :: line 457"  data: no] generally (from FaustTranscript.LineDecoration.prototype.layout, line #464 in "http://localhost:46137/js-gen/transcript-svg.js") 
00:23:46 WARNING: Conversion to SVG for 2 II H.70 page 6: faust://xml/transcript/gsa/391437/0009.xml issued messages:
00:23:46 CONSOLE: Error in LineDecoration.Layout:  [Exception... "Failure"  nsresult: "0x80004005 (NS_ERROR_FAILURE)"  location: "JS frame :: http://localhost:46137/js-gen/transcript-svg.js :: FaustTranscript.LineDecoration.prototype.layout :: line 457"  data: no] e (from FaustTranscript.LineDecoration.prototype.layout, line #464 in "http://localhost:46137/js-gen/transcript-svg.js") 
00:25:18 WARNING: Conversion to SVG for 2 I H.56 page 10: faust://xml/transcript/gsa/391007/0009.xml issued messages:
00:25:18 CONSOLE: Error in LineDecoration.Layout:  [Exception... "Failure"  nsresult: "0x80004005 (NS_ERROR_FAILURE)"  location: "JS frame :: http://localhost:46137/js-gen/transcript-svg.js :: FaustTranscript.LineDecoration.prototype.layout :: line 457"  data: no] mich (from FaustTranscript.LineDecoration.prototype.layout, line #464 in "http://localhost:46137/js-gen/transcript-svg.js") 
00:29:51 WARNING: Conversion to SVG for 2 IV H.18 page 3: faust://xml/transcript/gsa/391325/0009.xml issued messages:
00:29:51 CONSOLE: Error in LineDecoration.Layout:  [Exception... "Failure"  nsresult: "0x80004005 (NS_ERROR_FAILURE)"  location: "JS frame :: http://localhost:46137/js-gen/transcript-svg.js :: FaustTranscript.LineDecoration.prototype.layout :: line 457"  data: no] Oberfeldherr (from FaustTranscript.LineDecoration.prototype.layout, line #464 in "http://localhost:46137/js-gen/transcript-svg.js") 
00:30:33 WARNING: Conversion to SVG for 2 I H.17 page 2: faust://xml/transcript/gsa/389889/0003.xml issued messages:
00:30:33 CONSOLE: Error in LineDecoration.Layout:  [Exception... "Failure"  nsresult: "0x80004005 (NS_ERROR_FAILURE)"  location: "JS frame :: http://localhost:46137/js-gen/transcript-svg.js :: FaustTranscript.LineDecoration.prototype.layout :: line 457"  data: no] Euphorion (from FaustTranscript.LineDecoration.prototype.layout, line #464 in "http://localhost:46137/js-gen/transcript-svg.js") 
00:30:44 WARNING: Conversion to SVG for 2 I H.7 page 1: faust://xml/transcript/gsa/391393/0003.xml issued messages:
00:30:44 CONSOLE: Error in LineDecoration.Layout:  [Exception... "Failure"  nsresult: "0x80004005 (NS_ERROR_FAILURE)"  location: "JS frame :: http://localhost:46137/js-gen/transcript-svg.js :: FaustTranscript.LineDecoration.prototype.layout :: line 457"  data: no] ſs (from FaustTranscript.LineDecoration.prototype.layout, line #464 in "http://localhost:46137/js-gen/transcript-svg.js") 
00:31:24 WARNING: Conversion to SVG for 2 I H.11 page 2: faust://xml/transcript/gsa/390354/0003.xml issued messages:
00:31:24 CONSOLE: Error in LineDecoration.Layout:  [Exception... "Failure"  nsresult: "0x80004005 (NS_ERROR_FAILURE)"  location: "JS frame :: http://localhost:46137/js-gen/transcript-svg.js :: FaustTranscript.LineDecoration.prototype.layout :: line 457"  data: no] ſp (from FaustTranscript.LineDecoration.prototype.layout, line #464 in "http://localhost:46137/js-gen/transcript-svg.js") 
00:32:07 WARNING: Conversion to SVG for 2 I H.57 page 1: faust://xml/transcript/gsa/391320/0002.xml issued messages:
00:32:07 CONSOLE: Error in LineDecoration.Layout:  [Exception... "Failure"  nsresult: "0x80004005 (NS_ERROR_FAILURE)"  location: "JS frame :: http://localhost:46137/js-gen/transcript-svg.js :: FaustTranscript.LineDecoration.prototype.layout :: line 457"  data: no] allenfalls (from FaustTranscript.LineDecoration.prototype.layout, line #464 in "http://localhost:46137/js-gen/transcript-svg.js") 
00:32:14 WARNING: Conversion to SVG for 2 I H.5 page 2: faust://xml/transcript/gsa/391152/0002.xml issued messages:
00:32:14 CONSOLE: Error in LineDecoration.Layout:  [Exception... "Failure"  nsresult: "0x80004005 (NS_ERROR_FAILURE)"  location: "JS frame :: http://localhost:46137/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:46137/js-gen/transcript-svg.js") 
00:32:14 CONSOLE: Error in LineDecoration.Layout:  [Exception... "Failure"  nsresult: "0x80004005 (NS_ERROR_FAILURE)"  location: "JS frame :: http://localhost:46137/js-gen/transcript-svg.js :: FaustTranscript.LineDecoration.prototype.layout :: line 457"  data: no] verdienstlich (from FaustTranscript.LineDecoration.prototype.layout, line #464 in "http://localhost:46137/js-gen/transcript-svg.js") 
00:33:54 WARNING: Conversion to SVG for 2 III H.69a page 1: faust://xml/transcript/gsa/391441/0002.xml issued messages:
00:33:54 CONSOLE: Error in LineDecoration.Layout:  [Exception... "Failure"  nsresult: "0x80004005 (NS_ERROR_FAILURE)"  location: "JS frame :: http://localhost:46137/js-gen/transcript-svg.js :: FaustTranscript.LineDecoration.prototype.layout :: line 457"  data: no] 1. (from FaustTranscript.LineDecoration.prototype.layout, line #464 in "http://localhost:46137/js-gen/transcript-svg.js") 
00:44:28 WARNING: Conversion to SVG for H P176a page 1: faust://xml/transcript/bb_cologny/G-30_19/recto.xml issued messages:
00:44:28 CONSOLE: Error in LineDecoration.Layout:  [Exception... "Failure"  nsresult: "0x80004005 (NS_ERROR_FAILURE)"  location: "JS frame :: http://localhost:46137/js-gen/transcript-svg.js :: FaustTranscript.LineDecoration.prototype.layout :: line 457"  data: no] Barometer (from FaustTranscript.LineDecoration.prototype.layout, line #464 in "http://localhost:46137/js-gen/transcript-svg.js") 
00:44:38 WARNING: Conversion to SVG for 2 III H.48a page 1: faust://xml/transcript/bb_cologny/G-30_04/recto.xml issued messages:
00:44:38 CONSOLE: Error in LineDecoration.Layout:  [Exception... "Failure"  nsresult: "0x80004005 (NS_ERROR_FAILURE)"  location: "JS frame :: http://localhost:46137/js-gen/transcript-svg.js :: FaustTranscript.LineDecoration.prototype.layout :: line 457"  data: no] ſs (from FaustTranscript.LineDecoration.prototype.layout, line #464 in "http://localhost:46137/js-gen/transcript-svg.js") 
00:44:38 WARNING: Conversion to SVG for 2 III H.48a page 2: faust://xml/transcript/bb_cologny/G-30_04/verso.xml issued messages:
00:44:38 CONSOLE: Error in LineDecoration.Layout:  [Exception... "Failure"  nsresult: "0x80004005 (NS_ERROR_FAILURE)"  location: "JS frame :: http://localhost:46137/js-gen/transcript-svg.js :: FaustTranscript.LineDecoration.prototype.layout :: line 457"  data: no] r (from FaustTranscript.LineDecoration.prototype.layout, line #464 in "http://localhost:46137/js-gen/transcript-svg.js") 
00:44:55 WARNING: Conversion to SVG for 2 IV H.22e page 2: faust://xml/transcript/bb_cologny/G-30_11/verso.xml issued messages:
00:44:55 CONSOLE: Error in LineDecoration.Layout:  [Exception... "Failure"  nsresult: "0x80004005 (NS_ERROR_FAILURE)"  location: "JS frame :: http://localhost:46137/js-gen/transcript-svg.js :: FaustTranscript.LineDecoration.prototype.layout :: line 457"  data: no] folgt (from FaustTranscript.LineDecoration.prototype.layout, line #464 in "http://localhost:46137/js-gen/transcript-svg.js") 
00:50:06 WARNING: Conversion to SVG for H P123.5 page 18: faust://xml/transcript/gsa/390340/0028.xml issued messages:
00:50:06 CONSOLE: Error in LineDecoration.Layout:  [Exception... "Failure"  nsresult: "0x80004005 (NS_ERROR_FAILURE)"  location: "JS frame :: http://localhost:46137/js-gen/transcript-svg.js :: FaustTranscript.LineDecoration.prototype.layout :: line 457"  data: no] ſch (from FaustTranscript.LineDecoration.prototype.layout, line #464 in "http://localhost:46137/js-gen/transcript-svg.js") 
00:50:24 INFO: ... rendering failed for  pages:
00:50:24 	{1}
00:50:24 INFO: Failed to convert 0 of 2,212 pages at try 1
00:50:24 INFO: Creating SVGs with CSS ...
00:50:29 [INFO] 
00:50:29 [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ faust-gen ---
00:50:29 [INFO] Building jar: /mnt/data/jenkins/workspace/faust-gen/target/faust-gen-0.0.1-SNAPSHOT.jar
00:50:29 [INFO] 
00:50:29 [INFO] --- maven-assembly-plugin:2.6:single (xar) @ faust-gen ---
00:50:29 [INFO] Building zip: /mnt/data/jenkins/workspace/faust-gen/target/faust-dev.zip
00:50:29 [INFO] 
00:50:29 [INFO] --- maven-antrun-plugin:1.8:run (xar-rename) @ faust-gen ---
00:50:29 [INFO] Executing tasks
00:50:29 
00:50:29 main:
00:50:29      [move] Moving 1 file to /mnt/data/jenkins/workspace/faust-gen/target
00:50:29 [INFO] Executed tasks
00:50:29 [INFO] 
00:50:29 [INFO] --- maven-resources-plugin:2.7:copy-resources (copy-debug-data) @ faust-gen ---
00:50:29 [INFO] Using 'utf-8' encoding to copy filtered resources.
00:50:29 [INFO] Copying 2212 resources
00:50:30 [INFO] 
00:50:30 [INFO] --- maven-install-plugin:2.4:install (default-install) @ faust-gen ---
00:50:30 [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
00:50:30 [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
00:50:30 [INFO] 
00:50:30 [INFO] --- exec-maven-plugin:1.4.0:exec (deploy-rsync) @ faust-gen ---
00:50:35 sending incremental file list
00:50:48 
00:50:48 Number of files: 28,651 (reg: 25,217, dir: 3,434)
00:50:48 Number of created files: 0
00:50:48 Number of deleted files: 0
00:50:48 Number of regular files transferred: 25,217
00:50:48 Total file size: 904,582,820 bytes
00:50:48 Total transferred file size: 904,582,820 bytes
00:50:48 Literal data: 37,405,984 bytes
00:50:48 Matched data: 867,176,836 bytes
00:50:48 File list size: 327,658
00:50:48 File list generation time: 0.001 seconds
00:50:48 File list transfer time: 0.000 seconds
00:50:48 Total bytes sent: 43,222,826
00:50:48 Total bytes received: 6,888,301
00:50:48 
00:50:48 sent 43,222,826 bytes  received 6,888,301 bytes  2,708,709.57 bytes/sec
00:50:48 total size is 904,582,820  speedup is 18.05
00:50:48 Started calculate disk usage of build
00:50:48 Finished Calculation of disk usage of build in 0 seconds
00:50:52 Started calculate disk usage of workspace
00:50:53 Finished Calculation of disk usage of workspace in 0 seconds
00:50:53 Notifying upstream projects of job completion
00:50:53 Join notifier requires a CauseAction
00:50:53 [INFO] ------------------------------------------------------------------------
00:50:53 [INFO] BUILD SUCCESS
00:50:53 [INFO] ------------------------------------------------------------------------
00:50:53 [INFO] Total time: 35:58 min
00:50:53 [INFO] Finished at: 2018-02-14T00:50:53+01:00
00:50:53 [INFO] Final Memory: 428M/3182M
00:50:53 [INFO] ------------------------------------------------------------------------
00:50:53 [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
00:50:53 [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
00:50:53 Xvfb stopping
00:50:53 channel stopped
00:50:53 $ ssh-agent -k
00:50:53 unset SSH_AUTH_SOCK;
00:50:53 unset SSH_AGENT_PID;
00:50:53 echo Agent pid 22964 killed;
00:50:53 [ssh-agent] Stopped.
00:50:54 Started calculate disk usage of build
00:50:54 Finished Calculation of disk usage of build in 0 seconds
00:50:58 Started calculate disk usage of workspace
00:50:59 Finished Calculation of disk usage of workspace in 0 seconds
00:50:59 Notifying upstream projects of job completion
00:50:59 Finished: SUCCESS