See
https://builds.apache.org/job/maven-box/job/maven-javadoc-plugin/job/MJAVADOC-527/5/
Changes:
* [MJAVADOC-527] detectLinks may pass invalid URLs to javadoc(1)
* [MJAVADOC-527] detectLinks may pass invalid URLs to javadoc(1)
* [MJAVADOC-527] detectLinks may pass invalid URLs to javadoc(1)
* [MJAVADOC-527] detectLinks may pass invalid URLs to javadoc(1)
* [MJAVADOC-527] detectLinks may pass invalid URLs to javadoc(1)
* [MJAVADOC-527] detectLinks may pass invalid URLs to javadoc(1)
* [MJAVADOC-527] detectLinks may pass invalid URLs to javadoc(1)
No tests ran.
Build log:
[...truncated 2986 lines...]
at
org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1194)
at
org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1022)
at
org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:868)
at
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:154)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:146)
at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
at
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
at
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:309)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:194)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:107)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:955)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:290)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:194)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
at
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
at
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
at
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
[INFO]
[INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ maven-javadoc-plugin ---
[INFO] Building jar:
f:\jenkins\jenkins-slave\workspace\aven-javadoc-plugin_MJAVADOC-527@2\windows-jdk11-m3.5.x_build\target\maven-javadoc-plugin-3.1.0-SNAPSHOT.jar
[INFO]
[INFO] --- maven-plugin-plugin:3.5.2:addPluginArtifactMetadata
(default-addPluginArtifactMetadata) @ maven-javadoc-plugin ---
[INFO]
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @
maven-javadoc-plugin ---
[INFO] Skipping because packaging 'maven-plugin' is not pom.
[INFO]
[INFO] --- maven-invoker-plugin:3.1.0:install (integration-test) @
maven-javadoc-plugin ---
java.nio.file.FileSystemException:
f:\jenkins\jenkins-slave\workspace\aven-javadoc-plugin_MJAVADOC-527@2\windows-jdk11-m3.5.x_build@tmp\durable-cec93a26\jenkins-log.txt:
The process cannot access the file because it is being used by another process.
at sun.nio.fs.WindowsException.translateToIOException(Unknown Source)
at sun.nio.fs.WindowsException.rethrowAsIOException(Unknown Source)
at sun.nio.fs.WindowsException.rethrowAsIOException(Unknown Source)
at sun.nio.fs.WindowsFileSystemProvider.implDelete(Unknown Source)
at sun.nio.fs.AbstractFileSystemProvider.deleteIfExists(Unknown Source)
at java.nio.file.Files.deleteIfExists(Unknown Source)
at hudson.Util.tryOnceDeleteFile(Util.java:316)
at hudson.Util.deleteFile(Util.java:272)
Also: hudson.remoting.Channel$CallSiteStackTrace: Remote call to
JNLP4-connect connection from
ec2-34-228-168-168.compute-1.amazonaws.com/34.228.168.168:58308
at
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
at
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
at hudson.remoting.Channel.call(Channel.java:955)
at hudson.FilePath.act(FilePath.java:1072)
at hudson.FilePath.act(FilePath.java:1061)
at hudson.FilePath.deleteRecursive(FilePath.java:1268)
at
org.jenkinsci.plugins.durabletask.FileMonitoringTask$FileMonitoringController.cleanup(FileMonitoringTask.java:340)
at
org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution$1.run(DurableTaskStep.java:382)
at
jenkins.security.ImpersonatingScheduledExecutorService$1.run(ImpersonatingScheduledExecutorService.java:58)
at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Caused: java.io.IOException: Unable to delete
'f:\jenkins\jenkins-slave\workspace\aven-javadoc-plugin_MJAVADOC-527@2\windows-jdk11-m3.5.x_build@tmp\durable-cec93a26\jenkins-log.txt'.
Tried 3 times (of a maximum of 3) waiting 0.1 sec between attempts.
at hudson.Util.deleteFile(Util.java:277)
at hudson.FilePath.deleteRecursive(FilePath.java:1305)
at hudson.FilePath.deleteContentsRecursive(FilePath.java:1314)
at hudson.FilePath.deleteRecursive(FilePath.java:1296)
at hudson.FilePath.access$1600(FilePath.java:213)
at hudson.FilePath$DeleteRecursive.invoke(FilePath.java:1274)
at hudson.FilePath$DeleteRecursive.invoke(FilePath.java:1270)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
at hudson.remoting.UserRequest.perform(UserRequest.java:212)
at hudson.remoting.UserRequest.perform(UserRequest.java:54)
at hudson.remoting.Request$2.run(Request.java:369)
at
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:93)
at java.lang.Thread.run(Unknown Source)
[INFO] run post-build script verify.bsh
[INFO] MJAVADOC-384/pom.xml ............................. SUCCESS
(4.2 s)
[INFO] Building: javadoc-fix/pom.xml
[INFO] run post-build script verify.bsh
[INFO] MJAVADOC-259/pom.xml ............................. SUCCESS
(9.2 s)
[INFO] Building: MJAVADOC-134_multiaggregate/pom.xml
Terminate batch job (Y/N)?
script returned exit code 1
Sending interrupt signal to process
[INFO] run post-build script verify.bsh
[INFO] MJAVADOC-194/pom.xml ............................. SUCCESS
(7.8 s)
[INFO] Building: MJAVADOC-420_fixparam/pom.xml
Sending interrupt signal to process
Sending interrupt signal to process
Picked up JAVA_TOOL_OPTIONS:
-Dmaven.ext.class.path="f:\jenkins\jenkins-slave\workspace\aven-javadoc-plugin_MJAVADOC-527@3@tmp\withMaven62bc25a1\pipeline-maven-spy.jar"
-Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="f:\jenkins\jenkins-slave\workspace\aven-javadoc-plugin_MJAVADOC-527@3@tmp\withMaven62bc25a1"
Terminate batch job (Y/N)?
script returned exit code 1
[INFO] run post-build script verify.bsh
[INFO] javadoc-fix/pom.xml .............................. SUCCESS
(3.7 s)
[INFO] Building: MJAVADOC-514_3rdparty-doclettags/pom.xml
[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:/home/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] run post-build script verify.bsh
[INFO] MJAVADOC-172/pom.xml ............................. SUCCESS
(9.5 s)
[INFO] Building: additional-dependencies/pom.xml
Sending interrupt signal to process
script returned exit code 143
[INFO] MJAVADOC-514_3rdparty-doclettags/pom.xml ......... FAILED (1.6
s)
[INFO] The build exited with code 143. See
/home/jenkins/jenkins-slave/workspace/aven-javadoc-plugin_MJAVADOC-527@3@2/linux-jdk8-m3.5.x_build/target/it/MJAVADOC-514_3rdparty-doclettags/build.log
for details.
[INFO] Building: MJAVADOC-526_aggr-managedDeps/pom.xml
script returned exit code 143
Sending interrupt signal to process
[INFO] run post-build script verify.bsh
[INFO] additional-dependencies/pom.xml .................. FAILED (3.5
s)
[INFO] The post-build script returned false.
[INFO] Building: MJAVADOC-137/pom.xml
script returned exit code 143
Sending interrupt signal to process
[INFO] run post-build script verify.groovy
[INFO] MJAVADOC-420_fixparam/pom.xml .................... FAILED (7.1
s)
[INFO] The build exited with code 143. See
/home/jenkins/jenkins-slave/workspace/aven-javadoc-plugin_MJAVADOC-527@3@2/linux-jdk7-m3.3.x_build/target/it/MJAVADOC-420_fixparam/build.log
for details.
[INFO] Building: MJAVADOC-508/pom.xml
Picked up JAVA_TOOL_OPTIONS:
-Dmaven.ext.class.path="f:\jenkins\jenkins-slave\workspace\aven-javadoc-plugin_MJAVADOC-527@2@2@tmp\withMavenca0803a3\pipeline-maven-spy.jar"
-Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="f:\jenkins\jenkins-slave\workspace\aven-javadoc-plugin_MJAVADOC-527@2@2@tmp\withMavenca0803a3"
Terminate batch job (Y/N)?
script returned exit code 1
Sending interrupt signal to process
script returned exit code 143
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] // dir
[Pipeline] // dir
[Pipeline] // dir
[Pipeline] // dir
[Pipeline] // dir
[Pipeline] // dir
[Pipeline] // dir
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[withMaven] One or multiple Maven executions have been ignored by the Jenkins
Pipeline Maven Plugin because they have been interrupted before completion (1).
See Pipeline Maven Plugin FAQ for more details.
[withMaven] One or multiple Maven executions have been ignored by the Jenkins
Pipeline Maven Plugin because they have been interrupted before completion (1).
See Pipeline Maven Plugin FAQ for more details.
[Pipeline] // withMaven
[Pipeline] // withMaven
[Pipeline] }
[Pipeline] }
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] // ws
[Pipeline] // ws
[Pipeline] }
[withMaven] One or multiple Maven executions have been ignored by the Jenkins
Pipeline Maven Plugin because they have been interrupted before completion (1).
See Pipeline Maven Plugin FAQ for more details.
[Pipeline] }
[INFO] run post-build script verify.bsh
[INFO] MJAVADOC-257/pom.xml ............................. FAILED
(12.3 s)
[INFO] The build exited with code 143. See
/home/jenkins/jenkins-slave/workspace/aven-javadoc-plugin_MJAVADOC-527@3@2/linux-jdk7-m3.2.x_build/target/it/MJAVADOC-257/build.log
for details.
[INFO] Building: dependencySource-4/pom.xml
[Pipeline] // node
[withMaven] One or multiple Maven executions have been ignored by the Jenkins
Pipeline Maven Plugin because they have been interrupted before completion (1).
See Pipeline Maven Plugin FAQ for more details.
[withMaven] One or multiple Maven executions have been ignored by the Jenkins
Pipeline Maven Plugin because they have been interrupted before completion (1).
See Pipeline Maven Plugin FAQ for more details.
[withMaven] One or multiple Maven executions have been ignored by the Jenkins
Pipeline Maven Plugin because they have been interrupted before completion (1).
See Pipeline Maven Plugin FAQ for more details.
[Pipeline] // node
[withMaven] One or multiple Maven executions have been ignored by the Jenkins
Pipeline Maven Plugin because they have been interrupted before completion (1).
See Pipeline Maven Plugin FAQ for more details.
[Pipeline] }
Failed in branch windows-jdk7-m3.5.x_build
[Pipeline] }
Failed in branch windows-jdk8-m3.5.x_build
[Pipeline] // withMaven
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // ws
[Pipeline] }
[Pipeline] // withMaven
[Pipeline] // withMaven
[Pipeline] // node
[Pipeline] // withMaven
[Pipeline] // withMaven
[Pipeline] }
Failed in branch windows-jdk11-m3.5.x_build
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
script returned exit code 143
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] // stage
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] // ws
[Pipeline] // ws
[Pipeline] // ws
[Pipeline] // ws
[Pipeline] // dir
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] }
[Pipeline] // node
[Pipeline] // node
[Pipeline] // node
[Pipeline] // node
[Pipeline] }
Failed in branch linux-jdk7-m3.3.x_build
[Pipeline] }
Failed in branch linux-jdk7-m3.5.x_build
[Pipeline] }
Failed in branch linux-jdk8-m3.5.x_build
[Pipeline] }
Failed in branch linux-jdk11-m3.5.x_build
[withMaven] One or multiple Maven executions have been ignored by the Jenkins
Pipeline Maven Plugin because they have been interrupted before completion (1).
See Pipeline Maven Plugin FAQ for more details.
[Pipeline] // withMaven
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // ws
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch linux-jdk7-m3.2.x_build
[Pipeline] // parallel
[Pipeline] stage
[Pipeline] { (Notifications)
[Pipeline] echo
Build result: FAILURE
[Pipeline] jiraIssueSelector
[Pipeline] jiraComment
[Pipeline] emailext