SuccessConsole Output

Started by GitHub push by CodeCrafter47
Baue in Arbeitsbereich /var/lib/jenkins/workspace/BungeePerms
 > 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/BungeePerms # timeout=10
Fetching upstream changes from https://github.com/CodeCrafter47/BungeePerms
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress https://github.com/CodeCrafter47/BungeePerms +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/all-patches^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/all-patches^{commit} # timeout=10
Checking out Revision b58ecf2ac3867c03572a96e29c8fc2035cfa9ad8 (refs/remotes/origin/all-patches)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b58ecf2ac3867c03572a96e29c8fc2035cfa9ad8 # timeout=10
 > git branch -a # timeout=10
 > git rev-parse all-patches^{commit} # timeout=10
 > git rev-parse remotes/origin/all-patches^{commit} # timeout=10
 > git rev-parse remotes/origin/feature/simplify-permissions^{commit} # timeout=10
 > git rev-parse remotes/origin/fix/prefix-saving^{commit} # timeout=10
 > git rev-parse remotes/origin/master^{commit} # timeout=10
 > git rev-parse remotes/origin/security-fix^{commit} # timeout=10
 > git rev-parse remotes/origin/test^{commit} # timeout=10
 > git branch -D all-patches # timeout=10
 > git checkout -b all-patches b58ecf2ac3867c03572a96e29c8fc2035cfa9ad8
 > git rev-list 886c7e4736f0e46777cf7dedad73228149069644 # timeout=10
Parsing POMs
Established TCP socket on 60939
[BungeePerms] $ 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.52.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 60939
<===[JENKINS REMOTING CAPACITY]===>channel started
Executing Maven:  -B -f /var/lib/jenkins/workspace/BungeePerms/pom.xml clean verify -Dbuild.number=6
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building BungeePerms 3.0-CodeCrafter47-0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] Downloading: file:///var/lib/jenkins/workspace/BungeePerms/lib/repository/net/md-5/bungeecord-api/1.8-SNAPSHOT/maven-metadata.xml
[INFO] Downloading: file:///var/lib/jenkins/workspace/BungeePerms/lib/repository/net/md-5/bungeecord-parent/1.8-SNAPSHOT/maven-metadata.xml
[INFO] Downloading: file:///var/lib/jenkins/workspace/BungeePerms/lib/repository/net/md-5/bungeecord-chat/1.8-SNAPSHOT/maven-metadata.xml
[INFO] Downloading: file:///var/lib/jenkins/workspace/BungeePerms/lib/repository/net/md-5/bungeecord-config/1.8-SNAPSHOT/maven-metadata.xml
[INFO] Downloading: file:///var/lib/jenkins/workspace/BungeePerms/lib/repository/net/md-5/bungeecord-event/1.8-SNAPSHOT/maven-metadata.xml
[INFO] Downloading: file:///var/lib/jenkins/workspace/BungeePerms/lib/repository/net/md-5/bungeecord-protocol/1.8-SNAPSHOT/maven-metadata.xml
[INFO] Downloading: file:///var/lib/jenkins/workspace/BungeePerms/lib/repository/com/mojang/AccountsClient/0.0.1-SNAPSHOT/maven-metadata.xml
[INFO] Downloading: file:///var/lib/jenkins/workspace/BungeePerms/lib/repository/org/spigotmc/spigot-api/1.8-R0.1-SNAPSHOT/maven-metadata.xml
[WARNING] The POM for net.milkbowl.vault:Vault:jar:1.2.32 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for net.ess3:Essentials:jar:2.13.1 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ BungeePerms ---
[INFO] Deleting /var/lib/jenkins/workspace/BungeePerms/target
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ BungeePerms ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ BungeePerms ---
[INFO] Compiling 104 source files to /var/lib/jenkins/workspace/BungeePerms/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ BungeePerms ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/BungeePerms/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ BungeePerms ---
[INFO] Compiling 3 source files to /var/lib/jenkins/workspace/BungeePerms/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ BungeePerms ---
[INFO] Surefire report directory: /var/lib/jenkins/workspace/BungeePerms/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running net.alpenblock.bungeeperms.util.ConcurrentListTest
tesing concurrency
Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.262 sec
Running net.alpenblock.bungeeperms.PermissionsResolverTest
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running net.alpenblock.bungeeperms.uuid.UUIDFetcherTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.644 sec

Results :

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

