Console Output

Started by GitHub push by thvitt
Building remotely on Rechenknecht in workspace /mnt/data/jenkins/workspace/faust-schema
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-TbEZOWPvN1Th/agent.16010
SSH_AGENT_PID=16012
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /mnt/data/jenkins/workspace/faust-schema@tmp/private_key_5429666016313130544.key (/mnt/data/jenkins/workspace/faust-schema@tmp/private_key_5429666016313130544.key)
[ssh-agent] Using credentials jenkins (wrzh075.rzhousing.uni-wuerzburg.de)
Cloning the remote Git repository
Cloning repository git://github.com/faustedition/faust-schema
 > /usr/bin/git init /mnt/data/jenkins/workspace/faust-schema # timeout=10
Fetching upstream changes from git://github.com/faustedition/faust-schema
 > /usr/bin/git --version # timeout=10
using GIT_ASKPASS to set credentials 
 > /usr/bin/git fetch --tags --progress git://github.com/faustedition/faust-schema +refs/heads/*:refs/remotes/origin/*
 > /usr/bin/git config remote.origin.url git://github.com/faustedition/faust-schema # timeout=10
 > /usr/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /usr/bin/git config remote.origin.url git://github.com/faustedition/faust-schema # timeout=10
Fetching upstream changes from git://github.com/faustedition/faust-schema
using GIT_ASKPASS to set credentials 
 > /usr/bin/git fetch --tags --progress git://github.com/faustedition/faust-schema +refs/heads/*:refs/remotes/origin/*
 > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > /usr/bin/git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 248fbca5a59c65e15a0c67521ea2811fc88bd633 (refs/remotes/origin/master)
 > /usr/bin/git config core.sparsecheckout # timeout=10
 > /usr/bin/git checkout -f 248fbca5a59c65e15a0c67521ea2811fc88bd633
Commit message: "Switched data submodule to public repository"
 > /usr/bin/git rev-list --no-walk 65c36e3ba957f3684355b784e0fd34e92dd7b384 # timeout=10
 > /usr/bin/git remote # timeout=10
 > /usr/bin/git submodule init # timeout=10
 > /usr/bin/git submodule sync # timeout=10
 > /usr/bin/git config --get remote.origin.url # timeout=10
 > /usr/bin/git submodule init # timeout=10
 > /usr/bin/git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10
 > /usr/bin/git config --get submodule.data.url # timeout=10
 > /usr/bin/git config -f .gitmodules --get submodule.data.path # timeout=10
 > /usr/bin/git submodule update --init --recursive --remote data
Parsing POMs
using settings config with name MavenSettings
Replacing all maven server entries not found in credentials list is true
Established TCP socket on 39851
maven35-agent.jar already up to date
maven35-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
[faust-schema] $ java -cp /mnt/data/jenkins/maven35-agent.jar:/mnt/data/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3/boot/plexus-classworlds-2.5.2.jar:/mnt/data/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3/conf/logging jenkins.maven3.agent.Maven35Main /mnt/data/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3 /mnt/data/jenkins/remoting.jar /mnt/data/jenkins/maven35-interceptor.jar /mnt/data/jenkins/maven3-interceptor-commons.jar 39851
<===[JENKINS REMOTING CAPACITY]===>channel started
using settings config with name MavenSettings
Replacing all maven server entries not found in credentials list is true
Executing Maven:  -B -f /mnt/data/jenkins/workspace/faust-schema/pom.xml -s /tmp/settings6479166443827155922.xml clean deploy
[INFO] Scanning for projects...
[INFO] 
[INFO] --------------------< de.faustedition:faust-schema >--------------------
[INFO] Building Digitale Faust-Edition :: Faust TEI P5 schema 1.4-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ faust-schema ---
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:java (create-schema) @ faust-schema ---
Message: Converting faust-tei.xml (file:/mnt/data/jenkins/workspace/faust-schema/src/main/odd/faust-tei.xml) -> file:/mnt/data/jenkins/workspace/faust-schema/target/full-odd/faust-tei.xml / file:/mnt/data/jenkins/workspace/faust-schema/target/schema/faust-tei.rng
Message:  - odd2odd
Message:  - odd2relax
Message:  - saving rng
Message:  - saving schematron
Message:  - saving documentation

