Build failed in Jenkins: Stylesheets-dev #2218

See <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/2218/display/redirect?page=changes> Changes: [martindholmes] Fix for a couple of the bugs on issue #222. ------------------------------------------ [...truncated 45.91 KB...] Convert test29.docx to <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/Test/temp.xml> (docx to tei) using profile transcription [echo] using <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/profiles/transcription/docx/from.xsl> Warning: XML resolver not found; external catalogs will be ignored [xslt] docx conversion issue: unable to handle picture here, no embed or link [xslt] WARN: Possible confusion on where these captions belong: [[Figure 1: An included image]] and [[Figure 2. An embedded .xslx graph, doesn’t work yet.]] [xslt] WARN: Possible confusion on where these captions belong: [[Table 1 A Simple table]] and [[Table 2 A bit more Complex table]] BUILD SUCCESSFUL Total time: 9 seconds xmllint --format temp.xml | perl cleanup.pl > test29.xml && rm temp.xml if [ 0 -ne 1 ]; \ then diff test29.xml expected-results/test29.xml; fi ../bin/docxtotei --profile=tei test37.docx temp.xml WARNING: No localsource set. Will get a copy from http://www.tei-c.org/Vault/P5/. Convert test37.docx to <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/Test/temp.xml> (docx to tei) using profile tei [echo] using <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/profiles/tei/docx/from.xsl> Warning: XML resolver not found; external catalogs will be ignored BUILD SUCCESSFUL Total time: 6 seconds xmllint --format temp.xml | perl cleanup.pl > test37.xml && rm temp.xml if [ 0 -ne 1 ]; \ then diff test37.xml expected-results/test37.xml; fi ../bin/docxtotei --profile=tei test40.docx temp.xml WARNING: No localsource set. Will get a copy from http://www.tei-c.org/Vault/P5/. Convert test40.docx to <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/Test/temp.xml> (docx to tei) using profile tei [echo] using <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/profiles/tei/docx/from.xsl> Warning: XML resolver not found; external catalogs will be ignored BUILD SUCCESSFUL Total time: 6 seconds xmllint --format temp.xml | perl cleanup.pl > test40.xml && rm temp.xml if [ 0 -ne 1 ]; \ then diff test40.xml expected-results/test40.xml; fi BUILD: testing xlsx ../bin/xlsxtotei test.xlsx test.xlsx.xml WARNING: No localsource set. Will get a copy from http://www.tei-c.org/Vault/P5/. Convert test.xlsx to <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/Test/test.xlsx.xml> (xlsx to tei) using profile default [echo] Convert using <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/profiles/default/xlsx/from.xsl> Warning: XML resolver not found; external catalogs will be ignored BUILD SUCCESSFUL Total time: 2 seconds if [ 0 -ne 1 ]; \ then diff test.xlsx.xml expected-results/test.xlsx.xml; fi BUILD: testing rdf java -Djava.awt.headless=true -jar ../lib/saxon9he.jar -o:test12.rdf test12.xml ../profiles/default/rdf/to.xsl if [ 0 -ne 1 ]; \ then diff test12.rdf expected-results/test12.rdf; fi BUILD: testing text ../bin/teitotxt test14.xml test.text WARNING: No localsource set. Will get a copy from http://www.tei-c.org/Vault/P5/. Convert test14.xml to <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/Test/test.text> (tei to txt) using profile default Warning: XML resolver not found; external catalogs will be ignored BUILD SUCCESSFUL Total time: 7 seconds if [ 0 -ne 1 ]; \ then diff test.text expected-results/test.text; fi (cd ..; make names) make[2]: Entering directory `<http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/'> java -jar lib/saxon9he.jar -it:main tools/getnames.xsl > names.xml make[2]: Leaving directory `<http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/'> BUILD: testing odt ../bin/teitoodt test.xml WARNING: No localsource set. Will get a copy from http://www.tei-c.org/Vault/P5/. Convert test.xml to <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/Test/test.xml.odt> (tei to odt) using profile default [echo] Converting <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/Test/test.xml> into <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/Test/test.xml.odt> Warning: XML resolver not found; external catalogs will be ignored Warning: XML resolver not found; external catalogs will be ignored BUILD SUCCESSFUL Total time: 12 seconds unzip -t test.xml.odt > test.xml.odt.listing unzip -o -q test.xml.odt content.xml xmllint --format content.xml > content.xml.odt.listing if [ 0 -ne 1 ]; \ then diff test.xml.odt.listing expected-results/test.xml.odt.listing; fi if [ 0 -ne 1 ]; \ then diff content.xml.odt.listing expected-results/content.xml.odt.listing; fi ../bin/odttotei test7.odt test7.xml WARNING: No localsource set. Will get a copy from http://www.tei-c.org/Vault/P5/. Convert test7.odt to <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/Test/test7.xml> (odt to tei) using profile default Warning: XML resolver not found; external catalogs will be ignored BUILD SUCCESSFUL Total time: 6 seconds java -Djava.awt.headless=true -jar ../lib/lib/jing-20120724.0.0.jar test.rng test7.xml if [ 0 -ne 1 ]; \ then diff test7.xml expected-results/test7.xml; fi BUILD: testing markdown BUILD: markdown to tei ../bin/markdowntotei mdtest1.md mdtest1.xml WARNING: No localsource set. Will get a copy from http://www.tei-c.org/Vault/P5/. Convert mdtest1.md to <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/Test/mdtest1.xml> (markdown to tei) using profile default Warning: XML resolver not found; external catalogs will be ignored BUILD SUCCESSFUL Total time: 4 seconds if [ 0 -ne 1 ]; \ then diff mdtest1.xml expected-results/mdtest1.xml; fi BUILD: tei to markdown ../bin/teitomarkdown test.xml mdtest2.md WARNING: No localsource set. Will get a copy from http://www.tei-c.org/Vault/P5/. Convert test.xml to <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/Test/mdtest2.md> (tei to markdown) using profile default Warning: XML resolver not found; external catalogs will be ignored BUILD SUCCESSFUL Total time: 7 seconds if [ 0 -ne 1 ]; \ then diff mdtest2.md expected-results/mdtest2.md; fi BUILD: testing cocoa to TEI ../bin/cocoatotei cocoatest.txt cocoatest.xml WARNING: No localsource set. Will get a copy from http://www.tei-c.org/Vault/P5/. Convert cocoatest.txt to <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/Test/cocoatest.xml> (cocoa to tei) using profile default Warning: XML resolver not found; external catalogs will be ignored BUILD SUCCESSFUL Total time: 5 seconds if [ 0 -ne 1 ]; \ then diff cocoatest.xml expected-results/cocoatest.xml; fi ../bin/cocoatotei cocoatest2.txt cocoatest2.xml WARNING: No localsource set. Will get a copy from http://www.tei-c.org/Vault/P5/. Convert cocoatest2.txt to <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/Test/cocoatest2.xml> (cocoa to tei) using profile default Warning: XML resolver not found; external catalogs will be ignored BUILD SUCCESSFUL Total time: 6 seconds if [ 0 -ne 1 ]; \ then diff cocoatest2.xml expected-results/cocoatest2.xml; fi 5,9c5,8 < <title> < <ab>EPISTLE</ab> < <ab>To all good Fellowes, Professors of</ab> < <ab>%the Gentle Craft; of what degree%</ab> < <ab>soever.</ab> ---
<title>EPISTLE<lb/> To all good Fellowes, Professors of<lb/> %the Gentle Craft; of what degree%<lb/> soever.<lb/>
28,31c27,31 < <title> < <ab>SONGS</ab> < <ab>%The first Three-mans%</ab> < </title> ---
<ab> <title>SONGS<lb/> %The first Three-mans%<lb/> </title> </ab>
51,53c51,54 < <title> < <ab>%The second Three-mans%</ab> < </title> ---
<ab> <title>%The second Three-mans%<lb/> </title> </ab>
86,91c87,93 < <title> < <ab>PROLOGUE</ab> < <ab>%The Prologue as it was pronounced%</ab> < <ab>before the Queenes</ab> < <ab>Majestie.</ab> < </title> ---
<ab> <title>PROLOGUE<lb/> %The Prologue as it was pronounced%<lb/> before the Queenes<lb/> Majestie.<lb/> </title> </ab>
110,141c112,145 < <title> < <ab>DRAMATIS PERSONAE</ab> < <ab>KING OF ENGLAND</ab> < <ab>EARL OF LINCOLN</ab> < <ab>EARL OF CORNWALL</ab> < <ab>LORD MAYOR %of London, Sir Roger Otley%</ab> < <ab>SIMON EYRE, %shoemaker and afterwards Lord Mayor%</ab> < <ab>ROWLAND LACY, %nephew to Lincoln, afterwards disguisted as% HANS</ab> < <ab>MEULTER</ab> < <ab>ASKEW, %cousin to% LACY</ab> < <ab>HAMMON, %a city gentleman%</ab> < <ab>WARNER, %cousin to% HAMMON</ab> < <ab>MASTER SCOTT, %friend to% OTLEY</ab> < <ab>HODGE (%also called% ROGER), %foreman to% EYRE</ab> < <ab>FIRKE, %journeyman to% EYRE</ab> < <ab>RAFE DAMPORT, %journeyman to% EYRE</ab> < <ab>LOVELL, %servant to the% KING</ab> < <ab>DODGER, %parasite to% LINCOLN</ab> < <ab>DUTCH SKIPPER</ab> < <ab>BOY, %apprentice to% EYRE</ab> < <ab>BOY, %servant to% OTLEY</ab> < <ab>MARGERY, %wife to% EYRE</ab> < <ab>ROSE, %daughter to% OTLEY</ab> < <ab>JANE, %wife to% RAFE DAMPORT</ab> < <ab>SYBIL, %maid to% ROSE</ab> < <ab>NOBLEMEN, SOLDIERS, HUNTSMEN, SHOEMAKERS, APPREN-+</ab> < <ab>TICES, SERVANTS</ab> < </title> < <title> < <ab>A pleasant Comedie of</ab> < <ab>%the Gentle Craft.%</ab> < </title> ---
<ab> <title>DRAMATIS PERSONAE<lb/> KING OF ENGLAND<lb/> EARL OF LINCOLN<lb/> EARL OF CORNWALL<lb/> LORD MAYOR %of London, Sir Roger Otley%<lb/> SIMON EYRE, %shoemaker and afterwards Lord Mayor%<lb/> ROWLAND LACY, %nephew to Lincoln, afterwards disguisted as% HANS<lb/> MEULTER<lb/> ASKEW, %cousin to% LACY<lb/> HAMMON, %a city gentleman%<lb/> WARNER, %cousin to% HAMMON<lb/> MASTER SCOTT, %friend to% OTLEY<lb/> HODGE (%also called% ROGER), %foreman to% EYRE<lb/> FIRKE, %journeyman to% EYRE<lb/> RAFE DAMPORT, %journeyman to% EYRE<lb/> LOVELL, %servant to the% KING<lb/> DODGER, %parasite to% LINCOLN<lb/> DUTCH SKIPPER<lb/> BOY, %apprentice to% EYRE<lb/> BOY, %servant to% OTLEY<lb/> MARGERY, %wife to% EYRE<lb/> ROSE, %daughter to% OTLEY<lb/> JANE, %wife to% RAFE DAMPORT<lb/> SYBIL, %maid to% ROSE<lb/> NOBLEMEN, SOLDIERS, HUNTSMEN, SHOEMAKERS, APPREN-+<lb/> TICES, SERVANTS<lb/> </title> </ab> <ab> <title>A pleasant Comedie of<lb/> %the Gentle Craft.%<lb/> </title> </ab>
make[1]: *** [test-cocoa] Error 1 make[1]: Leaving directory `<http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/Test'> make: *** [test] Error 2 Build step 'Execute shell' marked build as failure Archiving artifacts

See <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/2219/display/redirect?page=changes> Changes: [martindholmes] Fulfilling feature request in issue #192: adding HTML handling for ------------------------------------------ Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Started by an SCM change Building in workspace <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/> > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/TEIC/Stylesheets.git # timeout=10 Fetching upstream changes from https://github.com/TEIC/Stylesheets.git > git --version # timeout=10 > git fetch --tags --progress https://github.com/TEIC/Stylesheets.git +refs/heads/*:refs/remotes/origin/* > git rev-parse refs/remotes/origin/dev^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/dev^{commit} # timeout=10 Checking out Revision c818924bebbde6b4e55ec3d6967191313a73026e (refs/remotes/origin/dev) > git config core.sparsecheckout # timeout=10 > git checkout -f c818924bebbde6b4e55ec3d6967191313a73026e > git rev-list 982b3574ac5941f6c3bffd5c7f2018dbf301c5f8 # timeout=10 > git tag -a -f -m Jenkins Build #2219 jenkins-Stylesheets-dev-2219 # timeout=10 [workspace] $ /bin/bash -xe /tmp/jenkins4138004509481257899.sh + make clean test deb dist (for i in css/*; do rm -f `basename $i`;done) echo "" > test~ rm -f profile1.html profile2.html profile.xml find . -name "*~" | xargs rm rm -f tei-xsl-*.zip rm -rf tei-xsl_* rm -f Documentation/stylebear Documentation/style.xml Documentation/customize.xml Documentation/teixsl.html Documentation/index.xml rm -rf release dist (cd Test; make clean) make[1]: Entering directory `<http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/Test'> (cd ..; for i in css/*; do rm -f `basename $i`;done) rm -f test*.odd.rnc test*epub test*pdf test*rdf test*text test*.xml.docx test*.xml.odt test*.tex test*.fo *.html *.xhtml *~ dummy* test.html test3.html test4.html *aux *vrb *out *log *nav *ent *snm *toc *.end *.1 *.2 test.xsd test.zip test*.dtd test-indexes.xml test37.xml test38.xml test39.xml test40.xml rm -f test*.rnc test*.json test*.rnc test*.combined.odd test*listing* test*.tei test*.rng test*.html5 test*.processedodd *.isosch rm -f oddbyexample.* index*div*html rm -f testdrama.compiled.xml rm -f test5.odt test7.xml test18.xml test19.xml test-index.xml test7.zip test11.xml test9.docx test9.odt content.xml.odt.listing content.xml.odt test.xml.docx.core test7.docx rm -f A54031.xml dcr.result test-rtf2tei.xml test29.xml dcr.tmp xml.tmp rm -f xml.result rm -rf charts/ embeddings/ media/ _rels/ \[Content_Types\].xml rm -rf temp-dir-for-ant Pictures OEBPS META-INF mimetype files rm -f test.xlsx.xml *.result.tex *.result.pdf _slidelogo.png rm -f content.xml rm -f cocoatest*.xml make[1]: Leaving directory `<http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/Test'> rm -rf tei-p5-xsl_* rm -rf tei-p5-xsl2_* (cd debian-tei-xsl/debian; rm -rf tei-xsl) rm -f teioo.jar rm -rf docx/ImageInfo/bin rm -f names.xml licensekey.txt runDoc.sh (for i in sciencejournal/*.html; do rm -f sciencejournal/`basename $i`;done) (for i in sciencejournal/*.xml; do rm -f sciencejournal/`basename $i`;done) BUILD Copy main XSL files test -d release/xsl/xml/tei/stylesheet || mkdir -p release/xsl/xml/tei/stylesheet/ for i in bibtex cocoa common csv docx dtd docbook epub epub3 fo html wordpress markdown html5 json latex latex nlm odd odds odt p4 pdf profiles/default rdf relaxng rnc schematron simple slides tbx tcp tite tools txt html xsd xlsx pdf verbatimxml ; do \ tar cf - $i | (cd release/xsl/xml/tei/stylesheet; tar xf - ); \ done java -jar lib/saxon9he.jar -it:main tools/getnames.xsl > names.xml BUILD Copy common files and documentation test -d release/xslcommon/xml/tei/stylesheet || mkdir -p release/xslcommon/xml/tei/stylesheet cp names.xml catalog.xml VERSION css/*.css i18n.xml release/xslcommon/xml/tei/stylesheet sh ./tools/mydch debian-tei-xsl/debian/changelog update debian changelog with 7.43.0a BUILD Run tests (cd Test; make) make[1]: Entering directory `<http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/Test'> ../bin/teitorelaxng --odd test.odd test.rng WARNING: No localsource set. Will get a copy from http://www.tei-c.org/Vault/P5/. Convert test.odd to <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/Test/test.rng> (tei to relaxng) using profile default [echo] Do ODD expand processing (schema ) Warning: XML resolver not found; external catalogs will be ignored BUILD SUCCESSFUL Total time: 27 seconds perl -i -p -e 's/generated from ODD source.*//' test.rng xmllint --format test.rng > temp; mv temp test.rng perl -i -pe 'BEGIN{undef $/;} s/<!--\n ?Schema[^>]+>//smg' test.rng if [ 0 -ne 1 ]; \ then diff test.rng expected-results/test.rng; fi (cd ..; for i in css/*; do test -f `basename $i` || ln -s $i `basename $i`;done) BUILD: testing html java -Djava.awt.headless=true -jar ../lib/saxon9he.jar test.xml ../html/html.xsl cssFile=../tei.css useFixedDate=true | xmllint --format - > test.html if [ 0 -ne 1 ]; \ then diff test.html expected-results/test.html; fi java -Djava.awt.headless=true -jar ../lib/saxon9he.jar test.html checklinks.xsl java -Djava.awt.headless=true -jar ../lib/saxon9he.jar test.xml ../html/html.xsl cssFile=../tei.css pageLayout=Complex useFixedDate=true | xmllint --format - > test-complex.html if [ 0 -ne 1 ]; \ then diff test-complex.html expected-results/test-complex.html; fi java -Djava.awt.headless=true -jar ../lib/saxon9he.jar test.xml ../profiles/ota/html/to.xsl cssFile=../tei.css useFixedDate=true | xmllint --format - | perl cleanup.pl > test-ota.html if [ 0 -ne 1 ]; \ then diff test-ota.html expected-results/test-ota.html; fi ../bin/teitohtml5 test.xml test.html5 WARNING: No localsource set. Will get a copy from http://www.tei-c.org/Vault/P5/. Convert test.xml to <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/Test/test.html5> (tei to html5) using profile default [echo] XSLT generate HTML files (language en) Warning: XML resolver not found; external catalogs will be ignored BUILD SUCCESSFUL Total time: 13 seconds xmllint --encode utf-8 --format test.html5 | perl cleanup.pl > test.temp mv test.temp test.html5 if [ 0 -ne 1 ]; \ then diff test.html5 expected-results/test.html5; fi java -Djava.awt.headless=true -jar ../lib/saxon9he.jar test20.xml ../html/html.xsl useFixedDate=true | xmllint --format - > test20.html if [ 0 -ne 1 ]; \ then diff test20.html expected-results/test20.html; fi java -Djava.awt.headless=true -jar ../lib/saxon9he.jar -versionmsg:off test3.xml ../html/html.xsl useFixedDate=true| xmllint --format - > test3.html java -Djava.awt.headless=true -jar ../lib/saxon9he.jar -versionmsg:off test4.xml ../html/html.xsl useFixedDate=true| xmllint --format - > test4.html if [ 0 -ne 1 ]; \ then diff test4.html test3.html; fi java -Djava.awt.headless=true -jar ../lib/saxon9he.jar test5.xml ../html/html.xsl autoBlockQuote=true useFixedDate=true | xmllint --format - > test5.xhtml if [ 0 -ne 1 ]; \ then diff test5.xhtml expected-results/test5.xhtml; fi java -Djava.awt.headless=true -jar ../lib/lib/jing-20120724.0.0.jar -c xhtml.rnc test5.xhtml java -Djava.awt.headless=true -jar ../lib/saxon9he.jar test6.xml ../html/html.xsl autoBlockQuote=true useFixedDate=true | xmllint --format - > test6.html if [ 0 -ne 1 ]; \ then diff test6.html expected-results/test6.html; fi java -Djava.awt.headless=true -jar ../lib/lib/jing-20120724.0.0.jar -c xhtml.rnc test6.html java -Djava.awt.headless=true -jar ../lib/saxon9he.jar test14.xml ../html/html.xsl useFixedDate=true| xmllint --format - > test14.html if [ 0 -ne 1 ]; \ then diff test14.html expected-results/test14.html; fi java -Djava.awt.headless=true -jar ../lib/saxon9he.jar test22.xml ../html/html.xsl useFixedDate=true| xmllint --format - > test22.html if [ 0 -ne 1 ]; \ then diff test22.html expected-results/test22.html; fi java -Djava.awt.headless=true -jar ../lib/saxon9he.jar test23.xml ../html/html.xsl useFixedDate=true| xmllint --format - > test23.html if [ 0 -ne 1 ]; \ then diff test23.html expected-results/test23.html; fi (mkdir files; cd files;java -Djava.awt.headless=true -jar ../../lib/saxon9he.jar ../testnotes1.xml ../../html/html.xsl splitLevel=4 useFixedDate=true STDOUT=false cssFile=../../tei.css) xmllint --format files/index.html > x ; mv x files/index.html xmllint --format files/one.html > x ; mv x files/one.html xmllint --format files/two.html > x ; mv x files/two.html xmllint --format files/three.html > x ; mv x files/three.html if [ 0 -ne 1 ]; \ then diff -r files expected-results/testnotes; fi rm -rf files (mkdir files; cd files;java -Djava.awt.headless=true -jar ../../lib/saxon9he.jar ../testnotes2.xml ../../html/html.xsl splitLevel=0 useFixedDate=true STDOUT=false cssFile=../../tei.css) xmllint --format files/index.html > x ; mv x files/index.html xmllint --format files/one.html > x ; mv x files/one.html xmllint --format files/three.html > x ; mv x files/three.html if [ 0 -ne 1 ]; \ then diff -r files expected-results/testnotes2; fi rm -rf files (mkdir files; cd files;java -Djava.awt.headless=true -jar ../../lib/saxon9he.jar ../testnotes2.xml ../../html/html.xsl splitLevel=4 useFixedDate=true STDOUT=false cssFile=../../tei.css) xmllint --format files/index.html > x ; mv x files/index.html xmllint --format files/one.html > x ; mv x files/one.html xmllint --format files/two.html > x ; mv x files/two.html xmllint --format files/three.html > x ; mv x files/three.html if [ 0 -ne 1 ]; \ then diff -r files expected-results/testnotes3; fi java -Djava.awt.headless=true -jar ../lib/saxon9he.jar test24.xml ../html/html.xsl useFixedDate=true | xmllint --format - > test24.html if [ 0 -ne 1 ]; \ then diff test24.html expected-results/test24.html; fi java -Djava.awt.headless=true -jar ../lib/saxon9he.jar test25.xml ../html/html.xsl useFixedDate=true | xmllint --format - > test25.html if [ 0 -ne 1 ]; \ then diff test25.html expected-results/test25.html; fi java -Djava.awt.headless=true -jar ../lib/saxon9he.jar test27.xml ../html/html.xsl useFixedDate=true cssFile=../tei.css cssSecondaryFile=../css/msdescription.css | xmllint --format - > test27.html if [ 0 -ne 1 ]; \ then diff test27.html expected-results/test27.html; fi rm -rf files java -Djava.awt.headless=true -jar ../lib/saxon9he.jar test28.xml ../html/html.xsl splitLevel=0 STDOUT=false useFixedDate=true xmllint --format index.html > x ; mv x test28.html if [ 0 -ne 1 ]; \ then diff test28.html expected-results/test28.html; fi java -Djava.awt.headless=true -jar ../lib/saxon9he.jar test31.xml ../html/html.xsl cssFile="" cssInlineFiles=../tei.css useFixedDate=true | xmllint --format - > test31.html if [ 0 -ne 1 ]; \ then diff test31.html expected-results/test31.html; fi 976,979d975 < span.distinct{ < font-style: italic; < } < make[1]: *** [test-to-html] Error 1 make[1]: Leaving directory `<http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/Test'> make: *** [test] Error 2 Build step 'Execute shell' marked build as failure Archiving artifacts

See <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/2220/display/redirect?page=changes> Changes: [martindholmes] Fixing expected-results fallout. ------------------------------------------ [...truncated 45.80 KB...] Convert test29.docx to <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/Test/temp.xml> (docx to tei) using profile transcription [echo] using <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/profiles/transcription/docx/from.xsl> Warning: XML resolver not found; external catalogs will be ignored [xslt] docx conversion issue: unable to handle picture here, no embed or link [xslt] WARN: Possible confusion on where these captions belong: [[Figure 1: An included image]] and [[Figure 2. An embedded .xslx graph, doesn’t work yet.]] [xslt] WARN: Possible confusion on where these captions belong: [[Table 1 A Simple table]] and [[Table 2 A bit more Complex table]] BUILD SUCCESSFUL Total time: 8 seconds xmllint --format temp.xml | perl cleanup.pl > test29.xml && rm temp.xml if [ 0 -ne 1 ]; \ then diff test29.xml expected-results/test29.xml; fi ../bin/docxtotei --profile=tei test37.docx temp.xml WARNING: No localsource set. Will get a copy from http://www.tei-c.org/Vault/P5/. Convert test37.docx to <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/Test/temp.xml> (docx to tei) using profile tei [echo] using <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/profiles/tei/docx/from.xsl> Warning: XML resolver not found; external catalogs will be ignored BUILD SUCCESSFUL Total time: 5 seconds xmllint --format temp.xml | perl cleanup.pl > test37.xml && rm temp.xml if [ 0 -ne 1 ]; \ then diff test37.xml expected-results/test37.xml; fi ../bin/docxtotei --profile=tei test40.docx temp.xml WARNING: No localsource set. Will get a copy from http://www.tei-c.org/Vault/P5/. Convert test40.docx to <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/Test/temp.xml> (docx to tei) using profile tei [echo] using <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/profiles/tei/docx/from.xsl> Warning: XML resolver not found; external catalogs will be ignored BUILD SUCCESSFUL Total time: 5 seconds xmllint --format temp.xml | perl cleanup.pl > test40.xml && rm temp.xml if [ 0 -ne 1 ]; \ then diff test40.xml expected-results/test40.xml; fi BUILD: testing xlsx ../bin/xlsxtotei test.xlsx test.xlsx.xml WARNING: No localsource set. Will get a copy from http://www.tei-c.org/Vault/P5/. Convert test.xlsx to <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/Test/test.xlsx.xml> (xlsx to tei) using profile default [echo] Convert using <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/profiles/default/xlsx/from.xsl> Warning: XML resolver not found; external catalogs will be ignored BUILD SUCCESSFUL Total time: 2 seconds if [ 0 -ne 1 ]; \ then diff test.xlsx.xml expected-results/test.xlsx.xml; fi BUILD: testing rdf java -Djava.awt.headless=true -jar ../lib/saxon9he.jar -o:test12.rdf test12.xml ../profiles/default/rdf/to.xsl if [ 0 -ne 1 ]; \ then diff test12.rdf expected-results/test12.rdf; fi BUILD: testing text ../bin/teitotxt test14.xml test.text WARNING: No localsource set. Will get a copy from http://www.tei-c.org/Vault/P5/. Convert test14.xml to <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/Test/test.text> (tei to txt) using profile default Warning: XML resolver not found; external catalogs will be ignored BUILD SUCCESSFUL Total time: 6 seconds if [ 0 -ne 1 ]; \ then diff test.text expected-results/test.text; fi (cd ..; make names) make[2]: Entering directory `<http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/'> java -jar lib/saxon9he.jar -it:main tools/getnames.xsl > names.xml make[2]: Leaving directory `<http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/'> BUILD: testing odt ../bin/teitoodt test.xml WARNING: No localsource set. Will get a copy from http://www.tei-c.org/Vault/P5/. Convert test.xml to <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/Test/test.xml.odt> (tei to odt) using profile default [echo] Converting <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/Test/test.xml> into <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/Test/test.xml.odt> Warning: XML resolver not found; external catalogs will be ignored Warning: XML resolver not found; external catalogs will be ignored BUILD SUCCESSFUL Total time: 8 seconds unzip -t test.xml.odt > test.xml.odt.listing unzip -o -q test.xml.odt content.xml xmllint --format content.xml > content.xml.odt.listing if [ 0 -ne 1 ]; \ then diff test.xml.odt.listing expected-results/test.xml.odt.listing; fi if [ 0 -ne 1 ]; \ then diff content.xml.odt.listing expected-results/content.xml.odt.listing; fi ../bin/odttotei test7.odt test7.xml WARNING: No localsource set. Will get a copy from http://www.tei-c.org/Vault/P5/. Convert test7.odt to <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/Test/test7.xml> (odt to tei) using profile default Warning: XML resolver not found; external catalogs will be ignored BUILD SUCCESSFUL Total time: 3 seconds java -Djava.awt.headless=true -jar ../lib/lib/jing-20120724.0.0.jar test.rng test7.xml if [ 0 -ne 1 ]; \ then diff test7.xml expected-results/test7.xml; fi BUILD: testing markdown BUILD: markdown to tei ../bin/markdowntotei mdtest1.md mdtest1.xml WARNING: No localsource set. Will get a copy from http://www.tei-c.org/Vault/P5/. Convert mdtest1.md to <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/Test/mdtest1.xml> (markdown to tei) using profile default Warning: XML resolver not found; external catalogs will be ignored BUILD SUCCESSFUL Total time: 2 seconds if [ 0 -ne 1 ]; \ then diff mdtest1.xml expected-results/mdtest1.xml; fi BUILD: tei to markdown ../bin/teitomarkdown test.xml mdtest2.md WARNING: No localsource set. Will get a copy from http://www.tei-c.org/Vault/P5/. Convert test.xml to <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/Test/mdtest2.md> (tei to markdown) using profile default Warning: XML resolver not found; external catalogs will be ignored BUILD SUCCESSFUL Total time: 4 seconds if [ 0 -ne 1 ]; \ then diff mdtest2.md expected-results/mdtest2.md; fi BUILD: testing cocoa to TEI ../bin/cocoatotei cocoatest.txt cocoatest.xml WARNING: No localsource set. Will get a copy from http://www.tei-c.org/Vault/P5/. Convert cocoatest.txt to <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/Test/cocoatest.xml> (cocoa to tei) using profile default Warning: XML resolver not found; external catalogs will be ignored BUILD SUCCESSFUL Total time: 3 seconds if [ 0 -ne 1 ]; \ then diff cocoatest.xml expected-results/cocoatest.xml; fi ../bin/cocoatotei cocoatest2.txt cocoatest2.xml WARNING: No localsource set. Will get a copy from http://www.tei-c.org/Vault/P5/. Convert cocoatest2.txt to <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/Test/cocoatest2.xml> (cocoa to tei) using profile default Warning: XML resolver not found; external catalogs will be ignored BUILD SUCCESSFUL Total time: 4 seconds if [ 0 -ne 1 ]; \ then diff cocoatest2.xml expected-results/cocoatest2.xml; fi 5,9c5,8 < <title> < <ab>EPISTLE</ab> < <ab>To all good Fellowes, Professors of</ab> < <ab>%the Gentle Craft; of what degree%</ab> < <ab>soever.</ab> ---
<title>EPISTLE<lb/> To all good Fellowes, Professors of<lb/> %the Gentle Craft; of what degree%<lb/> soever.<lb/>
28,31c27,31 < <title> < <ab>SONGS</ab> < <ab>%The first Three-mans%</ab> < </title> ---
<ab> <title>SONGS<lb/> %The first Three-mans%<lb/> </title> </ab>
51,53c51,54 < <title> < <ab>%The second Three-mans%</ab> < </title> ---
<ab> <title>%The second Three-mans%<lb/> </title> </ab>
86,91c87,93 < <title> < <ab>PROLOGUE</ab> < <ab>%The Prologue as it was pronounced%</ab> < <ab>before the Queenes</ab> < <ab>Majestie.</ab> < </title> ---
<ab> <title>PROLOGUE<lb/> %The Prologue as it was pronounced%<lb/> before the Queenes<lb/> Majestie.<lb/> </title> </ab>
110,141c112,145 < <title> < <ab>DRAMATIS PERSONAE</ab> < <ab>KING OF ENGLAND</ab> < <ab>EARL OF LINCOLN</ab> < <ab>EARL OF CORNWALL</ab> < <ab>LORD MAYOR %of London, Sir Roger Otley%</ab> < <ab>SIMON EYRE, %shoemaker and afterwards Lord Mayor%</ab> < <ab>ROWLAND LACY, %nephew to Lincoln, afterwards disguisted as% HANS</ab> < <ab>MEULTER</ab> < <ab>ASKEW, %cousin to% LACY</ab> < <ab>HAMMON, %a city gentleman%</ab> < <ab>WARNER, %cousin to% HAMMON</ab> < <ab>MASTER SCOTT, %friend to% OTLEY</ab> < <ab>HODGE (%also called% ROGER), %foreman to% EYRE</ab> < <ab>FIRKE, %journeyman to% EYRE</ab> < <ab>RAFE DAMPORT, %journeyman to% EYRE</ab> < <ab>LOVELL, %servant to the% KING</ab> < <ab>DODGER, %parasite to% LINCOLN</ab> < <ab>DUTCH SKIPPER</ab> < <ab>BOY, %apprentice to% EYRE</ab> < <ab>BOY, %servant to% OTLEY</ab> < <ab>MARGERY, %wife to% EYRE</ab> < <ab>ROSE, %daughter to% OTLEY</ab> < <ab>JANE, %wife to% RAFE DAMPORT</ab> < <ab>SYBIL, %maid to% ROSE</ab> < <ab>NOBLEMEN, SOLDIERS, HUNTSMEN, SHOEMAKERS, APPREN-+</ab> < <ab>TICES, SERVANTS</ab> < </title> < <title> < <ab>A pleasant Comedie of</ab> < <ab>%the Gentle Craft.%</ab> < </title> ---
<ab> <title>DRAMATIS PERSONAE<lb/> KING OF ENGLAND<lb/> EARL OF LINCOLN<lb/> EARL OF CORNWALL<lb/> LORD MAYOR %of London, Sir Roger Otley%<lb/> SIMON EYRE, %shoemaker and afterwards Lord Mayor%<lb/> ROWLAND LACY, %nephew to Lincoln, afterwards disguisted as% HANS<lb/> MEULTER<lb/> ASKEW, %cousin to% LACY<lb/> HAMMON, %a city gentleman%<lb/> WARNER, %cousin to% HAMMON<lb/> MASTER SCOTT, %friend to% OTLEY<lb/> HODGE (%also called% ROGER), %foreman to% EYRE<lb/> FIRKE, %journeyman to% EYRE<lb/> RAFE DAMPORT, %journeyman to% EYRE<lb/> LOVELL, %servant to the% KING<lb/> DODGER, %parasite to% LINCOLN<lb/> DUTCH SKIPPER<lb/> BOY, %apprentice to% EYRE<lb/> BOY, %servant to% OTLEY<lb/> MARGERY, %wife to% EYRE<lb/> ROSE, %daughter to% OTLEY<lb/> JANE, %wife to% RAFE DAMPORT<lb/> SYBIL, %maid to% ROSE<lb/> NOBLEMEN, SOLDIERS, HUNTSMEN, SHOEMAKERS, APPREN-+<lb/> TICES, SERVANTS<lb/> </title> </ab> <ab> <title>A pleasant Comedie of<lb/> %the Gentle Craft.%<lb/> </title> </ab>
make[1]: *** [test-cocoa] Error 1 make[1]: Leaving directory `<http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/Test'> make: *** [test] Error 2 Build step 'Execute shell' marked build as failure Archiving artifacts

See <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/2221/display/redirect> ------------------------------------------ [...truncated 46.49 KB...] Convert test29.docx to <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/Test/temp.xml> (docx to tei) using profile transcription [echo] using <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/profiles/transcription/docx/from.xsl> Warning: XML resolver not found; external catalogs will be ignored [xslt] docx conversion issue: unable to handle picture here, no embed or link [xslt] WARN: Possible confusion on where these captions belong: [[Figure 1: An included image]] and [[Figure 2. An embedded .xslx graph, doesn’t work yet.]] [xslt] WARN: Possible confusion on where these captions belong: [[Table 1 A Simple table]] and [[Table 2 A bit more Complex table]] BUILD SUCCESSFUL Total time: 8 seconds xmllint --format temp.xml | perl cleanup.pl > test29.xml && rm temp.xml if [ 0 -ne 1 ]; \ then diff test29.xml expected-results/test29.xml; fi ../bin/docxtotei --profile=tei test37.docx temp.xml WARNING: No localsource set. Will get a copy from http://www.tei-c.org/Vault/P5/. Convert test37.docx to <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/Test/temp.xml> (docx to tei) using profile tei [echo] using <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/profiles/tei/docx/from.xsl> Warning: XML resolver not found; external catalogs will be ignored BUILD SUCCESSFUL Total time: 5 seconds xmllint --format temp.xml | perl cleanup.pl > test37.xml && rm temp.xml if [ 0 -ne 1 ]; \ then diff test37.xml expected-results/test37.xml; fi ../bin/docxtotei --profile=tei test40.docx temp.xml WARNING: No localsource set. Will get a copy from http://www.tei-c.org/Vault/P5/. Convert test40.docx to <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/Test/temp.xml> (docx to tei) using profile tei [echo] using <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/profiles/tei/docx/from.xsl> Warning: XML resolver not found; external catalogs will be ignored BUILD SUCCESSFUL Total time: 5 seconds xmllint --format temp.xml | perl cleanup.pl > test40.xml && rm temp.xml if [ 0 -ne 1 ]; \ then diff test40.xml expected-results/test40.xml; fi BUILD: testing xlsx ../bin/xlsxtotei test.xlsx test.xlsx.xml WARNING: No localsource set. Will get a copy from http://www.tei-c.org/Vault/P5/. Convert test.xlsx to <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/Test/test.xlsx.xml> (xlsx to tei) using profile default [echo] Convert using <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/profiles/default/xlsx/from.xsl> Warning: XML resolver not found; external catalogs will be ignored BUILD SUCCESSFUL Total time: 2 seconds if [ 0 -ne 1 ]; \ then diff test.xlsx.xml expected-results/test.xlsx.xml; fi BUILD: testing rdf java -Djava.awt.headless=true -jar ../lib/saxon9he.jar -o:test12.rdf test12.xml ../profiles/default/rdf/to.xsl if [ 0 -ne 1 ]; \ then diff test12.rdf expected-results/test12.rdf; fi BUILD: testing text ../bin/teitotxt test14.xml test.text WARNING: No localsource set. Will get a copy from http://www.tei-c.org/Vault/P5/. Convert test14.xml to <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/Test/test.text> (tei to txt) using profile default Warning: XML resolver not found; external catalogs will be ignored BUILD SUCCESSFUL Total time: 6 seconds if [ 0 -ne 1 ]; \ then diff test.text expected-results/test.text; fi (cd ..; make names) make[2]: Entering directory `<http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/'> java -jar lib/saxon9he.jar -it:main tools/getnames.xsl > names.xml make[2]: Leaving directory `<http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/'> BUILD: testing odt ../bin/teitoodt test.xml WARNING: No localsource set. Will get a copy from http://www.tei-c.org/Vault/P5/. Convert test.xml to <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/Test/test.xml.odt> (tei to odt) using profile default [echo] Converting <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/Test/test.xml> into <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/Test/test.xml.odt> Warning: XML resolver not found; external catalogs will be ignored Warning: XML resolver not found; external catalogs will be ignored BUILD SUCCESSFUL Total time: 7 seconds unzip -t test.xml.odt > test.xml.odt.listing unzip -o -q test.xml.odt content.xml xmllint --format content.xml > content.xml.odt.listing if [ 0 -ne 1 ]; \ then diff test.xml.odt.listing expected-results/test.xml.odt.listing; fi if [ 0 -ne 1 ]; \ then diff content.xml.odt.listing expected-results/content.xml.odt.listing; fi ../bin/odttotei test7.odt test7.xml WARNING: No localsource set. Will get a copy from http://www.tei-c.org/Vault/P5/. Convert test7.odt to <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/Test/test7.xml> (odt to tei) using profile default Warning: XML resolver not found; external catalogs will be ignored BUILD SUCCESSFUL Total time: 4 seconds java -Djava.awt.headless=true -jar ../lib/lib/jing-20120724.0.0.jar test.rng test7.xml if [ 0 -ne 1 ]; \ then diff test7.xml expected-results/test7.xml; fi BUILD: testing markdown BUILD: markdown to tei ../bin/markdowntotei mdtest1.md mdtest1.xml WARNING: No localsource set. Will get a copy from http://www.tei-c.org/Vault/P5/. Convert mdtest1.md to <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/Test/mdtest1.xml> (markdown to tei) using profile default Warning: XML resolver not found; external catalogs will be ignored BUILD SUCCESSFUL Total time: 2 seconds if [ 0 -ne 1 ]; \ then diff mdtest1.xml expected-results/mdtest1.xml; fi BUILD: tei to markdown ../bin/teitomarkdown test.xml mdtest2.md WARNING: No localsource set. Will get a copy from http://www.tei-c.org/Vault/P5/. Convert test.xml to <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/Test/mdtest2.md> (tei to markdown) using profile default Warning: XML resolver not found; external catalogs will be ignored BUILD SUCCESSFUL Total time: 4 seconds if [ 0 -ne 1 ]; \ then diff mdtest2.md expected-results/mdtest2.md; fi BUILD: testing cocoa to TEI ../bin/cocoatotei cocoatest.txt cocoatest.xml WARNING: No localsource set. Will get a copy from http://www.tei-c.org/Vault/P5/. Convert cocoatest.txt to <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/Test/cocoatest.xml> (cocoa to tei) using profile default Warning: XML resolver not found; external catalogs will be ignored BUILD SUCCESSFUL Total time: 3 seconds if [ 0 -ne 1 ]; \ then diff cocoatest.xml expected-results/cocoatest.xml; fi ../bin/cocoatotei cocoatest2.txt cocoatest2.xml WARNING: No localsource set. Will get a copy from http://www.tei-c.org/Vault/P5/. Convert cocoatest2.txt to <http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/Test/cocoatest2.xml> (cocoa to tei) using profile default Warning: XML resolver not found; external catalogs will be ignored BUILD SUCCESSFUL Total time: 4 seconds if [ 0 -ne 1 ]; \ then diff cocoatest2.xml expected-results/cocoatest2.xml; fi 5,9c5,8 < <title> < <ab>EPISTLE</ab> < <ab>To all good Fellowes, Professors of</ab> < <ab>%the Gentle Craft; of what degree%</ab> < <ab>soever.</ab> ---
<title>EPISTLE<lb/> To all good Fellowes, Professors of<lb/> %the Gentle Craft; of what degree%<lb/> soever.<lb/>
28,31c27,31 < <title> < <ab>SONGS</ab> < <ab>%The first Three-mans%</ab> < </title> ---
<ab> <title>SONGS<lb/> %The first Three-mans%<lb/> </title> </ab>
51,53c51,54 < <title> < <ab>%The second Three-mans%</ab> < </title> ---
<ab> <title>%The second Three-mans%<lb/> </title> </ab>
86,91c87,93 < <title> < <ab>PROLOGUE</ab> < <ab>%The Prologue as it was pronounced%</ab> < <ab>before the Queenes</ab> < <ab>Majestie.</ab> < </title> ---
<ab> <title>PROLOGUE<lb/> %The Prologue as it was pronounced%<lb/> before the Queenes<lb/> Majestie.<lb/> </title> </ab>
110,141c112,145 < <title> < <ab>DRAMATIS PERSONAE</ab> < <ab>KING OF ENGLAND</ab> < <ab>EARL OF LINCOLN</ab> < <ab>EARL OF CORNWALL</ab> < <ab>LORD MAYOR %of London, Sir Roger Otley%</ab> < <ab>SIMON EYRE, %shoemaker and afterwards Lord Mayor%</ab> < <ab>ROWLAND LACY, %nephew to Lincoln, afterwards disguisted as% HANS</ab> < <ab>MEULTER</ab> < <ab>ASKEW, %cousin to% LACY</ab> < <ab>HAMMON, %a city gentleman%</ab> < <ab>WARNER, %cousin to% HAMMON</ab> < <ab>MASTER SCOTT, %friend to% OTLEY</ab> < <ab>HODGE (%also called% ROGER), %foreman to% EYRE</ab> < <ab>FIRKE, %journeyman to% EYRE</ab> < <ab>RAFE DAMPORT, %journeyman to% EYRE</ab> < <ab>LOVELL, %servant to the% KING</ab> < <ab>DODGER, %parasite to% LINCOLN</ab> < <ab>DUTCH SKIPPER</ab> < <ab>BOY, %apprentice to% EYRE</ab> < <ab>BOY, %servant to% OTLEY</ab> < <ab>MARGERY, %wife to% EYRE</ab> < <ab>ROSE, %daughter to% OTLEY</ab> < <ab>JANE, %wife to% RAFE DAMPORT</ab> < <ab>SYBIL, %maid to% ROSE</ab> < <ab>NOBLEMEN, SOLDIERS, HUNTSMEN, SHOEMAKERS, APPREN-+</ab> < <ab>TICES, SERVANTS</ab> < </title> < <title> < <ab>A pleasant Comedie of</ab> < <ab>%the Gentle Craft.%</ab> < </title> ---
<ab> <title>DRAMATIS PERSONAE<lb/> KING OF ENGLAND<lb/> EARL OF LINCOLN<lb/> EARL OF CORNWALL<lb/> LORD MAYOR %of London, Sir Roger Otley%<lb/> SIMON EYRE, %shoemaker and afterwards Lord Mayor%<lb/> ROWLAND LACY, %nephew to Lincoln, afterwards disguisted as% HANS<lb/> MEULTER<lb/> ASKEW, %cousin to% LACY<lb/> HAMMON, %a city gentleman%<lb/> WARNER, %cousin to% HAMMON<lb/> MASTER SCOTT, %friend to% OTLEY<lb/> HODGE (%also called% ROGER), %foreman to% EYRE<lb/> FIRKE, %journeyman to% EYRE<lb/> RAFE DAMPORT, %journeyman to% EYRE<lb/> LOVELL, %servant to the% KING<lb/> DODGER, %parasite to% LINCOLN<lb/> DUTCH SKIPPER<lb/> BOY, %apprentice to% EYRE<lb/> BOY, %servant to% OTLEY<lb/> MARGERY, %wife to% EYRE<lb/> ROSE, %daughter to% OTLEY<lb/> JANE, %wife to% RAFE DAMPORT<lb/> SYBIL, %maid to% ROSE<lb/> NOBLEMEN, SOLDIERS, HUNTSMEN, SHOEMAKERS, APPREN-+<lb/> TICES, SERVANTS<lb/> </title> </ab> <ab> <title>A pleasant Comedie of<lb/> %the Gentle Craft.%<lb/> </title> </ab>
make[1]: *** [test-cocoa] Error 1 make[1]: Leaving directory `<http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/ws/Test'> make: *** [test] Error 2 Build step 'Execute shell' marked build as failure Archiving artifacts

participants (1)
-
Victoria TEI Jenkins