[JENKINS] Zeichne Testergebnisse auf
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ BungeePerms ---
[INFO] Building jar: /var/lib/jenkins/workspace/BungeePerms/target/BungeePerms-3.0-CodeCrafter47-0.1-SNAPSHOT-6.jar
[INFO] 
[INFO] --- maven-shade-plugin:2.1:shade (default) @ BungeePerms ---
[INFO] Excluding net.md-5:bungeecord-api:jar:1.8-SNAPSHOT from the shaded jar.
[INFO] Excluding net.md-5:bungeecord-chat:jar:1.8-SNAPSHOT from the shaded jar.
[INFO] Excluding net.md-5:bungeecord-config:jar:1.8-SNAPSHOT from the shaded jar.
[INFO] Excluding net.md-5:bungeecord-event:jar:1.8-SNAPSHOT from the shaded jar.
[INFO] Excluding net.md-5:bungeecord-protocol:jar:1.8-SNAPSHOT from the shaded jar.
[INFO] Excluding io.netty:netty-codec:jar:4.0.31.Final from the shaded jar.
[INFO] Excluding io.netty:netty-transport:jar:4.0.31.Final from the shaded jar.
[INFO] Excluding io.netty:netty-buffer:jar:4.0.31.Final from the shaded jar.
[INFO] Excluding io.netty:netty-common:jar:4.0.31.Final from the shaded jar.
[INFO] Excluding net.sf.trove4j:trove4j:jar:3.0.3 from the shaded jar.
[INFO] Excluding com.google.guava:guava:jar:18.0 from the shaded jar.
[INFO] Excluding org.projectlombok:lombok:jar:1.12.2 from the shaded jar.
[INFO] Including com.mojang:AccountsClient:jar:0.0.1-SNAPSHOT in the shaded jar.
[INFO] Including com.google.code.gson:gson:jar:2.2.4 in the shaded jar.
[INFO] Excluding junit:junit:jar:4.11 from the shaded jar.
[INFO] Excluding org.hamcrest:hamcrest-core:jar:1.3 from the shaded jar.
[INFO] Excluding org.spigotmc:spigot-api:jar:1.8-R0.1-SNAPSHOT from the shaded jar.
[INFO] Excluding commons-lang:commons-lang:jar:2.6 from the shaded jar.
[INFO] Excluding com.googlecode.json-simple:json-simple:jar:1.1.1 from the shaded jar.
[INFO] Excluding org.avaje:ebean:jar:2.8.1 from the shaded jar.
[INFO] Excluding javax.persistence:persistence-api:jar:1.0 from the shaded jar.
[INFO] Excluding org.yaml:snakeyaml:jar:1.14 from the shaded jar.
[INFO] Excluding com.sk89q:worldedit:jar:5.6.2 from the shaded jar.
[INFO] Excluding de.schlichtherle:truezip:jar:6.8.3 from the shaded jar.
[INFO] Excluding rhino:js:jar:1.7R2 from the shaded jar.
[INFO] Excluding com.sk89q:jchronic:jar:0.2.4a from the shaded jar.
[INFO] Excluding net.milkbowl.vault:Vault:jar:1.2.32 from the shaded jar.
[INFO] Excluding net.ess3:Essentials:jar:2.13.1 from the shaded jar.
[INFO] Replacing original artifact with shaded artifact.
[INFO] Replacing /var/lib/jenkins/workspace/BungeePerms/target/BungeePerms-3.0-CodeCrafter47-0.1-SNAPSHOT-6.jar with /var/lib/jenkins/workspace/BungeePerms/target/BungeePerms-3.0-CodeCrafter47-0.1-SNAPSHOT-shaded.jar
[INFO] Dependency-reduced POM written at: /var/lib/jenkins/workspace/BungeePerms/dependency-reduced-pom.xml
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 22.522 s
[INFO] Finished at: 2015-12-05T12:11:59+01:00
[INFO] Final Memory: 35M/587M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving /var/lib/jenkins/workspace/BungeePerms/dependency-reduced-pom.xml to net.alpenblock/BungeePerms/3.0-CodeCrafter47-0.1-SNAPSHOT/BungeePerms-3.0-CodeCrafter47-0.1-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/workspace/BungeePerms/target/BungeePerms-3.0-CodeCrafter47-0.1-SNAPSHOT-6.jar to net.alpenblock/BungeePerms/3.0-CodeCrafter47-0.1-SNAPSHOT/BungeePerms-3.0-CodeCrafter47-0.1-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:575)
	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:1077)
	at hudson.remoting.Channel$1.handle(Channel.java:498)
	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:1071)
	at hudson.remoting.Channel$CloseCommand.<init>(Channel.java:1069)
	at hudson.remoting.Channel.close(Channel.java:1153)
	at hudson.remoting.Channel.close(Channel.java:1135)
	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:537)
	at hudson.model.Run.execute(Run.java:1741)
	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