[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ faust-schema ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 5 resources to /mnt/data/jenkins/workspace/faust-schema/target/schema
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ faust-schema ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ faust-schema ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /mnt/data/jenkins/workspace/faust-schema/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ faust-schema ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ faust-schema ---
[INFO] No tests to run.
[JENKINS] Recording test results
[WARNING] Attempt to (de-)serialize anonymous class hudson.maven.reporters.BuildInfoRecorder$1; see: https://jenkins.io/redirect/serialization-of-anonymous-classes/
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ faust-schema ---
[INFO] Building jar: /mnt/data/jenkins/workspace/faust-schema/target/faust-schema-1.4-SNAPSHOT.jar
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:java (convert-transcripts) @ faust-schema ---
Message: Collecting metadata ...
Message: Fetched reading text
Message: Collected metadata in file:/mnt/data/jenkins/workspace/faust-schema/target/selected-metadata.xml
INFO : src/main/xproc/convert-transcripts.xpl:115:38:WARNING: For faust://xml/transcript/test/whitman-convert_txt.xml, 0 metadata records were found!
INFO : src/main/xproc/convert-transcripts.xpl:115:38:WARNING: For faust://xml/transcript/test/ms_segm14_1-15valid.xml, 0 metadata records were found!
INFO : src/main/xproc/convert-transcripts.xpl:115:38:WARNING: For faust://xml/transcript/test/ms_segm14_1-15valid_faust-markup.xml, 0 metadata records were found!
INFO : src/main/xproc/convert-transcripts.xpl:115:38:WARNING: For faust://xml/transcript/test/whitman_txt.xml, 0 metadata records were found!
INFO : src/main/xproc/convert-transcripts.xpl:115:38:WARNING: For faust://xml/transcript/test/01.xml, 0 metadata records were found!
INFO : src/main/xproc/convert-transcripts.xpl:115:38:WARNING: For faust://xml/transcript/test/whitman.xml, 0 metadata records were found!
INFO : src/main/xproc/convert-transcripts.xpl:115:38:WARNING: For faust://xml/transcript/test/ms_segm14_1-15valid_pb5.xml, 0 metadata records were found!
INFO : src/main/xproc/convert-transcripts.xpl:115:38:WARNING: For faust://xml/transcript/location_unknown/loeper1879II-3/loeper1879II-3.xml, 2 metadata records were found!
INFO : src/main/xproc/convert-transcripts.xpl:115:38:WARNING: For faust://xml/transcript/location_unknown/loeper1879II-4/loeper1879II-4.xml, 0 metadata records were found!
INFO : src/main/xproc/convert-transcripts.xpl:115:38:WARNING: For faust://xml/transcript/gsa/389808/0003.xml, 0 metadata records were found!
INFO : src/main/xproc/convert-transcripts.xpl:115:38:WARNING: For faust://xml/print/J_XIIA149-1833.xml, 0 metadata records were found!
INFO : src/main/xproc/convert-transcripts.xpl:115:38:WARNING: For faust://xml/print/S(2)_IIIB12-2.xml, 0 metadata records were found!
INFO : src/main/xproc/convert-transcripts.xpl:115:38:WARNING: For faust://xml/print/C(3)41_IIIB27.xml, 0 metadata records were found!
INFO : src/main/xproc/convert-transcripts.xpl:115:38:WARNING: For faust://xml/print/C(3)57_19A392-57.xml, 0 metadata records were found!
INFO : src/main/xproc/convert-transcripts.xpl:115:38:WARNING: For faust://xml/print/C(1)41_IIIB23.xml, 0 metadata records were found!
INFO : src/main/xproc/convert-transcripts.xpl:115:38:WARNING: For faust://xml/print/C(1)57_IIIB23.xml, 0 metadata records were found!
INFO : src/main/xproc/convert-transcripts.xpl:115:38:WARNING: For faust://xml/print/Q_IIIB31-3.xml, 0 metadata records were found!

[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:java (validate-xml) @ faust-schema ---
Message: === Metadata (Transcripts) ===
target=file:/mnt/data/jenkins/workspace/faust-schema/target/; resolved to file:/mnt/data/jenkins/workspace/faust-schema/target/
xmlroot=file:/mnt/data/jenkins/workspace/faust-schema/data/xml/document; resolved to file:/mnt/data/jenkins/workspace/faust-schema/data/xml/document
rng=
xsd=file:/mnt/data/jenkins/workspace/faust-schema/target/schema/metadata.xsd
schematron=
report=file:/mnt/data/jenkins/workspace/faust-schema/target/report/metadata.html
Message: Validating 558 files, this may take a while ...
Message: Writing aggregate report ...
Message: Saving errors to file:/mnt/data/jenkins/workspace/faust-schema/target/report/metadata.xml
Message: Storing report to file:/mnt/data/jenkins/workspace/faust-schema/target/report/metadata.html
Message: === Metadata (Prints) ===
target=file:/mnt/data/jenkins/workspace/faust-schema/target/; resolved to file:/mnt/data/jenkins/workspace/faust-schema/target/
xmlroot=file:/mnt/data/jenkins/workspace/faust-schema/data/xml/document/print; resolved to file:/mnt/data/jenkins/workspace/faust-schema/data/xml/document/print
rng=
xsd=file:/mnt/data/jenkins/workspace/faust-schema/target/schema/metadata_print.xsd
schematron=
report=file:/mnt/data/jenkins/workspace/faust-schema/target/report/metadata_print.html
Message: Validating 15 files, this may take a while ...
Message: Writing aggregate report ...
Message: Saving errors to file:/mnt/data/jenkins/workspace/faust-schema/target/report/metadata_print.xml
Message: Storing report to file:/mnt/data/jenkins/workspace/faust-schema/target/report/metadata_print.html
Message: === Macrogenesis Data ===
target=file:/mnt/data/jenkins/workspace/faust-schema/target/; resolved to file:/mnt/data/jenkins/workspace/faust-schema/target/
xmlroot=file:/mnt/data/jenkins/workspace/faust-schema/data/xml/macrogenesis; resolved to file:/mnt/data/jenkins/workspace/faust-schema/data/xml/macrogenesis
rng=
xsd=file:/mnt/data/jenkins/workspace/faust-schema/target/schema/macrogenesis.xsd
schematron=
report=file:/mnt/data/jenkins/workspace/faust-schema/target/report/macrogenesis.html
Message: Validating 22 files, this may take a while ...
Message: Writing aggregate report ...
Message: Saving errors to file:/mnt/data/jenkins/workspace/faust-schema/target/report/macrogenesis.xml
Message: Storing report to file:/mnt/data/jenkins/workspace/faust-schema/target/report/macrogenesis.html
Message: === Converted Transcripts and Prints (faust-tei) ===
target=file:/mnt/data/jenkins/workspace/faust-schema/target/; resolved to file:/mnt/data/jenkins/workspace/faust-schema/target/
xmlroot=file:/mnt/data/jenkins/workspace/faust-schema/target/converted; resolved to file:/mnt/data/jenkins/workspace/faust-schema/target/converted
rng=file:/mnt/data/jenkins/workspace/faust-schema/target/schema/faust-tei.rng
xsd=
schematron=file:/mnt/data/jenkins/workspace/faust-schema/target/schema/faust-tei.sch
report=file:/mnt/data/jenkins/workspace/faust-schema/target/report/faust-tei.html
Message: Validating 2752 files, this may take a while ...
Message: Writing aggregate report ...
Message: Saving errors to file:/mnt/data/jenkins/workspace/faust-schema/target/report/faust-tei.xml
Message: Storing report to file:/mnt/data/jenkins/workspace/faust-schema/target/report/faust-tei.html
Message: Loading reports from file:/mnt/data/jenkins/workspace/faust-schema/target/report
Message: Annotating XMLs for file:/mnt/data/jenkins/workspace/faust-schema/target/report/metadata_print.xml
Traceback (most recent call last):
  File "src/main/tools/highlight-errors.py", line 126, in <module>
    _main()
  File "src/main/tools/highlight-errors.py", line 121, in _main
    annotate_file(file, errors, options.output_dir, options.strip_components)
  File "src/main/tools/highlight-errors.py", line 69, in annotate_file
    out_file = out_path / strip_common_prefix(invalid_file.with_suffix('.html'), out_path, strip_components)
  File "src/main/tools/highlight-errors.py", line 46, in strip_common_prefix
    source = Path(source).resolve()
  File "/usr/lib/python3.5/pathlib.py", line 1109, in resolve
    s = self._flavour.resolve(self)
  File "/usr/lib/python3.5/pathlib.py", line 330, in resolve
    return _resolve(base, str(path)) or sep
  File "/usr/lib/python3.5/pathlib.py", line 315, in _resolve
    target = accessor.readlink(newpath)
  File "/usr/lib/python3.5/pathlib.py", line 422, in readlink
    return os.readlink(path)
FileNotFoundError: [Errno 2] No such file or directory: '/mnt/data/jenkins/workspace/faust-schema/data/xml/document/print/seckendorff1782.html'
Message: Annotating XMLs for file:/mnt/data/jenkins/workspace/faust-schema/target/report/macrogenesis.xml
Traceback (most recent call last):
  File "src/main/tools/highlight-errors.py", line 126, in <module>
    _main()
  File "src/main/tools/highlight-errors.py", line 121, in _main
    annotate_file(file, errors, options.output_dir, options.strip_components)
  File "src/main/tools/highlight-errors.py", line 69, in annotate_file
    out_file = out_path / strip_common_prefix(invalid_file.with_suffix('.html'), out_path, strip_components)
  File "src/main/tools/highlight-errors.py", line 46, in strip_common_prefix
    source = Path(source).resolve()
  File "/usr/lib/python3.5/pathlib.py", line 1109, in resolve
    s = self._flavour.resolve(self)
  File "/usr/lib/python3.5/pathlib.py", line 330, in resolve
    return _resolve(base, str(path)) or sep
  File "/usr/lib/python3.5/pathlib.py", line 315, in _resolve
    target = accessor.readlink(newpath)
  File "/usr/lib/python3.5/pathlib.py", line 422, in readlink
    return os.readlink(path)
FileNotFoundError: [Errno 2] No such file or directory: '/mnt/data/jenkins/workspace/faust-schema/data/xml/macrogenesis/fischer-lamberg/III.html'
Message: Annotating XMLs for file:/mnt/data/jenkins/workspace/faust-schema/target/report/faust-tei.xml
Traceback (most recent call last):
  File "src/main/tools/highlight-errors.py", line 126, in <module>
    _main()
  File "src/main/tools/highlight-errors.py", line 121, in _main
    annotate_file(file, errors, options.output_dir, options.strip_components)
  File "src/main/tools/highlight-errors.py", line 69, in annotate_file
    out_file = out_path / strip_common_prefix(invalid_file.with_suffix('.html'), out_path, strip_components)
  File "src/main/tools/highlight-errors.py", line 46, in strip_common_prefix
    source = Path(source).resolve()
  File "/usr/lib/python3.5/pathlib.py", line 1109, in resolve
    s = self._flavour.resolve(self)
  File "/usr/lib/python3.5/pathlib.py", line 330, in resolve
    return _resolve(base, str(path)) or sep
  File "/usr/lib/python3.5/pathlib.py", line 315, in _resolve
    target = accessor.readlink(newpath)
  File "/usr/lib/python3.5/pathlib.py", line 422, in readlink
    return os.readlink(path)
FileNotFoundError: [Errno 2] No such file or directory: '/mnt/data/jenkins/workspace/faust-schema/target/converted/faust.html'
Message: Annotating XMLs for file:/mnt/data/jenkins/workspace/faust-schema/target/report/metadata.xml
Traceback (most recent call last):
  File "src/main/tools/highlight-errors.py", line 126, in <module>
    _main()
  File "src/main/tools/highlight-errors.py", line 121, in _main
    annotate_file(file, errors, options.output_dir, options.strip_components)
  File "src/main/tools/highlight-errors.py", line 69, in annotate_file
    out_file = out_path / strip_common_prefix(invalid_file.with_suffix('.html'), out_path, strip_components)
  File "src/main/tools/highlight-errors.py", line 46, in strip_common_prefix
    source = Path(source).resolve()
  File "/usr/lib/python3.5/pathlib.py", line 1109, in resolve
    s = self._flavour.resolve(self)
  File "/usr/lib/python3.5/pathlib.py", line 330, in resolve
    return _resolve(base, str(path)) or sep
  File "/usr/lib/python3.5/pathlib.py", line 315, in _resolve
    target = accessor.readlink(newpath)
  File "/usr/lib/python3.5/pathlib.py", line 422, in readlink
    return os.readlink(path)
FileNotFoundError: [Errno 2] No such file or directory: '/mnt/data/jenkins/workspace/faust-schema/data/xml/document/paralipomena/gsa_390093.html'
Message: Loading report file:/mnt/data/jenkins/workspace/faust-schema/target/report/macrogenesis.html
Message: Loading report file:/mnt/data/jenkins/workspace/faust-schema/target/report/metadata.html
Message: Loading report file:/mnt/data/jenkins/workspace/faust-schema/target/report/metadata_print.html
Message: Loading report file:/mnt/data/jenkins/workspace/faust-schema/target/report/faust-tei.html
INFO : src/main/xproc/validate-all.xpl:93:50:4 reports ...

[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ faust-schema ---
[INFO] Installing /mnt/data/jenkins/workspace/faust-schema/target/faust-schema-1.4-SNAPSHOT.jar to /mnt/data/jenkins/.m2/repository/de/faustedition/faust-schema/1.4-SNAPSHOT/faust-schema-1.4-SNAPSHOT.jar
[INFO] Installing /mnt/data/jenkins/workspace/faust-schema/pom.xml to /mnt/data/jenkins/.m2/repository/de/faustedition/faust-schema/1.4-SNAPSHOT/faust-schema-1.4-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @ faust-schema ---
[INFO] Skipping artifact deployment
[INFO] 
[INFO] --- exec-maven-plugin:1.4.0:exec (deploy-rsync) @ faust-schema ---
[WARNING] Attempt to (de-)serialize anonymous class hudson.maven.reporters.MavenArtifactArchiver$2; see: https://jenkins.io/redirect/serialization-of-anonymous-classes/
[WARNING] Attempt to (de-)serialize anonymous class hudson.maven.reporters.MavenFingerprinter$1; see: https://jenkins.io/redirect/serialization-of-anonymous-classes/
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Notifying upstream projects of job completion
Join notifier requires a CauseAction
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 07:35 min
[INFO] Finished at: 2018-10-09T16:33:52+02:00
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[JENKINS] Archiving /mnt/data/jenkins/workspace/faust-schema/pom.xml to de.faustedition/faust-schema/1.4-SNAPSHOT/faust-schema-1.4-SNAPSHOT.pom
[JENKINS] Archiving /mnt/data/jenkins/workspace/faust-schema/target/faust-schema-1.4-SNAPSHOT.jar to de.faustedition/faust-schema/1.4-SNAPSHOT/faust-schema-1.4-SNAPSHOT.jar
$ ssh-agent -k
channel stopped
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 16012 killed;
[ssh-agent] Stopped.
Archiving artifacts
[htmlpublisher] Archiving HTML reports...
[htmlpublisher] Archiving at PROJECT level /mnt/data/jenkins/workspace/faust-schema/target/report to /mnt/data/jenkins/jobs/faust-schema/htmlreports/Validation_20Results
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Notifying upstream projects of job completion
Finished: SUCCESS