Skip to content

Console Output

[INFO] 
[INFO] --< org.eclipse.microprofile.fault-tolerance:microprofile-fault-tolerance-tck >--
[INFO] Building microprofile-fault-tolerance-tck 3.0-SNAPSHOT             [3/4]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-fault-tolerance-tck ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from /home/jenkins/agent/workspace/fault-tolerance-prs/tck/.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] 348 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 345 licenses.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ microprofile-fault-tolerance-tck ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ microprofile-fault-tolerance-tck ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 341 source files to /home/jenkins/agent/workspace/fault-tolerance-prs/tck/target/classes
[WARNING] /home/jenkins/agent/workspace/fault-tolerance-prs/tck/src/main/java/org/eclipse/microprofile/fault/tolerance/tck/bulkhead/BulkheadFutureTest.java: Some input files use unchecked or unsafe operations.
[WARNING] /home/jenkins/agent/workspace/fault-tolerance-prs/tck/src/main/java/org/eclipse/microprofile/fault/tolerance/tck/bulkhead/BulkheadFutureTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.1.0:check (verify-style) @ microprofile-fault-tolerance-tck ---
[INFO] Starting audit...
[ERROR] /home/jenkins/agent/workspace/fault-tolerance-prs/tck/src/main/java/org/eclipse/microprofile/fault/tolerance/tck/config/BulkheadConfigTest.java:23:15: Unused import - java.util.concurrent.TimeUnit.MILLISECONDS. [UnusedImports]
[ERROR] /home/jenkins/agent/workspace/fault-tolerance-prs/tck/src/main/java/org/eclipse/microprofile/fault/tolerance/tck/config/BulkheadConfigTest.java:38:8: Unused import - org.eclipse.microprofile.fault.tolerance.tck.util.TCKConfig. [UnusedImports]
Audit done.