See
https://builds.apache.org/job/maven-box/job/maven-indexer/job/followup-MINDEXER-110/3/
Changes:
* Add jdkForMaven and mavenForJdk methods Use reqexp for version matching
* regex in switch/case are full match, not partial match
* Update JDKs
* Looks like the API has changed.
* Try to fix it.
* TLSv1.x being deactivated since June. So only TLSv1.2 is valid for
* Add asfMavenTlpPlgnBuild to run plugins with multiple Maven versions
* Add maven version to stageId
* Add removeFromCollection() due to RejectedAccessException on
* Scripts not permitted to use method java.util.Collection stream
* Pass 'first'
* Ensure at least minimum required Java version is used
* builds.a.o doesn't have a Maven 3.1.x
* Pass 'failfast'
* Pass 'failingFast'
* Set https.protocols for Java7
* Make failingFast global variable
* Introduce a shared taskContext to keep track of failures
* Make taskContext accessible for try-catch
* Ensure tasks on the same Jenkins instance don't block each others
* dir('m') was used twice
* Also run site goal
* Remove unused parameter
* Disable site plan, doesn't work with multimodules
1 tests failed.
FAILED:
org.apache.maven.index.updater.LocalIndexCacheTest.testCleanCacheDirectory
Error Message:
File
F:\jenkins\jenkins-slave\workspace\dexer_followup-MINDEXER-110-PVWBTJ4XBX4JWR3G3YXGIZN33W5KHJPMZEYUJAKSI7SDZ3VQ6DDQ\m\indexer-core\target\localcache\cache\unknownFile
unable to be deleted.
Stack Trace:
java.io.IOException: File
F:\jenkins\jenkins-slave\workspace\dexer_followup-MINDEXER-110-PVWBTJ4XBX4JWR3G3YXGIZN33W5KHJPMZEYUJAKSI7SDZ3VQ6DDQ\m\indexer-core\target\localcache\cache\unknownFile
unable to be deleted.
at
org.apache.maven.index.updater.LocalIndexCacheTest.testCleanCacheDirectory(LocalIndexCacheTest.java:334)
Build log:
[...truncated 2.97 MB...]
[linux-jdk9] [INFO] Exclude: src/test/**/.placeholder
[linux-jdk9] [INFO] 4 resources included (use -debug for more details)
[linux-jdk9] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown:
0, generated: 0, approved: 4 licenses.
[linux-jdk9] [INFO]
[linux-jdk9] [INFO] --- maven-remote-resources-plugin:1.5:process
(process-resource-bundles) @ indexer-examples-basic ---
[linux-jdk9] [INFO]
[linux-jdk9] [INFO] --- maven-resources-plugin:3.0.2:resources
(default-resources) @ indexer-examples-basic ---
[linux-jdk9] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[linux-jdk9] [INFO] skip non existing resourceDirectory
/home/jenkins/jenkins-slave/workspace/dexer_followup-MINDEXER-110-PVWBTJ4XBX4JWR3G3YXGIZN33W5KHJPMZEYUJAKSI7SDZ3VQ6DDQ/m/indexer-examples/indexer-examples-basic/src/main/resources
[linux-jdk9] [INFO] Copying 3 resources
[linux-jdk9] [INFO]
[linux-jdk9] [INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @
indexer-examples-basic ---
[linux-jdk9] [INFO] Changes detected - recompiling the module!
[linux-jdk9] [INFO] Compiling 1 source file to
/home/jenkins/jenkins-slave/workspace/dexer_followup-MINDEXER-110-PVWBTJ4XBX4JWR3G3YXGIZN33W5KHJPMZEYUJAKSI7SDZ3VQ6DDQ/m/indexer-examples/indexer-examples-basic/target/classes
[linux-jdk9] [INFO]
/home/jenkins/jenkins-slave/workspace/dexer_followup-MINDEXER-110-PVWBTJ4XBX4JWR3G3YXGIZN33W5KHJPMZEYUJAKSI7SDZ3VQ6DDQ/m/indexer-examples/indexer-examples-basic/src/main/java/org/apache/maven/indexer/examples/BasicUsageExample.java:
/home/jenkins/jenkins-slave/workspace/dexer_followup-MINDEXER-110-PVWBTJ4XBX4JWR3G3YXGIZN33W5KHJPMZEYUJAKSI7SDZ3VQ6DDQ/m/indexer-examples/indexer-examples-basic/src/main/java/org/apache/maven/indexer/examples/BasicUsageExample.java
uses or overrides a deprecated API.
[linux-jdk9] [INFO]
/home/jenkins/jenkins-slave/workspace/dexer_followup-MINDEXER-110-PVWBTJ4XBX4JWR3G3YXGIZN33W5KHJPMZEYUJAKSI7SDZ3VQ6DDQ/m/indexer-examples/indexer-examples-basic/src/main/java/org/apache/maven/indexer/examples/BasicUsageExample.java:
Recompile with -Xlint:deprecation for details.
[linux-jdk9] [INFO]
[linux-jdk9] [INFO] --- animal-sniffer-maven-plugin:1.17:check
(check-java-compat) @ indexer-examples-basic ---
[linux-jdk9] [INFO] Checking unresolved references to
org.codehaus.mojo.signature:java17:1.0
[linux-jdk9] [INFO]
[linux-jdk9] [INFO] --- maven-resources-plugin:3.0.2:testResources
(default-testResources) @ indexer-examples-basic ---
[linux-jdk9] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[linux-jdk9] [INFO] skip non existing resourceDirectory
/home/jenkins/jenkins-slave/workspace/dexer_followup-MINDEXER-110-PVWBTJ4XBX4JWR3G3YXGIZN33W5KHJPMZEYUJAKSI7SDZ3VQ6DDQ/m/indexer-examples/indexer-examples-basic/src/test/resources
[linux-jdk9] [INFO] Copying 3 resources
[linux-jdk9] [INFO]
[linux-jdk9] [INFO] --- maven-compiler-plugin:3.7.0:testCompile
(default-testCompile) @ indexer-examples-basic ---
[linux-jdk9] [INFO] Changes detected - recompiling the module!
[linux-jdk9] [INFO] Compiling 1 source file to
/home/jenkins/jenkins-slave/workspace/dexer_followup-MINDEXER-110-PVWBTJ4XBX4JWR3G3YXGIZN33W5KHJPMZEYUJAKSI7SDZ3VQ6DDQ/m/indexer-examples/indexer-examples-basic/target/test-classes
[linux-jdk9] [INFO]
[linux-jdk9] [INFO] --- maven-surefire-plugin:2.21.0:test (default-test) @
indexer-examples-basic ---
[linux-jdk9] [INFO] Tests are skipped.
[linux-jdk9] [INFO]
[linux-jdk9] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @
indexer-examples-basic ---
[linux-jdk9] [INFO] Building jar:
/home/jenkins/jenkins-slave/workspace/dexer_followup-MINDEXER-110-PVWBTJ4XBX4JWR3G3YXGIZN33W5KHJPMZEYUJAKSI7SDZ3VQ6DDQ/m/indexer-examples/indexer-examples-basic/target/indexer-examples-basic-6.0.1-SNAPSHOT.jar
[linux-jdk9] [INFO]
[linux-jdk9] [INFO] --- maven-site-plugin:3.6:attach-descriptor
(attach-descriptor) @ indexer-examples-basic ---
[linux-jdk9] [INFO] Skipping because packaging 'jar' is not pom.
[linux-jdk9] [INFO]
[linux-jdk9] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-check) @
indexer-examples-basic ---
[linux-jdk9] [INFO] There is 1 error reported by Checkstyle 6.11.2 with
config/maven_checks.xml ruleset.
[linux-jdk9] [INFO] Ignored 1 error, 0 violation remaining.
[linux-jdk9] [INFO]
[linux-jdk9] [INFO]
------------------------------------------------------------------------
[linux-jdk9] [INFO] Building Maven :: Indexer Examples [Spring] 6.0.1-SNAPSHOT
[linux-jdk9] [INFO]
------------------------------------------------------------------------
[linux-jdk9] [INFO] Downloading from central:
https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.pom
[linux-jdk9] [INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.pom
(13 kB at 934 kB/s)
[linux-jdk9] [INFO] Downloading from central:
https://repo.maven.apache.org/maven2/ch/qos/logback/logback-parent/1.2.3/logback-parent-1.2.3.pom
[linux-jdk9] [INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/ch/qos/logback/logback-parent/1.2.3/logback-parent-1.2.3.pom
(18 kB at 1.5 MB/s)
[linux-jdk9] [INFO] Downloading from central:
https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.pom
[linux-jdk9] [INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.pom
(4.2 kB at 381 kB/s)
[linux-jdk9] [INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.5.2/maven-model-builder-3.5.2.pom
[linux-jdk9] [INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.5.2/maven-model-builder-3.5.2.pom
(3.1 kB at 285 kB/s)
[linux-jdk9] [INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.5.2/maven-artifact-3.5.2.pom
[linux-jdk9] [INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.5.2/maven-artifact-3.5.2.pom
(2.1 kB at 176 kB/s)
[linux-jdk9] [INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.5.2/maven-builder-support-3.5.2.pom
[linux-jdk9] [INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.5.2/maven-builder-support-3.5.2.pom
(1.5 kB at 139 kB/s)
[linux-jdk9] [INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/springframework/spring-beans/4.0.6.RELEASE/spring-beans-4.0.6.RELEASE.pom
[linux-jdk9] [INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/springframework/spring-beans/4.0.6.RELEASE/spring-beans-4.0.6.RELEASE.pom
(2.3 kB at 209 kB/s)
[linux-jdk9] [INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/springframework/spring-core/4.0.6.RELEASE/spring-core-4.0.6.RELEASE.pom
[linux-jdk9] [INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/springframework/spring-core/4.0.6.RELEASE/spring-core-4.0.6.RELEASE.pom
(2.3 kB at 208 kB/s)
[linux-jdk9] [INFO] Downloading from central:
https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.pom
[linux-jdk9] [INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.pom
(18 kB at 1.7 MB/s)
[linux-jdk9] [INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/28/commons-parent-28.pom
[linux-jdk9] [INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/28/commons-parent-28.pom
(50 kB at 3.9 MB/s)
[linux-jdk9] [INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/springframework/spring-context/4.0.6.RELEASE/spring-context-4.0.6.RELEASE.pom
[linux-jdk9] [INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/springframework/spring-context/4.0.6.RELEASE/spring-context-4.0.6.RELEASE.pom
(4.8 kB at 402 kB/s)
[linux-jdk9] [INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/springframework/spring-aop/4.0.6.RELEASE/spring-aop-4.0.6.RELEASE.pom
[linux-jdk9] [INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/springframework/spring-aop/4.0.6.RELEASE/spring-aop-4.0.6.RELEASE.pom
(2.7 kB at 204 kB/s)
[linux-jdk9] [INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/springframework/spring-expression/4.0.6.RELEASE/spring-expression-4.0.6.RELEASE.pom
[linux-jdk9] [INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/springframework/spring-expression/4.0.6.RELEASE/spring-expression-4.0.6.RELEASE.pom
(1.7 kB at 144 kB/s)
[linux-jdk9] [INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/springframework/spring-test/4.0.6.RELEASE/spring-test-4.0.6.RELEASE.pom
[linux-jdk9] [INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/springframework/spring-test/4.0.6.RELEASE/spring-test-4.0.6.RELEASE.pom
(6.7 kB at 512 kB/s)
[linux-jdk9] [INFO] Downloading from central:
https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar
[linux-jdk9] [INFO] Downloading from central:
https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar
[linux-jdk9] [INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.5.2/maven-model-builder-3.5.2.jar
[linux-jdk9] [INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar
[linux-jdk9] [INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.5.2/maven-artifact-3.5.2.jar
[linux-jdk9] [INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.5.2/maven-artifact-3.5.2.jar
(55 kB at 2.6 MB/s)
[linux-jdk9] [INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.5.2/maven-builder-support-3.5.2.jar
[linux-jdk9] [INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.5.2/maven-model-builder-3.5.2.jar
(180 kB at 7.8 MB/s)
[linux-jdk9] [INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/springframework/spring-beans/4.0.6.RELEASE/spring-beans-4.0.6.RELEASE.jar
[linux-jdk9] [INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar
(262 kB at 11 MB/s)
[linux-jdk9] [INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/springframework/spring-context/4.0.6.RELEASE/spring-context-4.0.6.RELEASE.jar
[linux-jdk9] [INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar
(290 kB at 10 MB/s)
[linux-jdk9] [INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/springframework/spring-aop/4.0.6.RELEASE/spring-aop-4.0.6.RELEASE.jar
[linux-jdk9] [INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/ch/qos/logback/logback-core/1.2.3/logback-core-1.2.3.jar
(472 kB at 15 MB/s)
[linux-jdk9] [INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/springframework/spring-expression/4.0.6.RELEASE/spring-expression-4.0.6.RELEASE.jar
[linux-jdk9] [INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/apache/maven/maven-builder-support/3.5.2/maven-builder-support-3.5.2.jar
(15 kB at 448 kB/s)
[linux-jdk9] [INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/springframework/spring-core/4.0.6.RELEASE/spring-core-4.0.6.RELEASE.jar
[linux-jdk9] [INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/springframework/spring-expression/4.0.6.RELEASE/spring-expression-4.0.6.RELEASE.jar
(205 kB at 4.2 MB/s)
[linux-jdk9] [INFO] Downloading from central:
https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar
[linux-jdk9] [INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/springframework/spring-aop/4.0.6.RELEASE/spring-aop-4.0.6.RELEASE.jar
(353 kB at 6.4 MB/s)
[linux-jdk9] [INFO] Downloading from central:
https://repo.maven.apache.org/maven2/org/springframework/spring-test/4.0.6.RELEASE/spring-test-4.0.6.RELEASE.jar
[linux-jdk9] [INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/springframework/spring-beans/4.0.6.RELEASE/spring-beans-4.0.6.RELEASE.jar
(670 kB at 11 MB/s)
[linux-jdk9] [INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar
(62 kB at 1.0 MB/s)
[linux-jdk9] [INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/springframework/spring-context/4.0.6.RELEASE/spring-context-4.0.6.RELEASE.jar
(978 kB at 14 MB/s)
[linux-jdk9] [INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/springframework/spring-core/4.0.6.RELEASE/spring-core-4.0.6.RELEASE.jar
(977 kB at 14 MB/s)
[linux-jdk9] [INFO] Downloaded from central:
https://repo.maven.apache.org/maven2/org/springframework/spring-test/4.0.6.RELEASE/spring-test-4.0.6.RELEASE.jar
(449 kB at 5.5 MB/s)
[linux-jdk9] [INFO]
[linux-jdk9] [INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @
indexer-examples-spring ---
[linux-jdk9] [INFO]
[linux-jdk9] [INFO] --- maven-enforcer-plugin:1.4.1:enforce
(enforce-maven-version) @ indexer-examples-spring ---
[linux-jdk9] [INFO]
[linux-jdk9] [INFO] --- maven-enforcer-plugin:1.4.1:enforce
(enforce-bytecode-version) @ indexer-examples-spring ---
[linux-jdk9] [INFO]
[linux-jdk9] [INFO] --- maven-enforcer-plugin:1.4.1:enforce
(ban-known-bad-maven-versions) @ indexer-examples-spring ---
[linux-jdk9] [INFO]
[linux-jdk9] [INFO] --- apache-rat-plugin:0.12:check (rat-check) @
indexer-examples-spring ---
[linux-jdk9] [INFO] Enabled default license matchers.
[linux-jdk9] [INFO] Will parse SCM ignores for exclusions...
[linux-jdk9] [INFO] Finished adding exclusions from SCM ignore files.
[linux-jdk9] [INFO] 61 implicit excludes (use -debug for more details).
[linux-jdk9] [INFO] Exclude: .repository/**
[linux-jdk9] [INFO] Exclude: .maven/spy.log
[linux-jdk9] [INFO] Exclude: dependency-reduced-pom.xml
[linux-jdk9] [INFO] Exclude: .java-version
[linux-jdk9] [INFO] Exclude: README.md
[linux-jdk9] [INFO] Exclude: .gitignore
[linux-jdk9] [INFO] Exclude: NOTICE
[linux-jdk9] [INFO] Exclude: **/packageinfo
[linux-jdk9] [INFO] Exclude: .git/**
[linux-jdk9] [INFO] Exclude: .idea/**
[linux-jdk9] [INFO] Exclude: **/*.iml
[linux-jdk9] [INFO] Exclude: src/test/**/*.sha1
[linux-jdk9] [INFO] Exclude: src/test/**/*.md5
[linux-jdk9] [INFO] Exclude: src/test/**/*.xml
[linux-jdk9] [INFO] Exclude: src/test/**/*.pom
[linux-jdk9] [INFO] Exclude: src/test/**/*.asc
[linux-jdk9] [INFO] Exclude: src/test/**/*.properties
[linux-jdk9] [INFO] Exclude: src/test/**/*.swc
[linux-jdk9] [INFO] Exclude: src/test/**/*.txt
[linux-jdk9] [INFO] Exclude: src/test/**/*.filename
[linux-jdk9] [INFO] Exclude: src/test/**/.placeholder
[linux-jdk9] [INFO] 14 resources included (use -debug for more details)
[linux-jdk9] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown:
0, generated: 0, approved: 14 licenses.
[linux-jdk9] [INFO]
[linux-jdk9] [INFO] --- maven-remote-resources-plugin:1.5:process
(process-resource-bundles) @ indexer-examples-spring ---
[linux-jdk9] [INFO]
[linux-jdk9] [INFO] --- maven-resources-plugin:3.0.2:resources
(default-resources) @ indexer-examples-spring ---
[linux-jdk9] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[linux-jdk9] [INFO] Copying 1 resource
[linux-jdk9] [INFO] Copying 3 resources
[linux-jdk9] [INFO]
[linux-jdk9] [INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @
indexer-examples-spring ---
[linux-jdk9] [INFO] Changes detected - recompiling the module!
[linux-jdk9] [INFO] Compiling 8 source files to
/home/jenkins/jenkins-slave/workspace/dexer_followup-MINDEXER-110-PVWBTJ4XBX4JWR3G3YXGIZN33W5KHJPMZEYUJAKSI7SDZ3VQ6DDQ/m/indexer-examples/indexer-examples-spring/target/classes
[linux-jdk9] [INFO]
/home/jenkins/jenkins-slave/workspace/dexer_followup-MINDEXER-110-PVWBTJ4XBX4JWR3G3YXGIZN33W5KHJPMZEYUJAKSI7SDZ3VQ6DDQ/m/indexer-examples/indexer-examples-spring/src/main/java/org/apache/maven/indexer/examples/indexing/RepositoryIndexer.java:
/home/jenkins/jenkins-slave/workspace/dexer_followup-MINDEXER-110-PVWBTJ4XBX4JWR3G3YXGIZN33W5KHJPMZEYUJAKSI7SDZ3VQ6DDQ/m/indexer-examples/indexer-examples-spring/src/main/java/org/apache/maven/indexer/examples/indexing/RepositoryIndexer.java
uses or overrides a deprecated API.
[linux-jdk9] [INFO]
/home/jenkins/jenkins-slave/workspace/dexer_followup-MINDEXER-110-PVWBTJ4XBX4JWR3G3YXGIZN33W5KHJPMZEYUJAKSI7SDZ3VQ6DDQ/m/indexer-examples/indexer-examples-spring/src/main/java/org/apache/maven/indexer/examples/indexing/RepositoryIndexer.java:
Recompile with -Xlint:deprecation for details.
[linux-jdk9] [INFO]
[linux-jdk9] [INFO] --- animal-sniffer-maven-plugin:1.17:check
(check-java-compat) @ indexer-examples-spring ---
[linux-jdk9] [INFO] Checking unresolved references to
org.codehaus.mojo.signature:java17:1.0
[linux-jdk9] [INFO]
[linux-jdk9] [INFO] --- maven-resources-plugin:3.0.2:testResources
(default-testResources) @ indexer-examples-spring ---
[linux-jdk9] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[linux-jdk9] [INFO] Copying 2 resources
[linux-jdk9] [INFO] Copying 3 resources
[linux-jdk9] [INFO]
[linux-jdk9] [INFO] --- maven-compiler-plugin:3.7.0:testCompile
(default-testCompile) @ indexer-examples-spring ---
[linux-jdk9] [INFO] Changes detected - recompiling the module!
[linux-jdk9] [INFO] Compiling 3 source files to
/home/jenkins/jenkins-slave/workspace/dexer_followup-MINDEXER-110-PVWBTJ4XBX4JWR3G3YXGIZN33W5KHJPMZEYUJAKSI7SDZ3VQ6DDQ/m/indexer-examples/indexer-examples-spring/target/test-classes
[linux-jdk9] [INFO]
[linux-jdk9] [INFO] --- maven-surefire-plugin:2.21.0:test (default-test) @
indexer-examples-spring ---
[linux-jdk9] [INFO] Tests are skipped.
[linux-jdk9] [INFO]
[linux-jdk9] [INFO] --- maven-jar-plugin:3.0.2:jar (default-jar) @
indexer-examples-spring ---
[linux-jdk9] [INFO] Building jar:
/home/jenkins/jenkins-slave/workspace/dexer_followup-MINDEXER-110-PVWBTJ4XBX4JWR3G3YXGIZN33W5KHJPMZEYUJAKSI7SDZ3VQ6DDQ/m/indexer-examples/indexer-examples-spring/target/indexer-examples-spring-6.0.1-SNAPSHOT.jar
[linux-jdk9] [INFO]
[linux-jdk9] [INFO] --- maven-site-plugin:3.6:attach-descriptor
(attach-descriptor) @ indexer-examples-spring ---
[linux-jdk9] [INFO] Skipping because packaging 'jar' is not pom.
[linux-jdk9] [INFO]
[linux-jdk9] [INFO] --- maven-checkstyle-plugin:2.17:check (checkstyle-check) @
indexer-examples-spring ---
[linux-jdk9] [INFO]
------------------------------------------------------------------------
[linux-jdk9] [INFO] Reactor Summary:
[linux-jdk9] [INFO]
[linux-jdk9] [INFO] Maven-Indexer ......................................
SUCCESS [ 11.095 s]
[linux-jdk9] [INFO] Maven :: Indexer Core ..............................
SUCCESS [09:07 min]
[linux-jdk9] [INFO] Maven :: Indexer CLI ...............................
SUCCESS [01:27 min]
[linux-jdk9] [INFO] Maven :: Indexer Reader ............................
SUCCESS [ 6.369 s]
[linux-jdk9] [INFO] Maven :: Indexer Examples ..........................
SUCCESS [ 0.794 s]
[linux-jdk9] [INFO] Maven :: Indexer Examples [Basic] ..................
SUCCESS [ 2.534 s]
[linux-jdk9] [INFO] Maven :: Indexer Examples [Spring] .................
SUCCESS [ 3.338 s]
[linux-jdk9] [INFO]
------------------------------------------------------------------------
[linux-jdk9] [INFO] BUILD SUCCESS
[linux-jdk9] [INFO]
------------------------------------------------------------------------
[linux-jdk9] [INFO] Total time: 11:04 min
[linux-jdk9] [INFO] Finished at: 2018-07-03T05:43:35Z
[linux-jdk9] [INFO] Final Memory: 119M/396M
[linux-jdk9] [INFO]
------------------------------------------------------------------------
[linux-jdk9] [WARNING] The requested profile "run-its" could not be activated
because it does not exist.
[linux-jdk9] [INFO] [jenkins-event-spy] Generated
/home/jenkins/jenkins-slave/workspace/dexer_followup-MINDEXER-110-PVWBTJ4XBX4JWR3G3YXGIZN33W5KHJPMZEYUJAKSI7SDZ3VQ6DDQ@tmp/withMavenbf70114a/maven-spy-20180703-053230-73112237217114781725292.log
[Pipeline] [linux-jdk8] }
[Pipeline] [linux-jdk10] }
[linux-jdk10] [withMaven] junitPublisher - Archive test results for Maven
artifact org.apache.maven.indexer:indexer-core:6.0.1-SNAPSHOT generated by
maven-surefire-plugin:test (default-test):
m/indexer-core/target/surefire-reports/*.xml
[linux-jdk10] Recording test results
[linux-jdk10] [withMaven] junitPublisher - Archive test results for Maven
artifact org.apache.maven.indexer:indexer-cli:6.0.1-SNAPSHOT generated by
maven-surefire-plugin:test (default-test):
m/indexer-cli/target/surefire-reports/*.xml
[linux-jdk10] Recording test results
[linux-jdk10] [withMaven] junitPublisher - Archive test results for Maven
artifact org.apache.maven.indexer:indexer-reader:6.0.1-SNAPSHOT generated by
maven-surefire-plugin:test (default-test):
m/indexer-reader/target/surefire-reports/*.xml
[linux-jdk10] Recording test results
[linux-jdk10] [withMaven] junitPublisher - Archive test results for Maven
artifact org.apache.maven.indexer:indexer-examples-basic:6.0.1-SNAPSHOT
generated by maven-surefire-plugin:test (default-test):
m/indexer-examples/indexer-examples-basic/target/surefire-reports/*.xml
[linux-jdk10] Recording test results
[linux-jdk10] None of the test reports contained any result
[linux-jdk10] [withMaven] junitPublisher - Archive test results for Maven
artifact org.apache.maven.indexer:indexer-examples-spring:6.0.1-SNAPSHOT
generated by maven-surefire-plugin:test (default-test):
m/indexer-examples/indexer-examples-spring/target/surefire-reports/*.xml
[linux-jdk10] Recording test results
[linux-jdk10] None of the test reports contained any result
[linux-jdk10] [withMaven] junitPublisher - Archive test results for Maven
artifact org.apache.maven.indexer:indexer-core:6.0.1-SNAPSHOT generated by
maven-failsafe-plugin:integration-test (default):
m/indexer-core/target/failsafe-reports/*.xml
[linux-jdk10] Recording test results
[linux-jdk10] [withMaven] junitPublisher - Archive test results for Maven
artifact org.apache.maven.indexer:indexer-cli:6.0.1-SNAPSHOT generated by
maven-failsafe-plugin:integration-test (default):
m/indexer-cli/target/failsafe-reports/*.xml
[linux-jdk10] Recording test results
[Pipeline] [linux-jdk8] // node
[Pipeline] [linux-jdk10] // withMaven
[Pipeline] [linux-jdk8] }
[Pipeline] [linux-jdk10] }
[Pipeline] [linux-jdk9] }
[Pipeline] [linux-jdk10] // stage
[Pipeline] [linux-jdk9] // dir
[Pipeline] [linux-jdk10] }
[Pipeline] [linux-jdk9] }
[linux-jdk9] [withMaven] junitPublisher - Archive test results for Maven
artifact org.apache.maven.indexer:indexer-core:6.0.1-SNAPSHOT generated by
maven-surefire-plugin:test (default-test):
m/indexer-core/target/surefire-reports/*.xml
[linux-jdk9] Recording test results
[linux-jdk9] [withMaven] junitPublisher - Archive test results for Maven
artifact org.apache.maven.indexer:indexer-cli:6.0.1-SNAPSHOT generated by
maven-surefire-plugin:test (default-test):
m/indexer-cli/target/surefire-reports/*.xml
[linux-jdk9] Recording test results
[linux-jdk9] [withMaven] junitPublisher - Archive test results for Maven
artifact org.apache.maven.indexer:indexer-reader:6.0.1-SNAPSHOT generated by
maven-surefire-plugin:test (default-test):
m/indexer-reader/target/surefire-reports/*.xml
[linux-jdk9] Recording test results
[linux-jdk9] [withMaven] junitPublisher - Archive test results for Maven
artifact org.apache.maven.indexer:indexer-examples-basic:6.0.1-SNAPSHOT
generated by maven-surefire-plugin:test (default-test):
m/indexer-examples/indexer-examples-basic/target/surefire-reports/*.xml
[linux-jdk9] Recording test results
[linux-jdk9] None of the test reports contained any result
[linux-jdk9] [withMaven] junitPublisher - Archive test results for Maven
artifact org.apache.maven.indexer:indexer-examples-spring:6.0.1-SNAPSHOT
generated by maven-surefire-plugin:test (default-test):
m/indexer-examples/indexer-examples-spring/target/surefire-reports/*.xml
[linux-jdk9] Recording test results
[linux-jdk9] None of the test reports contained any result
[linux-jdk9] [withMaven] junitPublisher - Archive test results for Maven
artifact org.apache.maven.indexer:indexer-core:6.0.1-SNAPSHOT generated by
maven-failsafe-plugin:integration-test (default):
m/indexer-core/target/failsafe-reports/*.xml
[linux-jdk9] Recording test results
[linux-jdk9] [withMaven] junitPublisher - Archive test results for Maven
artifact org.apache.maven.indexer:indexer-cli:6.0.1-SNAPSHOT generated by
maven-failsafe-plugin:integration-test (default):
m/indexer-cli/target/failsafe-reports/*.xml
[linux-jdk9] Recording test results
[Pipeline] [linux-jdk10] // node
[Pipeline] [linux-jdk9] // withMaven
[Pipeline] [linux-jdk10] }
[Pipeline] [linux-jdk9] }
[Pipeline] [linux-jdk9] // stage
[Pipeline] [linux-jdk9] }
[Pipeline] [linux-jdk9] // node
[Pipeline] [linux-jdk9] }
[Pipeline] // parallel
[Pipeline] stage
[Pipeline] { (Notifications)
[Pipeline] echo
Build result: UNSTABLE
[Pipeline] jiraIssueSelector
[Pipeline] emailext