See
https://builds.apache.org/job/maven-box/job/maven-jdeps-plugin/job/master/47/
Changes:
* add mavenLinkerPublisher
All tests passed
Build log:
[...truncated 2404 lines...]
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build windows-jdk11-m3.5.x_build)
[Pipeline] withMaven
[withMaven] Options:
[org.jenkinsci.plugins.pipeline.maven.publishers.GeneratedArtifactsPublisher[disabled=false],
JunitTestsPublisher[disabled=false,healthScaleFactor=,keepLongStdio=false,ignoreAttachments=false],
org.jenkinsci.plugins.pipeline.maven.publishers.FindbugsAnalysisPublisher[disabled='false',
healthy='', unHealthy='', thresholdLimit='low'],
org.jenkinsci.plugins.pipeline.maven.publishers.TasksScannerPublisher[disabled='false',
healthy='', unHealthy='', thresholdLimit='low'],
org.jenkinsci.plugins.pipeline.maven.publishers.DependenciesFingerprintPublisher[disabled=false,
scopes=[compile, provided, runtime], versions={snapshot:true, release:false}],
org.jenkinsci.plugins.pipeline.maven.publishers.InvokerRunsPublisher[disabled=false],
org.jenkinsci.plugins.pipeline.maven.publishers.PipelineGraphPublisher[disabled=false,
scopes=[compile, provided, runtime], versions={snapshot:true, release:false},
skipDownstreamTriggers=false, lifecycleThreshold=deploy,
ignoreUpstreamTriggers=false],
org.jenkinsci.plugins.pipeline.maven.publishers.MavenLinkerPublisher2[disabled=false]]
[withMaven] Available options:
[withMaven] using JDK installation JDK 11 (latest)
[withMaven] using Maven installation 'Maven 3.5.2 (Windows)'
> git clean -fdx # timeout=10
[Pipeline] {
[Pipeline] dir
Running in
f:\jenkins\jenkins-slave\workspace\en-box_maven-jdeps-plugin_master@3@2\windows-jdk11-m3.5.x_build
[Pipeline] {
[Pipeline] isUnix
[Pipeline] bat
f:\jenkins\jenkins-slave\workspace\en-box_maven-jdeps-plugin_master@3@2\windows-jdk11-m3.5.x_build>mvn
-P+run-its -Dmaven.test.failure.ignore=true -Dfindbugs.failOnError=false -e
clean verify
----- withMaven Wrapper script -----
Picked up JAVA_TOOL_OPTIONS:
-Dmaven.ext.class.path="f:\jenkins\jenkins-slave\workspace\en-box_maven-jdeps-plugin_master@3@2@tmp\withMaven1d57921f\pipeline-maven-spy.jar"
-Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="f:\jenkins\jenkins-slave\workspace\en-box_maven-jdeps-plugin_master@3@2@tmp\withMaven1d57921f"
Apache Maven 3.5.2 (138edd61fd100ec658bfa2d307c43b76940a5d7d;
2017-10-18T07:58:13Z)
Maven home: F:\jenkins\tools\maven\apache-maven-3.5.2\bin\..
Java version: 11, vendor: Oracle Corporation
Java home: f:\jenkins\tools\java\latest11
Default locale: en_US, platform encoding: Cp1252
OS name: "windows server 2016", version: "10.0", arch: "amd64", family:
"windows"
[INFO] [jenkins-event-spy] Generate
F:\jenkins\jenkins-slave\workspace\en-box_maven-jdeps-plugin_master@3@2@tmp\withMaven1d57921f\maven-spy-20190102-085750-22714999239681775684646.log.tmp
...
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven JDeps Plugin 3.1.2-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ maven-jdeps-plugin
---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven-version) @
maven-jdeps-plugin ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-bytecode-version) @
maven-jdeps-plugin ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (ban-known-bad-maven-versions) @
maven-jdeps-plugin ---
[INFO]
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (ensure-no-container-api) @
maven-jdeps-plugin ---
[INFO]
[INFO] --- apache-rat-plugin:0.12:check (rat-check) @ maven-jdeps-plugin ---
[INFO] Enabled default license matchers.
[INFO] Will parse SCM ignores for exclusions...
[INFO] Parsing exclusions from
f:\jenkins\jenkins-slave\workspace\en-box_maven-jdeps-plugin_master@3@2\windows-jdk11-m3.5.x_build\.gitignore
[INFO] Finished adding exclusions from SCM ignore files.
[INFO] 71 implicit excludes (use -debug for more details).
[INFO] Exclude: .repository/**
[INFO] Exclude: .maven/spy.log
[INFO] Exclude: dependency-reduced-pom.xml
[INFO] Exclude: .java-version
[INFO] 41 resources included (use -debug for more details)
[INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated:
0, approved: 41 licenses.
[INFO]
[INFO] --- maven-plugin-plugin:3.5.2:helpmojo (generate-helpmojo) @
maven-jdeps-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo source files.
[INFO] java-javadoc mojo extractor found 0 mojo descriptor.
[INFO] java-annotations mojo extractor found 0 mojo descriptor.
[INFO]
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles)
@ maven-jdeps-plugin ---
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:resources (default-resources) @
maven-jdeps-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
f:\jenkins\jenkins-slave\workspace\en-box_maven-jdeps-plugin_master@3@2\windows-jdk11-m3.5.x_build\src\main\resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @
maven-jdeps-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to
f:\jenkins\jenkins-slave\workspace\en-box_maven-jdeps-plugin_master@3@2\windows-jdk11-m3.5.x_build\target\classes
[INFO]
[INFO] --- maven-plugin-plugin:3.5.2:descriptor (default-descriptor) @
maven-jdeps-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo source files.
[INFO] java-javadoc mojo extractor found 0 mojo descriptor.
[INFO] basic\pom.xml .................................... SUCCESS
(72.7 s)
[INFO] Building: dependenciesToAnalyze\pom.xml
[INFO] java-annotations mojo extractor found 3 mojo descriptors.
[INFO]
[INFO] --- maven-resources-plugin:3.1.0:testResources (default-testResources) @
maven-jdeps-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory
f:\jenkins\jenkins-slave\workspace\en-box_maven-jdeps-plugin_master@3@2\windows-jdk11-m3.5.x_build\src\test\resources
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @
maven-jdeps-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to
f:\jenkins\jenkins-slave\workspace\en-box_maven-jdeps-plugin_master@3@2\windows-jdk11-m3.5.x_build\target\test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.22.0:test (default-test) @
maven-jdeps-plugin ---
[INFO] Surefire report directory:
f:\jenkins\jenkins-slave\workspace\en-box_maven-jdeps-plugin_master@3@2\windows-jdk11-m3.5.x_build\target\surefire-reports
[INFO]
[INFO] -------------------------------------------------------
[INFO] T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.apache.maven.plugins.jdeps.consumers.JDepsConsumerTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.496 s
- in org.apache.maven.plugins.jdeps.consumers.JDepsConsumerTest
[INFO]
[INFO] Results:
[INFO]
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO]
[INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ maven-jdeps-plugin ---
[INFO] Building jar:
f:\jenkins\jenkins-slave\workspace\en-box_maven-jdeps-plugin_master@3@2\windows-jdk11-m3.5.x_build\target\maven-jdeps-plugin-3.1.2-SNAPSHOT.jar
[INFO]
[INFO] --- maven-plugin-plugin:3.5.2:addPluginArtifactMetadata
(default-addPluginArtifactMetadata) @ maven-jdeps-plugin ---
[INFO]
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @
maven-jdeps-plugin ---
[INFO] Skipping because packaging 'maven-plugin' is not pom.
[INFO]
[INFO] --- maven-invoker-plugin:3.1.0:install (integration-test) @
maven-jdeps-plugin ---
[INFO] run post-build script verify.groovy
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by
org.codehaus.groovy.reflection.CachedClass
(file:/f:/jenkins/jenkins-slave/workspace/.maven_repositories/null/org/codehaus/groovy/groovy-all/2.4.8/groovy-all-2.4.8.jar)
to method java.lang.Object.finalize()
WARNING: Please consider reporting this to the maintainers of
org.codehaus.groovy.reflection.CachedClass
WARNING: Use --illegal-access=warn to enable warnings of further illegal
reflective access operations
WARNING: All illegal access operations will be denied in a future release
[INFO] dependenciesToAnalyze\pom.xml .................... SUCCESS
(40.3 s)
[INFO] Building: module\pom.xml
[INFO] Installing
f:\jenkins\jenkins-slave\workspace\en-box_maven-jdeps-plugin_master@3@2\windows-jdk11-m3.5.x_build\pom.xml
to
f:\jenkins\jenkins-slave\workspace\en-box_maven-jdeps-plugin_master@3@2\windows-jdk11-m3.5.x_build\target\local-repo\org\apache\maven\plugins\maven-jdeps-plugin\3.1.2-SNAPSHOT\maven-jdeps-plugin-3.1.2-SNAPSHOT.pom
[INFO] Installing
f:\jenkins\jenkins-slave\workspace\en-box_maven-jdeps-plugin_master@3@2\windows-jdk11-m3.5.x_build\target\maven-jdeps-plugin-3.1.2-SNAPSHOT.jar
to
f:\jenkins\jenkins-slave\workspace\en-box_maven-jdeps-plugin_master@3@2\windows-jdk11-m3.5.x_build\target\local-repo\org\apache\maven\plugins\maven-jdeps-plugin\3.1.2-SNAPSHOT\maven-jdeps-plugin-3.1.2-SNAPSHOT.jar
[INFO]
[INFO] --- maven-invoker-plugin:3.1.0:integration-test (integration-test) @
maven-jdeps-plugin ---
[INFO] Building: basic\pom.xml
[INFO] module\pom.xml ................................... SUCCESS
(36.3 s)
[INFO] Building: multirelease\pom.xml
[INFO] multirelease\pom.xml ............................. SUCCESS
(18.5 s)
[INFO] Building: package\pom.xml
[INFO] run post-build script verify.groovy
[INFO] package\pom.xml .................................. SUCCESS
(4.3 s)
[INFO] Building: unsupported-api_main\pom.xml
[INFO] unsupported-api_main\pom.xml ..................... SKIPPED due
to JRE version
[INFO] Building: unsupported-api_test\pom.xml
[INFO] unsupported-api_test\pom.xml ..................... SKIPPED due
to JRE version
[INFO]
[INFO] --- maven-checkstyle-plugin:3.0.0:check (checkstyle-check) @
maven-jdeps-plugin ---
[INFO] basic\pom.xml .................................... SUCCESS
(54.7 s)
[INFO] Building: dependenciesToAnalyze\pom.xml
[INFO]
[INFO] --- maven-invoker-plugin:3.1.0:verify (integration-test) @
maven-jdeps-plugin ---
[INFO] -------------------------------------------------
[INFO] Build Summary:
[INFO] Passed: 5, Failed: 0, Errors: 0, Skipped: 2
[INFO] -------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 03:56 min
[INFO] Finished at: 2019-01-02T09:00:17Z
[INFO] Final Memory: 41M/144M
[INFO] ------------------------------------------------------------------------
[INFO] [jenkins-event-spy] Generated
F:\jenkins\jenkins-slave\workspace\en-box_maven-jdeps-plugin_master@2@tmp\withMaven29da999b\maven-spy-20190102-085620-36913742410717667506749.log
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[withMaven] artifactsPublisher - Archive artifact
windows-jdk10-m3.5.x_build\pom.xml under
org\apache\maven\plugins\maven-jdeps-plugin\3.1.2-SNAPSHOT\maven-jdeps-plugin-3.1.2-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact
windows-jdk10-m3.5.x_build\target\maven-jdeps-plugin-3.1.2-SNAPSHOT.jar under
org\apache\maven\plugins\maven-jdeps-plugin\3.1.2-SNAPSHOT\maven-jdeps-plugin-3.1.2-SNAPSHOT.jar
[withMaven] junitPublisher - Archive test results for Maven artifact
org.apache.maven.plugins:maven-jdeps-plugin:maven-plugin:3.1.2-SNAPSHOT
generated by maven-surefire-plugin:test (default-test):
windows-jdk10-m3.5.x_build\target\surefire-reports\*.xml
Recording test results
[INFO] run post-build script verify.groovy
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by
org.codehaus.groovy.reflection.CachedClass
(file:/f:/jenkins/jenkins-slave/workspace/.maven_repositories/null/org/codehaus/groovy/groovy-all/2.4.8/groovy-all-2.4.8.jar)
to method java.lang.Object.finalize()
WARNING: Please consider reporting this to the maintainers of
org.codehaus.groovy.reflection.CachedClass
WARNING: Use --illegal-access=warn to enable warnings of further illegal
reflective access operations
WARNING: All illegal access operations will be denied in a future release
[INFO] dependenciesToAnalyze\pom.xml .................... SUCCESS
(5.1 s)
[INFO] Building: module\pom.xml
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact
org.apache.maven.plugins:maven-jdeps-plugin:maven-plugin:3.1.2-SNAPSHOT in
source directory windows-jdk10-m3.5.x_build\src\main\java
[TASKS] Scanning folder
'f:\jenkins\jenkins-slave\workspace\en-box_maven-jdeps-plugin_master@2' for
files matching the pattern 'windows-jdk10-m3.5.x_build\src\main\java\**\*' -
excludes: null
[TASKS] Found 5 files to scan for tasks
[TASKS] Found 1 open tasks.
Skipping warnings blame since pipelines do not have an SCM link.%n
[TASKS] Computing warning deltas based on reference build #45
[withMaven] invokerPublisher - Archive invoker results for Maven artifact
MavenArtifact{org.apache.maven.plugins:maven-jdeps-plugin:maven-plugin:3.1.2-SNAPSHOT(version:
3.1.2-SNAPSHOT, snapshot:false) } generated by
PluginInvocation{org.apache.maven.plugins:maven-invoker-plugin:3.1.0@integration-test
integration-test}: windows-jdk10-m3.5.x_build\target\invoker-reports\*.xml
[INFO] module\pom.xml ................................... SUCCESS
(4.3 s)
[INFO] Building: multirelease\pom.xml
[withMaven] Publishers: Generated Artifacts Publisher: 764 ms, Junit Publisher:
431 ms, Open Task Scanner Publisher: 349 ms, Invoker Publisher: 6867 ms,
Pipeline Graph Publisher: 1 ms
[Pipeline] // withMaven
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[INFO] multirelease\pom.xml ............................. SUCCESS
(3.9 s)
[INFO] Building: package\pom.xml
ERROR: Cannot delete workspace
:f:\jenkins\jenkins-slave\workspace\en-box_maven-jdeps-plugin_master@2\windows-jdk10-m3.5.x_build\target\invoker-reports\BUILD-basic.xml
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // ws
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch windows-jdk10-m3.5.x_build
[INFO] run post-build script verify.groovy
[INFO] package\pom.xml .................................. SUCCESS
(3.2 s)
[INFO] Building: unsupported-api_main\pom.xml
[INFO] unsupported-api_main\pom.xml ..................... SKIPPED due
to JRE version
[INFO] Building: unsupported-api_test\pom.xml
[INFO] unsupported-api_test\pom.xml ..................... SKIPPED due
to JRE version
[INFO]
[INFO] --- maven-checkstyle-plugin:3.0.0:check (checkstyle-check) @
maven-jdeps-plugin ---
[INFO]
[INFO] --- maven-invoker-plugin:3.1.0:verify (integration-test) @
maven-jdeps-plugin ---
[INFO] -------------------------------------------------
[INFO] Build Summary:
[INFO] Passed: 5, Failed: 0, Errors: 0, Skipped: 2
[INFO] -------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:40 min
[INFO] Finished at: 2019-01-02T09:00:32Z
[INFO] Final Memory: 40M/140M
[INFO] ------------------------------------------------------------------------
[INFO] [jenkins-event-spy] Generated
F:\jenkins\jenkins-slave\workspace\en-box_maven-jdeps-plugin_master@3@2@tmp\withMaven1d57921f\maven-spy-20190102-085750-22714999239681775684646.log
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[withMaven] artifactsPublisher - Archive artifact
windows-jdk11-m3.5.x_build\pom.xml under
org\apache\maven\plugins\maven-jdeps-plugin\3.1.2-SNAPSHOT\maven-jdeps-plugin-3.1.2-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact
windows-jdk11-m3.5.x_build\target\maven-jdeps-plugin-3.1.2-SNAPSHOT.jar under
org\apache\maven\plugins\maven-jdeps-plugin\3.1.2-SNAPSHOT\maven-jdeps-plugin-3.1.2-SNAPSHOT.jar
[withMaven] junitPublisher - Archive test results for Maven artifact
org.apache.maven.plugins:maven-jdeps-plugin:maven-plugin:3.1.2-SNAPSHOT
generated by maven-surefire-plugin:test (default-test):
windows-jdk11-m3.5.x_build\target\surefire-reports\*.xml
Recording test results
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact
org.apache.maven.plugins:maven-jdeps-plugin:maven-plugin:3.1.2-SNAPSHOT in
source directory windows-jdk11-m3.5.x_build\src\main\java
[TASKS] Scanning folder
'f:\jenkins\jenkins-slave\workspace\en-box_maven-jdeps-plugin_master@3@2' for
files matching the pattern 'windows-jdk11-m3.5.x_build\src\main\java\**\*' -
excludes: null
[TASKS] Found 5 files to scan for tasks
[TASKS] Found 1 open tasks.
Skipping warnings blame since pipelines do not have an SCM link.%n
[TASKS] Computing warning deltas based on reference build #45
[withMaven] invokerPublisher - Archive invoker results for Maven artifact
MavenArtifact{org.apache.maven.plugins:maven-jdeps-plugin:maven-plugin:3.1.2-SNAPSHOT(version:
3.1.2-SNAPSHOT, snapshot:false) } generated by
PluginInvocation{org.apache.maven.plugins:maven-invoker-plugin:3.1.0@integration-test
integration-test}: windows-jdk11-m3.5.x_build\target\invoker-reports\*.xml
[withMaven] Publishers: Generated Artifacts Publisher: 736 ms, Junit Publisher:
513 ms, Open Task Scanner Publisher: 351 ms, Invoker Publisher: 4116 ms,
Pipeline Graph Publisher: 3 ms
[Pipeline] // withMaven
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
ERROR: Cannot delete workspace
:f:\jenkins\jenkins-slave\workspace\en-box_maven-jdeps-plugin_master@3@2\windows-jdk11-m3.5.x_build\target\invoker-reports\BUILD-basic.xml
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // ws
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch windows-jdk11-m3.5.x_build
[Pipeline] // parallel
[Pipeline] stage
[Pipeline] { (Notifications)
[Pipeline] echo
Build result: FAILURE
[Pipeline] jiraIssueSelector
[Pipeline] emailext