Skip to content
Failed

Console Output

[INFO] 
[INFO] --< org.eclipse.microprofile.fault-tolerance:microprofile-fault-tolerance-api >--
[INFO] Building microProfile-fault-tolerance-api 3.0-SNAPSHOT             [2/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-fault-tolerance-api ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from /home/jenkins/agent/workspace/fault-tolerance-prs/api/.gitignore
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 63 implicit excludes (use -debug for more details).
[INFO] 7 explicit excludes (use -debug for more details).
[INFO] 18 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 16 licenses.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ microprofile-fault-tolerance-api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ microprofile-fault-tolerance-api ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 15 source files to /home/jenkins/agent/workspace/fault-tolerance-prs/api/target/classes
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.0:check (verify-style) @ microprofile-fault-tolerance-api ---
[INFO] Starting audit...
[ERROR] /home/jenkins/agent/workspace/fault-tolerance-prs/api/src/main/java/org/eclipse/microprofile/faulttolerance/Retry.java:94: Line is longer than 150 characters (found 171). [LineLength]
Audit done.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for MicroProfile Fault Tolerance 3.0-SNAPSHOT:
[INFO] 
[INFO] MicroProfile Fault Tolerance ....................... SUCCESS [ 20.090 s]
[INFO] microProfile-fault-tolerance-api ................... FAILURE [  7.964 s]
[INFO] microprofile-fault-tolerance-tck ................... SKIPPED
[INFO] microprofile-fault-tolerance-spec .................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  30.641 s
[INFO] Finished at: 2020-04-14T17:19:42Z
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-checkstyle-plugin:3.1.0:check (verify-style) on project microprofile-fault-tolerance-api: Failed during checkstyle execution: There is 1 error reported by Checkstyle 8.19 with mp_checkstyle_rules.xml ruleset. -> [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/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :microprofile-fault-tolerance-api