Skip to content
Failed

Console Output

Started by GitHub push by fullwall
Building in workspace /var/lib/jenkins/jobs/Citizens2/workspace
No credentials specified
Wiping out workspace first.
Cloning the remote Git repository
Cloning repository git://github.com/CitizensDev/Citizens2.git
 > git init /var/lib/jenkins/jobs/Citizens2/workspace # timeout=10
Fetching upstream changes from git://github.com/CitizensDev/Citizens2.git
 > git --version # timeout=10
 > git fetch --tags --progress git://github.com/CitizensDev/Citizens2.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url git://github.com/CitizensDev/Citizens2.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git://github.com/CitizensDev/Citizens2.git # timeout=10
Fetching upstream changes from git://github.com/CitizensDev/Citizens2.git
 > git fetch --tags --progress git://github.com/CitizensDev/Citizens2.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 53efb60b6826f5b262cbf1ed7075453ffef88f7a (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 53efb60b6826f5b262cbf1ed7075453ffef88f7a
Commit message: "Add random looking feature to lookclose"
 > git rev-list --no-walk 4c7bc91eaab57b3ae13edef7e345038fb9924b0f # timeout=10
 > git tag -a -f -m Jenkins Build #1660 jenkins-Citizens2-1660 # timeout=10
Parsing POMs
Modules changed, recalculating dependency graph
Established TCP socket on 33795
[workspace] $ /var/lib/jenkins/tools/hudson.model.JDK/JDK8/bin/java -Djava.awt.headless=true -Djava.awt.headless=true -cp /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-agent-1.12.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.29.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-1.12.jar /var/lib/jenkins/plugins/maven-plugin/WEB-INF/lib/maven3-interceptor-commons-1.12.jar 33795
<===[JENKINS REMOTING CAPACITY]===>channel started
Executing Maven:  -B -f /var/lib/jenkins/jobs/Citizens2/workspace/pom.xml clean package install -DBUILD_NUMBER=1660
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for net.citizensnpcs:citizens-main:jar:2.0.25-SNAPSHOT
[WARNING] 'dependencies.dependency.systemPath' for net.milkbowl.vault:Vault:jar should not point at files within the project directory, ${project.basedir}/lib/Vault.jar will be unresolvable by dependent projects @ line 64, 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] Reactor Build Order:
[INFO] 
[INFO] citizens-parent
[INFO] citizens-main
[INFO] citizens-v1_8_R3
[INFO] citizens-v1_10_R1
[INFO] citizens-v1_11_R1
[INFO] citizens-v1_12_R1
[INFO] citizens-v1_13_R2
[INFO] citizens-v1_14_R1
[INFO] citizens
[HUDSON] Collecting dependencies info
[HUDSON] Collecting dependencies info
[HUDSON] Collecting dependencies info
[HUDSON] Collecting dependencies info
[HUDSON] Collecting dependencies info
[HUDSON] Collecting dependencies info
[HUDSON] Collecting dependencies info
[HUDSON] Collecting dependencies info
[HUDSON] Collecting dependencies info
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building citizens-parent 2.0.25-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ citizens-parent ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ citizens-parent ---
[INFO] Installing /var/lib/jenkins/jobs/Citizens2/workspace/pom.xml to /var/lib/jenkins/.m2/repository/net/citizensnpcs/citizens-parent/2.0.25-SNAPSHOT/citizens-parent-2.0.25-SNAPSHOT.pom
[WARNING] Attempt to (de-)serialize anonymous class org.jfrog.hudson.maven2.MavenDependenciesRecorder$1; see: https://jenkins.io/redirect/serialization-of-anonymous-classes/
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 citizens-main 2.0.25-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ citizens-main ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ citizens-main ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources to .
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ citizens-main ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 119 source files to /var/lib/jenkins/jobs/Citizens2/workspace/main/target/classes
[INFO] /var/lib/jenkins/jobs/Citizens2/workspace/main/src/main/java/net/citizensnpcs/editor/EndermanEquipper.java: Some input files use or override a deprecated API.
[INFO] /var/lib/jenkins/jobs/Citizens2/workspace/main/src/main/java/net/citizensnpcs/editor/EndermanEquipper.java: Recompile with -Xlint:deprecation for details.
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /var/lib/jenkins/jobs/Citizens2/workspace/main/src/main/java/net/citizensnpcs/commands/NPCCommands.java:[819,17] cannot find symbol
  symbol:   method hasAnyValueFlag(java.lang.String,java.lang.String)
  location: variable args of type net.citizensnpcs.api.command.CommandContext
