Skip to content
Failed

Console Output

Started by [email protected] on request of 'mcmonkey'
Building in workspace /var/lib/jenkins/jobs/Denizen/workspace
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git://github.com/aufdemrand/Denizen.git # timeout=10
Fetching upstream changes from git://github.com/aufdemrand/Denizen.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress git://github.com/aufdemrand/Denizen.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision ee5be198cd31cda521044b06dcedefef7f3f7ffe (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ee5be198cd31cda521044b06dcedefef7f3f7ffe
 > git rev-list 000ffd1b7cceb94c082516cfd9e933b995b1170e # timeout=10
 > git tag -a -f -m Jenkins Build #1627 jenkins-Denizen-1627 # timeout=10
Parsing POMs
Modules changed, recalculating dependency graph
Established TCP socket on 55571
[workspace] $ java -Djava.awt.headless=true -cp /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-agent-1.7.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 /var/cache/jenkins/war/WEB-INF/lib/remoting-2.62.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 55571
<===[JENKINS REMOTING CAPACITY]===>channel started
Executing Maven:  -B -f /var/lib/jenkins/jobs/Denizen/workspace/pom.xml clean install
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for net.aufdemrand:denizen-nmshandler:jar:1.0.0-SNAPSHOT
[WARNING] 'dependencies.dependency.exclusions.exclusion.groupId' for org.spigotmc:spigot-api:jar with value '*' does not match a valid id pattern. @ line 21, column 30
[WARNING] 'dependencies.dependency.exclusions.exclusion.artifactId' for org.spigotmc:spigot-api:jar with value '*' does not match a valid id pattern. @ line 22, column 33
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for net.aufdemrand:denizen-v1_8_R3:jar:1.0.0-SNAPSHOT
[WARNING] 'dependencies.dependency.exclusions.exclusion.groupId' for org.spigotmc:spigot-api:jar with value '*' does not match a valid id pattern. @ line 34, column 30
[WARNING] 'dependencies.dependency.exclusions.exclusion.artifactId' for org.spigotmc:spigot-api:jar with value '*' does not match a valid id pattern. @ line 35, column 33
[WARNING] 'dependencies.dependency.exclusions.exclusion.groupId' for org.spigotmc:spigot:jar with value '*' does not match a valid id pattern. @ line 46, column 30
[WARNING] 'dependencies.dependency.exclusions.exclusion.artifactId' for org.spigotmc:spigot:jar with value '*' does not match a valid id pattern. @ line 47, column 33
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for net.aufdemrand:denizen-v1_9_R2:jar:1.0.0-SNAPSHOT
[WARNING] 'dependencies.dependency.exclusions.exclusion.groupId' for org.spigotmc:spigot-api:jar with value '*' does not match a valid id pattern. @ line 34, column 30
[WARNING] 'dependencies.dependency.exclusions.exclusion.artifactId' for org.spigotmc:spigot-api:jar with value '*' does not match a valid id pattern. @ line 35, column 33
[WARNING] 'dependencies.dependency.exclusions.exclusion.groupId' for org.spigotmc:spigot:jar with value '*' does not match a valid id pattern. @ line 46, column 30
[WARNING] 'dependencies.dependency.exclusions.exclusion.artifactId' for org.spigotmc:spigot:jar with value '*' does not match a valid id pattern. @ line 47, column 33
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for net.aufdemrand:denizen-v1_10_R1:jar:1.0.0-SNAPSHOT
[WARNING] 'dependencies.dependency.exclusions.exclusion.groupId' for org.spigotmc:spigot-api:jar with value '*' does not match a valid id pattern. @ line 34, column 30
[WARNING] 'dependencies.dependency.exclusions.exclusion.artifactId' for org.spigotmc:spigot-api:jar with value '*' does not match a valid id pattern. @ line 35, column 33
[WARNING] 'dependencies.dependency.exclusions.exclusion.groupId' for org.spigotmc:spigot:jar with value '*' does not match a valid id pattern. @ line 46, column 30
[WARNING] 'dependencies.dependency.exclusions.exclusion.artifactId' for org.spigotmc:spigot:jar with value '*' does not match a valid id pattern. @ line 47, column 33
[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] Reactor Build Order:
[INFO] 
[INFO] denizen-parent
[INFO] denizen-nmshandler
[INFO] denizen-v1_8_R3
[INFO] denizen-v1_9_R2
[INFO] denizen-v1_10_R1
[INFO] Denizen
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building denizen-parent 1.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ denizen-parent ---
[INFO] Deleting /var/lib/jenkins/jobs/Denizen/workspace/target
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ denizen-parent ---
[INFO] Installing /var/lib/jenkins/jobs/Denizen/workspace/pom.xml to /var/lib/jenkins/.m2/repository/net/aufdemrand/denizen-parent/1.0.0-SNAPSHOT/denizen-parent-1.0.0-SNAPSHOT.pom
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building denizen-nmshandler 1.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ denizen-nmshandler ---
[INFO] Deleting /var/lib/jenkins/jobs/Denizen/workspace/nmshandler/target
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ denizen-nmshandler ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Denizen/workspace/nmshandler/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ denizen-nmshandler ---
[INFO] Compiling 61 source files to /var/lib/jenkins/jobs/Denizen/workspace/nmshandler/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] Unable to locate the Javac Compiler in:
  /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.102-1.b14.el7_2.x86_64/jre/../lib/tools.jar
