Started by user Jonas Building in workspace /var/lib/jenkins/workspace/PacketLib Cloning the remote Git repository Cloning repository https://github.com/Steveice10/PacketLib > git init /var/lib/jenkins/workspace/PacketLib # timeout=10 Fetching upstream changes from https://github.com/Steveice10/PacketLib > git --version # timeout=10 using GIT_SSH to set credentials using .gitcredentials to set credentials > git config --local credential.helper store --file=/tmp/git3334853785981019430.credentials # timeout=10 > git -c core.askpass=true fetch --tags --progress https://github.com/Steveice10/PacketLib +refs/heads/*:refs/remotes/origin/* > git config --local --remove-section credential # timeout=10 > git config remote.origin.url https://github.com/Steveice10/PacketLib # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/Steveice10/PacketLib # timeout=10 Fetching upstream changes from https://github.com/Steveice10/PacketLib using GIT_SSH to set credentials using .gitcredentials to set credentials > git config --local credential.helper store --file=/tmp/git720359923345060050.credentials # timeout=10 > git -c core.askpass=true fetch --tags --progress https://github.com/Steveice10/PacketLib +refs/heads/*:refs/remotes/origin/* > git config --local --remove-section credential # timeout=10 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10 Checking out Revision 3687891770efbf55c36d94bd9c6096e2e9821f91 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 3687891770efbf55c36d94bd9c6096e2e9821f91 First time build. Skipping changelog. Parsing POMs Discovered a new module org.spacehq:packetlib PacketLib Modules changed, recalculating dependency graph [PacketLib] $ /usr/lib/jvm/java-8-oracle//bin/java -cp /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-agent-1.6.jar:/usr/share/maven/boot/plexus-classworlds-2.x.jar org.jvnet.hudson.maven3.agent.Maven3Main /usr/share/maven/ /var/cache/jenkins/war/WEB-INF/lib/remoting-2.49.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-1.6.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.6.jar 38262 <===[JENKINS REMOTING CAPACITY]===>channel started Executing Maven: -B -f /var/lib/jenkins/workspace/PacketLib/pom.xml clean install [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building PacketLib 1.0-SNAPSHOT [INFO] ------------------------------------------------------------------------ Downloading: http://repo.spacehq.org/content/repositories/release/io/netty/netty-all/5.0.0.Alpha1/netty-all-5.0.0.Alpha1.pom Downloading: http://repo.spacehq.org/content/repositories/snapshots/io/netty/netty-all/5.0.0.Alpha1/netty-all-5.0.0.Alpha1.pom Downloading: http://repo.maven.apache.org/maven2/io/netty/netty-all/5.0.0.Alpha1/netty-all-5.0.0.Alpha1.pom Downloaded: http://repo.maven.apache.org/maven2/io/netty/netty-all/5.0.0.Alpha1/netty-all-5.0.0.Alpha1.pom (16 KB at 205.1 KB/sec) Downloading: http://repo.spacehq.org/content/repositories/release/io/netty/netty-parent/5.0.0.Alpha1/netty-parent-5.0.0.Alpha1.pom Downloading: http://repo.spacehq.org/content/repositories/snapshots/io/netty/netty-parent/5.0.0.Alpha1/netty-parent-5.0.0.Alpha1.pom Downloading: http://repo.maven.apache.org/maven2/io/netty/netty-parent/5.0.0.Alpha1/netty-parent-5.0.0.Alpha1.pom Downloaded: http://repo.maven.apache.org/maven2/io/netty/netty-parent/5.0.0.Alpha1/netty-parent-5.0.0.Alpha1.pom (29 KB at 494.6 KB/sec) Downloading: http://repo.spacehq.org/content/repositories/release/io/netty/netty-all/5.0.0.Alpha1/netty-all-5.0.0.Alpha1.jar Downloading: http://repo.spacehq.org/content/repositories/snapshots/io/netty/netty-all/5.0.0.Alpha1/netty-all-5.0.0.Alpha1.jar Downloading: http://repo.maven.apache.org/maven2/io/netty/netty-all/5.0.0.Alpha1/netty-all-5.0.0.Alpha1.jar Downloaded: http://repo.maven.apache.org/maven2/io/netty/netty-all/5.0.0.Alpha1/netty-all-5.0.0.Alpha1.jar (1540 KB at 7400.9 KB/sec) [INFO] [INFO] --- maven-clean-plugin:2.3:clean (default-clean) @ packetlib --- [INFO] [INFO] --- maven-resources-plugin:2.3:resources (default-resources) @ packetlib --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/PacketLib/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ packetlib --- [INFO] Compiling 45 source files to /var/lib/jenkins/workspace/PacketLib/target/classes [INFO] [INFO] --- maven-resources-plugin:2.3:testResources (default-testResources) @ packetlib --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/PacketLib/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ packetlib --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:2.10:test (default-test) @ packetlib --- [INFO] No tests to run. [INFO] Surefire report directory: /var/lib/jenkins/workspace/PacketLib/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Results : Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [JENKINS] Recording test results [INFO] [INFO] --- maven-jar-plugin:2.3.2:jar (default-jar) @ packetlib --- [INFO] Building jar: /var/lib/jenkins/workspace/PacketLib/target/packetlib-1.0-SNAPSHOT.jar [INFO] [INFO] --- maven-shade-plugin:1.5:shade (default) @ packetlib --- [INFO] Including io.netty:netty-all:jar:5.0.0.Alpha1 in the shaded jar. [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /var/lib/jenkins/workspace/PacketLib/target/packetlib-1.0-SNAPSHOT.jar with /var/lib/jenkins/workspace/PacketLib/target/packetlib-1.0-SNAPSHOT-shaded.jar [INFO] [INFO] --- maven-install-plugin:2.3:install (default-install) @ packetlib --- [INFO] Installing /var/lib/jenkins/workspace/PacketLib/target/packetlib-1.0-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/org/spacehq/packetlib/1.0-SNAPSHOT/packetlib-1.0-SNAPSHOT.jar [INFO] Installing /var/lib/jenkins/workspace/PacketLib/dependency-reduced-pom.xml to /var/lib/jenkins/.m2/repository/org/spacehq/packetlib/1.0-SNAPSHOT/packetlib-1.0-SNAPSHOT.pom [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 9.783s [INFO] Finished at: Fri Apr 17 18:39:19 CEST 2015 [INFO] Final Memory: 24M/163M [INFO] ------------------------------------------------------------------------ Waiting for Jenkins to finish collecting data [JENKINS] Archiving /var/lib/jenkins/workspace/PacketLib/dependency-reduced-pom.xml to org.spacehq/packetlib/1.0-SNAPSHOT/packetlib-1.0-SNAPSHOT.pom [JENKINS] Archiving /var/lib/jenkins/workspace/PacketLib/target/packetlib-1.0-SNAPSHOT.jar to org.spacehq/packetlib/1.0-SNAPSHOT/packetlib-1.0-SNAPSHOT.jar channel stopped Archiving artifacts Maven RedeployPublisher use remote maven settings from : /var/lib/jenkins/.m2/settings.xml [INFO] Deployment in https://repo.johni0702.de/content/repositories/snapshots/ (id=johni0702-repo,uniqueVersion=true) Deploying the main artifact packetlib-1.0-SNAPSHOT.jar Downloading: https://repo.johni0702.de/content/repositories/snapshots/org/spacehq/packetlib/1.0-SNAPSHOT/maven-metadata.xml Uploading: https://repo.johni0702.de/content/repositories/snapshots/org/spacehq/packetlib/1.0-SNAPSHOT/packetlib-1.0-20150417.163919-1.jar Uploaded: https://repo.johni0702.de/content/repositories/snapshots/org/spacehq/packetlib/1.0-SNAPSHOT/packetlib-1.0-20150417.163919-1.jar (1612 KB at 7359.1 KB/sec) Uploading: https://repo.johni0702.de/content/repositories/snapshots/org/spacehq/packetlib/1.0-SNAPSHOT/packetlib-1.0-20150417.163919-1.pom Uploaded: https://repo.johni0702.de/content/repositories/snapshots/org/spacehq/packetlib/1.0-SNAPSHOT/packetlib-1.0-20150417.163919-1.pom (4 KB at 55.9 KB/sec) Downloading: https://repo.johni0702.de/content/repositories/snapshots/org/spacehq/packetlib/maven-metadata.xml Uploading: https://repo.johni0702.de/content/repositories/snapshots/org/spacehq/packetlib/1.0-SNAPSHOT/maven-metadata.xml Uploaded: https://repo.johni0702.de/content/repositories/snapshots/org/spacehq/packetlib/1.0-SNAPSHOT/maven-metadata.xml (764 B at 29.8 KB/sec) Uploading: https://repo.johni0702.de/content/repositories/snapshots/org/spacehq/packetlib/maven-metadata.xml Uploaded: https://repo.johni0702.de/content/repositories/snapshots/org/spacehq/packetlib/maven-metadata.xml (278 B at 11.3 KB/sec) [INFO] Deployment done in 0.62 sec 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 MCProtocolLib Finished: SUCCESS