Gestartet durch vorgelagertes Projekt "Utils", Build 46 originally caused by: Started by GitHub push by CodeCrafter47 Baue in Arbeitsbereich /var/lib/jenkins/workspace/ForcedServers > 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/ForcedServers.git # timeout=10 Fetching upstream changes from https://github.com/CodeCrafter47/ForcedServers.git > git --version # timeout=10 > git -c core.askpass=true fetch --tags --progress https://github.com/CodeCrafter47/ForcedServers.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 2b0abf9d85f8852ecc392a1e4e5c36b9241e5538 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 2b0abf9d85f8852ecc392a1e4e5c36b9241e5538 > git rev-list 2b0abf9d85f8852ecc392a1e4e5c36b9241e5538 # timeout=10 Parsing POMs Established TCP socket on 46056 [ForcedServers] $ 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.56.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 46056 <===[JENKINS REMOTING CAPACITY]===>channel started Executing Maven: -B -f /var/lib/jenkins/workspace/ForcedServers/pom.xml clean verify [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building ForcedServers 2.2-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] Downloading: http://nexus.codecrafter47.dyndns.eu/content/repositories/public/net/md-5/bungeecord-api/1.8-SNAPSHOT/maven-metadata.xml [INFO] Downloaded: http://nexus.codecrafter47.dyndns.eu/content/repositories/public/net/md-5/bungeecord-api/1.8-SNAPSHOT/maven-metadata.xml (2 KB at 8.2 KB/sec) [INFO] Downloading: http://nexus.codecrafter47.dyndns.eu/content/repositories/public/net/md-5/bungeecord-parent/1.8-SNAPSHOT/maven-metadata.xml [INFO] Downloaded: http://nexus.codecrafter47.dyndns.eu/content/repositories/public/net/md-5/bungeecord-parent/1.8-SNAPSHOT/maven-metadata.xml (600 B at 21.7 KB/sec) [INFO] Downloading: http://nexus.codecrafter47.dyndns.eu/content/repositories/public/net/md-5/bungeecord-chat/1.8-SNAPSHOT/maven-metadata.xml [INFO] Downloaded: http://nexus.codecrafter47.dyndns.eu/content/repositories/public/net/md-5/bungeecord-chat/1.8-SNAPSHOT/maven-metadata.xml (2 KB at 36.6 KB/sec) [INFO] Downloading: http://nexus.codecrafter47.dyndns.eu/content/repositories/public/net/md-5/bungeecord-config/1.8-SNAPSHOT/maven-metadata.xml [INFO] Downloaded: http://nexus.codecrafter47.dyndns.eu/content/repositories/public/net/md-5/bungeecord-config/1.8-SNAPSHOT/maven-metadata.xml (2 KB at 46.9 KB/sec) [INFO] Downloading: http://nexus.codecrafter47.dyndns.eu/content/repositories/public/net/md-5/bungeecord-event/1.8-SNAPSHOT/maven-metadata.xml [INFO] Downloaded: http://nexus.codecrafter47.dyndns.eu/content/repositories/public/net/md-5/bungeecord-event/1.8-SNAPSHOT/maven-metadata.xml (2 KB at 45.0 KB/sec) [INFO] Downloading: http://nexus.codecrafter47.dyndns.eu/content/repositories/public/net/md-5/bungeecord-protocol/1.8-SNAPSHOT/maven-metadata.xml [INFO] Downloaded: http://nexus.codecrafter47.dyndns.eu/content/repositories/public/net/md-5/bungeecord-protocol/1.8-SNAPSHOT/maven-metadata.xml (2 KB at 41.9 KB/sec) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ForcedServers --- [INFO] Deleting /var/lib/jenkins/workspace/ForcedServers/target [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ ForcedServers --- [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent! [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 2 resources [INFO] Copying 0 resource [INFO] [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ ForcedServers --- [INFO] Changes detected - recompiling the module! [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent! [INFO] Compiling 10 source files to /var/lib/jenkins/workspace/ForcedServers/target/classes [WARNING] /var/lib/jenkins/workspace/ForcedServers/src/main/java/codecrafter47/forcedservers/Module.java: /var/lib/jenkins/workspace/ForcedServers/src/main/java/codecrafter47/forcedservers/Module.java uses unchecked or unsafe operations. [WARNING] /var/lib/jenkins/workspace/ForcedServers/src/main/java/codecrafter47/forcedservers/Module.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ ForcedServers --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/ForcedServers/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ ForcedServers --- [INFO] Changes detected - recompiling the module! [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent! [INFO] Compiling 1 source file to /var/lib/jenkins/workspace/ForcedServers/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ ForcedServers --- [INFO] Surefire report directory: /var/lib/jenkins/workspace/ForcedServers/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- Running codecrafter47.forcedservers.ModuleTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.199 sec Results : Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [JENKINS] Zeichne Testergebnisse auf [INFO] [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ ForcedServers --- [INFO] Building jar: /var/lib/jenkins/workspace/ForcedServers/target/ForcedServers-2.2-SNAPSHOT.jar [INFO] [INFO] --- maven-shade-plugin:2.3:shade (default) @ ForcedServers --- [INFO] Including codecrafter47.util:bungeecord-ping:jar:1.0-SNAPSHOT in the shaded jar. [INFO] Including javax.inject:javax.inject:jar:1 in the shaded jar. [INFO] Including codecrafter47.util:chat-utils:jar:1.0-SNAPSHOT in the shaded jar. [INFO] Replacing original artifact with shaded artifact. [INFO] Replacing /var/lib/jenkins/workspace/ForcedServers/target/ForcedServers-2.2-SNAPSHOT.jar with /var/lib/jenkins/workspace/ForcedServers/target/ForcedServers-2.2-SNAPSHOT-shaded.jar [INFO] Dependency-reduced POM written at: /var/lib/jenkins/workspace/ForcedServers/dependency-reduced-pom.xml [INFO] Dependency-reduced POM written at: /var/lib/jenkins/workspace/ForcedServers/dependency-reduced-pom.xml [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 11.068 s [INFO] Finished at: 2016-04-07T11:37:12+02:00 [INFO] Final Memory: 26M/333M [INFO] ------------------------------------------------------------------------ [JENKINS] Archiving /var/lib/jenkins/workspace/ForcedServers/dependency-reduced-pom.xml to codecrafter47.forcedservers/ForcedServers/2.2-SNAPSHOT/ForcedServers-2.2-SNAPSHOT.pom [JENKINS] Archiving /var/lib/jenkins/workspace/ForcedServers/target/ForcedServers-2.2-SNAPSHOT.jar to codecrafter47.forcedservers/ForcedServers/2.2-SNAPSHOT/ForcedServers-2.2-SNAPSHOT.jar channel stopped [WARNING] Couldn't clean up oid=3 from null hudson.remoting.ChannelClosedException: channel is already closed at hudson.remoting.Channel.send(Channel.java:578) at hudson.remoting.RemoteInvocationHandler$PhantomReferenceImpl.cleanup(RemoteInvocationHandler.java:360) at hudson.remoting.RemoteInvocationHandler$PhantomReferenceImpl.access$700(RemoteInvocationHandler.java:319) at hudson.remoting.RemoteInvocationHandler$Unexporter.run(RemoteInvocationHandler.java:420) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at hudson.remoting.AtmostOneThreadExecutor$Worker.run(AtmostOneThreadExecutor.java:110) at java.lang.Thread.run(Thread.java:745) Caused by: hudson.remoting.Channel$OrderlyShutdown at hudson.remoting.Channel$CloseCommand.execute(Channel.java:1080) at hudson.remoting.Channel$1.handle(Channel.java:501) at hudson.remoting.SynchronousCommandTransport$ReaderThread.run(SynchronousCommandTransport.java:60) Caused by: Command close created at at hudson.remoting.Command.<init>(Command.java:56) at hudson.remoting.Channel$CloseCommand.<init>(Channel.java:1074) at hudson.remoting.Channel$CloseCommand.<init>(Channel.java:1072) at hudson.remoting.Channel.close(Channel.java:1156) at hudson.remoting.Channel.close(Channel.java:1138) at hudson.maven.ProcessCache$MavenProcess.discard(ProcessCache.java:150) at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:861) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:534) at hudson.model.Run.execute(Run.java:1738) at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:531) at hudson.model.ResourceController.execute(ResourceController.java:98) at hudson.model.Executor.run(Executor.java:410) Archiviere Artefakte Finished: SUCCESS