Build failed in Jenkins: Stylesheets-dev #2117

1 Jan
2017
1 Jan
'17
8:31 p.m.
http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/2117/Changes: [martindholmes] Beginning work on an experimental pure-ant approach to the Stylesheets [martindholmes] Minor change to Stylesheet Test/Makefile to change confusing filename. ------------------------------------------ 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 ecb1c8992bb5c39f38bf1c164d1529c8cc9c9580 (refs/remotes/origin/dev) > git config core.sparsecheckout # timeout=10 > git checkout -f ecb1c8992bb5c39f38bf1c164d1529c8cc9c9580 > git rev-list aa74390a07f44b7614f096f0492f48701bb865bf # timeout=10 > git tag -a -f -m Jenkins Build #2117 jenkins-Stylesheets-dev-2117 # timeout=10 [workspace] $ /bin/bash -xe /tmp/hudson8503773617740539044.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 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: 19 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 <?xml version="1.0" encoding="UTF-8"?>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: 9 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/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/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 warning: failed to load external entity "index.html" if [ 0 -ne 1 ]; \ then diff test28.html expected-results/test28.html; fi 0a1,61 > <?xml version="1.0" encoding="utf-8"?> > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> > <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> > <head> > <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> > <!--THIS FILE IS GENERATED FROM AN XML MASTER. DO NOT EDIT (3)--> > <title>Connecting to Eduroam via Mac OS X 10.7</title> > <meta name="author" content="OUCS" /> > <meta name="generator" content="Text Encoding Initiative Consortium XSLT stylesheets" /> > <meta name="DC.Title" content="Connecting to Eduroam via Mac OS X 10.7" /> > <meta name="DC.Type" content="Text" /> > <meta name="DC.Format" content="text/html" /> > <link href="http://www.tei-c.org/release/xml/tei/stylesheet/tei.css" rel="stylesheet" type="text/css" /> > <link rel="stylesheet" media="print" type="text/css" href="http://www.tei-c.org/release/xml/tei/stylesheet/tei-print.css" /> > </head> > <body class="simple" id="TOP"> > <div class="stdheader autogenerated"> > <h2 class="institution">(unknown project)</h2> > <h1 class="maintitle">Connecting to Eduroam via Mac OS X 10.7</h1> > </div> > <!--TEI front matter --> > <h2>Table of contents</h2> > <ul class="toc toc_body"> > <li class="toc"> > <span class="headingNumber">1. </span> > <a class="toc toc_0" href="#intro" title="Introduction">Introduction</a> > </li> > </ul> > <!--TEI body matter --> > <div class="teidiv0" id="intro"> > <h2> > <span class="headingNumber">1. </span> > <span class="head">Introduction</span> > </h2> > <p>The following instructions apply to using the Eduroam wireless service on Apple OS X based machines, specifically those using 10.7 aka Lion. If you find an error in the instructions, please contact <a class="link_ref" href="mailto:wireless@oucs.ox.ac.uk">wireless@oucs.ox.ac.uk</a>; if you have general questions or need other assistance, contact <a class="link_ref" href="mailto:help@oucs.ox.ac.uk">help@it.ox.ac.uk</a></p> > <ol> > <li class="item">In the Apple menu, select System Preferences . <div class="figure"><img src="applemenuwithsyspref.png" alt="Screenshot of Apple menu showing System Preferences" class="spaceimage" /></div></li> > <li class="item">In the System Preferences window, under the Internet & Wireless section, click on the icon for Network. <div class="figure"><img src="systempreferences.png" alt="Screenshot of System Preferences window" class="spaceimage" /></div></li> > <li class="item">On the next screen, perform the following steps: <ul><li class="item">select the Turn Wi-Fi On button (see red oval in top right corner)</li><li class="item">click the padlock to unlock the interface if locked (see red arrow in bottom left corner)</li><li class="item">click on the Advanced... button(see red oval in bottom right corner)</li></ul> <div class="figure"><img src="networkpane.png" alt="Screenshot showing the Network pane within system preferences" class="spaceimage" /></div></li> > <li class="item">You will now see a new drop down pane within the Network window that should be open on the Wi-Fi tab. Click on + to add a new network. <div class="figure"><img src="wifipane.png" alt="Screenshot showing the Wi-Fi device listing" class="spaceimage" /></div></li> > <li class="item">You will now see another drop down pane allowing you to add a Wi-Fi network profile. Click the Choose a network... button. <div class="figure"><img src="wifinetworkprofile.png" alt="Screenshot showing the Wi-Fi network profile pane." class="spaceimage" /></div></li> > <li class="item">You will now see another drop down pane displaying a list of all the wireless networks that your computer can detect.<div class="figure"><img src="wifinetworks.png" alt="Screenshot showing the detected Wi-Fi networks.." class="spaceimage" /></div></li> > <li class="item">Select eduroam from the list of networks and click OK. This will open another drop down pane allowing you to enter the necessary details for the eduroam network. Enter your <a class="link_ref" href="http://www.oucs.ox.ac.uk/network/remote/">Remote Access account</a> username followed by @OX.AC.UK (e.g. abcd1234@OX.AC.UK) and your Remote Access password (as set via <a class="link_ptr" href="https://register.oucs.ox.ac.uk/self/remote_access"><span>https://register.oucs.ox.ac.uk/self/remote_access</span></a>). The Security and Mode fields should already be set to WPA2 Enterprise and Automatic respectively. <div class="figure"><img src="eduroamnetworkdetails.png" alt="Screenshot showing the details for the eduroam network." class="spaceimage" /></div></li> > <li class="item">You will now be returned to the pane showing the list of configured Wi-Fi networks and the eduroam network should appear in the list. Click the OK button to complete the configuration.<div class="figure"><img src="eduroamsuccessfullyadded.png" alt="Screenshot showing the successfully added eduroam network." class="spaceimage" /></div></li> > <li class="item">Your computer will now authenticate with the network and then you should be able to access the Internet. If you get an error saying that authentication has failed, double-check the steps shown above. If you are still unable to connect, then contact <a class="link_ref" href="mailto:help@it.ox.ac.uk">help@it.ox.ac.uk</a> for assistance.</li> > </ol> > <p>Users must abide by the user use agreement a copy of which is available at:<a class="link_ref" href="http://www.admin.ox.ac.uk/statutes/regulations/196-052.shtml">http://www.admin.ox.ac.uk/statutes/regulations/196-052.shtml</a></p> > </div> > <!--TEI back matter --> > <div class="stdfooter autogenerated"> > <div class="footer"><!--standard links to project, institution etc--><a class="plain" href="/">Home</a> </div> > <address>OUCS. > Date: 1970-01-01<br /><!-- > Generated using XSLT stylesheets version 0 > based on http://www.tei-c.org/Stylesheets/ > on 1970-01-01. > SAXON. > --></address> > </div> > </body> > </html> 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

