SuccessConsole Output

Started by GitHub push by CodeCrafter47
Baue in Arbeitsbereich /var/lib/jenkins/workspace/Utils
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/CodeCrafter47/Utils.git # timeout=10
Fetching upstream changes from https://github.com/CodeCrafter47/Utils.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress https://github.com/CodeCrafter47/Utils.git +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 73beac56e07aa09020b9e8101cb8b0321d46d4a1 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 73beac56e07aa09020b9e8101cb8b0321d46d4a1 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git branch -D master # timeout=10
 > git checkout -b master 73beac56e07aa09020b9e8101cb8b0321d46d4a1
 > git rev-list 8f20b946be7626e82d05549b5fcffddab468525d # timeout=10
Parsing POMs
Modules changed, recalculating dependency graph
Established TCP socket on 43570
[Utils] $ java -cp /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven32-agent-1.7.jar:/var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/maven/boot/plexus-classworlds-2.5.1.jar:/var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/maven/conf/logging jenkins.maven3.agent.Maven32Main /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/maven /var/cache/jenkins/war/WEB-INF/lib/remoting-2.57.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven32-interceptor-1.7.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.7.jar 43570
<===[JENKINS REMOTING CAPACITY]===>channel started
Executing Maven:  -B -f /var/lib/jenkins/workspace/Utils/pom.xml clean deploy
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] utils
[INFO] chat-utils
[INFO] bungeecord-ping
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building utils 1.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ utils ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ utils ---
[INFO] Installing /var/lib/jenkins/workspace/Utils/pom.xml to /var/lib/jenkins/.m2/repository/codecrafter47/util/utils/1.1-SNAPSHOT/utils-1.1-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ utils ---
[INFO] Downloading: http://nexus.codecrafter47.dyndns.eu/content/repositories/snapshots/codecrafter47/util/utils/1.1-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded: http://nexus.codecrafter47.dyndns.eu/content/repositories/snapshots/codecrafter47/util/utils/1.1-SNAPSHOT/maven-metadata.xml (596 B at 4.1 KB/sec)
[INFO] Uploading: http://nexus.codecrafter47.dyndns.eu/content/repositories/snapshots/codecrafter47/util/utils/1.1-SNAPSHOT/utils-1.1-20160505.181814-4.pom
[INFO] Uploaded: http://nexus.codecrafter47.dyndns.eu/content/repositories/snapshots/codecrafter47/util/utils/1.1-SNAPSHOT/utils-1.1-20160505.181814-4.pom (2 KB at 17.4 KB/sec)
[INFO] Downloading: http://nexus.codecrafter47.dyndns.eu/content/repositories/snapshots/codecrafter47/util/utils/maven-metadata.xml
[INFO] Downloaded: http://nexus.codecrafter47.dyndns.eu/content/repositories/snapshots/codecrafter47/util/utils/maven-metadata.xml (357 B at 13.4 KB/sec)
[INFO] Uploading: http://nexus.codecrafter47.dyndns.eu/content/repositories/snapshots/codecrafter47/util/utils/1.1-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded: http://nexus.codecrafter47.dyndns.eu/content/repositories/snapshots/codecrafter47/util/utils/1.1-SNAPSHOT/maven-metadata.xml (596 B at 13.9 KB/sec)
[INFO] Uploading: http://nexus.codecrafter47.dyndns.eu/content/repositories/snapshots/codecrafter47/util/utils/maven-metadata.xml
[INFO] Uploaded: http://nexus.codecrafter47.dyndns.eu/content/repositories/snapshots/codecrafter47/util/utils/maven-metadata.xml (357 B at 10.3 KB/sec)
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building chat-utils 1.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ chat-utils ---
[INFO] Deleting /var/lib/jenkins/workspace/Utils/chat-utils/target
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ chat-utils ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/Utils/chat-utils/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ chat-utils ---
[INFO] Compiling 2 source files to /var/lib/jenkins/workspace/Utils/chat-utils/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ chat-utils ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/Utils/chat-utils/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ chat-utils ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ chat-utils ---
[INFO] No tests to run.
[JENKINS] Zeichne Testergebnisse auf
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ chat-utils ---
[INFO] Building jar: /var/lib/jenkins/workspace/Utils/chat-utils/target/chat-utils-1.1-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ chat-utils ---
[INFO] Installing /var/lib/jenkins/workspace/Utils/chat-utils/target/chat-utils-1.1-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/codecrafter47/util/chat-utils/1.1-SNAPSHOT/chat-utils-1.1-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/workspace/Utils/chat-utils/pom.xml to /var/lib/jenkins/.m2/repository/codecrafter47/util/chat-utils/1.1-SNAPSHOT/chat-utils-1.1-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ chat-utils ---
[INFO] Downloading: http://nexus.codecrafter47.dyndns.eu/content/repositories/snapshots/codecrafter47/util/chat-utils/1.1-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded: http://nexus.codecrafter47.dyndns.eu/content/repositories/snapshots/codecrafter47/util/chat-utils/1.1-SNAPSHOT/maven-metadata.xml (772 B at 41.9 KB/sec)
[INFO] Uploading: http://nexus.codecrafter47.dyndns.eu/content/repositories/snapshots/codecrafter47/util/chat-utils/1.1-SNAPSHOT/chat-utils-1.1-20160505.181817-4.jar
[INFO] Uploaded: http://nexus.codecrafter47.dyndns.eu/content/repositories/snapshots/codecrafter47/util/chat-utils/1.1-SNAPSHOT/chat-utils-1.1-20160505.181817-4.jar (8 KB at 123.0 KB/sec)
[INFO] Uploading: http://nexus.codecrafter47.dyndns.eu/content/repositories/snapshots/codecrafter47/util/chat-utils/1.1-SNAPSHOT/chat-utils-1.1-20160505.181817-4.pom
[INFO] Uploaded: http://nexus.codecrafter47.dyndns.eu/content/repositories/snapshots/codecrafter47/util/chat-utils/1.1-SNAPSHOT/chat-utils-1.1-20160505.181817-4.pom (2 KB at 18.9 KB/sec)
[INFO] Downloading: http://nexus.codecrafter47.dyndns.eu/content/repositories/snapshots/codecrafter47/util/chat-utils/maven-metadata.xml
[INFO] Downloaded: http://nexus.codecrafter47.dyndns.eu/content/repositories/snapshots/codecrafter47/util/chat-utils/maven-metadata.xml (362 B at 13.1 KB/sec)
[INFO] Uploading: http://nexus.codecrafter47.dyndns.eu/content/repositories/snapshots/codecrafter47/util/chat-utils/1.1-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded: http://nexus.codecrafter47.dyndns.eu/content/repositories/snapshots/codecrafter47/util/chat-utils/1.1-SNAPSHOT/maven-metadata.xml (772 B at 18.4 KB/sec)
[INFO] Uploading: http://nexus.codecrafter47.dyndns.eu/content/repositories/snapshots/codecrafter47/util/chat-utils/maven-metadata.xml
[INFO] Uploaded: http://nexus.codecrafter47.dyndns.eu/content/repositories/snapshots/codecrafter47/util/chat-utils/maven-metadata.xml (362 B at 9.6 KB/sec)
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building bungeecord-ping 1.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ bungeecord-ping ---
[INFO] Deleting /var/lib/jenkins/workspace/Utils/bungeecord-ping/target
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ bungeecord-ping ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/Utils/bungeecord-ping/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ bungeecord-ping ---
[INFO] Compiling 1 source file to /var/lib/jenkins/workspace/Utils/bungeecord-ping/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ bungeecord-ping ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/Utils/bungeecord-ping/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ bungeecord-ping ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ bungeecord-ping ---
[INFO] No tests to run.
[JENKINS] Zeichne Testergebnisse auf
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ bungeecord-ping ---
[INFO] Building jar: /var/lib/jenkins/workspace/Utils/bungeecord-ping/target/bungeecord-ping-1.1-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ bungeecord-ping ---
[INFO] Installing /var/lib/jenkins/workspace/Utils/bungeecord-ping/target/bungeecord-ping-1.1-SNAPSHOT.jar to /var/lib/jenkins/.m2/repository/codecrafter47/util/bungeecord-ping/1.1-SNAPSHOT/bungeecord-ping-1.1-SNAPSHOT.jar
[INFO] Installing /var/lib/jenkins/workspace/Utils/bungeecord-ping/pom.xml to /var/lib/jenkins/.m2/repository/codecrafter47/util/bungeecord-ping/1.1-SNAPSHOT/bungeecord-ping-1.1-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ bungeecord-ping ---
[INFO] Downloading: http://nexus.codecrafter47.dyndns.eu/content/repositories/snapshots/codecrafter47/util/bungeecord-ping/1.1-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded: http://nexus.codecrafter47.dyndns.eu/content/repositories/snapshots/codecrafter47/util/bungeecord-ping/1.1-SNAPSHOT/maven-metadata.xml (777 B at 36.1 KB/sec)
[INFO] Uploading: http://nexus.codecrafter47.dyndns.eu/content/repositories/snapshots/codecrafter47/util/bungeecord-ping/1.1-SNAPSHOT/bungeecord-ping-1.1-20160505.181818-4.jar
[INFO] Uploaded: http://nexus.codecrafter47.dyndns.eu/content/repositories/snapshots/codecrafter47/util/bungeecord-ping/1.1-SNAPSHOT/bungeecord-ping-1.1-20160505.181818-4.jar (4 KB at 49.8 KB/sec)
[INFO] Uploading: http://nexus.codecrafter47.dyndns.eu/content/repositories/snapshots/codecrafter47/util/bungeecord-ping/1.1-SNAPSHOT/bungeecord-ping-1.1-20160505.181818-4.pom
[INFO] Uploaded: http://nexus.codecrafter47.dyndns.eu/content/repositories/snapshots/codecrafter47/util/bungeecord-ping/1.1-SNAPSHOT/bungeecord-ping-1.1-20160505.181818-4.pom (2 KB at 23.9 KB/sec)
[INFO] Downloading: http://nexus.codecrafter47.dyndns.eu/content/repositories/snapshots/codecrafter47/util/bungeecord-ping/maven-metadata.xml
[INFO] Downloaded: http://nexus.codecrafter47.dyndns.eu/content/repositories/snapshots/codecrafter47/util/bungeecord-ping/maven-metadata.xml (367 B at 9.7 KB/sec)
[INFO] Uploading: http://nexus.codecrafter47.dyndns.eu/content/repositories/snapshots/codecrafter47/util/bungeecord-ping/1.1-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded: http://nexus.codecrafter47.dyndns.eu/content/repositories/snapshots/codecrafter47/util/bungeecord-ping/1.1-SNAPSHOT/maven-metadata.xml (777 B at 18.1 KB/sec)
[INFO] Uploading: http://nexus.codecrafter47.dyndns.eu/content/repositories/snapshots/codecrafter47/util/bungeecord-ping/maven-metadata.xml
[INFO] Uploaded: http://nexus.codecrafter47.dyndns.eu/content/repositories/snapshots/codecrafter47/util/bungeecord-ping/maven-metadata.xml (367 B at 7.0 KB/sec)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] utils .............................................. SUCCESS [  1.809 s]
[INFO] chat-utils ......................................... SUCCESS [  2.641 s]
[INFO] bungeecord-ping .................................... SUCCESS [  1.137 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6.749 s
[INFO] Finished at: 2016-05-05T20:18:19+02:00
[INFO] Final Memory: 22M/212M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving /var/lib/jenkins/workspace/Utils/chat-utils/pom.xml to codecrafter47.util/chat-utils/1.1-SNAPSHOT/chat-utils-1.1-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/workspace/Utils/chat-utils/target/chat-utils-1.1-SNAPSHOT.jar to codecrafter47.util/chat-utils/1.1-20160505.181817-4/chat-utils-1.1-20160505.181817-4.jar
[JENKINS] Archiving /var/lib/jenkins/workspace/Utils/bungeecord-ping/pom.xml to codecrafter47.util/bungeecord-ping/1.1-SNAPSHOT/bungeecord-ping-1.1-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/workspace/Utils/bungeecord-ping/target/bungeecord-ping-1.1-SNAPSHOT.jar to codecrafter47.util/bungeecord-ping/1.1-20160505.181818-4/bungeecord-ping-1.1-20160505.181818-4.jar
[JENKINS] Archiving /var/lib/jenkins/workspace/Utils/pom.xml to codecrafter47.util/utils/1.1-SNAPSHOT/utils-1.1-SNAPSHOT.pom
channel stopped
Finished: SUCCESS