[ERROR] /var/lib/jenkins/jobs/Citizens2/workspace/main/src/main/java/net/citizensnpcs/commands/NPCCommands.java:[827,17] cannot find symbol
  symbol:   method hasAnyValueFlag(java.lang.String,java.lang.String)
  location: variable args of type net.citizensnpcs.api.command.CommandContext
[ERROR] /var/lib/jenkins/jobs/Citizens2/workspace/main/src/main/java/net/citizensnpcs/commands/NPCCommands.java:[834,17] cannot find symbol
  symbol:   method hasAnyValueFlag(java.lang.String,java.lang.String)
  location: variable args of type net.citizensnpcs.api.command.CommandContext
[ERROR] /var/lib/jenkins/jobs/Citizens2/workspace/main/src/main/java/net/citizensnpcs/commands/NPCCommands.java:[848,17] cannot find symbol
  symbol:   method hasAnyValueFlag(java.lang.String,java.lang.String)
  location: variable args of type net.citizensnpcs.api.command.CommandContext
[INFO] 4 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] Reactor Summary:
[INFO] 
[INFO] citizens-parent ................................... SUCCESS [0.944s]
[INFO] citizens-main ..................................... FAILURE [5.068s]
[INFO] citizens-v1_8_R3 .................................. SKIPPED
[INFO] citizens-v1_10_R1 ................................. SKIPPED
[INFO] citizens-v1_11_R1 ................................. SKIPPED
[INFO] citizens-v1_12_R1 ................................. SKIPPED
[INFO] citizens-v1_13_R2 ................................. SKIPPED
[INFO] citizens-v1_14_R1 ................................. SKIPPED
[INFO] citizens .......................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7.079s
[INFO] Finished at: Fri Apr 26 13:14:52 UTC 2019
[INFO] Final Memory: 21M/188M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile (default-compile) on project citizens-main: Compilation failure: Compilation failure:

