FailedConsole Output

Gestartet durch Benutzer 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 886c7e4736f0e46777cf7dedad73228149069644 (refs/remotes/origin/all-patches)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 886c7e4736f0e46777cf7dedad73228149069644 # 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 886c7e4736f0e46777cf7dedad73228149069644
 > git rev-list 886c7e4736f0e46777cf7dedad73228149069644 # timeout=10
Parsing POMs
Established TCP socket on 56424
[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 56424
<===[JENKINS REMOTING CAPACITY]===>channel started
Executing Maven:  -B -f /var/lib/jenkins/workspace/BungeePerms/pom.xml clean verify -Dbuild.number=4
[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.257 sec
Running net.alpenblock.bungeeperms.PermissionsResolverTest
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running net.alpenblock.bungeeperms.uuid.UUIDFetcherTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.579 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-4.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-4.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: 19.429 s
[INFO] Finished at: 2015-12-05T12:02:04+01:00
[INFO] Final Memory: 29M/426M
[INFO] ------------------------------------------------------------------------
Warte bis Jenkins die Datensammlung abgeschlossen hat
[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-4.jar to net.alpenblock/BungeePerms/3.0-CodeCrafter47-0.1-SNAPSHOT/BungeePerms-3.0-CodeCrafter47-0.1-SNAPSHOT.jar
channel stopped
Archiviere Artefakte
ERROR: Keine Artefakte gefunden, die mit dem Dateisuchmuster "target/B*.jar;target/classes/version.properties" übereinstimmen. Ein Konfigurationsfehler?
ERROR: 'target/B*.jar;target/classes/version.properties' liefert keine Übereinstimmung: 'target' existiert, nicht aber 'target/B*.jar;target/classes/version.properties'.
Build step 'Artefakte archivieren' changed build result to FAILURE
Sending e-mails to: server@tntcraft.de
Finished: FAILURE