Console Output

Started by GitHub push by gerritbruening
Building remotely on build3 (digibib) in workspace /mnt/data/jenkins/workspace/faust-app
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/faustedition/faust-app # timeout=10
Fetching upstream changes from https://github.com/faustedition/faust-app
 > git --version # timeout=10
using GIT_ASKPASS to set credentials 
 > git fetch --tags --progress https://github.com/faustedition/faust-app +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision f32606867f0a0069e1530af590901f888972cf1b (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f32606867f0a0069e1530af590901f888972cf1b
 > git rev-list 3b19373cb71c36fddc939f10ea4467bcb2599389 # timeout=10
Parsing POMs
using settings config with name MavenSettings
Replacing all maven server entries not found in credentials list is true
Established TCP socket on 34633
maven33-agent.jar already up to date
maven33-interceptor.jar already up to date
maven3-interceptor-commons.jar already up to date
[faust] $ /mnt/data/jenkins/tools/hudson.model.JDK/Java_8/bin/java -cp /mnt/data/jenkins/maven33-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.Maven33Main /mnt/data/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3 /mnt/data/jenkins/slave.jar /mnt/data/jenkins/maven33-interceptor.jar /mnt/data/jenkins/maven3-interceptor-commons.jar 34633
<===[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-app/faust/pom.xml -s /tmp/settings4995544239747233266.xml clean deploy
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Digitale Faust-Edition 1.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ faust ---
[INFO] Deleting /mnt/data/jenkins/workspace/faust-app/faust/target
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ faust ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 12 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ faust ---
[INFO] Compiling 141 source files to /mnt/data/jenkins/workspace/faust-app/faust/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ faust ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ faust ---
[INFO] Compiling 18 source files to /mnt/data/jenkins/workspace/faust-app/faust/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ faust ---
[INFO] Surefire report directory: /mnt/data/jenkins/workspace/faust-app/faust/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running edu.bath.transitivityutils.TransitiveBiRelationTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 sec
Running edu.bath.transitivityutils.NavigatorsTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running edu.bath.transitivityutils.MergingIntervalSetTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running edu.bath.transitivityutils.OrderListTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 sec
Running edu.bath.transitivityutils.RelationsTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running edu.bath.transitivityutils.TransitiveRelationTest
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.292 sec
Running de.faustedition.reasoning.LastPremiseRelationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running de.faustedition.reasoning.InscriptionRelationTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running de.faustedition.reasoning.StatisticsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running de.faustedition.xml.CustomNamespaceContextTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running de.faustedition.URITest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running de.faustedition.document.DocumentImageLinkerTest
<?xml version="1.0" encoding="UTF-8" standalone="no"?><root> 
 <line xml:id="l1">                     lineNumber0,     referenced, [id0]    </line>
 <line xml:id="l2">       lineNumber1,     referenced, l2       </line>
 <line xml:id="l0">                     lineNumber2,     referenced, [id2]    </line>
 <line xml:id="someId">   lineNumber3, not referenced, someId   </line>
 <line xml:id="l3">                     lineNumber4,     referenced, [id4]    </line>
 <line>                     lineNumber5, not referenced           </line>
</root>

<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> 
 <g/>
 <g xlink:href="#l0"/>
 <g xlink:href="#l1"/>
 <g xlink:href="#l3">content</g>
 <g xlink:href="#l2"/>
</svg>Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 sec

Results :

Tests run: 78, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ faust ---
[INFO] Building jar: /mnt/data/jenkins/workspace/faust-app/faust/target/faust-1.4-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-assembly-plugin:2.2-beta-3:single (make-assembly) @ faust ---
[INFO] Reading assembly descriptor: src/main/assembly/app.xml
[INFO] Building zip: /mnt/data/jenkins/workspace/faust-app/faust/target/faust-1.4-SNAPSHOT-app.zip
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ faust ---
[INFO] Installing /mnt/data/jenkins/workspace/faust-app/faust/target/faust-1.4-SNAPSHOT.jar to /mnt/data/jenkins/.m2/repository/de/faustedition/faust/1.4-SNAPSHOT/faust-1.4-SNAPSHOT.jar
[INFO] Installing /mnt/data/jenkins/workspace/faust-app/faust/pom.xml to /mnt/data/jenkins/.m2/repository/de/faustedition/faust/1.4-SNAPSHOT/faust-1.4-SNAPSHOT.pom
[INFO] Installing /mnt/data/jenkins/workspace/faust-app/faust/target/faust-1.4-SNAPSHOT-app.zip to /mnt/data/jenkins/.m2/repository/de/faustedition/faust/1.4-SNAPSHOT/faust-1.4-SNAPSHOT-app.zip
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ faust ---
[INFO] Downloading: http://dev.digital-humanities.de/nexus/content/repositories/snapshots/de/faustedition/faust/1.4-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded: http://dev.digital-humanities.de/nexus/content/repositories/snapshots/de/faustedition/faust/1.4-SNAPSHOT/maven-metadata.xml (972 B at 16.4 KB/sec)
[INFO] Uploading: http://dev.digital-humanities.de/nexus/content/repositories/snapshots/de/faustedition/faust/1.4-SNAPSHOT/faust-1.4-20170530.152816-5.jar
[INFO] Uploaded: http://dev.digital-humanities.de/nexus/content/repositories/snapshots/de/faustedition/faust/1.4-SNAPSHOT/faust-1.4-20170530.152816-5.jar (376 KB at 8740.2 KB/sec)
[INFO] Uploading: http://dev.digital-humanities.de/nexus/content/repositories/snapshots/de/faustedition/faust/1.4-SNAPSHOT/faust-1.4-20170530.152816-5.pom
[INFO] Uploaded: http://dev.digital-humanities.de/nexus/content/repositories/snapshots/de/faustedition/faust/1.4-SNAPSHOT/faust-1.4-20170530.152816-5.pom (11 KB at 422.1 KB/sec)
[INFO] Downloading: http://dev.digital-humanities.de/nexus/content/repositories/snapshots/de/faustedition/faust/maven-metadata.xml
[INFO] Downloaded: http://dev.digital-humanities.de/nexus/content/repositories/snapshots/de/faustedition/faust/maven-metadata.xml (278 B at 27.1 KB/sec)
[INFO] Uploading: http://dev.digital-humanities.de/nexus/content/repositories/snapshots/de/faustedition/faust/1.4-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded: http://dev.digital-humanities.de/nexus/content/repositories/snapshots/de/faustedition/faust/1.4-SNAPSHOT/maven-metadata.xml (972 B at 43.1 KB/sec)
[INFO] Uploading: http://dev.digital-humanities.de/nexus/content/repositories/snapshots/de/faustedition/faust/maven-metadata.xml
[INFO] Uploaded: http://dev.digital-humanities.de/nexus/content/repositories/snapshots/de/faustedition/faust/maven-metadata.xml (278 B at 12.3 KB/sec)
[INFO] Uploading: http://dev.digital-humanities.de/nexus/content/repositories/snapshots/de/faustedition/faust/1.4-SNAPSHOT/faust-1.4-20170530.152816-5-app.zip
[INFO] Uploaded: http://dev.digital-humanities.de/nexus/content/repositories/snapshots/de/faustedition/faust/1.4-SNAPSHOT/faust-1.4-20170530.152816-5-app.zip (64363 KB at 40001.8 KB/sec)
[INFO] Uploading: http://dev.digital-humanities.de/nexus/content/repositories/snapshots/de/faustedition/faust/1.4-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded: http://dev.digital-humanities.de/nexus/content/repositories/snapshots/de/faustedition/faust/1.4-SNAPSHOT/maven-metadata.xml (972 B at 43.1 KB/sec)
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: 17.966 s
[INFO] Finished at: 2017-05-30T17:28:19+02:00
[INFO] Final Memory: 44M/885M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving /mnt/data/jenkins/workspace/faust-app/faust/pom.xml to de.faustedition/faust/1.4-SNAPSHOT/faust-1.4-SNAPSHOT.pom
[JENKINS] Archiving /mnt/data/jenkins/workspace/faust-app/faust/target/faust-1.4-SNAPSHOT.jar to de.faustedition/faust/1.4-20170530.152816-5/faust-1.4-20170530.152816-5.jar
[JENKINS] Archiving /mnt/data/jenkins/workspace/faust-app/faust/target/faust-1.4-SNAPSHOT-app.zip to de.faustedition/faust/1.4-20170530.152816-5/faust-1.4-20170530.152816-5-app.zip
channel stopped
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
Warning: you have no plugins providing access control for builds, so falling back to legacy behavior of permitting any downstream builds to be triggered
Triggering a new build of Faust-Edition Site Generation
Finished: SUCCESS