Skip to content
Success

Console Output

Started by [email protected] on request of 'Morphan1'
Building in workspace /var/lib/jenkins/jobs/Depenizen/workspace
Fetching changes from the remote Git repository
Fetching upstream changes from git://github.com/Morphan1/Depenizen.git
Checking out Revision e00887bdd00eb2de8f25c1b7832ba212cb8f2216 (origin/master)
Parsing POMs
[workspace] $ /var/lib/jenkins/tools/hudson.model.JDK/JDK/bin/java -cp /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-agent-1.4.jar:/var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.0.3/boot/plexus-classworlds-2.4.jar org.jvnet.hudson.maven3.agent.Maven3Main /var/lib/jenkins/tools/hudson.tasks.Maven_MavenInstallation/Maven_3.0.3 /tmp/jetty-0.0.0.0-8080-jenkins.war--any-/webapp/WEB-INF/lib/remoting-2.33.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-1.4.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.4.jar 39132
<===[JENKINS REMOTING CAPACITY]===>channel started
log4j:WARN No appenders could be found for logger (org.apache.commons.beanutils.converters.BooleanConverter).
log4j:WARN Please initialize the log4j system properly.
Executing Maven:  -B -f /var/lib/jenkins/jobs/Depenizen/workspace/pom.xml clean package install
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for net.gnomeffinway.depenizen:Depenizen:jar:0.2.0
[WARNING] 'dependencies.dependency.systemPath' for com.palmergames:Towny:jar should not point at files within the project directory, ${basedir}/src/main/resources/Towny.jar will be unresolvable by dependent projects @ line 121, column 16
[WARNING] 'dependencies.dependency.systemPath' for com.massivecraft:Factions:jar should not point at files within the project directory, ${basedir}/src/main/resources/Factions.jar will be unresolvable by dependent projects @ line 128, column 16
[WARNING] 'dependencies.dependency.systemPath' for com.massivecraft:mcore:jar should not point at files within the project directory, ${basedir}/src/main/resources/mcore.jar will be unresolvable by dependent projects @ line 135, column 16
[WARNING] 'dependencies.dependency.systemPath' for me.limebyte:BattleNight:jar should not point at files within the project directory, ${basedir}/src/main/resources/BattleNight.jar will be unresolvable by dependent projects @ line 142, column 16
[WARNING] 'dependencies.dependency.systemPath' for com.gmail.nossr50.mcMMO:mcMMO:jar should not point at files within the project directory, ${basedir}/src/main/resources/mcMMO.jar will be unresolvable by dependent projects @ line 163, column 16
[WARNING] 'dependencies.dependency.systemPath' for com.vexsoftware:Votifier:jar should not point at files within the project directory, ${basedir}/src/main/resources/Votifier.jar will be unresolvable by dependent projects @ line 170, column 16
[WARNING] 'dependencies.dependency.systemPath' for me.zford:Jobs:jar should not point at files within the project directory, ${basedir}/src/main/resources/Jobs.jar will be unresolvable by dependent projects @ line 177, column 16
[WARNING] 'dependencies.dependency.systemPath' for net.slipcor:pvparena:jar should not point at files within the project directory, ${basedir}/src/main/resources/pvparena.jar will be unresolvable by dependent projects @ line 184, column 16
[WARNING] 'dependencies.dependency.systemPath' for com.herocraftonline:Heroes:jar should not point at files within the project directory, ${basedir}/src/main/resources/Heroes.jar will be unresolvable by dependent projects @ line 191, column 16
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Depenizen 0.2.0
[INFO] ------------------------------------------------------------------------
[WARNING] The POM for net.milkbowl.vault:Vault:jar:1.2.23-20130207.235614-301 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ Depenizen ---
[INFO] Deleting /var/lib/jenkins/jobs/Depenizen/workspace/target
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ Depenizen ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource to .
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ Depenizen ---
[INFO] Compiling 28 source files to /var/lib/jenkins/jobs/Depenizen/workspace/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ Depenizen ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Depenizen/workspace/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ Depenizen ---
[INFO] Compiling 1 source file to /var/lib/jenkins/jobs/Depenizen/workspace/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ Depenizen ---
[INFO] Surefire report directory: /var/lib/jenkins/jobs/Depenizen/workspace/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running net.gnomeffinway.depenizen.AppTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ Depenizen ---
[INFO] Building jar: /var/lib/jenkins/jobs/Depenizen/workspace/target/Depenizen.jar
[INFO] 
[INFO] --- maven-assembly-plugin:2.2-beta-5:single (build) @ Depenizen ---
[INFO] Reading assembly descriptor: src/main/assembly/package.xml
[INFO] Building zip: /var/lib/jenkins/jobs/Depenizen/workspace/target/Depenizen-bin.zip
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ Depenizen ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource to .
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ Depenizen ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ Depenizen ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Depenizen/workspace/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ Depenizen ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:2.7.2:test (default-test) @ Depenizen ---
[INFO] Skipping execution of surefire because it has already been run for this configuration
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ Depenizen ---
[INFO] Building jar: /var/lib/jenkins/jobs/Depenizen/workspace/target/Depenizen.jar
[INFO] 
[INFO] --- maven-assembly-plugin:2.2-beta-5:single (build) @ Depenizen ---
[INFO] Reading assembly descriptor: src/main/assembly/package.xml
[INFO] Building zip: /var/lib/jenkins/jobs/Depenizen/workspace/target/Depenizen-bin.zip
[WARNING] Artifact net.gnomeffinway.depenizen:Depenizen:zip:bin:0.2.0 already attached to project, ignoring duplicate
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ Depenizen ---
[INFO] Installing /var/lib/jenkins/jobs/Depenizen/workspace/target/Depenizen.jar to /var/lib/jenkins/.m2/repository/net/gnomeffinway/depenizen/Depenizen/0.2.0/Depenizen-0.2.0.jar
[INFO] Installing /var/lib/jenkins/jobs/Depenizen/workspace/pom.xml to /var/lib/jenkins/.m2/repository/net/gnomeffinway/depenizen/Depenizen/0.2.0/Depenizen-0.2.0.pom
[INFO] Installing /var/lib/jenkins/jobs/Depenizen/workspace/target/Depenizen-bin.zip to /var/lib/jenkins/.m2/repository/net/gnomeffinway/depenizen/Depenizen/0.2.0/Depenizen-0.2.0-bin.zip
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11.845s
[INFO] Finished at: Thu Jan 23 20:06:56 EST 2014
[INFO] Final Memory: 20M/123M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[JENKINS] Archiving /var/lib/jenkins/jobs/Depenizen/workspace/pom.xml to net.gnomeffinway.depenizen/Depenizen/0.2.0/Depenizen-0.2.0.pom
[JENKINS] Archiving /var/lib/jenkins/jobs/Depenizen/workspace/target/Depenizen.jar to net.gnomeffinway.depenizen/Depenizen/0.2.0/Depenizen-0.2.0.jar
[JENKINS] Archiving /var/lib/jenkins/jobs/Depenizen/workspace/target/Depenizen-bin.zip to net.gnomeffinway.depenizen/Depenizen/0.2.0/Depenizen-0.2.0-bin.zip
channel stopped
Archiving artifacts
IRC notifier plugin: Sending notification to: #denizen-dev
Finished: SUCCESS