Skip to content
Failed

Console Output

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] -----------------< net.citizensnpcs:citizens-v1_15_R1 >-----------------
[INFO] Building citizens-v1_15_R1 2.0.26-SNAPSHOT                        [9/10]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ citizens-v1_15_R1 ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ citizens-v1_15_R1 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /var/lib/jenkins/jobs/Citizens2/workspace/v1_15_R1/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.8.0:compile (default-compile) @ citizens-v1_15_R1 ---
[INFO] Changes detected - recompiling the module!
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /var/lib/jenkins/jobs/Citizens2/workspace/v1_15_R1/src/main/java/net/citizensnpcs/nms/v1_15_R1/util/NMSImpl.java:[1145] Type mismatch: cannot convert from EntityPose to (sitting ? EntityPose.CROUCHING : EntityPose.STANDING)
[ERROR] /var/lib/jenkins/jobs/Citizens2/workspace/v1_15_R1/src/main/java/net/citizensnpcs/nms/v1_15_R1/util/NMSImpl.java:[1145] Type mismatch: cannot convert from EntityPose to (sitting ? EntityPose.CROUCHING : EntityPose.STANDING)
[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] Reactor Summary for citizens-parent 2.0.26-SNAPSHOT:
[INFO] 
[INFO] citizens-parent .................................... SUCCESS [  1.815 s]
[INFO] citizens-main ...................................... SUCCESS [ 25.729 s]
[INFO] citizens-v1_8_R3 ................................... SUCCESS [ 18.969 s]
[INFO] citizens-v1_10_R1 .................................. SUCCESS [ 29.331 s]
[INFO] citizens-v1_11_R1 .................................. SUCCESS [ 28.170 s]
[INFO] citizens-v1_12_R1 .................................. SUCCESS [ 34.179 s]
[INFO] citizens-v1_13_R2 .................................. SUCCESS [ 33.580 s]
[INFO] citizens-v1_14_R1 .................................. SUCCESS [ 50.492 s]
[INFO] citizens-v1_15_R1 .................................. FAILURE [  4.674 s]
[INFO] citizens ........................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  03:53 min
[INFO] Finished at: 2020-05-07T08:39:15Z
[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-v1_15_R1: Compilation failure: Compilation failure:
[ERROR] /var/lib/jenkins/jobs/Citizens2/workspace/v1_15_R1/src/main/java/net/citizensnpcs/nms/v1_15_R1/util/NMSImpl.java:[1145] Type mismatch: cannot convert from EntityPose to (sitting ? EntityPose.CROUCHING : EntityPose.STANDING)
[ERROR] /var/lib/jenkins/jobs/Citizens2/workspace/v1_15_R1/src/main/java/net/citizensnpcs/nms/v1_15_R1/util/NMSImpl.java:[1145] Type mismatch: cannot convert from EntityPose to (sitting ? EntityPose.CROUCHING : EntityPose.STANDING)
[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-v1_15_R1