[JENKINS] Archiving /var/lib/jenkins/jobs/Citizens2/workspace/dist/pom.xml to net.citizensnpcs/citizens/2.0.25-SNAPSHOT/citizens-2.0.25-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/jobs/Citizens2/workspace/main/pom.xml to net.citizensnpcs/citizens-main/2.0.25-SNAPSHOT/citizens-main-2.0.25-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/jobs/Citizens2/workspace/v1_14_R1/pom.xml to net.citizensnpcs/citizens-v1_14_R1/2.0.25-SNAPSHOT/citizens-v1_14_R1-2.0.25-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/jobs/Citizens2/workspace/v1_11_R1/pom.xml to net.citizensnpcs/citizens-v1_11_R1/2.0.25-SNAPSHOT/citizens-v1_11_R1-2.0.25-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/jobs/Citizens2/workspace/v1_8_R3/pom.xml to net.citizensnpcs/citizens-v1_8_R3/2.0.25-SNAPSHOT/citizens-v1_8_R3-2.0.25-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/jobs/Citizens2/workspace/v1_10_R1/pom.xml to net.citizensnpcs/citizens-v1_10_R1/2.0.25-SNAPSHOT/citizens-v1_10_R1-2.0.25-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/jobs/Citizens2/workspace/v1_12_R1/pom.xml to net.citizensnpcs/citizens-v1_12_R1/2.0.25-SNAPSHOT/citizens-v1_12_R1-2.0.25-SNAPSHOT.pom
[JENKINS] Archiving /var/lib/jenkins/jobs/Citizens2/workspace/v1_13_R2/pom.xml to net.citizensnpcs/citizens-v1_13_R2/2.0.25-SNAPSHOT/citizens-v1_13_R2-2.0.25-SNAPSHOT.pom
[ERROR] /var/lib/jenkins/jobs/Citizens2/workspace/main/src/main/java/net/citizensnpcs/commands/NPCCommands.java:[819,17] cannot find symbol
[JENKINS] Archiving /var/lib/jenkins/jobs/Citizens2/workspace/pom.xml to net.citizensnpcs/citizens-parent/2.0.25-SNAPSHOT/citizens-parent-2.0.25-SNAPSHOT.pom
[ERROR] symbol:   method hasAnyValueFlag(java.lang.String,java.lang.String)
[ERROR] location: variable args of type net.citizensnpcs.api.command.CommandContext
[ERROR] /var/lib/jenkins/jobs/Citizens2/workspace/main/src/main/java/net/citizensnpcs/commands/NPCCommands.java:[827,17] cannot find symbol
[ERROR] symbol:   method hasAnyValueFlag(java.lang.String,java.lang.String)
[ERROR] location: variable args of type net.citizensnpcs.api.command.CommandContext
[ERROR] /var/lib/jenkins/jobs/Citizens2/workspace/main/src/main/java/net/citizensnpcs/commands/NPCCommands.java:[834,17] cannot find symbol
[ERROR] symbol:   method hasAnyValueFlag(java.lang.String,java.lang.String)
[ERROR] location: variable args of type net.citizensnpcs.api.command.CommandContext
[ERROR] /var/lib/jenkins/jobs/Citizens2/workspace/main/src/main/java/net/citizensnpcs/commands/NPCCommands.java:[848,17] cannot find symbol
[ERROR] symbol:   method hasAnyValueFlag(java.lang.String,java.lang.String)
[ERROR] location: variable args of type net.citizensnpcs.api.command.CommandContext
[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 :citizens-main
channel stopped
Archiving artifacts
IRC notifier plugin: Sending notification to: #citizens-dev
IRC notifier plugin: [ERROR] not connected. Cannot send message to '#citizens-dev'
IRC notifier plugin: Sending notification to: #citizens
IRC notifier plugin: [ERROR] not connected. Cannot send message to '#citizens'
IRC notifier plugin: Sending notification to: #denizen-dev
IRC notifier plugin: [ERROR] not connected. Cannot send message to '#denizen-dev'
[Set GitHub commit status (universal)] ERROR on repos [GHRepository@7b577191[description=Citizens Recoded and Reborn,homepage=citizensnpcs.co,name=Citizens2,fork=false,archived=false,size=50857,milestones={},language=Java,commits={},source=<null>,parent=<null>,responseHeaderFields={null=[HTTP/1.1 200 OK], Access-Control-Allow-Origin=[*], Access-Control-Expose-Headers=[ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type], Cache-Control=[private, max-age=60, s-maxage=60], Content-Encoding=[gzip], Content-Security-Policy=[default-src 'none'], Content-Type=[application/json; charset=utf-8], Date=[Fri, 26 Apr 2019 13:14:53 GMT], ETag=[W/"2fd00bb4472dd6a0c4e2618039aca855"], Last-Modified=[Fri, 26 Apr 2019 13:14:24 GMT], OkHttp-Received-Millis=[1556284493909], OkHttp-Response-Source=[CONDITIONAL_CACHE 200], OkHttp-Selected-Protocol=[http/1.1], OkHttp-Sent-Millis=[1556284493722], Referrer-Policy=[origin-when-cross-origin, strict-origin-when-cross-origin], Server=[GitHub.com], Status=[200 OK], Strict-Transport-Security=[max-age=31536000; includeSubdomains; preload], Transfer-Encoding=[chunked], Vary=[Accept, Authorization, Cookie, X-GitHub-OTP, Accept-Encoding], X-Accepted-OAuth-Scopes=[repo], X-Content-Type-Options=[nosniff], X-Frame-Options=[deny], X-GitHub-Media-Type=[github.v3; format=json], X-GitHub-Request-Id=[836C:8EF4:F721:12DB2:5CC3044D], X-OAuth-Scopes=[public_repo, repo:status], X-RateLimit-Limit=[5000], X-RateLimit-Remaining=[4992], X-RateLimit-Reset=[1556285653], X-XSS-Protection=[1; mode=block]},url=https://api.github.com/repos/CitizensDev/Citizens2,id=3472187]] (sha:53efb60) with context:ci/jenkins/build-status
Setting commit status on GitHub for https://github.com/CitizensDev/Citizens2/commit/53efb60b6826f5b262cbf1ed7075453ffef88f7a
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