Build failed in Jenkins: TEIP5-Test-dev #3378
See <http://teijenkins.hcmc.uvic.ca/job/TEIP5-Test-dev/3378/display/redirect?page=changes>
Changes:
[s.bauman] Add @type to several children of of <person> Addresses #1600, see
------------------------------------------
Started by an SCM change
Building in workspace <http://teijenkins.hcmc.uvic.ca/job/TEIP5-Test-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/TEI.git # timeout=10
Fetching upstream changes from https://github.com/TEIC/TEI.git
> git --version # timeout=10
> git fetch --tags --progress https://github.com/TEIC/TEI.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 eadbf4718d1960655813f50b7f9948c89ade86b9 (refs/remotes/origin/dev)
> git config core.sparsecheckout # timeout=10
> git checkout -f eadbf4718d1960655813f50b7f9948c89ade86b9
> git rev-list 0812848e9b50fef464e793974a0dd7e165a6de53 # timeout=10
[workspace] $ /bin/bash -xe /tmp/jenkins184330082597947542.sh
+ cd P5
++ pwd
+ make VCS=git INJENKINS=true XSL=<http://teijenkins.hcmc.uvic.ca/job/TEIP5-Test-dev/ws/P5/../../../Stylesheets-dev/lastSuccessful/archive/dist/xml/tei/stylesheet> clean validate test
(cd Exemplars; make clean)
make[1]: Entering directory `<http://teijenkins.hcmc.uvic.ca/job/TEIP5-Test-dev/ws/P5/Exemplars'>
mv tei_lite_fr.nvdl tei_lite_fr.nvdl.bak
rm -f *.processed *.xsd *.dtd *.doc.* *.rnc tei*.xsl tei*.rng *.compiled* *~ *.xi *.isosch *.epub *.pdf *.html *.nvdl *-teix*
mv tei_lite_fr.nvdl.bak tei_lite_fr.nvdl
rm -f exnames.xml
rm -f enrich.rng isofs.rng
rm -f names.xml *properties
rm -f [A-Z]*xml
make[1]: Leaving directory `<http://teijenkins.hcmc.uvic.ca/job/TEIP5-Test-dev/ws/P5/Exemplars'>
(cd Test; make clean)
make[1]: Entering directory `<http://teijenkins.hcmc.uvic.ca/job/TEIP5-Test-dev/ws/P5/Test'>
rm -f test*.doc.xml test*.rnc test*.dtd test*.compiled.* test*.xsd test*.rnc test*.rng test*.xsl test*.isosch
rm -rf LOG *~ *.xsd Schema RomaResults DTD
rm -rf *.doc.*
rm -f detest.log detest.log.all
rm -f *-examples.rng *-examples.rnc *test*.nvdl *-ex.odd
rm -f detest.rnc detest.rng detest.dtd detest.isosch
make[1]: Leaving directory `<http://teijenkins.hcmc.uvic.ca/job/TEIP5-Test-dev/ws/P5/Test'>
rm -rf release Guidelines Guidelines-web Schema DTD dtd Split
rm -rf Guidelines.??? Guidelines-*
rm -f *.isosch.xsl
rm -f *.stamp
rm -f *.xsd
rm -f Exemplars/stdout
rm -f Test/*.isosch
rm -f Test/detest.dtd Test/detest.rnc Test/detest.rng Test/detest.xsl
rm -f Test/stdout
rm -f Utilities/guidelines.xsl
rm -f anything buildweb.xml
rm -f p5.sch p5.isosch p5.xml p5subset.xml p5subset.json p5subset.js
rm -f p5attlist.txt
rm -f p5odds-examples.rng p5odds-examples.rnc p5odds.rng p5odds.rnc p5odds.isosch
rm -f pdfbuild.log
rm -f stripspace.xsl.model
rm -f tei-*.zip
rm -f tei-p5-*_*build
rm -f tei-p5-*_*changes
rm -f tei-p5-*_*deb
rm -f teiwebsiteguidelines.zip
rm -rf FASC-*
rm -rf catalogue.* modList
rm -rf valid v.xml ValidatorLog.xml Utilities/pointerattributes.xsl graphics.sh missfont.log v.body v.header Schematron1.xml Schematron2.xml
Checking you have running XML tools and Perl before trying to run transform...
Ant:/usr/bin/ant
Perl:/usr/bin/perl
Java:/usr/bin/java
xmllint:/usr/bin/xmllint
touch check.stamp
get latest date:
VCS is git
if [ "git" = "svn" ] ; \
then \
if [ true = "true" ] ; \
then svn info --xml svn://svn.code.sf.net/p/tei/code/trunk/P5 ; \
else svn info --xml ; \
fi > repodate.xml ; \
fi
if [ git = "git" ] ; \
then \
git log --max-count=1 --pretty=format:"<info type=\"git\"><entry><commit revision=\"%h\"><date>%ai</date></commit></entry></info>" > repodate.xml ; \
fi
BUILD: Generate modular DTDs, Schemas, Schematron and miscellaneous outputs
ANT_OPTS="-Xss2m -Xmx752m -Djava.awt.headless=true" ant -q -lib Utilities/lib/jing.jar:Utilities/lib/saxon9he.jar -f antbuilder.xml -DXSL=<http://teijenkins.hcmc.uvic.ca/job/TEIP5-Test-dev/ws/P5/../../../Stylesheets-dev/lastSuccessful/archive/dist/xml/tei/stylesheet> -DDRIVER=Source/guidelines-en.xml base subset outputs
[echo] make modular DTDs, RELAXNG schemas, json, odd schemas, schematron files
[echo] Using <http://teijenkins.hcmc.uvic.ca/job/TEIP5-Test-dev/ws/P5/../../../Stylesheets-dev/lastSuccessful/archive/dist/xml/tei/stylesheet> for XSL stylesheets
[echo] Do ODD processing for p5odds.odd
[echo] Do ODD processing for p5odds-examples.odd
BUILD SUCCESSFUL
Total time: 1 minute 46 seconds
BUILD: Generate modular RELAX NG (compact) schemas using trang
(cd Schema; for i in *rng; do java -jar ../Utilities/lib/trang.jar $i `basename $i .rng`.rnc;done)
touch schemas.stamp
BUILD: Check validity with rnv (https://github.com/dtolpin/RNV) if we have it
command -v rnv && rnv -v p5odds.rnc p5.xml
/usr/local/bin/rnv
rnv version 1.7.10
p5.xml
BUILD: Check validity with special-purpose XSL code, looking for bad links etc
ANT_OPTS="-Xss2m -Xmx752m -Djava.awt.headless=true" ant -q -lib Utilities/lib/saxon9he.jar -f antbuilder.xml -DXSL=<http://teijenkins.hcmc.uvic.ca/job/TEIP5-Test-dev/ws/P5/../../../Stylesheets-dev/lastSuccessful/archive/dist/xml/tei/stylesheet> validators
[echo] Run Schematron script (normal part of Guidelines)
[echo] Run Schematron script (Examples in Guidelines marked as valid)
[echo] Run ad hoc XSLT validators
BUILD SUCCESSFUL
Total time: 49 seconds
<Messages>
<WARNING>Schematron warning: The hand construct becomes outdated on 2017-08-01 [Test: @validUntil cast as xs:date ge (current-date() + (60*xs:dayTimeDuration('P1D')))] Location: /TEI[1]/text[1]/body[1]/div[3]/div[4]/div[3]/specGrp[1]/elementSpec[1]/attList[1]/attDef[2]</WARNING>
<WARNING>Schematron warning: The hand construct becomes outdated on 2017-08-01 [Test: @validUntil cast as xs:date ge (current-date() + (60*xs:dayTimeDuration('P1D')))] Location: /TEI[1]/text[1]/body[1]/div[3]/div[4]/div[3]/specGrp[1]/elementSpec[4]/attList[1]/attDef[2]</WARNING>
<ERROR>Schematron error:
Error: both the versionDate and xml:lang attributes on "gloss" are required when it is a child of "valItem".
[Test: not( @xml:lang and @versionDate )] Location: /TEI[1]/text[1]/body[1]/div[13]/div[3]/div[4]/div[4]/specGrp[1]/elementSpec[3]/attList[1]/attDef[1]/valList[1]/valItem[1]/gloss[1]</ERROR>
<ERROR>Schematron error:
Error: both the versionDate and xml:lang attributes on "gloss" are required when it is a child of "valItem".
[Test: not( @xml:lang and @versionDate )] Location: /TEI[1]/text[1]/body[1]/div[13]/div[3]/div[4]/div[4]/specGrp[1]/elementSpec[3]/attList[1]/attDef[1]/valList[1]/valItem[2]/gloss[1]</ERROR>
<ERROR>Schematron error:
Error: both the versionDate and xml:lang attributes on "gloss" are required when it is a child of "valItem".
[Test: not( @xml:lang and @versionDate )] Location: /TEI[1]/text[1]/body[1]/div[13]/div[3]/div[4]/div[4]/specGrp[1]/elementSpec[3]/attList[1]/attDef[1]/valList[1]/valItem[3]/gloss[1]</ERROR>
<ERROR>Schematron error:
Error: both the versionDate and xml:lang attributes on "remarks" are required when it is a child of "attDef".
[Test: not( @xml:lang and @versionDate )] Location: /TEI[1]/text[1]/body[1]/div[13]/div[3]/div[4]/div[4]/specGrp[1]/elementSpec[5]/attList[1]/attDef[1]/remarks[1]</ERROR>
<WARNING>Schematron warning: WARNING: deprecated use of element — The catchwords element will not be allowed outside of msDesc as of 2018-10-01. [Test: ancestor::tei:msDesc] Location: /TEI[1]/text[1]/body[1]/div[10]/div[3]/div[7]/p[1]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/catchwords[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</WARNING>
<WARNING>Schematron warning: WARNING: deprecated use of element — The catchwords element will not be allowed outside of msDesc as of 2018-10-01. [Test: ancestor::tei:msDesc] Location: /TEI[1]/text[1]/body[1]/div[10]/div[3]/div[7]/p[1]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][2]/catchwords[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</WARNING>
<WARNING>Schematron warning: WARNING: deprecated use of element — The catchwords element will not be allowed outside of msDesc as of 2018-10-01. [Test: ancestor::tei:msDesc] Location: /TEI[1]/text[1]/body[1]/div[10]/div[3]/div[8]/specGrp[1]/elementSpec[1]/exemplum[1]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/catchwords[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</WARNING>
<WARNING>Schematron warning: WARNING: deprecated use of element — The catchwords element will not be allowed outside of msDesc as of 2018-10-01. [Test: ancestor::tei:msDesc] Location: /TEI[1]/text[1]/body[1]/div[10]/div[7]/div[3]/div[3]/specGrp[1]/elementSpec[5]/exemplum[3]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/collation[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/p[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/catchwords[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</WARNING>
<WARNING>Schematron warning: WARNING: deprecated use of element — The catchwords element will not be allowed outside of msDesc as of 2018-10-01. [Test: ancestor::tei:msDesc] Location: /TEI[1]/text[1]/body[1]/div[10]/div[7]/div[3]/div[3]/specGrp[1]/elementSpec[5]/exemplum[6]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/collation[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/p[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/catchwords[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</WARNING>
<WARNING>Schematron warning: WARNING: deprecated use of element — The secFol element will not be allowed outside of msDesc as of 2018-10-01. [Test: ancestor::tei:msDesc] Location: /TEI[1]/text[1]/body[1]/div[10]/div[3]/div[7]/p[4]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/secFol[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</WARNING>
<WARNING>Schematron warning: WARNING: deprecated use of element — The secFol element will not be allowed outside of msDesc as of 2018-10-01. [Test: ancestor::tei:msDesc] Location: /TEI[1]/text[1]/body[1]/div[10]/div[3]/div[8]/specGrp[1]/elementSpec[14]/exemplum[1]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/secFol[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</WARNING>
<WARNING>Schematron warning: WARNING: deprecated use of element — The secFol element will not be allowed outside of msDesc as of 2018-10-01. [Test: ancestor::tei:msDesc] Location: /TEI[1]/text[1]/body[1]/div[10]/div[3]/div[8]/specGrp[1]/elementSpec[14]/exemplum[2]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/secFol[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</WARNING>
<WARNING>Schematron warning: WARNING: deprecated use of element — The secFol element will not be allowed outside of msDesc as of 2018-10-01. [Test: ancestor::tei:msDesc] Location: /TEI[1]/text[1]/body[1]/div[10]/div[3]/div[8]/specGrp[1]/elementSpec[14]/exemplum[3]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/secFol[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</WARNING>
<WARNING>Schematron warning: WARNING: deprecated use of element — The signatures element will not be allowed outside of msDesc as of 2018-10-01. [Test: ancestor::tei:msDesc] Location: /TEI[1]/text[1]/body[1]/div[10]/div[3]/div[7]/p[2]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/signatures[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</WARNING>
<WARNING>Schematron warning: WARNING: deprecated use of element — The signatures element will not be allowed outside of msDesc as of 2018-10-01. [Test: ancestor::tei:msDesc] Location: /TEI[1]/text[1]/body[1]/div[10]/div[3]/div[7]/p[3]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/signatures[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</WARNING>
<WARNING>Schematron warning: WARNING: deprecated use of element — The signatures element will not be allowed outside of msDesc as of 2018-10-01. [Test: ancestor::tei:msDesc] Location: /TEI[1]/text[1]/body[1]/div[10]/div[3]/div[8]/specGrp[1]/elementSpec[15]/exemplum[1]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/signatures[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</WARNING>
<WARNING>Schematron warning: WARNING: deprecated use of element — The signatures element will not be allowed outside of msDesc as of 2018-10-01. [Test: ancestor::tei:msDesc] Location: /TEI[1]/text[1]/body[1]/div[10]/div[3]/div[8]/specGrp[1]/elementSpec[15]/exemplum[2]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/signatures[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</WARNING>
<WARNING>Schematron warning: WARNING: deprecated use of element — The signatures element will not be allowed outside of msDesc as of 2018-10-01. [Test: ancestor::tei:msDesc] Location: /TEI[1]/text[1]/body[1]/div[10]/div[3]/div[8]/specGrp[1]/elementSpec[15]/exemplum[3]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/signatures[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</WARNING>
</Messages>
(grep -q "<ERROR>" ValidatorLog.xml;if [ $? -ne 1 ] ; then echo "Oh dear me. ERROR found";diff ValidatorLog.xml expected-results/ValidatorLog.xml;false; fi)
Oh dear me. ERROR found
2,15d1
< <WARNING>Schematron warning: The hand construct becomes outdated on 2017-08-01 [Test: @validUntil cast as xs:date ge (current-date() + (60*xs:dayTimeDuration('P1D')))] Location: /TEI[1]/text[1]/body[1]/div[3]/div[4]/div[3]/specGrp[1]/elementSpec[1]/attList[1]/attDef[2]</WARNING>
< <WARNING>Schematron warning: The hand construct becomes outdated on 2017-08-01 [Test: @validUntil cast as xs:date ge (current-date() + (60*xs:dayTimeDuration('P1D')))] Location: /TEI[1]/text[1]/body[1]/div[3]/div[4]/div[3]/specGrp[1]/elementSpec[4]/attList[1]/attDef[2]</WARNING>
< <ERROR>Schematron error:
< Error: both the versionDate and xml:lang attributes on "gloss" are required when it is a child of "valItem".
< [Test: not( @xml:lang and @versionDate )] Location: /TEI[1]/text[1]/body[1]/div[13]/div[3]/div[4]/div[4]/specGrp[1]/elementSpec[3]/attList[1]/attDef[1]/valList[1]/valItem[1]/gloss[1]</ERROR>
< <ERROR>Schematron error:
< Error: both the versionDate and xml:lang attributes on "gloss" are required when it is a child of "valItem".
< [Test: not( @xml:lang and @versionDate )] Location: /TEI[1]/text[1]/body[1]/div[13]/div[3]/div[4]/div[4]/specGrp[1]/elementSpec[3]/attList[1]/attDef[1]/valList[1]/valItem[2]/gloss[1]</ERROR>
< <ERROR>Schematron error:
< Error: both the versionDate and xml:lang attributes on "gloss" are required when it is a child of "valItem".
< [Test: not( @xml:lang and @versionDate )] Location: /TEI[1]/text[1]/body[1]/div[13]/div[3]/div[4]/div[4]/specGrp[1]/elementSpec[3]/attList[1]/attDef[1]/valList[1]/valItem[3]/gloss[1]</ERROR>
< <ERROR>Schematron error:
< Error: both the versionDate and xml:lang attributes on "remarks" are required when it is a child of "attDef".
< [Test: not( @xml:lang and @versionDate )] Location: /TEI[1]/text[1]/body[1]/div[13]/div[3]/div[4]/div[4]/specGrp[1]/elementSpec[5]/attList[1]/attDef[1]/remarks[1]</ERROR>
29a16,28
> <WARNING>Schematron warning: WARNING: use of deprecated method — the use of the altIdentifier element as a direct child of the msPart element will be removed from the TEI on 2016-09-09 [Test: child::tei:altIdentifier] Location: /TEI[1]/text[1]/body[1]/div[10]/div[10]/specGrp[1]/elementSpec[1]/exemplum[2]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/msDesc[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/msPart[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</WARNING>
> <WARNING>Schematron warning: WARNING: use of deprecated attribute — @degree of the precision element will be removed from the TEI on 2015-11-12.
> [Test: @degree] Location: /TEI[1]/text[1]/body[1]/div[21]/div[1]/div[2]/div[4]/specGrp[1]/elementSpec[1]/exemplum[1]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/precision[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</WARNING>
> <WARNING>Schematron warning: WARNING: use of deprecated attribute — @degree of the precision element will be removed from the TEI on 2015-11-12.
> [Test: @degree] Location: /TEI[1]/text[1]/body[1]/div[21]/div[1]/div[2]/div[4]/specGrp[1]/elementSpec[1]/exemplum[1]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/precision[namespace-uri()='http://www.tei-c.org/ns/Examples'][2]</WARNING>
> <WARNING>Schematron warning: WARNING: use of deprecated attribute — @degree of the precision element will be removed from the TEI on 2015-11-12.
> [Test: @degree] Location: /TEI[1]/text[1]/body[1]/div[21]/div[2]/p[5]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/precision[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</WARNING>
> <WARNING>Schematron warning: WARNING: use of deprecated attribute — @degree of the precision element will be removed from the TEI on 2015-11-12.
> [Test: @degree] Location: /TEI[1]/text[1]/body[1]/div[21]/div[2]/p[5]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/precision[namespace-uri()='http://www.tei-c.org/ns/Examples'][2]</WARNING>
> <WARNING>Schematron warning: WARNING: use of deprecated attribute — @degree of the precision element will be removed from the TEI on 2015-11-12.
> [Test: @degree] Location: /TEI[1]/text[1]/body[1]/div[21]/div[2]/p[6]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/residence[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/precision[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</WARNING>
> <WARNING>Schematron warning: WARNING: use of deprecated attribute — @degree of the precision element will be removed from the TEI on 2015-11-12.
> [Test: @degree] Location: /TEI[1]/text[1]/body[1]/div[21]/div[2]/p[7]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/precision[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</WARNING>
make: *** [valid] Error 1
Build step 'Execute shell' marked build as failure
Not sending mail to unregistered user s.bauman@neu.edu
See <http://teijenkins.hcmc.uvic.ca/job/TEIP5-Test-dev/3379/display/redirect?page=changes>
Changes:
[ebbondar] revised constraintSpec description per #1535
------------------------------------------
Started by an SCM change
Building in workspace <http://teijenkins.hcmc.uvic.ca/job/TEIP5-Test-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/TEI.git # timeout=10
Fetching upstream changes from https://github.com/TEIC/TEI.git
> git --version # timeout=10
> git fetch --tags --progress https://github.com/TEIC/TEI.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 4cbbb6a54ccffb930991eb069a64f84b97791ba7 (refs/remotes/origin/dev)
> git config core.sparsecheckout # timeout=10
> git checkout -f 4cbbb6a54ccffb930991eb069a64f84b97791ba7
> git rev-list eadbf4718d1960655813f50b7f9948c89ade86b9 # timeout=10
[workspace] $ /bin/bash -xe /tmp/jenkins3670878177214318444.sh
+ cd P5
++ pwd
+ make VCS=git INJENKINS=true XSL=<http://teijenkins.hcmc.uvic.ca/job/TEIP5-Test-dev/ws/P5/../../../Stylesheets-dev/lastSuccessful/archive/dist/xml/tei/stylesheet> clean validate test
(cd Exemplars; make clean)
make[1]: Entering directory `<http://teijenkins.hcmc.uvic.ca/job/TEIP5-Test-dev/ws/P5/Exemplars'>
mv tei_lite_fr.nvdl tei_lite_fr.nvdl.bak
rm -f *.processed *.xsd *.dtd *.doc.* *.rnc tei*.xsl tei*.rng *.compiled* *~ *.xi *.isosch *.epub *.pdf *.html *.nvdl *-teix*
mv tei_lite_fr.nvdl.bak tei_lite_fr.nvdl
rm -f exnames.xml
rm -f enrich.rng isofs.rng
rm -f names.xml *properties
rm -f [A-Z]*xml
make[1]: Leaving directory `<http://teijenkins.hcmc.uvic.ca/job/TEIP5-Test-dev/ws/P5/Exemplars'>
(cd Test; make clean)
make[1]: Entering directory `<http://teijenkins.hcmc.uvic.ca/job/TEIP5-Test-dev/ws/P5/Test'>
rm -f test*.doc.xml test*.rnc test*.dtd test*.compiled.* test*.xsd test*.rnc test*.rng test*.xsl test*.isosch
rm -rf LOG *~ *.xsd Schema RomaResults DTD
rm -rf *.doc.*
rm -f detest.log detest.log.all
rm -f *-examples.rng *-examples.rnc *test*.nvdl *-ex.odd
rm -f detest.rnc detest.rng detest.dtd detest.isosch
make[1]: Leaving directory `<http://teijenkins.hcmc.uvic.ca/job/TEIP5-Test-dev/ws/P5/Test'>
rm -rf release Guidelines Guidelines-web Schema DTD dtd Split
rm -rf Guidelines.??? Guidelines-*
rm -f *.isosch.xsl
rm -f *.stamp
rm -f *.xsd
rm -f Exemplars/stdout
rm -f Test/*.isosch
rm -f Test/detest.dtd Test/detest.rnc Test/detest.rng Test/detest.xsl
rm -f Test/stdout
rm -f Utilities/guidelines.xsl
rm -f anything buildweb.xml
rm -f p5.sch p5.isosch p5.xml p5subset.xml p5subset.json p5subset.js
rm -f p5attlist.txt
rm -f p5odds-examples.rng p5odds-examples.rnc p5odds.rng p5odds.rnc p5odds.isosch
rm -f pdfbuild.log
rm -f stripspace.xsl.model
rm -f tei-*.zip
rm -f tei-p5-*_*build
rm -f tei-p5-*_*changes
rm -f tei-p5-*_*deb
rm -f teiwebsiteguidelines.zip
rm -rf FASC-*
rm -rf catalogue.* modList
rm -rf valid v.xml ValidatorLog.xml Utilities/pointerattributes.xsl graphics.sh missfont.log v.body v.header Schematron1.xml Schematron2.xml
Checking you have running XML tools and Perl before trying to run transform...
Ant:/usr/bin/ant
Perl:/usr/bin/perl
Java:/usr/bin/java
xmllint:/usr/bin/xmllint
touch check.stamp
get latest date:
VCS is git
if [ "git" = "svn" ] ; \
then \
if [ true = "true" ] ; \
then svn info --xml svn://svn.code.sf.net/p/tei/code/trunk/P5 ; \
else svn info --xml ; \
fi > repodate.xml ; \
fi
if [ git = "git" ] ; \
then \
git log --max-count=1 --pretty=format:"<info type=\"git\"><entry><commit revision=\"%h\"><date>%ai</date></commit></entry></info>" > repodate.xml ; \
fi
BUILD: Generate modular DTDs, Schemas, Schematron and miscellaneous outputs
ANT_OPTS="-Xss2m -Xmx752m -Djava.awt.headless=true" ant -q -lib Utilities/lib/jing.jar:Utilities/lib/saxon9he.jar -f antbuilder.xml -DXSL=<http://teijenkins.hcmc.uvic.ca/job/TEIP5-Test-dev/ws/P5/../../../Stylesheets-dev/lastSuccessful/archive/dist/xml/tei/stylesheet> -DDRIVER=Source/guidelines-en.xml base subset outputs
[echo] make modular DTDs, RELAXNG schemas, json, odd schemas, schematron files
[echo] Using <http://teijenkins.hcmc.uvic.ca/job/TEIP5-Test-dev/ws/P5/../../../Stylesheets-dev/lastSuccessful/archive/dist/xml/tei/stylesheet> for XSL stylesheets
[echo] Do ODD processing for p5odds.odd
[echo] Do ODD processing for p5odds-examples.odd
BUILD SUCCESSFUL
Total time: 1 minute 3 seconds
BUILD: Generate modular RELAX NG (compact) schemas using trang
(cd Schema; for i in *rng; do java -jar ../Utilities/lib/trang.jar $i `basename $i .rng`.rnc;done)
touch schemas.stamp
BUILD: Check validity with rnv (https://github.com/dtolpin/RNV) if we have it
command -v rnv && rnv -v p5odds.rnc p5.xml
/usr/local/bin/rnv
rnv version 1.7.10
p5.xml
BUILD: Check validity with special-purpose XSL code, looking for bad links etc
ANT_OPTS="-Xss2m -Xmx752m -Djava.awt.headless=true" ant -q -lib Utilities/lib/saxon9he.jar -f antbuilder.xml -DXSL=<http://teijenkins.hcmc.uvic.ca/job/TEIP5-Test-dev/ws/P5/../../../Stylesheets-dev/lastSuccessful/archive/dist/xml/tei/stylesheet> validators
[echo] Run Schematron script (normal part of Guidelines)
[echo] Run Schematron script (Examples in Guidelines marked as valid)
[echo] Run ad hoc XSLT validators
BUILD SUCCESSFUL
Total time: 25 seconds
<Messages>
<WARNING>Schematron warning: The hand construct becomes outdated on 2017-08-01 [Test: @validUntil cast as xs:date ge (current-date() + (60*xs:dayTimeDuration('P1D')))] Location: /TEI[1]/text[1]/body[1]/div[3]/div[4]/div[3]/specGrp[1]/elementSpec[1]/attList[1]/attDef[2]</WARNING>
<WARNING>Schematron warning: The hand construct becomes outdated on 2017-08-01 [Test: @validUntil cast as xs:date ge (current-date() + (60*xs:dayTimeDuration('P1D')))] Location: /TEI[1]/text[1]/body[1]/div[3]/div[4]/div[3]/specGrp[1]/elementSpec[4]/attList[1]/attDef[2]</WARNING>
<ERROR>Schematron error:
Error: both the versionDate and xml:lang attributes on "gloss" are required when it is a child of "valItem".
[Test: not( @xml:lang and @versionDate )] Location: /TEI[1]/text[1]/body[1]/div[13]/div[3]/div[4]/div[4]/specGrp[1]/elementSpec[3]/attList[1]/attDef[1]/valList[1]/valItem[1]/gloss[1]</ERROR>
<ERROR>Schematron error:
Error: both the versionDate and xml:lang attributes on "gloss" are required when it is a child of "valItem".
[Test: not( @xml:lang and @versionDate )] Location: /TEI[1]/text[1]/body[1]/div[13]/div[3]/div[4]/div[4]/specGrp[1]/elementSpec[3]/attList[1]/attDef[1]/valList[1]/valItem[2]/gloss[1]</ERROR>
<ERROR>Schematron error:
Error: both the versionDate and xml:lang attributes on "gloss" are required when it is a child of "valItem".
[Test: not( @xml:lang and @versionDate )] Location: /TEI[1]/text[1]/body[1]/div[13]/div[3]/div[4]/div[4]/specGrp[1]/elementSpec[3]/attList[1]/attDef[1]/valList[1]/valItem[3]/gloss[1]</ERROR>
<ERROR>Schematron error:
Error: both the versionDate and xml:lang attributes on "remarks" are required when it is a child of "attDef".
[Test: not( @xml:lang and @versionDate )] Location: /TEI[1]/text[1]/body[1]/div[13]/div[3]/div[4]/div[4]/specGrp[1]/elementSpec[5]/attList[1]/attDef[1]/remarks[1]</ERROR>
<WARNING>Schematron warning: WARNING: deprecated use of element — The catchwords element will not be allowed outside of msDesc as of 2018-10-01. [Test: ancestor::tei:msDesc] Location: /TEI[1]/text[1]/body[1]/div[10]/div[3]/div[7]/p[1]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/catchwords[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</WARNING>
<WARNING>Schematron warning: WARNING: deprecated use of element — The catchwords element will not be allowed outside of msDesc as of 2018-10-01. [Test: ancestor::tei:msDesc] Location: /TEI[1]/text[1]/body[1]/div[10]/div[3]/div[7]/p[1]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][2]/catchwords[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</WARNING>
<WARNING>Schematron warning: WARNING: deprecated use of element — The catchwords element will not be allowed outside of msDesc as of 2018-10-01. [Test: ancestor::tei:msDesc] Location: /TEI[1]/text[1]/body[1]/div[10]/div[3]/div[8]/specGrp[1]/elementSpec[1]/exemplum[1]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/catchwords[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</WARNING>
<WARNING>Schematron warning: WARNING: deprecated use of element — The catchwords element will not be allowed outside of msDesc as of 2018-10-01. [Test: ancestor::tei:msDesc] Location: /TEI[1]/text[1]/body[1]/div[10]/div[7]/div[3]/div[3]/specGrp[1]/elementSpec[5]/exemplum[3]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/collation[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/p[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/catchwords[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</WARNING>
<WARNING>Schematron warning: WARNING: deprecated use of element — The catchwords element will not be allowed outside of msDesc as of 2018-10-01. [Test: ancestor::tei:msDesc] Location: /TEI[1]/text[1]/body[1]/div[10]/div[7]/div[3]/div[3]/specGrp[1]/elementSpec[5]/exemplum[6]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/collation[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/p[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/catchwords[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</WARNING>
<WARNING>Schematron warning: WARNING: deprecated use of element — The secFol element will not be allowed outside of msDesc as of 2018-10-01. [Test: ancestor::tei:msDesc] Location: /TEI[1]/text[1]/body[1]/div[10]/div[3]/div[7]/p[4]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/secFol[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</WARNING>
<WARNING>Schematron warning: WARNING: deprecated use of element — The secFol element will not be allowed outside of msDesc as of 2018-10-01. [Test: ancestor::tei:msDesc] Location: /TEI[1]/text[1]/body[1]/div[10]/div[3]/div[8]/specGrp[1]/elementSpec[14]/exemplum[1]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/secFol[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</WARNING>
<WARNING>Schematron warning: WARNING: deprecated use of element — The secFol element will not be allowed outside of msDesc as of 2018-10-01. [Test: ancestor::tei:msDesc] Location: /TEI[1]/text[1]/body[1]/div[10]/div[3]/div[8]/specGrp[1]/elementSpec[14]/exemplum[2]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/secFol[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</WARNING>
<WARNING>Schematron warning: WARNING: deprecated use of element — The secFol element will not be allowed outside of msDesc as of 2018-10-01. [Test: ancestor::tei:msDesc] Location: /TEI[1]/text[1]/body[1]/div[10]/div[3]/div[8]/specGrp[1]/elementSpec[14]/exemplum[3]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/secFol[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</WARNING>
<WARNING>Schematron warning: WARNING: deprecated use of element — The signatures element will not be allowed outside of msDesc as of 2018-10-01. [Test: ancestor::tei:msDesc] Location: /TEI[1]/text[1]/body[1]/div[10]/div[3]/div[7]/p[2]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/signatures[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</WARNING>
<WARNING>Schematron warning: WARNING: deprecated use of element — The signatures element will not be allowed outside of msDesc as of 2018-10-01. [Test: ancestor::tei:msDesc] Location: /TEI[1]/text[1]/body[1]/div[10]/div[3]/div[7]/p[3]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/signatures[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</WARNING>
<WARNING>Schematron warning: WARNING: deprecated use of element — The signatures element will not be allowed outside of msDesc as of 2018-10-01. [Test: ancestor::tei:msDesc] Location: /TEI[1]/text[1]/body[1]/div[10]/div[3]/div[8]/specGrp[1]/elementSpec[15]/exemplum[1]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/signatures[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</WARNING>
<WARNING>Schematron warning: WARNING: deprecated use of element — The signatures element will not be allowed outside of msDesc as of 2018-10-01. [Test: ancestor::tei:msDesc] Location: /TEI[1]/text[1]/body[1]/div[10]/div[3]/div[8]/specGrp[1]/elementSpec[15]/exemplum[2]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/signatures[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</WARNING>
<WARNING>Schematron warning: WARNING: deprecated use of element — The signatures element will not be allowed outside of msDesc as of 2018-10-01. [Test: ancestor::tei:msDesc] Location: /TEI[1]/text[1]/body[1]/div[10]/div[3]/div[8]/specGrp[1]/elementSpec[15]/exemplum[3]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/signatures[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</WARNING>
</Messages>
(grep -q "<ERROR>" ValidatorLog.xml;if [ $? -ne 1 ] ; then echo "Oh dear me. ERROR found";diff ValidatorLog.xml expected-results/ValidatorLog.xml;false; fi)
Oh dear me. ERROR found
2,15d1
< <WARNING>Schematron warning: The hand construct becomes outdated on 2017-08-01 [Test: @validUntil cast as xs:date ge (current-date() + (60*xs:dayTimeDuration('P1D')))] Location: /TEI[1]/text[1]/body[1]/div[3]/div[4]/div[3]/specGrp[1]/elementSpec[1]/attList[1]/attDef[2]</WARNING>
< <WARNING>Schematron warning: The hand construct becomes outdated on 2017-08-01 [Test: @validUntil cast as xs:date ge (current-date() + (60*xs:dayTimeDuration('P1D')))] Location: /TEI[1]/text[1]/body[1]/div[3]/div[4]/div[3]/specGrp[1]/elementSpec[4]/attList[1]/attDef[2]</WARNING>
< <ERROR>Schematron error:
< Error: both the versionDate and xml:lang attributes on "gloss" are required when it is a child of "valItem".
< [Test: not( @xml:lang and @versionDate )] Location: /TEI[1]/text[1]/body[1]/div[13]/div[3]/div[4]/div[4]/specGrp[1]/elementSpec[3]/attList[1]/attDef[1]/valList[1]/valItem[1]/gloss[1]</ERROR>
< <ERROR>Schematron error:
< Error: both the versionDate and xml:lang attributes on "gloss" are required when it is a child of "valItem".
< [Test: not( @xml:lang and @versionDate )] Location: /TEI[1]/text[1]/body[1]/div[13]/div[3]/div[4]/div[4]/specGrp[1]/elementSpec[3]/attList[1]/attDef[1]/valList[1]/valItem[2]/gloss[1]</ERROR>
< <ERROR>Schematron error:
< Error: both the versionDate and xml:lang attributes on "gloss" are required when it is a child of "valItem".
< [Test: not( @xml:lang and @versionDate )] Location: /TEI[1]/text[1]/body[1]/div[13]/div[3]/div[4]/div[4]/specGrp[1]/elementSpec[3]/attList[1]/attDef[1]/valList[1]/valItem[3]/gloss[1]</ERROR>
< <ERROR>Schematron error:
< Error: both the versionDate and xml:lang attributes on "remarks" are required when it is a child of "attDef".
< [Test: not( @xml:lang and @versionDate )] Location: /TEI[1]/text[1]/body[1]/div[13]/div[3]/div[4]/div[4]/specGrp[1]/elementSpec[5]/attList[1]/attDef[1]/remarks[1]</ERROR>
29a16,28
> <WARNING>Schematron warning: WARNING: use of deprecated method — the use of the altIdentifier element as a direct child of the msPart element will be removed from the TEI on 2016-09-09 [Test: child::tei:altIdentifier] Location: /TEI[1]/text[1]/body[1]/div[10]/div[10]/specGrp[1]/elementSpec[1]/exemplum[2]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/msDesc[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/msPart[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</WARNING>
> <WARNING>Schematron warning: WARNING: use of deprecated attribute — @degree of the precision element will be removed from the TEI on 2015-11-12.
> [Test: @degree] Location: /TEI[1]/text[1]/body[1]/div[21]/div[1]/div[2]/div[4]/specGrp[1]/elementSpec[1]/exemplum[1]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/precision[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</WARNING>
> <WARNING>Schematron warning: WARNING: use of deprecated attribute — @degree of the precision element will be removed from the TEI on 2015-11-12.
> [Test: @degree] Location: /TEI[1]/text[1]/body[1]/div[21]/div[1]/div[2]/div[4]/specGrp[1]/elementSpec[1]/exemplum[1]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/precision[namespace-uri()='http://www.tei-c.org/ns/Examples'][2]</WARNING>
> <WARNING>Schematron warning: WARNING: use of deprecated attribute — @degree of the precision element will be removed from the TEI on 2015-11-12.
> [Test: @degree] Location: /TEI[1]/text[1]/body[1]/div[21]/div[2]/p[5]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/precision[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</WARNING>
> <WARNING>Schematron warning: WARNING: use of deprecated attribute — @degree of the precision element will be removed from the TEI on 2015-11-12.
> [Test: @degree] Location: /TEI[1]/text[1]/body[1]/div[21]/div[2]/p[5]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/precision[namespace-uri()='http://www.tei-c.org/ns/Examples'][2]</WARNING>
> <WARNING>Schematron warning: WARNING: use of deprecated attribute — @degree of the precision element will be removed from the TEI on 2015-11-12.
> [Test: @degree] Location: /TEI[1]/text[1]/body[1]/div[21]/div[2]/p[6]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/residence[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/precision[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</WARNING>
> <WARNING>Schematron warning: WARNING: use of deprecated attribute — @degree of the precision element will be removed from the TEI on 2015-11-12.
> [Test: @degree] Location: /TEI[1]/text[1]/body[1]/div[21]/div[2]/p[7]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/precision[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</WARNING>
make: *** [valid] Error 1
Build step 'Execute shell' marked build as failure
Not sending mail to unregistered user ebbondar@gmail.com
Not sending mail to unregistered user s.bauman@neu.edu
Crud... what did I just do to anger Mr. Jenkins? That was just a simple
edit to an element description!
Elisa
On Sat, Jun 24, 2017 at 5:27 PM, Victoria TEI Jenkins <council@tei-c.org>
wrote:
> See <http://teijenkins.hcmc.uvic.ca/job/TEIP5-Test-dev/3379/
> display/redirect?page=changes>
>
> Changes:
>
> [ebbondar] revised constraintSpec description per #1535
>
> ------------------------------------------
> Started by an SCM change
> Building in workspace <http://teijenkins.hcmc.uvic.
> ca/job/TEIP5-Test-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/TEI.git #
> timeout=10
> Fetching upstream changes from https://github.com/TEIC/TEI.git
> > git --version # timeout=10
> > git fetch --tags --progress https://github.com/TEIC/TEI.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 4cbbb6a54ccffb930991eb069a64f84b97791ba7
> (refs/remotes/origin/dev)
> > git config core.sparsecheckout # timeout=10
> > git checkout -f 4cbbb6a54ccffb930991eb069a64f84b97791ba7
> > git rev-list eadbf4718d1960655813f50b7f9948c89ade86b9 # timeout=10
> [workspace] $ /bin/bash -xe /tmp/jenkins3670878177214318444.sh
> + cd P5
> ++ pwd
> + make VCS=git INJENKINS=true XSL=<http://teijenkins.hcmc.
> uvic.ca/job/TEIP5-Test-dev/ws/P5/../../../Stylesheets-dev/
> lastSuccessful/archive/dist/xml/tei/stylesheet> clean validate test
> (cd Exemplars; make clean)
> make[1]: Entering directory `<http://teijenkins.hcmc.uvic.
> ca/job/TEIP5-Test-dev/ws/P5/Exemplars'>
> mv tei_lite_fr.nvdl tei_lite_fr.nvdl.bak
> rm -f *.processed *.xsd *.dtd *.doc.* *.rnc tei*.xsl tei*.rng *.compiled*
> *~ *.xi *.isosch *.epub *.pdf *.html *.nvdl *-teix*
> mv tei_lite_fr.nvdl.bak tei_lite_fr.nvdl
> rm -f exnames.xml
> rm -f enrich.rng isofs.rng
> rm -f names.xml *properties
> rm -f [A-Z]*xml
> make[1]: Leaving directory `<http://teijenkins.hcmc.uvic.
> ca/job/TEIP5-Test-dev/ws/P5/Exemplars'>
> (cd Test; make clean)
> make[1]: Entering directory `<http://teijenkins.hcmc.uvic.
> ca/job/TEIP5-Test-dev/ws/P5/Test'>
> rm -f test*.doc.xml test*.rnc test*.dtd test*.compiled.* test*.xsd
> test*.rnc test*.rng test*.xsl test*.isosch
> rm -rf LOG *~ *.xsd Schema RomaResults DTD
> rm -rf *.doc.*
> rm -f detest.log detest.log.all
> rm -f *-examples.rng *-examples.rnc *test*.nvdl *-ex.odd
> rm -f detest.rnc detest.rng detest.dtd detest.isosch
> make[1]: Leaving directory `<http://teijenkins.hcmc.uvic.
> ca/job/TEIP5-Test-dev/ws/P5/Test'>
> rm -rf release Guidelines Guidelines-web Schema DTD dtd Split
> rm -rf Guidelines.??? Guidelines-*
> rm -f *.isosch.xsl
> rm -f *.stamp
> rm -f *.xsd
> rm -f Exemplars/stdout
> rm -f Test/*.isosch
> rm -f Test/detest.dtd Test/detest.rnc Test/detest.rng Test/detest.xsl
> rm -f Test/stdout
> rm -f Utilities/guidelines.xsl
> rm -f anything buildweb.xml
> rm -f p5.sch p5.isosch p5.xml p5subset.xml p5subset.json p5subset.js
> rm -f p5attlist.txt
> rm -f p5odds-examples.rng p5odds-examples.rnc p5odds.rng p5odds.rnc
> p5odds.isosch
> rm -f pdfbuild.log
> rm -f stripspace.xsl.model
> rm -f tei-*.zip
> rm -f tei-p5-*_*build
> rm -f tei-p5-*_*changes
> rm -f tei-p5-*_*deb
> rm -f teiwebsiteguidelines.zip
> rm -rf FASC-*
> rm -rf catalogue.* modList
> rm -rf valid v.xml ValidatorLog.xml Utilities/pointerattributes.xsl
> graphics.sh missfont.log v.body v.header Schematron1.xml Schematron2.xml
> Checking you have running XML tools and Perl before trying to run
> transform...
> Ant:/usr/bin/ant
> Perl:/usr/bin/perl
> Java:/usr/bin/java
> xmllint:/usr/bin/xmllint
> touch check.stamp
> get latest date:
> VCS is git
> if [ "git" = "svn" ] ; \
> then \
> if [ true = "true" ] ; \
> then svn info --xml svn://svn.code.sf.net/p/tei/
> code/trunk/P5 ; \
> else svn info --xml ; \
> fi > repodate.xml ; \
> fi
> if [ git = "git" ] ; \
> then \
> git log --max-count=1 --pretty=format:"<info
> type=\"git\"><entry><commit revision=\"%h\"><date>%ai</date></commit></entry></info>"
> > repodate.xml ; \
> fi
> BUILD: Generate modular DTDs, Schemas, Schematron and miscellaneous outputs
> ANT_OPTS="-Xss2m -Xmx752m -Djava.awt.headless=true" ant -q -lib
> Utilities/lib/jing.jar:Utilities/lib/saxon9he.jar -f antbuilder.xml
> -DXSL=<http://teijenkins.hcmc.uvic.ca/job/TEIP5-Test-dev/ws/
> P5/../../../Stylesheets-dev/lastSuccessful/archive/dist/xml/tei/stylesheet>
> -DDRIVER=Source/guidelines-en.xml base subset outputs
> [echo] make modular DTDs, RELAXNG schemas, json, odd schemas,
> schematron files
> [echo] Using <http://teijenkins.hcmc.uvic.
> ca/job/TEIP5-Test-dev/ws/P5/../../../Stylesheets-dev/
> lastSuccessful/archive/dist/xml/tei/stylesheet> for XSL stylesheets
> [echo] Do ODD processing for p5odds.odd
> [echo] Do ODD processing for p5odds-examples.odd
>
> BUILD SUCCESSFUL
> Total time: 1 minute 3 seconds
> BUILD: Generate modular RELAX NG (compact) schemas using trang
> (cd Schema; for i in *rng; do java -jar ../Utilities/lib/trang.jar $i
> `basename $i .rng`.rnc;done)
> touch schemas.stamp
> BUILD: Check validity with rnv (https://github.com/dtolpin/RNV) if we
> have it
> command -v rnv && rnv -v p5odds.rnc p5.xml
> /usr/local/bin/rnv
> rnv version 1.7.10
> p5.xml
> BUILD: Check validity with special-purpose XSL code, looking for bad links
> etc
> ANT_OPTS="-Xss2m -Xmx752m -Djava.awt.headless=true" ant -q -lib
> Utilities/lib/saxon9he.jar -f antbuilder.xml -DXSL=<
> http://teijenkins.hcmc.uvic.ca/job/TEIP5-Test-dev/ws/
> P5/../../../Stylesheets-dev/lastSuccessful/archive/dist/xml/tei/stylesheet>
> validators
> [echo] Run Schematron script (normal part of Guidelines)
> [echo] Run Schematron script (Examples in Guidelines marked as valid)
> [echo] Run ad hoc XSLT validators
>
> BUILD SUCCESSFUL
> Total time: 25 seconds
> <Messages>
> <WARNING>Schematron warning: The hand construct becomes outdated on
> 2017-08-01 [Test: @validUntil cast as xs:date ge (current-date() +
> (60*xs:dayTimeDuration('P1D')))] Location: /TEI[1]/text[1]/body[1]/div[3]
> /div[4]/div[3]/specGrp[1]/elementSpec[1]/attList[1]/attDef[2]</WARNING>
> <WARNING>Schematron warning: The hand construct becomes outdated on
> 2017-08-01 [Test: @validUntil cast as xs:date ge (current-date() +
> (60*xs:dayTimeDuration('P1D')))] Location: /TEI[1]/text[1]/body[1]/div[3]
> /div[4]/div[3]/specGrp[1]/elementSpec[4]/attList[1]/attDef[2]</WARNING>
> <ERROR>Schematron error:
> Error: both the versionDate and xml:lang attributes on
> "gloss" are required when it is a child of "valItem".
> [Test: not( @xml:lang and @versionDate )] Location:
> /TEI[1]/text[1]/body[1]/div[13]/div[3]/div[4]/div[4]/
> specGrp[1]/elementSpec[3]/attList[1]/attDef[1]/valList[
> 1]/valItem[1]/gloss[1]</ERROR>
> <ERROR>Schematron error:
> Error: both the versionDate and xml:lang attributes on
> "gloss" are required when it is a child of "valItem".
> [Test: not( @xml:lang and @versionDate )] Location:
> /TEI[1]/text[1]/body[1]/div[13]/div[3]/div[4]/div[4]/
> specGrp[1]/elementSpec[3]/attList[1]/attDef[1]/valList[
> 1]/valItem[2]/gloss[1]</ERROR>
> <ERROR>Schematron error:
> Error: both the versionDate and xml:lang attributes on
> "gloss" are required when it is a child of "valItem".
> [Test: not( @xml:lang and @versionDate )] Location:
> /TEI[1]/text[1]/body[1]/div[13]/div[3]/div[4]/div[4]/
> specGrp[1]/elementSpec[3]/attList[1]/attDef[1]/valList[
> 1]/valItem[3]/gloss[1]</ERROR>
> <ERROR>Schematron error:
> Error: both the versionDate and xml:lang attributes on
> "remarks" are required when it is a child of "attDef".
> [Test: not( @xml:lang and @versionDate )] Location:
> /TEI[1]/text[1]/body[1]/div[13]/div[3]/div[4]/div[4]/
> specGrp[1]/elementSpec[5]/attList[1]/attDef[1]/remarks[1]</ERROR>
> <WARNING>Schematron warning: WARNING: deprecated use of element — The
> catchwords element will not be allowed outside of msDesc as of 2018-10-01.
> [Test: ancestor::tei:msDesc] Location: /TEI[1]/text[1]/body[1]/div[
> 10]/div[3]/div[7]/p[1]/egXML[namespace-uri()='http://www.
> tei-c.org/ns/Examples'][1]/catchwords[namespace-uri()='
> http://www.tei-c.org/ns/Examples'][1]</WARNING>
> <WARNING>Schematron warning: WARNING: deprecated use of element — The
> catchwords element will not be allowed outside of msDesc as of 2018-10-01.
> [Test: ancestor::tei:msDesc] Location: /TEI[1]/text[1]/body[1]/div[
> 10]/div[3]/div[7]/p[1]/egXML[namespace-uri()='http://www.
> tei-c.org/ns/Examples'][2]/catchwords[namespace-uri()='
> http://www.tei-c.org/ns/Examples'][1]</WARNING>
> <WARNING>Schematron warning: WARNING: deprecated use of element — The
> catchwords element will not be allowed outside of msDesc as of 2018-10-01.
> [Test: ancestor::tei:msDesc] Location: /TEI[1]/text[1]/body[1]/div[
> 10]/div[3]/div[8]/specGrp[1]/elementSpec[1]/exemplum[1]/
> egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]
> /catchwords[namespace-uri()='http://www.tei-c.org/ns/Examples'][1
> ]</WARNING>
> <WARNING>Schematron warning: WARNING: deprecated use of element — The
> catchwords element will not be allowed outside of msDesc as of 2018-10-01.
> [Test: ancestor::tei:msDesc] Location: /TEI[1]/text[1]/body[1]/div[
> 10]/div[7]/div[3]/div[3]/specGrp[1]/elementSpec[5]/
> exemplum[3]/egXML[namespace-uri()='http://www.tei-c.org/
> ns/Examples'][1]/collation[namespace-uri()='http://www.
> tei-c.org/ns/Examples'][1]/p[namespace-uri()='http://www.
> tei-c.org/ns/Examples'][1]/catchwords[namespace-uri()='
> http://www.tei-c.org/ns/Examples'][1]</WARNING>
> <WARNING>Schematron warning: WARNING: deprecated use of element — The
> catchwords element will not be allowed outside of msDesc as of 2018-10-01.
> [Test: ancestor::tei:msDesc] Location: /TEI[1]/text[1]/body[1]/div[
> 10]/div[7]/div[3]/div[3]/specGrp[1]/elementSpec[5]/
> exemplum[6]/egXML[namespace-uri()='http://www.tei-c.org/
> ns/Examples'][1]/collation[namespace-uri()='http://www.
> tei-c.org/ns/Examples'][1]/p[namespace-uri()='http://www.
> tei-c.org/ns/Examples'][1]/catchwords[namespace-uri()='
> http://www.tei-c.org/ns/Examples'][1]</WARNING>
> <WARNING>Schematron warning: WARNING: deprecated use of element — The
> secFol element will not be allowed outside of msDesc as of 2018-10-01.
> [Test: ancestor::tei:msDesc] Location: /TEI[1]/text[1]/body[1]/div[
> 10]/div[3]/div[7]/p[4]/egXML[namespace-uri()='http://www.
> tei-c.org/ns/Examples'][1]/secFol[namespace-uri()='http:/
> /www.tei-c.org/ns/Examples'][1]</WARNING>
> <WARNING>Schematron warning: WARNING: deprecated use of element — The
> secFol element will not be allowed outside of msDesc as of 2018-10-01.
> [Test: ancestor::tei:msDesc] Location: /TEI[1]/text[1]/body[1]/div[
> 10]/div[3]/div[8]/specGrp[1]/elementSpec[14]/exemplum[1]/
> egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]
> /secFol[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</WARNING>
> <WARNING>Schematron warning: WARNING: deprecated use of element — The
> secFol element will not be allowed outside of msDesc as of 2018-10-01.
> [Test: ancestor::tei:msDesc] Location: /TEI[1]/text[1]/body[1]/div[
> 10]/div[3]/div[8]/specGrp[1]/elementSpec[14]/exemplum[2]/
> egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]
> /secFol[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</WARNING>
> <WARNING>Schematron warning: WARNING: deprecated use of element — The
> secFol element will not be allowed outside of msDesc as of 2018-10-01.
> [Test: ancestor::tei:msDesc] Location: /TEI[1]/text[1]/body[1]/div[
> 10]/div[3]/div[8]/specGrp[1]/elementSpec[14]/exemplum[3]/
> egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]
> /secFol[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</WARNING>
> <WARNING>Schematron warning: WARNING: deprecated use of element — The
> signatures element will not be allowed outside of msDesc as of 2018-10-01.
> [Test: ancestor::tei:msDesc] Location: /TEI[1]/text[1]/body[1]/div[
> 10]/div[3]/div[7]/p[2]/egXML[namespace-uri()='http://www.
> tei-c.org/ns/Examples'][1]/signatures[namespace-uri()='
> http://www.tei-c.org/ns/Examples'][1]</WARNING>
> <WARNING>Schematron warning: WARNING: deprecated use of element — The
> signatures element will not be allowed outside of msDesc as of 2018-10-01.
> [Test: ancestor::tei:msDesc] Location: /TEI[1]/text[1]/body[1]/div[
> 10]/div[3]/div[7]/p[3]/egXML[namespace-uri()='http://www.
> tei-c.org/ns/Examples'][1]/signatures[namespace-uri()='
> http://www.tei-c.org/ns/Examples'][1]</WARNING>
> <WARNING>Schematron warning: WARNING: deprecated use of element — The
> signatures element will not be allowed outside of msDesc as of 2018-10-01.
> [Test: ancestor::tei:msDesc] Location: /TEI[1]/text[1]/body[1]/div[
> 10]/div[3]/div[8]/specGrp[1]/elementSpec[15]/exemplum[1]/
> egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]
> /signatures[namespace-uri()='http://www.tei-c.org/ns/Examples'][1
> ]</WARNING>
> <WARNING>Schematron warning: WARNING: deprecated use of element — The
> signatures element will not be allowed outside of msDesc as of 2018-10-01.
> [Test: ancestor::tei:msDesc] Location: /TEI[1]/text[1]/body[1]/div[
> 10]/div[3]/div[8]/specGrp[1]/elementSpec[15]/exemplum[2]/
> egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]
> /signatures[namespace-uri()='http://www.tei-c.org/ns/Examples'][1
> ]</WARNING>
> <WARNING>Schematron warning: WARNING: deprecated use of element — The
> signatures element will not be allowed outside of msDesc as of 2018-10-01.
> [Test: ancestor::tei:msDesc] Location: /TEI[1]/text[1]/body[1]/div[
> 10]/div[3]/div[8]/specGrp[1]/elementSpec[15]/exemplum[3]/
> egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]
> /signatures[namespace-uri()='http://www.tei-c.org/ns/Examples'][1
> ]</WARNING>
> </Messages>
> (grep -q "<ERROR>" ValidatorLog.xml;if [ $? -ne 1 ] ; then echo "Oh dear
> me. ERROR found";diff ValidatorLog.xml expected-results/ValidatorLog.xml;false;
> fi)
> Oh dear me. ERROR found
> 2,15d1
> < <WARNING>Schematron warning: The hand construct becomes outdated on
> 2017-08-01 [Test: @validUntil cast as xs:date ge (current-date() +
> (60*xs:dayTimeDuration('P1D')))] Location: /TEI[1]/text[1]/body[1]/div[3]
> /div[4]/div[3]/specGrp[1]/elementSpec[1]/attList[1]/attDef[2]</WARNING>
> < <WARNING>Schematron warning: The hand construct becomes outdated on
> 2017-08-01 [Test: @validUntil cast as xs:date ge (current-date() +
> (60*xs:dayTimeDuration('P1D')))] Location: /TEI[1]/text[1]/body[1]/div[3]
> /div[4]/div[3]/specGrp[1]/elementSpec[4]/attList[1]/attDef[2]</WARNING>
> < <ERROR>Schematron error:
> < Error: both the versionDate and xml:lang attributes
> on "gloss" are required when it is a child of "valItem".
> < [Test: not( @xml:lang and @versionDate )] Location:
> /TEI[1]/text[1]/body[1]/div[13]/div[3]/div[4]/div[4]/
> specGrp[1]/elementSpec[3]/attList[1]/attDef[1]/valList[
> 1]/valItem[1]/gloss[1]</ERROR>
> < <ERROR>Schematron error:
> < Error: both the versionDate and xml:lang attributes
> on "gloss" are required when it is a child of "valItem".
> < [Test: not( @xml:lang and @versionDate )] Location:
> /TEI[1]/text[1]/body[1]/div[13]/div[3]/div[4]/div[4]/
> specGrp[1]/elementSpec[3]/attList[1]/attDef[1]/valList[
> 1]/valItem[2]/gloss[1]</ERROR>
> < <ERROR>Schematron error:
> < Error: both the versionDate and xml:lang attributes
> on "gloss" are required when it is a child of "valItem".
> < [Test: not( @xml:lang and @versionDate )] Location:
> /TEI[1]/text[1]/body[1]/div[13]/div[3]/div[4]/div[4]/
> specGrp[1]/elementSpec[3]/attList[1]/attDef[1]/valList[
> 1]/valItem[3]/gloss[1]</ERROR>
> < <ERROR>Schematron error:
> < Error: both the versionDate and xml:lang attributes
> on "remarks" are required when it is a child of "attDef".
> < [Test: not( @xml:lang and @versionDate )] Location:
> /TEI[1]/text[1]/body[1]/div[13]/div[3]/div[4]/div[4]/
> specGrp[1]/elementSpec[5]/attList[1]/attDef[1]/remarks[1]</ERROR>
> 29a16,28
> > <WARNING>Schematron warning: WARNING: use of deprecated method — the
> use of the altIdentifier element as a direct child of the msPart element
> will be removed from the TEI on 2016-09-09 [Test: child::tei:altIdentifier]
> Location: /TEI[1]/text[1]/body[1]/div[10]/div[10]/specGrp[1]/
> elementSpec[1]/exemplum[2]/egXML[namespace-uri()='http://
> www.tei-c.org/ns/Examples'][1]/msDesc[namespace-uri()='http:
> //www.tei-c.org/ns/Examples'][1]/msPart[namespace-uri()='
> http://www.tei-c.org/ns/Examples'][1]</WARNING>
> > <WARNING>Schematron warning: WARNING: use of deprecated attribute —
> @degree of the precision element will be removed from the TEI on 2015-11-12.
> > [Test: @degree] Location: /TEI[1]/text[1]/body[1]/div[
> 21]/div[1]/div[2]/div[4]/specGrp[1]/elementSpec[1]/
> exemplum[1]/egXML[namespace-uri()='http://www.tei-c.org/
> ns/Examples'][1]/precision[namespace-uri()='http://www.
> tei-c.org/ns/Examples'][1]</WARNING>
> > <WARNING>Schematron warning: WARNING: use of deprecated attribute —
> @degree of the precision element will be removed from the TEI on 2015-11-12.
> > [Test: @degree] Location: /TEI[1]/text[1]/body[1]/div[
> 21]/div[1]/div[2]/div[4]/specGrp[1]/elementSpec[1]/
> exemplum[1]/egXML[namespace-uri()='http://www.tei-c.org/
> ns/Examples'][1]/precision[namespace-uri()='http://www.
> tei-c.org/ns/Examples'][2]</WARNING>
> > <WARNING>Schematron warning: WARNING: use of deprecated attribute —
> @degree of the precision element will be removed from the TEI on 2015-11-12.
> > [Test: @degree] Location: /TEI[1]/text[1]/body[1]/div[
> 21]/div[2]/p[5]/egXML[namespace-uri()='http://www.
> tei-c.org/ns/Examples'][1]/precision[namespace-uri()='
> http://www.tei-c.org/ns/Examples'][1]</WARNING>
> > <WARNING>Schematron warning: WARNING: use of deprecated attribute —
> @degree of the precision element will be removed from the TEI on 2015-11-12.
> > [Test: @degree] Location: /TEI[1]/text[1]/body[1]/div[
> 21]/div[2]/p[5]/egXML[namespace-uri()='http://www.
> tei-c.org/ns/Examples'][1]/precision[namespace-uri()='
> http://www.tei-c.org/ns/Examples'][2]</WARNING>
> > <WARNING>Schematron warning: WARNING: use of deprecated attribute —
> @degree of the precision element will be removed from the TEI on 2015-11-12.
> > [Test: @degree] Location: /TEI[1]/text[1]/body[1]/div[
> 21]/div[2]/p[6]/egXML[namespace-uri()='http://www.
> tei-c.org/ns/Examples'][1]/residence[namespace-uri()='
> http://www.tei-c.org/ns/Examples'][1]/precision[
> namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</WARNING>
> > <WARNING>Schematron warning: WARNING: use of deprecated attribute —
> @degree of the precision element will be removed from the TEI on 2015-11-12.
> > [Test: @degree] Location: /TEI[1]/text[1]/body[1]/div[
> 21]/div[2]/p[7]/egXML[namespace-uri()='http://www.
> tei-c.org/ns/Examples'][1]/precision[namespace-uri()='
> http://www.tei-c.org/ns/Examples'][1]</WARNING>
> make: *** [valid] Error 1
> Build step 'Execute shell' marked build as failure
> Not sending mail to unregistered user ebbondar@gmail.com
> Not sending mail to unregistered user s.bauman@neu.edu
> --
> tei-council mailing list
> tei-council@lists.tei-c.org
> http://lists.lists.tei-c.org/mailman/listinfo/tei-council
>
> PLEASE NOTE: postings to this list are publicly archived
--
Elisa Beshero-Bondar, PhD
Director, Center for the Digital Text | Associate Professor of English
University of Pittsburgh at Greensburg | Humanities Division
150 Finoli Drive
Greensburg, PA 15601 USA
E-mail: ebb8@pitt.edu <ebb8@pitt.edu>
Development site: http://newtfire.org
It wasn't you; it was broken before, following Syd's commit: <http://teijenkins.hcmc.uvic.ca/job/TEIP5-Test-dev/3378/changes#detail0> That seems to have generated a number of errors: <http://teijenkins.hcmc.uvic.ca/job/TEIP5-Test-dev/3378/parsed_console/> mainly about <gloss> elements missing @versionDate and/or @xml:lang. Cheers, Martin On 2017-06-24 02:39 PM, Elisa Beshero-Bondar wrote:
Crud... what did I just do to anger Mr. Jenkins? That was just a simple edit to an element description!
Elisa
On Sat, Jun 24, 2017 at 5:27 PM, Victoria TEI Jenkins <council@tei-c.org <mailto:council@tei-c.org>> wrote:
See <http://teijenkins.hcmc.uvic.ca/job/TEIP5-Test-dev/3379/display/redirect?page... <http://teijenkins.hcmc.uvic.ca/job/TEIP5-Test-dev/3379/display/redirect?page=changes>>
Changes:
[ebbondar] revised constraintSpec description per #1535
------------------------------------------ Started by an SCM change Building in workspace <http://teijenkins.hcmc.uvic.ca/job/TEIP5-Test-dev/ws/ <http://teijenkins.hcmc.uvic.ca/job/TEIP5-Test-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/TEI.git <https://github.com/TEIC/TEI.git> # timeout=10 Fetching upstream changes from https://github.com/TEIC/TEI.git <https://github.com/TEIC/TEI.git> > git --version # timeout=10 > git fetch --tags --progress https://github.com/TEIC/TEI.git <https://github.com/TEIC/TEI.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 4cbbb6a54ccffb930991eb069a64f84b97791ba7 (refs/remotes/origin/dev) > git config core.sparsecheckout # timeout=10 > git checkout -f 4cbbb6a54ccffb930991eb069a64f84b97791ba7 > git rev-list eadbf4718d1960655813f50b7f9948c89ade86b9 # timeout=10 [workspace] $ /bin/bash -xe /tmp/jenkins3670878177214318444.sh + cd P5 ++ pwd + make VCS=git INJENKINS=true XSL=<http://teijenkins.hcmc.uvic.ca/job/TEIP5-Test-dev/ws/P5/../../../Stylesheets... <http://teijenkins.hcmc.uvic.ca/job/TEIP5-Test-dev/ws/P5/../../../Stylesheets-dev/lastSuccessful/archive/dist/xml/tei/stylesheet>> clean validate test (cd Exemplars; make clean) make[1]: Entering directory `<http://teijenkins.hcmc.uvic.ca/job/TEIP5-Test-dev/ws/P5/Exemplars <http://teijenkins.hcmc.uvic.ca/job/TEIP5-Test-dev/ws/P5/Exemplars>'> mv tei_lite_fr.nvdl tei_lite_fr.nvdl.bak rm -f *.processed *.xsd *.dtd *.doc.* *.rnc tei*.xsl tei*.rng *.compiled* *~ *.xi *.isosch *.epub *.pdf *.html *.nvdl *-teix* mv tei_lite_fr.nvdl.bak tei_lite_fr.nvdl rm -f exnames.xml rm -f enrich.rng isofs.rng rm -f names.xml *properties rm -f [A-Z]*xml make[1]: Leaving directory `<http://teijenkins.hcmc.uvic.ca/job/TEIP5-Test-dev/ws/P5/Exemplars <http://teijenkins.hcmc.uvic.ca/job/TEIP5-Test-dev/ws/P5/Exemplars>'> (cd Test; make clean) make[1]: Entering directory `<http://teijenkins.hcmc.uvic.ca/job/TEIP5-Test-dev/ws/P5/Test <http://teijenkins.hcmc.uvic.ca/job/TEIP5-Test-dev/ws/P5/Test>'> rm -f test*.doc.xml test*.rnc test*.dtd test*.compiled.* test*.xsd test*.rnc test*.rng test*.xsl test*.isosch rm -rf LOG *~ *.xsd Schema RomaResults DTD rm -rf *.doc.* rm -f detest.log detest.log.all rm -f *-examples.rng *-examples.rnc *test*.nvdl *-ex.odd rm -f detest.rnc detest.rng detest.dtd detest.isosch make[1]: Leaving directory `<http://teijenkins.hcmc.uvic.ca/job/TEIP5-Test-dev/ws/P5/Test <http://teijenkins.hcmc.uvic.ca/job/TEIP5-Test-dev/ws/P5/Test>'> rm -rf release Guidelines Guidelines-web Schema DTD dtd Split rm -rf Guidelines.??? Guidelines-* rm -f *.isosch.xsl rm -f *.stamp rm -f *.xsd rm -f Exemplars/stdout rm -f Test/*.isosch rm -f Test/detest.dtd Test/detest.rnc Test/detest.rng Test/detest.xsl rm -f Test/stdout rm -f Utilities/guidelines.xsl rm -f anything buildweb.xml rm -f p5.sch p5.isosch p5.xml p5subset.xml p5subset.json p5subset.js rm -f p5attlist.txt rm -f p5odds-examples.rng p5odds-examples.rnc p5odds.rng p5odds.rnc p5odds.isosch rm -f pdfbuild.log rm -f stripspace.xsl.model rm -f tei-*.zip rm -f tei-p5-*_*build rm -f tei-p5-*_*changes rm -f tei-p5-*_*deb rm -f teiwebsiteguidelines.zip rm -rf FASC-* rm -rf catalogue.* modList rm -rf valid v.xml ValidatorLog.xml Utilities/pointerattributes.xsl graphics.sh missfont.log v.body v.header Schematron1.xml Schematron2.xml Checking you have running XML tools and Perl before trying to run transform... Ant:/usr/bin/ant Perl:/usr/bin/perl Java:/usr/bin/java xmllint:/usr/bin/xmllint touch check.stamp get latest date: VCS is git if [ "git" = "svn" ] ; \ then \ if [ true = "true" ] ; \ then svn info --xml svn://svn.code.sf.net/p/tei/code/trunk/P5 <http://svn.code.sf.net/p/tei/code/trunk/P5> ; \ else svn info --xml ; \ fi > repodate.xml ; \ fi if [ git = "git" ] ; \ then \ git log --max-count=1 --pretty=format:"<info type=\"git\"><entry><commit revision=\"%h\"><date>%ai</date></commit></entry></info>" > repodate.xml ; \ fi BUILD: Generate modular DTDs, Schemas, Schematron and miscellaneous outputs ANT_OPTS="-Xss2m -Xmx752m -Djava.awt.headless=true" ant -q -lib Utilities/lib/jing.jar:Utilities/lib/saxon9he.jar -f antbuilder.xml -DXSL=<http://teijenkins.hcmc.uvic.ca/job/TEIP5-Test-dev/ws/P5/../../../Stylesheets... <http://teijenkins.hcmc.uvic.ca/job/TEIP5-Test-dev/ws/P5/../../../Stylesheets-dev/lastSuccessful/archive/dist/xml/tei/stylesheet>> -DDRIVER=Source/guidelines-en.xml base subset outputs [echo] make modular DTDs, RELAXNG schemas, json, odd schemas, schematron files [echo] Using <http://teijenkins.hcmc.uvic.ca/job/TEIP5-Test-dev/ws/P5/../../../Stylesheets... <http://teijenkins.hcmc.uvic.ca/job/TEIP5-Test-dev/ws/P5/../../../Stylesheets-dev/lastSuccessful/archive/dist/xml/tei/stylesheet>> for XSL stylesheets [echo] Do ODD processing for p5odds.odd [echo] Do ODD processing for p5odds-examples.odd
BUILD SUCCESSFUL Total time: 1 minute 3 seconds BUILD: Generate modular RELAX NG (compact) schemas using trang (cd Schema; for i in *rng; do java -jar ../Utilities/lib/trang.jar $i `basename $i .rng`.rnc;done) touch schemas.stamp BUILD: Check validity with rnv (https://github.com/dtolpin/RNV <https://github.com/dtolpin/RNV>) if we have it command -v rnv && rnv -v p5odds.rnc p5.xml /usr/local/bin/rnv rnv version 1.7.10 p5.xml BUILD: Check validity with special-purpose XSL code, looking for bad links etc ANT_OPTS="-Xss2m -Xmx752m -Djava.awt.headless=true" ant -q -lib Utilities/lib/saxon9he.jar -f antbuilder.xml -DXSL=<http://teijenkins.hcmc.uvic.ca/job/TEIP5-Test-dev/ws/P5/../../../Stylesheets... <http://teijenkins.hcmc.uvic.ca/job/TEIP5-Test-dev/ws/P5/../../../Stylesheets-dev/lastSuccessful/archive/dist/xml/tei/stylesheet>> validators [echo] Run Schematron script (normal part of Guidelines) [echo] Run Schematron script (Examples in Guidelines marked as valid) [echo] Run ad hoc XSLT validators
BUILD SUCCESSFUL Total time: 25 seconds <Messages> <WARNING>Schematron warning: The hand construct becomes outdated on 2017-08-01 [Test: @validUntil cast as xs:date ge (current-date() + (60*xs:dayTimeDuration('P1D')))] Location: /TEI[1]/text[1]/body[1]/div[3]/div[4]/div[3]/specGrp[1]/elementSpec[1]/attList[1]/attDef[2]</WARNING> <WARNING>Schematron warning: The hand construct becomes outdated on 2017-08-01 [Test: @validUntil cast as xs:date ge (current-date() + (60*xs:dayTimeDuration('P1D')))] Location: /TEI[1]/text[1]/body[1]/div[3]/div[4]/div[3]/specGrp[1]/elementSpec[4]/attList[1]/attDef[2]</WARNING> <ERROR>Schematron error: Error: both the versionDate and xml:lang attributes on "gloss" are required when it is a child of "valItem". [Test: not( @xml:lang and @versionDate )] Location: /TEI[1]/text[1]/body[1]/div[13]/div[3]/div[4]/div[4]/specGrp[1]/elementSpec[3]/attList[1]/attDef[1]/valList[1]/valItem[1]/gloss[1]</ERROR> <ERROR>Schematron error: Error: both the versionDate and xml:lang attributes on "gloss" are required when it is a child of "valItem". [Test: not( @xml:lang and @versionDate )] Location: /TEI[1]/text[1]/body[1]/div[13]/div[3]/div[4]/div[4]/specGrp[1]/elementSpec[3]/attList[1]/attDef[1]/valList[1]/valItem[2]/gloss[1]</ERROR> <ERROR>Schematron error: Error: both the versionDate and xml:lang attributes on "gloss" are required when it is a child of "valItem". [Test: not( @xml:lang and @versionDate )] Location: /TEI[1]/text[1]/body[1]/div[13]/div[3]/div[4]/div[4]/specGrp[1]/elementSpec[3]/attList[1]/attDef[1]/valList[1]/valItem[3]/gloss[1]</ERROR> <ERROR>Schematron error: Error: both the versionDate and xml:lang attributes on "remarks" are required when it is a child of "attDef". [Test: not( @xml:lang and @versionDate )] Location: /TEI[1]/text[1]/body[1]/div[13]/div[3]/div[4]/div[4]/specGrp[1]/elementSpec[5]/attList[1]/attDef[1]/remarks[1]</ERROR> <WARNING>Schematron warning: WARNING: deprecated use of element — The catchwords element will not be allowed outside of msDesc as of 2018-10-01. [Test: ancestor::tei:msDesc] Location: /TEI[1]/text[1]/body[1]/div[10]/div[3]/div[7]/p[1]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/catchwords[namespace-uri()='http://www.tei-c.org/ns/Examples'][1 <http://www.tei-c.org/ns/Examples'][1]/catchwords[namespace-uri()='http://www.tei-c.org/ns/Examples'][1>]</WARNING> <WARNING>Schematron warning: WARNING: deprecated use of element — The catchwords element will not be allowed outside of msDesc as of 2018-10-01. [Test: ancestor::tei:msDesc] Location: /TEI[1]/text[1]/body[1]/div[10]/div[3]/div[7]/p[1]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][2]/catchwords[namespace-uri()='http://www.tei-c.org/ns/Examples'][1 <http://www.tei-c.org/ns/Examples'][2]/catchwords[namespace-uri()='http://www.tei-c.org/ns/Examples'][1>]</WARNING> <WARNING>Schematron warning: WARNING: deprecated use of element — The catchwords element will not be allowed outside of msDesc as of 2018-10-01. [Test: ancestor::tei:msDesc] Location: /TEI[1]/text[1]/body[1]/div[10]/div[3]/div[8]/specGrp[1]/elementSpec[1]/exemplum[1]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/catchwords[namespace-uri()='http://www.tei-c.org/ns/Examples'][1 <http://www.tei-c.org/ns/Examples'][1]/catchwords[namespace-uri()='http://www.tei-c.org/ns/Examples'][1>]</WARNING> <WARNING>Schematron warning: WARNING: deprecated use of element — The catchwords element will not be allowed outside of msDesc as of 2018-10-01. [Test: ancestor::tei:msDesc] Location: /TEI[1]/text[1]/body[1]/div[10]/div[7]/div[3]/div[3]/specGrp[1]/elementSpec[5]/exemplum[3]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/collation[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/p[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/catchwords[namespace-uri()='http://www.tei-c.org/ns/Examples'][1 <http://www.tei-c.org/ns/Examples'][1]/collation[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/p[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/catchwords[namespace-uri()='http://www.tei-c.org/ns/Examples'][1>]</WARNING> <WARNING>Schematron warning: WARNING: deprecated use of element — The catchwords element will not be allowed outside of msDesc as of 2018-10-01. [Test: ancestor::tei:msDesc] Location: /TEI[1]/text[1]/body[1]/div[10]/div[7]/div[3]/div[3]/specGrp[1]/elementSpec[5]/exemplum[6]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/collation[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/p[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/catchwords[namespace-uri()='http://www.tei-c.org/ns/Examples'][1 <http://www.tei-c.org/ns/Examples'][1]/collation[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/p[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/catchwords[namespace-uri()='http://www.tei-c.org/ns/Examples'][1>]</WARNING> <WARNING>Schematron warning: WARNING: deprecated use of element — The secFol element will not be allowed outside of msDesc as of 2018-10-01. [Test: ancestor::tei:msDesc] Location: /TEI[1]/text[1]/body[1]/div[10]/div[3]/div[7]/p[4]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/secFol[namespace-uri()='http://www.tei-c.org/ns/Examples'][1 <http://www.tei-c.org/ns/Examples'][1]/secFol[namespace-uri()='http://www.tei-c.org/ns/Examples'][1>]</WARNING> <WARNING>Schematron warning: WARNING: deprecated use of element — The secFol element will not be allowed outside of msDesc as of 2018-10-01. [Test: ancestor::tei:msDesc] Location: /TEI[1]/text[1]/body[1]/div[10]/div[3]/div[8]/specGrp[1]/elementSpec[14]/exemplum[1]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/secFol[namespace-uri()='http://www.tei-c.org/ns/Examples'][1 <http://www.tei-c.org/ns/Examples'][1]/secFol[namespace-uri()='http://www.tei-c.org/ns/Examples'][1>]</WARNING> <WARNING>Schematron warning: WARNING: deprecated use of element — The secFol element will not be allowed outside of msDesc as of 2018-10-01. [Test: ancestor::tei:msDesc] Location: /TEI[1]/text[1]/body[1]/div[10]/div[3]/div[8]/specGrp[1]/elementSpec[14]/exemplum[2]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/secFol[namespace-uri()='http://www.tei-c.org/ns/Examples'][1 <http://www.tei-c.org/ns/Examples'][1]/secFol[namespace-uri()='http://www.tei-c.org/ns/Examples'][1>]</WARNING> <WARNING>Schematron warning: WARNING: deprecated use of element — The secFol element will not be allowed outside of msDesc as of 2018-10-01. [Test: ancestor::tei:msDesc] Location: /TEI[1]/text[1]/body[1]/div[10]/div[3]/div[8]/specGrp[1]/elementSpec[14]/exemplum[3]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/secFol[namespace-uri()='http://www.tei-c.org/ns/Examples'][1 <http://www.tei-c.org/ns/Examples'][1]/secFol[namespace-uri()='http://www.tei-c.org/ns/Examples'][1>]</WARNING> <WARNING>Schematron warning: WARNING: deprecated use of element — The signatures element will not be allowed outside of msDesc as of 2018-10-01. [Test: ancestor::tei:msDesc] Location: /TEI[1]/text[1]/body[1]/div[10]/div[3]/div[7]/p[2]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/signatures[namespace-uri()='http://www.tei-c.org/ns/Examples'][1 <http://www.tei-c.org/ns/Examples'][1]/signatures[namespace-uri()='http://www.tei-c.org/ns/Examples'][1>]</WARNING> <WARNING>Schematron warning: WARNING: deprecated use of element — The signatures element will not be allowed outside of msDesc as of 2018-10-01. [Test: ancestor::tei:msDesc] Location: /TEI[1]/text[1]/body[1]/div[10]/div[3]/div[7]/p[3]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/signatures[namespace-uri()='http://www.tei-c.org/ns/Examples'][1 <http://www.tei-c.org/ns/Examples'][1]/signatures[namespace-uri()='http://www.tei-c.org/ns/Examples'][1>]</WARNING> <WARNING>Schematron warning: WARNING: deprecated use of element — The signatures element will not be allowed outside of msDesc as of 2018-10-01. [Test: ancestor::tei:msDesc] Location: /TEI[1]/text[1]/body[1]/div[10]/div[3]/div[8]/specGrp[1]/elementSpec[15]/exemplum[1]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/signatures[namespace-uri()='http://www.tei-c.org/ns/Examples'][1 <http://www.tei-c.org/ns/Examples'][1]/signatures[namespace-uri()='http://www.tei-c.org/ns/Examples'][1>]</WARNING> <WARNING>Schematron warning: WARNING: deprecated use of element — The signatures element will not be allowed outside of msDesc as of 2018-10-01. [Test: ancestor::tei:msDesc] Location: /TEI[1]/text[1]/body[1]/div[10]/div[3]/div[8]/specGrp[1]/elementSpec[15]/exemplum[2]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/signatures[namespace-uri()='http://www.tei-c.org/ns/Examples'][1 <http://www.tei-c.org/ns/Examples'][1]/signatures[namespace-uri()='http://www.tei-c.org/ns/Examples'][1>]</WARNING> <WARNING>Schematron warning: WARNING: deprecated use of element — The signatures element will not be allowed outside of msDesc as of 2018-10-01. [Test: ancestor::tei:msDesc] Location: /TEI[1]/text[1]/body[1]/div[10]/div[3]/div[8]/specGrp[1]/elementSpec[15]/exemplum[3]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/signatures[namespace-uri()='http://www.tei-c.org/ns/Examples'][1 <http://www.tei-c.org/ns/Examples'][1]/signatures[namespace-uri()='http://www.tei-c.org/ns/Examples'][1>]</WARNING> </Messages> (grep -q "<ERROR>" ValidatorLog.xml;if [ $? -ne 1 ] ; then echo "Oh dear me. ERROR found";diff ValidatorLog.xml expected-results/ValidatorLog.xml;false; fi) Oh dear me. ERROR found 2,15d1 < <WARNING>Schematron warning: The hand construct becomes outdated on 2017-08-01 [Test: @validUntil cast as xs:date ge (current-date() + (60*xs:dayTimeDuration('P1D')))] Location: /TEI[1]/text[1]/body[1]/div[3]/div[4]/div[3]/specGrp[1]/elementSpec[1]/attList[1]/attDef[2]</WARNING> < <WARNING>Schematron warning: The hand construct becomes outdated on 2017-08-01 [Test: @validUntil cast as xs:date ge (current-date() + (60*xs:dayTimeDuration('P1D')))] Location: /TEI[1]/text[1]/body[1]/div[3]/div[4]/div[3]/specGrp[1]/elementSpec[4]/attList[1]/attDef[2]</WARNING> < <ERROR>Schematron error: < Error: both the versionDate and xml:lang attributes on "gloss" are required when it is a child of "valItem". < [Test: not( @xml:lang and @versionDate )] Location: /TEI[1]/text[1]/body[1]/div[13]/div[3]/div[4]/div[4]/specGrp[1]/elementSpec[3]/attList[1]/attDef[1]/valList[1]/valItem[1]/gloss[1]</ERROR> < <ERROR>Schematron error: < Error: both the versionDate and xml:lang attributes on "gloss" are required when it is a child of "valItem". < [Test: not( @xml:lang and @versionDate )] Location: /TEI[1]/text[1]/body[1]/div[13]/div[3]/div[4]/div[4]/specGrp[1]/elementSpec[3]/attList[1]/attDef[1]/valList[1]/valItem[2]/gloss[1]</ERROR> < <ERROR>Schematron error: < Error: both the versionDate and xml:lang attributes on "gloss" are required when it is a child of "valItem". < [Test: not( @xml:lang and @versionDate )] Location: /TEI[1]/text[1]/body[1]/div[13]/div[3]/div[4]/div[4]/specGrp[1]/elementSpec[3]/attList[1]/attDef[1]/valList[1]/valItem[3]/gloss[1]</ERROR> < <ERROR>Schematron error: < Error: both the versionDate and xml:lang attributes on "remarks" are required when it is a child of "attDef". < [Test: not( @xml:lang and @versionDate )] Location: /TEI[1]/text[1]/body[1]/div[13]/div[3]/div[4]/div[4]/specGrp[1]/elementSpec[5]/attList[1]/attDef[1]/remarks[1]</ERROR> 29a16,28 > <WARNING>Schematron warning: WARNING: use of deprecated method — the use of the altIdentifier element as a direct child of the msPart element will be removed from the TEI on 2016-09-09 [Test: child::tei:altIdentifier] Location: /TEI[1]/text[1]/body[1]/div[10]/div[10]/specGrp[1]/elementSpec[1]/exemplum[2]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/msDesc[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/msPart[namespace-uri()='http://www.tei-c.org/ns/Examples'][1 <http://www.tei-c.org/ns/Examples'][1]/msDesc[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/msPart[namespace-uri()='http://www.tei-c.org/ns/Examples'][1>]</WARNING> > <WARNING>Schematron warning: WARNING: use of deprecated attribute — @degree of the precision element will be removed from the TEI on 2015-11-12. > [Test: @degree] Location: /TEI[1]/text[1]/body[1]/div[21]/div[1]/div[2]/div[4]/specGrp[1]/elementSpec[1]/exemplum[1]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/precision[namespace-uri()='http://www.tei-c.org/ns/Examples'][1 <http://www.tei-c.org/ns/Examples'][1]/precision[namespace-uri()='http://www.tei-c.org/ns/Examples'][1>]</WARNING> > <WARNING>Schematron warning: WARNING: use of deprecated attribute — @degree of the precision element will be removed from the TEI on 2015-11-12. > [Test: @degree] Location: /TEI[1]/text[1]/body[1]/div[21]/div[1]/div[2]/div[4]/specGrp[1]/elementSpec[1]/exemplum[1]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/precision[namespace-uri()='http://www.tei-c.org/ns/Examples'][2 <http://www.tei-c.org/ns/Examples'][1]/precision[namespace-uri()='http://www.tei-c.org/ns/Examples'][2>]</WARNING> > <WARNING>Schematron warning: WARNING: use of deprecated attribute — @degree of the precision element will be removed from the TEI on 2015-11-12. > [Test: @degree] Location: /TEI[1]/text[1]/body[1]/div[21]/div[2]/p[5]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/precision[namespace-uri()='http://www.tei-c.org/ns/Examples'][1 <http://www.tei-c.org/ns/Examples'][1]/precision[namespace-uri()='http://www.tei-c.org/ns/Examples'][1>]</WARNING> > <WARNING>Schematron warning: WARNING: use of deprecated attribute — @degree of the precision element will be removed from the TEI on 2015-11-12. > [Test: @degree] Location: /TEI[1]/text[1]/body[1]/div[21]/div[2]/p[5]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/precision[namespace-uri()='http://www.tei-c.org/ns/Examples'][2 <http://www.tei-c.org/ns/Examples'][1]/precision[namespace-uri()='http://www.tei-c.org/ns/Examples'][2>]</WARNING> > <WARNING>Schematron warning: WARNING: use of deprecated attribute — @degree of the precision element will be removed from the TEI on 2015-11-12. > [Test: @degree] Location: /TEI[1]/text[1]/body[1]/div[21]/div[2]/p[6]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/residence[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/precision[namespace-uri()='http://www.tei-c.org/ns/Examples'][1 <http://www.tei-c.org/ns/Examples'][1]/residence[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/precision[namespace-uri()='http://www.tei-c.org/ns/Examples'][1>]</WARNING> > <WARNING>Schematron warning: WARNING: use of deprecated attribute — @degree of the precision element will be removed from the TEI on 2015-11-12. > [Test: @degree] Location: /TEI[1]/text[1]/body[1]/div[21]/div[2]/p[7]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/precision[namespace-uri()='http://www.tei-c.org/ns/Examples'][1 <http://www.tei-c.org/ns/Examples'][1]/precision[namespace-uri()='http://www.tei-c.org/ns/Examples'][1>]</WARNING> make: *** [valid] Error 1 Build step 'Execute shell' marked build as failure Not sending mail to unregistered user ebbondar@gmail.com <mailto:ebbondar@gmail.com> Not sending mail to unregistered user s.bauman@neu.edu <mailto:s.bauman@neu.edu> -- tei-council mailing list tei-council@lists.tei-c.org <mailto:tei-council@lists.tei-c.org> http://lists.lists.tei-c.org/mailman/listinfo/tei-council <http://lists.lists.tei-c.org/mailman/listinfo/tei-council>
PLEASE NOTE: postings to this list are publicly archived
-- Elisa Beshero-Bondar, PhD Director, Center for the Digital Text | Associate Professor of English University of Pittsburgh at Greensburg | Humanities Division 150 Finoli Drive Greensburg, PA 15601 USA E-mail: ebb8@pitt.edu <mailto:ebb8@pitt.edu> Development site: http://newtfire.org <http://newtfire.org/>
On it. How come Mr. Jenkins didn't tell *me* it was broken?
It wasn't you; it was broken before, following Syd's commit: <http://teijenkins.hcmc.uvic.ca/job/TEIP5-Test-dev/3378/changes#detail0> That seems to have generated a number of errors: <http://teijenkins.hcmc.uvic.ca/job/TEIP5-Test-dev/3378/parsed_console/> mainly about <gloss> elements missing @versionDate and/or @xml:lang.
See <http://teijenkins.hcmc.uvic.ca/job/TEIP5-Test-dev/3380/display/redirect?page=changes>
Changes:
[ebbondar] added 'entry' to list of suggested values on @unit per #1555
------------------------------------------
Started by an SCM change
Building in workspace <http://teijenkins.hcmc.uvic.ca/job/TEIP5-Test-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/TEI.git # timeout=10
Fetching upstream changes from https://github.com/TEIC/TEI.git
> git --version # timeout=10
> git fetch --tags --progress https://github.com/TEIC/TEI.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 6ff58d3d465de19176ff14aa13600cd903c84038 (refs/remotes/origin/dev)
> git config core.sparsecheckout # timeout=10
> git checkout -f 6ff58d3d465de19176ff14aa13600cd903c84038
> git rev-list 4cbbb6a54ccffb930991eb069a64f84b97791ba7 # timeout=10
[workspace] $ /bin/bash -xe /tmp/jenkins192706554797468356.sh
+ cd P5
++ pwd
+ make VCS=git INJENKINS=true XSL=<http://teijenkins.hcmc.uvic.ca/job/TEIP5-Test-dev/ws/P5/../../../Stylesheets-dev/lastSuccessful/archive/dist/xml/tei/stylesheet> clean validate test
(cd Exemplars; make clean)
make[1]: Entering directory `<http://teijenkins.hcmc.uvic.ca/job/TEIP5-Test-dev/ws/P5/Exemplars'>
mv tei_lite_fr.nvdl tei_lite_fr.nvdl.bak
rm -f *.processed *.xsd *.dtd *.doc.* *.rnc tei*.xsl tei*.rng *.compiled* *~ *.xi *.isosch *.epub *.pdf *.html *.nvdl *-teix*
mv tei_lite_fr.nvdl.bak tei_lite_fr.nvdl
rm -f exnames.xml
rm -f enrich.rng isofs.rng
rm -f names.xml *properties
rm -f [A-Z]*xml
make[1]: Leaving directory `<http://teijenkins.hcmc.uvic.ca/job/TEIP5-Test-dev/ws/P5/Exemplars'>
(cd Test; make clean)
make[1]: Entering directory `<http://teijenkins.hcmc.uvic.ca/job/TEIP5-Test-dev/ws/P5/Test'>
rm -f test*.doc.xml test*.rnc test*.dtd test*.compiled.* test*.xsd test*.rnc test*.rng test*.xsl test*.isosch
rm -rf LOG *~ *.xsd Schema RomaResults DTD
rm -rf *.doc.*
rm -f detest.log detest.log.all
rm -f *-examples.rng *-examples.rnc *test*.nvdl *-ex.odd
rm -f detest.rnc detest.rng detest.dtd detest.isosch
make[1]: Leaving directory `<http://teijenkins.hcmc.uvic.ca/job/TEIP5-Test-dev/ws/P5/Test'>
rm -rf release Guidelines Guidelines-web Schema DTD dtd Split
rm -rf Guidelines.??? Guidelines-*
rm -f *.isosch.xsl
rm -f *.stamp
rm -f *.xsd
rm -f Exemplars/stdout
rm -f Test/*.isosch
rm -f Test/detest.dtd Test/detest.rnc Test/detest.rng Test/detest.xsl
rm -f Test/stdout
rm -f Utilities/guidelines.xsl
rm -f anything buildweb.xml
rm -f p5.sch p5.isosch p5.xml p5subset.xml p5subset.json p5subset.js
rm -f p5attlist.txt
rm -f p5odds-examples.rng p5odds-examples.rnc p5odds.rng p5odds.rnc p5odds.isosch
rm -f pdfbuild.log
rm -f stripspace.xsl.model
rm -f tei-*.zip
rm -f tei-p5-*_*build
rm -f tei-p5-*_*changes
rm -f tei-p5-*_*deb
rm -f teiwebsiteguidelines.zip
rm -rf FASC-*
rm -rf catalogue.* modList
rm -rf valid v.xml ValidatorLog.xml Utilities/pointerattributes.xsl graphics.sh missfont.log v.body v.header Schematron1.xml Schematron2.xml
Checking you have running XML tools and Perl before trying to run transform...
Ant:/usr/bin/ant
Perl:/usr/bin/perl
Java:/usr/bin/java
xmllint:/usr/bin/xmllint
touch check.stamp
get latest date:
VCS is git
if [ "git" = "svn" ] ; \
then \
if [ true = "true" ] ; \
then svn info --xml svn://svn.code.sf.net/p/tei/code/trunk/P5 ; \
else svn info --xml ; \
fi > repodate.xml ; \
fi
if [ git = "git" ] ; \
then \
git log --max-count=1 --pretty=format:"<info type=\"git\"><entry><commit revision=\"%h\"><date>%ai</date></commit></entry></info>" > repodate.xml ; \
fi
BUILD: Generate modular DTDs, Schemas, Schematron and miscellaneous outputs
ANT_OPTS="-Xss2m -Xmx752m -Djava.awt.headless=true" ant -q -lib Utilities/lib/jing.jar:Utilities/lib/saxon9he.jar -f antbuilder.xml -DXSL=<http://teijenkins.hcmc.uvic.ca/job/TEIP5-Test-dev/ws/P5/../../../Stylesheets-dev/lastSuccessful/archive/dist/xml/tei/stylesheet> -DDRIVER=Source/guidelines-en.xml base subset outputs
[echo] make modular DTDs, RELAXNG schemas, json, odd schemas, schematron files
[echo] Using <http://teijenkins.hcmc.uvic.ca/job/TEIP5-Test-dev/ws/P5/../../../Stylesheets-dev/lastSuccessful/archive/dist/xml/tei/stylesheet> for XSL stylesheets
[echo] Do ODD processing for p5odds.odd
[echo] Do ODD processing for p5odds-examples.odd
BUILD SUCCESSFUL
Total time: 1 minute 0 seconds
BUILD: Generate modular RELAX NG (compact) schemas using trang
(cd Schema; for i in *rng; do java -jar ../Utilities/lib/trang.jar $i `basename $i .rng`.rnc;done)
touch schemas.stamp
BUILD: Check validity with rnv (https://github.com/dtolpin/RNV) if we have it
command -v rnv && rnv -v p5odds.rnc p5.xml
/usr/local/bin/rnv
rnv version 1.7.10
p5.xml
BUILD: Check validity with special-purpose XSL code, looking for bad links etc
ANT_OPTS="-Xss2m -Xmx752m -Djava.awt.headless=true" ant -q -lib Utilities/lib/saxon9he.jar -f antbuilder.xml -DXSL=<http://teijenkins.hcmc.uvic.ca/job/TEIP5-Test-dev/ws/P5/../../../Stylesheets-dev/lastSuccessful/archive/dist/xml/tei/stylesheet> validators
[echo] Run Schematron script (normal part of Guidelines)
[echo] Run Schematron script (Examples in Guidelines marked as valid)
[echo] Run ad hoc XSLT validators
BUILD SUCCESSFUL
Total time: 25 seconds
<Messages>
<WARNING>Schematron warning: The hand construct becomes outdated on 2017-08-01 [Test: @validUntil cast as xs:date ge (current-date() + (60*xs:dayTimeDuration('P1D')))] Location: /TEI[1]/text[1]/body[1]/div[3]/div[4]/div[3]/specGrp[1]/elementSpec[1]/attList[1]/attDef[2]</WARNING>
<WARNING>Schematron warning: The hand construct becomes outdated on 2017-08-01 [Test: @validUntil cast as xs:date ge (current-date() + (60*xs:dayTimeDuration('P1D')))] Location: /TEI[1]/text[1]/body[1]/div[3]/div[4]/div[3]/specGrp[1]/elementSpec[4]/attList[1]/attDef[2]</WARNING>
<ERROR>Schematron error:
Error: both the versionDate and xml:lang attributes on "gloss" are required when it is a child of "valItem".
[Test: not( @xml:lang and @versionDate )] Location: /TEI[1]/text[1]/body[1]/div[13]/div[3]/div[4]/div[4]/specGrp[1]/elementSpec[3]/attList[1]/attDef[1]/valList[1]/valItem[1]/gloss[1]</ERROR>
<ERROR>Schematron error:
Error: both the versionDate and xml:lang attributes on "gloss" are required when it is a child of "valItem".
[Test: not( @xml:lang and @versionDate )] Location: /TEI[1]/text[1]/body[1]/div[13]/div[3]/div[4]/div[4]/specGrp[1]/elementSpec[3]/attList[1]/attDef[1]/valList[1]/valItem[2]/gloss[1]</ERROR>
<ERROR>Schematron error:
Error: both the versionDate and xml:lang attributes on "gloss" are required when it is a child of "valItem".
[Test: not( @xml:lang and @versionDate )] Location: /TEI[1]/text[1]/body[1]/div[13]/div[3]/div[4]/div[4]/specGrp[1]/elementSpec[3]/attList[1]/attDef[1]/valList[1]/valItem[3]/gloss[1]</ERROR>
<ERROR>Schematron error:
Error: both the versionDate and xml:lang attributes on "remarks" are required when it is a child of "attDef".
[Test: not( @xml:lang and @versionDate )] Location: /TEI[1]/text[1]/body[1]/div[13]/div[3]/div[4]/div[4]/specGrp[1]/elementSpec[5]/attList[1]/attDef[1]/remarks[1]</ERROR>
<WARNING>Schematron warning: WARNING: deprecated use of element — The catchwords element will not be allowed outside of msDesc as of 2018-10-01. [Test: ancestor::tei:msDesc] Location: /TEI[1]/text[1]/body[1]/div[10]/div[3]/div[7]/p[1]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/catchwords[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</WARNING>
<WARNING>Schematron warning: WARNING: deprecated use of element — The catchwords element will not be allowed outside of msDesc as of 2018-10-01. [Test: ancestor::tei:msDesc] Location: /TEI[1]/text[1]/body[1]/div[10]/div[3]/div[7]/p[1]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][2]/catchwords[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</WARNING>
<WARNING>Schematron warning: WARNING: deprecated use of element — The catchwords element will not be allowed outside of msDesc as of 2018-10-01. [Test: ancestor::tei:msDesc] Location: /TEI[1]/text[1]/body[1]/div[10]/div[3]/div[8]/specGrp[1]/elementSpec[1]/exemplum[1]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/catchwords[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</WARNING>
<WARNING>Schematron warning: WARNING: deprecated use of element — The catchwords element will not be allowed outside of msDesc as of 2018-10-01. [Test: ancestor::tei:msDesc] Location: /TEI[1]/text[1]/body[1]/div[10]/div[7]/div[3]/div[3]/specGrp[1]/elementSpec[5]/exemplum[3]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/collation[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/p[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/catchwords[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</WARNING>
<WARNING>Schematron warning: WARNING: deprecated use of element — The catchwords element will not be allowed outside of msDesc as of 2018-10-01. [Test: ancestor::tei:msDesc] Location: /TEI[1]/text[1]/body[1]/div[10]/div[7]/div[3]/div[3]/specGrp[1]/elementSpec[5]/exemplum[6]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/collation[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/p[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/catchwords[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</WARNING>
<WARNING>Schematron warning: WARNING: deprecated use of element — The secFol element will not be allowed outside of msDesc as of 2018-10-01. [Test: ancestor::tei:msDesc] Location: /TEI[1]/text[1]/body[1]/div[10]/div[3]/div[7]/p[4]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/secFol[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</WARNING>
<WARNING>Schematron warning: WARNING: deprecated use of element — The secFol element will not be allowed outside of msDesc as of 2018-10-01. [Test: ancestor::tei:msDesc] Location: /TEI[1]/text[1]/body[1]/div[10]/div[3]/div[8]/specGrp[1]/elementSpec[14]/exemplum[1]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/secFol[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</WARNING>
<WARNING>Schematron warning: WARNING: deprecated use of element — The secFol element will not be allowed outside of msDesc as of 2018-10-01. [Test: ancestor::tei:msDesc] Location: /TEI[1]/text[1]/body[1]/div[10]/div[3]/div[8]/specGrp[1]/elementSpec[14]/exemplum[2]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/secFol[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</WARNING>
<WARNING>Schematron warning: WARNING: deprecated use of element — The secFol element will not be allowed outside of msDesc as of 2018-10-01. [Test: ancestor::tei:msDesc] Location: /TEI[1]/text[1]/body[1]/div[10]/div[3]/div[8]/specGrp[1]/elementSpec[14]/exemplum[3]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/secFol[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</WARNING>
<WARNING>Schematron warning: WARNING: deprecated use of element — The signatures element will not be allowed outside of msDesc as of 2018-10-01. [Test: ancestor::tei:msDesc] Location: /TEI[1]/text[1]/body[1]/div[10]/div[3]/div[7]/p[2]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/signatures[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</WARNING>
<WARNING>Schematron warning: WARNING: deprecated use of element — The signatures element will not be allowed outside of msDesc as of 2018-10-01. [Test: ancestor::tei:msDesc] Location: /TEI[1]/text[1]/body[1]/div[10]/div[3]/div[7]/p[3]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/signatures[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</WARNING>
<WARNING>Schematron warning: WARNING: deprecated use of element — The signatures element will not be allowed outside of msDesc as of 2018-10-01. [Test: ancestor::tei:msDesc] Location: /TEI[1]/text[1]/body[1]/div[10]/div[3]/div[8]/specGrp[1]/elementSpec[15]/exemplum[1]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/signatures[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</WARNING>
<WARNING>Schematron warning: WARNING: deprecated use of element — The signatures element will not be allowed outside of msDesc as of 2018-10-01. [Test: ancestor::tei:msDesc] Location: /TEI[1]/text[1]/body[1]/div[10]/div[3]/div[8]/specGrp[1]/elementSpec[15]/exemplum[2]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/signatures[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</WARNING>
<WARNING>Schematron warning: WARNING: deprecated use of element — The signatures element will not be allowed outside of msDesc as of 2018-10-01. [Test: ancestor::tei:msDesc] Location: /TEI[1]/text[1]/body[1]/div[10]/div[3]/div[8]/specGrp[1]/elementSpec[15]/exemplum[3]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/signatures[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</WARNING>
</Messages>
(grep -q "<ERROR>" ValidatorLog.xml;if [ $? -ne 1 ] ; then echo "Oh dear me. ERROR found";diff ValidatorLog.xml expected-results/ValidatorLog.xml;false; fi)
Oh dear me. ERROR found
2,15d1
< <WARNING>Schematron warning: The hand construct becomes outdated on 2017-08-01 [Test: @validUntil cast as xs:date ge (current-date() + (60*xs:dayTimeDuration('P1D')))] Location: /TEI[1]/text[1]/body[1]/div[3]/div[4]/div[3]/specGrp[1]/elementSpec[1]/attList[1]/attDef[2]</WARNING>
< <WARNING>Schematron warning: The hand construct becomes outdated on 2017-08-01 [Test: @validUntil cast as xs:date ge (current-date() + (60*xs:dayTimeDuration('P1D')))] Location: /TEI[1]/text[1]/body[1]/div[3]/div[4]/div[3]/specGrp[1]/elementSpec[4]/attList[1]/attDef[2]</WARNING>
< <ERROR>Schematron error:
< Error: both the versionDate and xml:lang attributes on "gloss" are required when it is a child of "valItem".
< [Test: not( @xml:lang and @versionDate )] Location: /TEI[1]/text[1]/body[1]/div[13]/div[3]/div[4]/div[4]/specGrp[1]/elementSpec[3]/attList[1]/attDef[1]/valList[1]/valItem[1]/gloss[1]</ERROR>
< <ERROR>Schematron error:
< Error: both the versionDate and xml:lang attributes on "gloss" are required when it is a child of "valItem".
< [Test: not( @xml:lang and @versionDate )] Location: /TEI[1]/text[1]/body[1]/div[13]/div[3]/div[4]/div[4]/specGrp[1]/elementSpec[3]/attList[1]/attDef[1]/valList[1]/valItem[2]/gloss[1]</ERROR>
< <ERROR>Schematron error:
< Error: both the versionDate and xml:lang attributes on "gloss" are required when it is a child of "valItem".
< [Test: not( @xml:lang and @versionDate )] Location: /TEI[1]/text[1]/body[1]/div[13]/div[3]/div[4]/div[4]/specGrp[1]/elementSpec[3]/attList[1]/attDef[1]/valList[1]/valItem[3]/gloss[1]</ERROR>
< <ERROR>Schematron error:
< Error: both the versionDate and xml:lang attributes on "remarks" are required when it is a child of "attDef".
< [Test: not( @xml:lang and @versionDate )] Location: /TEI[1]/text[1]/body[1]/div[13]/div[3]/div[4]/div[4]/specGrp[1]/elementSpec[5]/attList[1]/attDef[1]/remarks[1]</ERROR>
29a16,28
> <WARNING>Schematron warning: WARNING: use of deprecated method — the use of the altIdentifier element as a direct child of the msPart element will be removed from the TEI on 2016-09-09 [Test: child::tei:altIdentifier] Location: /TEI[1]/text[1]/body[1]/div[10]/div[10]/specGrp[1]/elementSpec[1]/exemplum[2]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/msDesc[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/msPart[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</WARNING>
> <WARNING>Schematron warning: WARNING: use of deprecated attribute — @degree of the precision element will be removed from the TEI on 2015-11-12.
> [Test: @degree] Location: /TEI[1]/text[1]/body[1]/div[21]/div[1]/div[2]/div[4]/specGrp[1]/elementSpec[1]/exemplum[1]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/precision[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</WARNING>
> <WARNING>Schematron warning: WARNING: use of deprecated attribute — @degree of the precision element will be removed from the TEI on 2015-11-12.
> [Test: @degree] Location: /TEI[1]/text[1]/body[1]/div[21]/div[1]/div[2]/div[4]/specGrp[1]/elementSpec[1]/exemplum[1]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/precision[namespace-uri()='http://www.tei-c.org/ns/Examples'][2]</WARNING>
> <WARNING>Schematron warning: WARNING: use of deprecated attribute — @degree of the precision element will be removed from the TEI on 2015-11-12.
> [Test: @degree] Location: /TEI[1]/text[1]/body[1]/div[21]/div[2]/p[5]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/precision[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</WARNING>
> <WARNING>Schematron warning: WARNING: use of deprecated attribute — @degree of the precision element will be removed from the TEI on 2015-11-12.
> [Test: @degree] Location: /TEI[1]/text[1]/body[1]/div[21]/div[2]/p[5]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/precision[namespace-uri()='http://www.tei-c.org/ns/Examples'][2]</WARNING>
> <WARNING>Schematron warning: WARNING: use of deprecated attribute — @degree of the precision element will be removed from the TEI on 2015-11-12.
> [Test: @degree] Location: /TEI[1]/text[1]/body[1]/div[21]/div[2]/p[6]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/residence[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/precision[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</WARNING>
> <WARNING>Schematron warning: WARNING: use of deprecated attribute — @degree of the precision element will be removed from the TEI on 2015-11-12.
> [Test: @degree] Location: /TEI[1]/text[1]/body[1]/div[21]/div[2]/p[7]/egXML[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]/precision[namespace-uri()='http://www.tei-c.org/ns/Examples'][1]</WARNING>
make: *** [valid] Error 1
Build step 'Execute shell' marked build as failure
Not sending mail to unregistered user ebbondar@gmail.com
Not sending mail to unregistered user s.bauman@neu.edu
participants (4)
-
Elisa Beshero-Bondar -
Martin Holmes -
Syd Bauman -
Victoria TEI Jenkins