Started by GitHub push by mcmonkey4eva Running as SYSTEM Building in workspace /var/lib/jenkins/jobs/Webizen/workspace No credentials specified > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git://github.com/DenizenScript/Webizen.git # timeout=10 Fetching upstream changes from git://github.com/DenizenScript/Webizen.git > git --version # timeout=10 > git fetch --tags --progress git://github.com/DenizenScript/Webizen.git +refs/heads/*:refs/remotes/origin/* > git rev-parse origin/master^{commit} # timeout=10 Checking out Revision 39f566c04f373d3bd4384de5825be3927c0fb6e0 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 39f566c04f373d3bd4384de5825be3927c0fb6e0 Commit message: "bare minimum update to current Denizen" > git rev-list --no-walk 37a11578c3950ca2a589adbec4d6640c37ccd513 # timeout=10 > git tag -a -f -m Jenkins Build #6 jenkins-Webizen-6 # timeout=10 Parsing POMs Modules changed, recalculating dependency graph Established TCP socket on 45884 [workspace] $ /var/lib/jenkins/tools/hudson.model.JDK/JDK8/bin/java -Djava.awt.headless=true -cp /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-agent-1.13.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-3.33.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-1.13.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.13.jar 45884 <===[JENKINS REMOTING CAPACITY]===>channel started Executing Maven: -B -f /var/lib/jenkins/jobs/Webizen/workspace/pom.xml clean install [INFO] Scanning for projects... [INFO] [INFO] ----------------------< space.morphanone:webizen >---------------------- [INFO] Building Webizen 0.2.5-SNAPSHOT [INFO] --------------------------------[ jar ]--------------------------------- Downloading: http://repo.bukkit.org/content/groups/public/org/bukkit/bukkit/1.14.4-R0.1-SNAPSHOT/maven-metadata.xml [WARNING] Could not transfer metadata org.bukkit:bukkit:1.14.4-R0.1-SNAPSHOT/maven-metadata.xml from/to bukkit-repo (http://repo.bukkit.org/content/groups/public/): Error transferring file: repo.bukkit.org Downloading: http://repo.bukkit.org/content/groups/public/org/bukkit/bukkit/1.14.4-R0.1-SNAPSHOT/maven-metadata.xml [WARNING] Could not transfer metadata org.bukkit:bukkit:1.14.4-R0.1-SNAPSHOT/maven-metadata.xml from/to bukkit-repo (http://repo.bukkit.org/content/groups/public/): Error transferring file: repo.bukkit.org [WARNING] The POM for com.denizenscript:denizen:jar:1.1.0-SNAPSHOT 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) @ webizen --- [INFO] Deleting /var/lib/jenkins/jobs/Webizen/workspace/target [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ webizen --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] [INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ webizen --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /var/lib/jenkins/jobs/Webizen/workspace/target/classes [INFO] /var/lib/jenkins/jobs/Webizen/workspace/src/main/java/space/morphanone/webizen/events/BasicRequestScriptEvent.java: /var/lib/jenkins/jobs/Webizen/workspace/src/main/java/space/morphanone/webizen/events/BasicRequestScriptEvent.java uses or overrides a deprecated API. [INFO] /var/lib/jenkins/jobs/Webizen/workspace/src/main/java/space/morphanone/webizen/events/BasicRequestScriptEvent.java: Recompile with -Xlint:deprecation for details. [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /var/lib/jenkins/jobs/Webizen/workspace/src/main/java/space/morphanone/webizen/commands/WebCommand.java:[51,28] cannot find symbol symbol: method adObjectTag(java.lang.String,com.denizenscript.denizencore.objects.core.ElementTag) location: variable scriptEntry of type com.denizenscript.denizencore.scripts.ScriptEntry [ERROR] /var/lib/jenkins/jobs/Webizen/workspace/src/main/java/space/morphanone/webizen/commands/WebCommand.java:[57,28] cannot find symbol symbol: method adObjectTag(java.lang.String,com.denizenscript.denizencore.objects.core.ElementTag) location: variable scriptEntry of type com.denizenscript.denizencore.scripts.ScriptEntry [INFO] 2 errors [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] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 5.197 s [INFO] Finished at: 2019-08-03T10:54:38Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile (default-compile) on project webizen: Compilation failure: Compilation failure: [ERROR] /var/lib/jenkins/jobs/Webizen/workspace/src/main/java/space/morphanone/webizen/commands/WebCommand.java:[51,28] cannot find symbol [ERROR] symbol: method adObjectTag(java.lang.String,com.denizenscript.denizencore.objects.core.ElementTag) [ERROR] location: variable scriptEntry of type com.denizenscript.denizencore.scripts.ScriptEntry [ERROR] /var/lib/jenkins/jobs/Webizen/workspace/src/main/java/space/morphanone/webizen/commands/WebCommand.java:[57,28] cannot find symbol [ERROR] symbol: method adObjectTag(java.lang.String,com.denizenscript.denizencore.objects.core.ElementTag) [ERROR] location: variable scriptEntry of type com.denizenscript.denizencore.scripts.ScriptEntry [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 Waiting for Jenkins to finish collecting data [JENKINS] Archiving /var/lib/jenkins/jobs/Webizen/workspace/pom.xml to space.morphanone/webizen/0.2.5-SNAPSHOT/webizen-0.2.5-SNAPSHOT.pom channel stopped Archiving artifacts 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 Sending notification to Discord. Finished: FAILURE