Skip to content
Success

Console Output

Started by user wea_ondara
Building in workspace /var/lib/jenkins/workspace/BungeePermsTestSuite
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://github.com/weaondara/BungeePermsTestSuite.git # timeout=10
Fetching upstream changes from https://github.com/weaondara/BungeePermsTestSuite.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress https://github.com/weaondara/BungeePermsTestSuite.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 3fb5be77e69bee8182f302c04edad5f4e89dbb82 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 3fb5be77e69bee8182f302c04edad5f4e89dbb82
 > git rev-list 2fd6cfabb8ec2d2bffec8be11e88a288763497d8 # timeout=10
Parsing POMs
Established TCP socket on 54309
[BungeePermsTestSuite] $ /usr/lib/jvm/java-7-oracle/bin/java -cp /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-agent-1.7.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.53.2.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-1.7.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.7.jar 54309
<===[JENKINS REMOTING CAPACITY]===>channel started
Executing Maven:  -B -f /var/lib/jenkins/workspace/BungeePermsTestSuite/pom.xml install
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building BungeePermsTestSuite 1.0
[INFO] ------------------------------------------------------------------------
Downloading: file://${project.basedir}/lib/repository/net/md-5/bungeecord-api/1.8-SNAPSHOT/maven-metadata.xml
[WARNING] Could not transfer metadata net.md-5:bungeecord-api:1.8-SNAPSHOT/maven-metadata.xml from/to repository (file://${project.basedir}/lib/repository/): Repository path /lib/repository does not exist, and cannot be created.
Downloading: file://${project.basedir}/lib/repository/net/md-5/bungeecord-parent/1.8-SNAPSHOT/maven-metadata.xml
[WARNING] Could not transfer metadata net.md-5:bungeecord-parent:1.8-SNAPSHOT/maven-metadata.xml from/to repository (file://${project.basedir}/lib/repository/): Repository path /lib/repository does not exist, and cannot be created.
Downloading: file://${project.basedir}/lib/repository/net/md-5/bungeecord-chat/1.8-SNAPSHOT/maven-metadata.xml
[WARNING] Could not transfer metadata net.md-5:bungeecord-chat:1.8-SNAPSHOT/maven-metadata.xml from/to repository (file://${project.basedir}/lib/repository/): Repository path /lib/repository does not exist, and cannot be created.
Downloading: file://${project.basedir}/lib/repository/net/md-5/bungeecord-config/1.8-SNAPSHOT/maven-metadata.xml
[WARNING] Could not transfer metadata net.md-5:bungeecord-config:1.8-SNAPSHOT/maven-metadata.xml from/to repository (file://${project.basedir}/lib/repository/): Repository path /lib/repository does not exist, and cannot be created.
Downloading: file://${project.basedir}/lib/repository/net/md-5/bungeecord-event/1.8-SNAPSHOT/maven-metadata.xml
[WARNING] Could not transfer metadata net.md-5:bungeecord-event:1.8-SNAPSHOT/maven-metadata.xml from/to repository (file://${project.basedir}/lib/repository/): Repository path /lib/repository does not exist, and cannot be created.
Downloading: file://${project.basedir}/lib/repository/net/md-5/bungeecord-protocol/1.8-SNAPSHOT/maven-metadata.xml
[WARNING] Could not transfer metadata net.md-5:bungeecord-protocol:1.8-SNAPSHOT/maven-metadata.xml from/to repository (file://${project.basedir}/lib/repository/): Repository path /lib/repository does not exist, and cannot be created.
Downloading: file://${project.basedir}/lib/repository/org/spigotmc/spigot-api/1.8-R0.1-SNAPSHOT/maven-metadata.xml
[WARNING] Could not transfer metadata org.spigotmc:spigot-api:1.8-R0.1-SNAPSHOT/maven-metadata.xml from/to repository (file://${project.basedir}/lib/repository/): Repository path /lib/repository does not exist, and cannot be created.
[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-resources-plugin:2.3:resources (default-resources) @ BungeePermsTestSuite ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ BungeePermsTestSuite ---
[INFO] Compiling 4 source files to /var/lib/jenkins/workspace/BungeePermsTestSuite/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.3:testResources (default-testResources) @ BungeePermsTestSuite ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/workspace/BungeePermsTestSuite/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.0.2:testCompile (default-testCompile) @ BungeePermsTestSuite ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ BungeePermsTestSuite ---
[INFO] No tests to run.
[INFO] Surefire report directory: /var/lib/jenkins/workspace/BungeePermsTestSuite/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.2:jar (default-jar) @ BungeePermsTestSuite ---
[INFO] Building jar: /var/lib/jenkins/workspace/BungeePermsTestSuite/target/BungeePermsTestSuite-1.0.jar
[INFO] 
[INFO] --- maven-install-plugin:2.3:install (default-install) @ BungeePermsTestSuite ---
[INFO] Installing /var/lib/jenkins/workspace/BungeePermsTestSuite/target/BungeePermsTestSuite-1.0.jar to /var/lib/jenkins/.m2/repository/net/wea_ondara/BungeePermsTestSuite/1.0/BungeePermsTestSuite-1.0.jar
[INFO] Installing /var/lib/jenkins/workspace/BungeePermsTestSuite/pom.xml to /var/lib/jenkins/.m2/repository/net/wea_ondara/BungeePermsTestSuite/1.0/BungeePermsTestSuite-1.0.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8.828s
[INFO] Finished at: Tue Feb 09 15:06:53 CET 2016
[INFO] Final Memory: 18M/223M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[JENKINS] Archiving /var/lib/jenkins/workspace/BungeePermsTestSuite/pom.xml to net.wea_ondara/BungeePermsTestSuite/1.0/BungeePermsTestSuite-1.0.pom
[JENKINS] Archiving /var/lib/jenkins/workspace/BungeePermsTestSuite/target/BungeePermsTestSuite-1.0.jar to net.wea_ondara/BungeePermsTestSuite/1.0/BungeePermsTestSuite-1.0.jar
channel stopped
Finished: SUCCESS