1 Jan
1 Jan
9:11 p.m.
New subject: [tei-council] Build failed in Jenkins: Stylesheets-dev #2118
http://teijenkins.hcmc.uvic.ca/job/Stylesheets-dev/2118/Changes: [martindholmes] Fix typo in Makefile. ------------------------------------------ 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 2be7e772b5df7b3a1ded69ce04de72bcc4e80315 (refs/remotes/origin/dev) > git config core.sparsecheckout # timeout=10 > git checkout -f 2be7e772b5df7b3a1ded69ce04de72bcc4e80315 > git rev-list ecb1c8992bb5c39f38bf1c164d1529c8cc9c9580 # timeout=10 > git tag -a -f -m Jenkins Build #2118 jenkins-Stylesheets-dev-2118 # timeout=10 [workspace] $ /bin/bash -xe /tmp/hudson8846594431153033236.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 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: 18 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 <?xml version="1.0" encoding="UTF-8"?>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: 9 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/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/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 warning: failed to load external entity "index.html" -:1: parser error : Document is empty if [ 0 -ne 1 ]; \ then diff test28.html expected-results/test28.html; fi 0a1,61 > <?xml version="1.0" encoding="utf-8"?> > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> > <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> > <head> > <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> > <!--THIS FILE IS GENERATED FROM AN XML MASTER. DO NOT EDIT (3)--> > <title>Connecting to Eduroam via Mac OS X 10.7</title> > <meta name="author" content="OUCS" /> > <meta name="generator" content="Text Encoding Initiative Consortium XSLT stylesheets" /> > <meta name="DC.Title" content="Connecting to Eduroam via Mac OS X 10.7" /> > <meta name="DC.Type" content="Text" /> > <meta name="DC.Format" content="text/html" /> > <link href="http://www.tei-c.org/release/xml/tei/stylesheet/tei.css" rel="stylesheet" type="text/css" /> > <link rel="stylesheet" media="print" type="text/css" href="http://www.tei-c.org/release/xml/tei/stylesheet/tei-print.css" /> > </head> > <body class="simple" id="TOP"> > <div class="stdheader autogenerated"> > <h2 class="institution">(unknown project)</h2> > <h1 class="maintitle">Connecting to Eduroam via Mac OS X 10.7</h1> > </div> > <!--TEI front matter --> > <h2>Table of contents</h2> > <ul class="toc toc_body"> > <li class="toc"> > <span class="headingNumber">1. </span> > <a class="toc toc_0" href="#intro" title="Introduction">Introduction</a> > </li> > </ul> > <!--TEI body matter --> > <div class="teidiv0" id="intro"> > <h2> > <span class="headingNumber">1. </span> > <span class="head">Introduction</span> > </h2> > <p>The following instructions apply to using the Eduroam wireless service on Apple OS X based machines, specifically those using 10.7 aka Lion. If you find an error in the instructions, please contact <a class="link_ref" href="mailto:wireless@oucs.ox.ac.uk">wireless@oucs.ox.ac.uk</a>; if you have general questions or need other assistance, contact <a class="link_ref" href="mailto:help@oucs.ox.ac.uk">help@it.ox.ac.uk</a></p> > <ol> > <li class="item">In the Apple menu, select System Preferences . <div class="figure"><img src="applemenuwithsyspref.png" alt="Screenshot of Apple menu showing System Preferences" class="spaceimage" /></div></li> > <li class="item">In the System Preferences window, under the Internet & Wireless section, click on the icon for Network. <div class="figure"><img src="systempreferences.png" alt="Screenshot of System Preferences window" class="spaceimage" /></div></li> > <li class="item">On the next screen, perform the following steps: <ul><li class="item">select the Turn Wi-Fi On button (see red oval in top right corner)</li><li class="item">click the padlock to unlock the interface if locked (see red arrow in bottom left corner)</li><li class="item">click on the Advanced... button(see red oval in bottom right corner)</li></ul> <div class="figure"><img src="networkpane.png" alt="Screenshot showing the Network pane within system preferences" class="spaceimage" /></div></li> > <li class="item">You will now see a new drop down pane within the Network window that should be open on the Wi-Fi tab. Click on + to add a new network. <div class="figure"><img src="wifipane.png" alt="Screenshot showing the Wi-Fi device listing" class="spaceimage" /></div></li> > <li class="item">You will now see another drop down pane allowing you to add a Wi-Fi network profile. Click the Choose a network... button. <div class="figure"><img src="wifinetworkprofile.png" alt="Screenshot showing the Wi-Fi network profile pane." class="spaceimage" /></div></li> > <li class="item">You will now see another drop down pane displaying a list of all the wireless networks that your computer can detect.<div class="figure"><img src="wifinetworks.png" alt="Screenshot showing the detected Wi-Fi networks.." class="spaceimage" /></div></li> > <li class="item">Select eduroam from the list of networks and click OK. This will open another drop down pane allowing you to enter the necessary details for the eduroam network. Enter your <a class="link_ref" href="http://www.oucs.ox.ac.uk/network/remote/">Remote Access account</a> username followed by @OX.AC.UK (e.g. abcd1234@OX.AC.UK) and your Remote Access password (as set via <a class="link_ptr" href="https://register.oucs.ox.ac.uk/self/remote_access"><span>https://register.oucs.ox.ac.uk/self/remote_access</span></a>). The Security and Mode fields should already be set to WPA2 Enterprise and Automatic respectively. <div class="figure"><img src="eduroamnetworkdetails.png" alt="Screenshot showing the details for the eduroam network." class="spaceimage" /></div></li> > <li class="item">You will now be returned to the pane showing the list of configured Wi-Fi networks and the eduroam network should appear in the list. Click the OK button to complete the configuration.<div class="figure"><img src="eduroamsuccessfullyadded.png" alt="Screenshot showing the successfully added eduroam network." class="spaceimage" /></div></li> > <li class="item">Your computer will now authenticate with the network and then you should be able to access the Internet. If you get an error saying that authentication has failed, double-check the steps shown above. If you are still unable to connect, then contact <a class="link_ref" href="mailto:help@it.ox.ac.uk">help@it.ox.ac.uk</a> for assistance.</li> > </ol> > <p>Users must abide by the user use agreement a copy of which is available at:<a class="link_ref" href="http://www.admin.ox.ac.uk/statutes/regulations/196-052.shtml">http://www.admin.ox.ac.uk/statutes/regulations/196-052.shtml</a></p> > </div> > <!--TEI back matter --> > <div class="stdfooter autogenerated"> > <div class="footer"><!--standard links to project, institution etc--><a class="plain" href="/">Home</a> </div> > <address>OUCS. > Date: 1970-01-01<br /><!-- > Generated using XSLT stylesheets version 0 > based on http://www.tei-c.org/Stylesheets/ > on 1970-01-01. > SAXON. > --></address> > </div> > </body> > </html> 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

10:01 p.m.
New subject: [tei-council] Jenkins build is back to normal : Stylesheets-dev #2119
3017
Age (days ago)
3017
Last active (days ago)
2 comments
1 participants
participants (1)
-
Victoria TEI Jenkins