7 Aug
2017
7 Aug
'17
2:07 p.m.
See <http://teijenkins.hcmc.uvic.ca/job/TEIP5-Test-dev/3414/display/redirect?page=changes>
Changes:
[scstanley7] closed #1677
------------------------------------------
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 f182cd5ecd7900e0b8507e3e1e1afcbeb1ed53f7 (refs/remotes/origin/dev)
> git config core.sparsecheckout # timeout=10
> git checkout -f f182cd5ecd7900e0b8507e3e1e1afcbeb1ed53f7
> git rev-list 9b793ecdbdfdabfe51074b6002607362703e3b6f # timeout=10
[workspace] $ /bin/bash -xe /tmp/jenkins1594189385406259951.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: 27 seconds
<Messages>
<WARNING>Schematron warning: This defaultVal of status construct becomes outdated on 2017-09-05 [Test: @validUntil cast as xs:date ge (current-date() + (60*xs:dayTimeDuration('P1D')))] Location: /TEI[1]/text[1]/body[1]/div[2]/div[2]/div[4]/specGrp[1]/elementSpec[5]/attList[1]/attDef[1]/defaultVal[1]</WARNING>
<WARNING>Schematron warning: This defaultVal of status construct becomes outdated on 2017-09-05 [Test: @validUntil cast as xs:date ge (current-date() + (60*xs:dayTimeDuration('P1D')))] Location: /TEI[1]/text[1]/body[1]/div[2]/div[3]/div[3]/specGrp[1]/elementSpec[2]/attList[1]/attDef[1]/defaultVal[1]</WARNING>
<WARNING>Schematron warning: This defaultVal of aloud construct becomes outdated on 2017-09-05 [Test: @validUntil cast as xs:date ge (current-date() + (60*xs:dayTimeDuration('P1D')))] Location: /TEI[1]/text[1]/body[1]/div[3]/div[3]/div[3]/specGrp[1]/elementSpec[1]/attList[1]/attDef[1]/defaultVal[1]</WARNING>
<ERROR>Schematron error: The hand
construct is outdated (as of 2017-08-01); ODD processors may ignore it, and its use is no longer supported [Test: @validUntil cast as xs:date ge current-date()] Location: /TEI[1]/text[1]/body[1]/div[3]/div[4]/div[3]/specGrp[1]/elementSpec[1]/attList[1]/attDef[2]</ERROR>
<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>
<ERROR>Schematron error: The hand
construct is outdated (as of 2017-08-01); ODD processors may ignore it, and its use is no longer supported [Test: @validUntil cast as xs:date ge current-date()] Location: /TEI[1]/text[1]/body[1]/div[3]/div[4]/div[3]/specGrp[1]/elementSpec[4]/attList[1]/attDef[2]</ERROR>
<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>
<WARNING>Schematron warning: This defaultVal of discrete construct becomes outdated on 2017-09-05 [Test: @validUntil cast as xs:date ge (current-date() + (60*xs:dayTimeDuration('P1D')))] Location: /TEI[1]/text[1]/body[1]/div[7]/div[3]/div[1]/specGrp[1]/elementSpec[3]/attList[1]/attDef[2]/defaultVal[1]</WARNING>
<WARNING>Schematron warning: The oVar construct becomes outdated on 2017-08-24 [Test: @validUntil cast as xs:date ge (current-date() + (60*xs:dayTimeDuration('P1D')))] Location: /TEI[1]/text[1]/body[1]/div[9]/div[4]/specGrp[2]/elementSpec[2]</WARNING>
<WARNING>Schematron warning: The pVar construct becomes outdated on 2017-08-24 [Test: @validUntil cast as xs:date ge (current-date() + (60*xs:dayTimeDuration('P1D')))] Location: /TEI[1]/text[1]/body[1]/div[9]/div[4]/specGrp[2]/elementSpec[4]</WARNING>
<WARNING>Schematron warning: This defaultVal of defective construct becomes outdated on 2017-09-05 [Test: @validUntil cast as xs:date ge (current-date() + (60*xs:dayTimeDuration('P1D')))] Location: /TEI[1]/text[1]/body[1]/div[10]/div[6]/div[6]/specGrp[2]/classSpec[1]/attList[1]/attDef[1]/defaultVal[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'][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,14d1
< <WARNING>Schematron warning: This defaultVal of status construct becomes outdated on 2017-09-05 [Test: @validUntil cast as xs:date ge (current-date() + (60*xs:dayTimeDuration('P1D')))] Location: /TEI[1]/text[1]/body[1]/div[2]/div[2]/div[4]/specGrp[1]/elementSpec[5]/attList[1]/attDef[1]/defaultVal[1]</WARNING>
< <WARNING>Schematron warning: This defaultVal of status construct becomes outdated on 2017-09-05 [Test: @validUntil cast as xs:date ge (current-date() + (60*xs:dayTimeDuration('P1D')))] Location: /TEI[1]/text[1]/body[1]/div[2]/div[3]/div[3]/specGrp[1]/elementSpec[2]/attList[1]/attDef[1]/defaultVal[1]</WARNING>
< <WARNING>Schematron warning: This defaultVal of aloud construct becomes outdated on 2017-09-05 [Test: @validUntil cast as xs:date ge (current-date() + (60*xs:dayTimeDuration('P1D')))] Location: /TEI[1]/text[1]/body[1]/div[3]/div[3]/div[3]/specGrp[1]/elementSpec[1]/attList[1]/attDef[1]/defaultVal[1]</WARNING>
< <ERROR>Schematron error: The hand
< construct is outdated (as of 2017-08-01); ODD processors may ignore it, and its use is no longer supported [Test: @validUntil cast as xs:date ge current-date()] Location: /TEI[1]/text[1]/body[1]/div[3]/div[4]/div[3]/specGrp[1]/elementSpec[1]/attList[1]/attDef[2]</ERROR>
< <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>
< <ERROR>Schematron error: The hand
< construct is outdated (as of 2017-08-01); ODD processors may ignore it, and its use is no longer supported [Test: @validUntil cast as xs:date ge current-date()] Location: /TEI[1]/text[1]/body[1]/div[3]/div[4]/div[3]/specGrp[1]/elementSpec[4]/attList[1]/attDef[2]</ERROR>
< <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>
< <WARNING>Schematron warning: This defaultVal of discrete construct becomes outdated on 2017-09-05 [Test: @validUntil cast as xs:date ge (current-date() + (60*xs:dayTimeDuration('P1D')))] Location: /TEI[1]/text[1]/body[1]/div[7]/div[3]/div[1]/specGrp[1]/elementSpec[3]/attList[1]/attDef[2]/defaultVal[1]</WARNING>
< <WARNING>Schematron warning: The oVar construct becomes outdated on 2017-08-24 [Test: @validUntil cast as xs:date ge (current-date() + (60*xs:dayTimeDuration('P1D')))] Location: /TEI[1]/text[1]/body[1]/div[9]/div[4]/specGrp[2]/elementSpec[2]</WARNING>
< <WARNING>Schematron warning: The pVar construct becomes outdated on 2017-08-24 [Test: @validUntil cast as xs:date ge (current-date() + (60*xs:dayTimeDuration('P1D')))] Location: /TEI[1]/text[1]/body[1]/div[9]/div[4]/specGrp[2]/elementSpec[4]</WARNING>
< <WARNING>Schematron warning: This defaultVal of defective construct becomes outdated on 2017-09-05 [Test: @validUntil cast as xs:date ge (current-date() + (60*xs:dayTimeDuration('P1D')))] Location: /TEI[1]/text[1]/body[1]/div[10]/div[6]/div[6]/specGrp[2]/classSpec[1]/attList[1]/attDef[1]/defaultVal[1]</WARNING>
28a16,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 scstanley7@gmail.com
7 Aug
7 Aug
2:18 p.m.
New subject: [tei-council] Build failed in Jenkins: TEIP5-Test-dev #3414
Hi all,
Not sure entirely what I did here! Is there something that I need to fix?
Sorry if I've made some mistake.
-Sarah
Sarah Stanley
Office of Digital Research and Scholarship
Strozier Library, Florida State University
https://www.lib.fsu.edu/drs/
Twitter: https://twitter.com/sarcathtic
On Mon, Aug 7, 2017 at 5:07 PM, Victoria TEI Jenkins <council@tei-c.org>
wrote:
> See <http://teijenkins.hcmc.uvic.ca/job/TEIP5-Test-dev/3414/
> display/redirect?page=changes>
>
> Changes:
>
> [scstanley7] closed #1677
>
> ------------------------------------------
> 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 f182cd5ecd7900e0b8507e3e1e1afcbeb1ed53f7
> (refs/remotes/origin/dev)
> > git config core.sparsecheckout # timeout=10
> > git checkout -f f182cd5ecd7900e0b8507e3e1e1afcbeb1ed53f7
> > git rev-list 9b793ecdbdfdabfe51074b6002607362703e3b6f # timeout=10
> [workspace] $ /bin/bash -xe /tmp/jenkins1594189385406259951.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: 27 seconds
> <Messages>
> <WARNING>Schematron warning: This defaultVal of status construct
> becomes outdated on 2017-09-05 [Test: @validUntil cast as xs:date ge
> (current-date() + (60*xs:dayTimeDuration('P1D')))] Location:
> /TEI[1]/text[1]/body[1]/div[2]/div[2]/div[4]/specGrp[1]/
> elementSpec[5]/attList[1]/attDef[1]/defaultVal[1]</WARNING>
> <WARNING>Schematron warning: This defaultVal of status construct
> becomes outdated on 2017-09-05 [Test: @validUntil cast as xs:date ge
> (current-date() + (60*xs:dayTimeDuration('P1D')))] Location:
> /TEI[1]/text[1]/body[1]/div[2]/div[3]/div[3]/specGrp[1]/
> elementSpec[2]/attList[1]/attDef[1]/defaultVal[1]</WARNING>
> <WARNING>Schematron warning: This defaultVal of aloud construct
> becomes outdated on 2017-09-05 [Test: @validUntil cast as xs:date ge
> (current-date() + (60*xs:dayTimeDuration('P1D')))] Location:
> /TEI[1]/text[1]/body[1]/div[3]/div[3]/div[3]/specGrp[1]/
> elementSpec[1]/attList[1]/attDef[1]/defaultVal[1]</WARNING>
> <ERROR>Schematron error: The hand
> construct is outdated (as of 2017-08-01); ODD processors may
> ignore it, and its use is no longer supported [Test: @validUntil cast as
> xs:date ge current-date()] Location: /TEI[1]/text[1]/body[1]/div[3]
> /div[4]/div[3]/specGrp[1]/elementSpec[1]/attList[1]/attDef[2]</ERROR>
> <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>
> <ERROR>Schematron error: The hand
> construct is outdated (as of 2017-08-01); ODD processors may
> ignore it, and its use is no longer supported [Test: @validUntil cast as
> xs:date ge current-date()] Location: /TEI[1]/text[1]/body[1]/div[3]
> /div[4]/div[3]/specGrp[1]/elementSpec[4]/attList[1]/attDef[2]</ERROR>
> <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>
> <WARNING>Schematron warning: This defaultVal of discrete construct
> becomes outdated on 2017-09-05 [Test: @validUntil cast as xs:date ge
> (current-date() + (60*xs:dayTimeDuration('P1D')))] Location:
> /TEI[1]/text[1]/body[1]/div[7]/div[3]/div[1]/specGrp[1]/
> elementSpec[3]/attList[1]/attDef[2]/defaultVal[1]</WARNING>
> <WARNING>Schematron warning: The oVar construct becomes outdated on
> 2017-08-24 [Test: @validUntil cast as xs:date ge (current-date() +
> (60*xs:dayTimeDuration('P1D')))] Location: /TEI[1]/text[1]/body[1]/div[9]
> /div[4]/specGrp[2]/elementSpec[2]</WARNING>
> <WARNING>Schematron warning: The pVar construct becomes outdated on
> 2017-08-24 [Test: @validUntil cast as xs:date ge (current-date() +
> (60*xs:dayTimeDuration('P1D')))] Location: /TEI[1]/text[1]/body[1]/div[9]
> /div[4]/specGrp[2]/elementSpec[4]</WARNING>
> <WARNING>Schematron warning: This defaultVal of defective construct
> becomes outdated on 2017-09-05 [Test: @validUntil cast as xs:date ge
> (current-date() + (60*xs:dayTimeDuration('P1D')))] Location:
> /TEI[1]/text[1]/body[1]/div[10]/div[6]/div[6]/specGrp[2]/
> classSpec[1]/attList[1]/attDef[1]/defaultVal[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'][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,14d1
> < <WARNING>Schematron warning: This defaultVal of status construct
> becomes outdated on 2017-09-05 [Test: @validUntil cast as xs:date ge
> (current-date() + (60*xs:dayTimeDuration('P1D')))] Location:
> /TEI[1]/text[1]/body[1]/div[2]/div[2]/div[4]/specGrp[1]/
> elementSpec[5]/attList[1]/attDef[1]/defaultVal[1]</WARNING>
> < <WARNING>Schematron warning: This defaultVal of status construct
> becomes outdated on 2017-09-05 [Test: @validUntil cast as xs:date ge
> (current-date() + (60*xs:dayTimeDuration('P1D')))] Location:
> /TEI[1]/text[1]/body[1]/div[2]/div[3]/div[3]/specGrp[1]/
> elementSpec[2]/attList[1]/attDef[1]/defaultVal[1]</WARNING>
> < <WARNING>Schematron warning: This defaultVal of aloud construct
> becomes outdated on 2017-09-05 [Test: @validUntil cast as xs:date ge
> (current-date() + (60*xs:dayTimeDuration('P1D')))] Location:
> /TEI[1]/text[1]/body[1]/div[3]/div[3]/div[3]/specGrp[1]/
> elementSpec[1]/attList[1]/attDef[1]/defaultVal[1]</WARNING>
> < <ERROR>Schematron error: The hand
> < construct is outdated (as of 2017-08-01); ODD processors may
> ignore it, and its use is no longer supported [Test: @validUntil cast as
> xs:date ge current-date()] Location: /TEI[1]/text[1]/body[1]/div[3]
> /div[4]/div[3]/specGrp[1]/elementSpec[1]/attList[1]/attDef[2]</ERROR>
> < <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>
> < <ERROR>Schematron error: The hand
> < construct is outdated (as of 2017-08-01); ODD processors may
> ignore it, and its use is no longer supported [Test: @validUntil cast as
> xs:date ge current-date()] Location: /TEI[1]/text[1]/body[1]/div[3]
> /div[4]/div[3]/specGrp[1]/elementSpec[4]/attList[1]/attDef[2]</ERROR>
> < <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>
> < <WARNING>Schematron warning: This defaultVal of discrete construct
> becomes outdated on 2017-09-05 [Test: @validUntil cast as xs:date ge
> (current-date() + (60*xs:dayTimeDuration('P1D')))] Location:
> /TEI[1]/text[1]/body[1]/div[7]/div[3]/div[1]/specGrp[1]/
> elementSpec[3]/attList[1]/attDef[2]/defaultVal[1]</WARNING>
> < <WARNING>Schematron warning: The oVar construct becomes outdated on
> 2017-08-24 [Test: @validUntil cast as xs:date ge (current-date() +
> (60*xs:dayTimeDuration('P1D')))] Location: /TEI[1]/text[1]/body[1]/div[9]
> /div[4]/specGrp[2]/elementSpec[2]</WARNING>
> < <WARNING>Schematron warning: The pVar construct becomes outdated on
> 2017-08-24 [Test: @validUntil cast as xs:date ge (current-date() +
> (60*xs:dayTimeDuration('P1D')))] Location: /TEI[1]/text[1]/body[1]/div[9]
> /div[4]/specGrp[2]/elementSpec[4]</WARNING>
> < <WARNING>Schematron warning: This defaultVal of defective construct
> becomes outdated on 2017-09-05 [Test: @validUntil cast as xs:date ge
> (current-date() + (60*xs:dayTimeDuration('P1D')))] Location:
> /TEI[1]/text[1]/body[1]/div[10]/div[6]/div[6]/specGrp[2]/
> classSpec[1]/attList[1]/attDef[1]/defaultVal[1]</WARNING>
> 28a16,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 scstanley7@gmail.com
> --
> 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
2:23 p.m.
New subject: [tei-council] Build failed in Jenkins: TEIP5-Test-dev #3414
Sarah -- Quick check says it's not something you did, and not something you are personally responsible for fixing, but something you're going to have to fix if you want to see if your @ed/@edRef change worked! Problem is "The hand construct is outdated (as of 2017-08-01); ODD processors may ignore it, and its use is no longer supported", twice: /TEI[1]/text[1]/body[1]/div[3]/div[4]/div[3]/specGrp[1]/elementSpec[1]/attList[1]/attDef[2] /TEI[1]/text[1]/body[1]/div[3]/div[4]/div[3]/specGrp[1]/elementSpec[4]/attList[1]/attDef[2] Call me (@ home) if you'd like to chat about it.
Not sure entirely what I did here! Is there something that I need to fix? Sorry if I've made some mistake.
2:49 p.m.
New subject: [tei-council] Jenkins build is back to normal : TEIP5-Test-dev #3415
3016
Age (days ago)
3016
Last active (days ago)
3 comments
3 participants
participants (3)
-
Sarah S -
Syd Bauman -
Victoria TEI Jenkins