Please ensure you are using JDK 1.4 or above and
not a JRE (the com.sun.tools.javac.Main class is required).
In most cases you can change the location of your Java
installation by setting the JAVA_HOME environment variable.
[INFO] 1 error
[INFO] -------------------------------------------------------------
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] denizen-parent .................................... SUCCESS [0.791s]
[INFO] denizen-nmshandler ................................ FAILURE [0.489s]
[INFO] denizen-v1_8_R3 ................................... SKIPPED
[INFO] denizen-v1_9_R2 ................................... SKIPPED
[INFO] denizen-v1_10_R1 .................................. SKIPPED
[INFO] Denizen ........................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.853s
[INFO] Finished at: Fri Oct 07 09:42:15 GMT 2016
[INFO] Final Memory: 12M/84M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project denizen-nmshandler: Compilation failure
[ERROR] Unable to locate the Javac Compiler in:
[ERROR] /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.102-1.b14.el7_2.x86_64/jre/../lib/tools.jar
[ERROR] Please ensure you are using JDK 1.4 or above and
[ERROR] not a JRE (the com.sun.tools.javac.Main class is required).
[ERROR] In most cases you can change the location of your Java
[ERROR] installation by setting the JAVA_HOME environment variable.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :denizen-nmshandler

[JENKINS] Archiving /var/lib/jenkins/jobs/Denizen/workspace/nmshandler/pom.xml to net.aufdemrand/denizen-nmshandler/1.0.0-SNAPSHOT/denizen-nmshandler-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/jobs/Denizen/workspace/v1_9_R2/pom.xml to net.aufdemrand/denizen-v1_9_R2/1.0.0-SNAPSHOT/denizen-v1_9_R2-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/jobs/Denizen/workspace/plugin/pom.xml to net.aufdemrand/denizen/1.0.0-SNAPSHOT/denizen-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/jobs/Denizen/workspace/v1_10_R1/pom.xml to net.aufdemrand/denizen-v1_10_R1/1.0.0-SNAPSHOT/denizen-v1_10_R1-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/jobs/Denizen/workspace/v1_8_R3/pom.xml to net.aufdemrand/denizen-v1_8_R3/1.0.0-SNAPSHOT/denizen-v1_8_R3-1.0.0-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/jobs/Denizen/workspace/pom.xml to net.aufdemrand/denizen-parent/1.0.0-SNAPSHOT/denizen-parent-1.0.0-SNAPSHOT.pom
channel stopped
Archiving artifacts
IRC notifier plugin: Sending notification to: #citizens
IRC notifier plugin: Sending notification to: #denizen-dev
IRC notifier plugin: Sending notification to: #citizens-dev
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: FAILURE