See
https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-wrapper/job/master/48/
Changes:
* [MWRAPPER-75] Allow for sha256 checksum verification of downloaded artifacts.
All tests passed
Build log:
[...truncated 18749 lines...]
[INFO] Downloading:
http://localhost:42501/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
[INFO] Downloading:
http://localhost:42501/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar
[INFO] Downloading:
http://localhost:42501/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
[INFO] Downloaded:
http://localhost:42501/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
(14 KB at 1317.8 KB/sec)
[INFO] Downloading:
http://localhost:42501/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar
[INFO] Downloaded:
http://localhost:42501/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar
(461 KB at 8859.2 KB/sec)
[INFO] Downloading:
http://localhost:42501/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar
[INFO] Downloaded:
http://localhost:42501/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
(28 KB at 1072.5 KB/sec)
[INFO] Downloading:
http://localhost:42501/org/apache/maven/shared/maven-artifact-transfer/0.10.1/maven-artifact-transfer-0.10.1.jar
[INFO] Downloaded:
http://localhost:42501/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar
(60 KB at 1217.2 KB/sec)
[INFO] Downloading:
http://localhost:42501/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar
[INFO] Downloaded:
http://localhost:42501/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar
(5 KB at 126.2 KB/sec)
[INFO] Downloading:
http://localhost:42501/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar
[INFO] Downloaded:
http://localhost:42501/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar
(160 KB at 3262.4 KB/sec)
[INFO] Downloading:
http://localhost:42501/commons-io/commons-io/2.5/commons-io-2.5.jar
[INFO] Downloaded:
http://localhost:42501/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar
(238 KB at 4479.8 KB/sec)
[INFO] Downloading:
http://localhost:42501/commons-codec/commons-codec/1.11/commons-codec-1.11.jar
[INFO] Downloaded:
http://localhost:42501/commons-io/commons-io/2.5/commons-io-2.5.jar (204 KB at
3639.4 KB/sec)
[INFO] Downloading:
http://localhost:42501/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar
[INFO] Downloaded:
http://localhost:42501/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar (26 KB at
410.8 KB/sec)
[INFO] Downloaded:
http://localhost:42501/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar
(54 KB at 817.7 KB/sec)
[INFO] Downloaded:
http://localhost:42501/commons-codec/commons-codec/1.11/commons-codec-1.11.jar
(328 KB at 4883.4 KB/sec)
[INFO] Downloaded:
http://localhost:42501/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar
(61 KB at 895.7 KB/sec)
[INFO] Downloaded:
http://localhost:42501/org/apache/maven/shared/maven-artifact-transfer/0.10.1/maven-artifact-transfer-0.10.1.jar
(125 KB at 1523.2 KB/sec)
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 6.274 s
[INFO] Finished at: 2022-10-05T19:44:44+00:00
[INFO] Final Memory: 25M/2053M
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.codehaus.mojo:exec-maven-plugin:3.0.0:exec (default-cli) on project
extension: Unable to parse configuration of mojo
org.codehaus.mojo:exec-maven-plugin:3.0.0:exec for parameter successCodes:
Cannot assign configuration entry 'successCodes' with value '1' of type
java.lang.String to property of type java.lang.Integer[] -> [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/PluginConfigurationException
Running post-build script:
/home/jenkins/jenkins-home/workspace/n_maven-box_maven-wrapper_master@3/linux-jdk8-m3.2.x_build/maven-wrapper-plugin/target/it/sha256_type_only-script/verify.groovy
at
org.codehaus.groovy.runtime.InvokerHelper.assertFailed(InvokerHelper.java:420)
at
org.codehaus.groovy.runtime.ScriptBytecodeAdapter.assertFailed(ScriptBytecodeAdapter.java:663)
at Script1.run(Script1.groovy:32)
at groovy.lang.GroovyShell.evaluate(GroovyShell.java:574)
at groovy.lang.GroovyShell.evaluate(GroovyShell.java:612)
at groovy.lang.GroovyShell.evaluate(GroovyShell.java:583)
at
org.apache.maven.shared.scriptinterpreter.GroovyScriptInterpreter.evaluateScript(GroovyScriptInterpreter.java:76)
at
org.apache.maven.shared.scriptinterpreter.ScriptRunner.executeRun(ScriptRunner.java:236)
at
org.apache.maven.shared.scriptinterpreter.ScriptRunner.run(ScriptRunner.java:161)
at
org.apache.maven.plugins.invoker.AbstractInvokerMojo.runPostBuildHook(AbstractInvokerMojo.java:2221)
at
org.apache.maven.plugins.invoker.AbstractInvokerMojo.runBuild(AbstractInvokerMojo.java:2196)
at
org.apache.maven.plugins.invoker.AbstractInvokerMojo.runBuild(AbstractInvokerMojo.java:1734)
at
org.apache.maven.plugins.invoker.AbstractInvokerMojo.runBuilds(AbstractInvokerMojo.java:1438)
at
org.apache.maven.plugins.invoker.AbstractInvokerMojo.execute(AbstractInvokerMojo.java:829)
at
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:132)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
at
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
at
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:120)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:355)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:155)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:584)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:216)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:160)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
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)
*** end build.log for: sha256_type_only-script/pom.xml ***
[ERROR] -------------------------------------------------
[ERROR]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache Maven Wrapper ............................... SUCCESS [ 34.853 s]
[INFO] Maven Wrapper Jar .................................. SUCCESS [ 9.044 s]
[INFO] Maven Wrapper Distribution ......................... SUCCESS [ 1.867 s]
[INFO] Apache Maven Wrapper Plugin ........................ FAILURE [01:18 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:06 min
[INFO] Finished at: 2022-10-05T19:45:46+00:00
[INFO] Final Memory: 81M/3353M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-invoker-plugin:3.2.2:verify (integration-test)
on project maven-wrapper-plugin: 3 builds failed. See console output above for
details. -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal
org.apache.maven.plugins:maven-invoker-plugin:3.2.2:verify (integration-test)
on project maven-wrapper-plugin: 3 builds failed. See console output above for
details.
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
at
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
at
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:120)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:355)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:155)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:584)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:216)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:160)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
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)
Caused by: org.apache.maven.plugin.MojoFailureException: 3 builds failed. See
console output above for details.
at
org.apache.maven.plugins.invoker.InvokerSession.handleFailures(InvokerSession.java:280)
at
org.apache.maven.plugins.invoker.VerifyMojo.execute(VerifyMojo.java:153)
at
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:132)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
... 19 more
[ERROR]
[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/MojoFailureException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :maven-wrapper-plugin
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] junit
Recording test results
None of the test reports contained any result
[GitHub Checks] Causes for no suitable publisher found:
[GitHub Checks] Trying to resolve checks parameters from GitHub SCM...
[GitHub Checks] No GitHub app credentials found:
'5f95d117-af3b-452a-9e5c-4bddb22a67f4'
[GitHub Checks] See:
https://github.com/jenkinsci/github-branch-source-plugin/blob/master/docs/github-app.adoc
[GitHub Checks] Trying to resolve checks parameters from Git SCM...
[GitHub Checks] No GitHub app credentials found:
'5f95d117-af3b-452a-9e5c-4bddb22a67f4'
[GitHub Checks] See:
https://github.com/jenkinsci/github-branch-source-plugin/blob/master/docs/github-app.adoc
[GitHub Checks] Job does not have valid credentials
[Checks API] No suitable checks publisher found.
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // ws
[Pipeline] }
[Pipeline] // node
[Pipeline] }
Failed in branch linux-jdk8-m3.2.x_build
No test report files were found. Configuration error?
[INFO] run post-build script verify.groovy
[INFO] mavenversion-empty2/pom.xml ...................... SUCCESS
(7.6 s)
[INFO]
[INFO] --- mrm-maven-plugin:1.4.1:stop (mrm) @ maven-wrapper-plugin ---
[INFO] Stopping Mock Repository Manager on http://localhost:35099
[INFO] Stopped ServerConnector@3bd7e6f1{HTTP/1.1, (http/1.1)}{0.0.0.0:0}
[INFO] Stopped o.e.j.s.ServletContextHandler@4edfcc9f{/,null,STOPPED}
[INFO] Mock Repository Manager http://localhost:35099 is stopped.
[INFO]
[INFO] --- maven-invoker-plugin:3.2.2:verify (integration-test) @
maven-wrapper-plugin ---
[INFO] -------------------------------------------------
[INFO] Build Summary:
[INFO] Passed: 14, Failed: 0, Errors: 0, Skipped: 0
[INFO] -------------------------------------------------
[INFO]
[INFO] --- maven-install-plugin:2.5.2:install (default-install) @
maven-wrapper-plugin ---
[INFO] Installing
/home/jenkins/jenkins-home/workspace/n_maven-box_maven-wrapper_master@2/linux-jdk17-m3.6.x_build/maven-wrapper-plugin/target/maven-wrapper-plugin-3.2.0-SNAPSHOT.jar
to
/home/jenkins/jenkins-home/workspace/n_maven-box_maven-wrapper_master@2/linux-jdk17-m3.6.x_build/../.maven_repositories/1/org/apache/maven/plugins/maven-wrapper-plugin/3.2.0-SNAPSHOT/maven-wrapper-plugin-3.2.0-SNAPSHOT.jar
[INFO] Installing
/home/jenkins/jenkins-home/workspace/n_maven-box_maven-wrapper_master@2/linux-jdk17-m3.6.x_build/maven-wrapper-plugin/pom.xml
to
/home/jenkins/jenkins-home/workspace/n_maven-box_maven-wrapper_master@2/linux-jdk17-m3.6.x_build/../.maven_repositories/1/org/apache/maven/plugins/maven-wrapper-plugin/3.2.0-SNAPSHOT/maven-wrapper-plugin-3.2.0-SNAPSHOT.pom
[INFO]
[INFO] --- maven-deploy-plugin:2.8.2:deploy (default-deploy) @
maven-wrapper-plugin ---
[INFO] Downloading from apache.snapshots.https:
https://repository.apache.org/content/repositories/snapshots/org/apache/maven/plugins/maven-wrapper-plugin/3.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Downloaded from apache.snapshots.https:
https://repository.apache.org/content/repositories/snapshots/org/apache/maven/plugins/maven-wrapper-plugin/3.2.0-SNAPSHOT/maven-metadata.xml
(797 B at 1.9 kB/s)
[INFO] Uploading to apache.snapshots.https:
https://repository.apache.org/content/repositories/snapshots/org/apache/maven/plugins/maven-wrapper-plugin/3.2.0-SNAPSHOT/maven-wrapper-plugin-3.2.0-20221005.194551-25.jar
[INFO] Uploaded to apache.snapshots.https:
https://repository.apache.org/content/repositories/snapshots/org/apache/maven/plugins/maven-wrapper-plugin/3.2.0-SNAPSHOT/maven-wrapper-plugin-3.2.0-20221005.194551-25.jar
(26 kB at 37 kB/s)
[INFO] Uploading to apache.snapshots.https:
https://repository.apache.org/content/repositories/snapshots/org/apache/maven/plugins/maven-wrapper-plugin/3.2.0-SNAPSHOT/maven-wrapper-plugin-3.2.0-20221005.194551-25.pom
[INFO] Uploaded to apache.snapshots.https:
https://repository.apache.org/content/repositories/snapshots/org/apache/maven/plugins/maven-wrapper-plugin/3.2.0-SNAPSHOT/maven-wrapper-plugin-3.2.0-20221005.194551-25.pom
(6.4 kB at 9.6 kB/s)
[INFO] Downloading from apache.snapshots.https:
https://repository.apache.org/content/repositories/snapshots/org/apache/maven/plugins/maven-wrapper-plugin/maven-metadata.xml
[INFO] Downloaded from apache.snapshots.https:
https://repository.apache.org/content/repositories/snapshots/org/apache/maven/plugins/maven-wrapper-plugin/maven-metadata.xml
(444 B at 1.9 kB/s)
[INFO] Downloading from apache.snapshots.https:
https://repository.apache.org/content/repositories/snapshots/org/apache/maven/plugins/maven-metadata.xml
[INFO] Downloaded from apache.snapshots.https:
https://repository.apache.org/content/repositories/snapshots/org/apache/maven/plugins/maven-metadata.xml
(8.7 kB at 44 kB/s)
[INFO] Uploading to apache.snapshots.https:
https://repository.apache.org/content/repositories/snapshots/org/apache/maven/plugins/maven-wrapper-plugin/3.2.0-SNAPSHOT/maven-metadata.xml
[INFO] Uploaded to apache.snapshots.https:
https://repository.apache.org/content/repositories/snapshots/org/apache/maven/plugins/maven-wrapper-plugin/3.2.0-SNAPSHOT/maven-metadata.xml
(797 B at 1.3 kB/s)
[INFO] Uploading to apache.snapshots.https:
https://repository.apache.org/content/repositories/snapshots/org/apache/maven/plugins/maven-wrapper-plugin/maven-metadata.xml
[INFO] Uploaded to apache.snapshots.https:
https://repository.apache.org/content/repositories/snapshots/org/apache/maven/plugins/maven-wrapper-plugin/maven-metadata.xml
(444 B at 543 B/s)
[INFO] Uploading to apache.snapshots.https:
https://repository.apache.org/content/repositories/snapshots/org/apache/maven/plugins/maven-metadata.xml
[INFO] Uploaded to apache.snapshots.https:
https://repository.apache.org/content/repositories/snapshots/org/apache/maven/plugins/maven-metadata.xml
(8.7 kB at 13 kB/s)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Apache Maven Wrapper 3.2.0-SNAPSHOT:
[INFO]
[INFO] Apache Maven Wrapper ............................... SUCCESS [ 19.837 s]
[INFO] Maven Wrapper Jar .................................. SUCCESS [ 13.510 s]
[INFO] Maven Wrapper Distribution ......................... SUCCESS [ 10.441 s]
[INFO] Apache Maven Wrapper Plugin ........................ SUCCESS [01:28 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:13 min
[INFO] Finished at: 2022-10-05T19:45:55Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] junit
Recording test results
[GitHub Checks] Causes for no suitable publisher found:
[GitHub Checks] Trying to resolve checks parameters from GitHub SCM...
[GitHub Checks] No GitHub app credentials found:
'5f95d117-af3b-452a-9e5c-4bddb22a67f4'
[GitHub Checks] See:
https://github.com/jenkinsci/github-branch-source-plugin/blob/master/docs/github-app.adoc
[GitHub Checks] Trying to resolve checks parameters from Git SCM...
[GitHub Checks] No GitHub app credentials found:
'5f95d117-af3b-452a-9e5c-4bddb22a67f4'
[GitHub Checks] See:
https://github.com/jenkinsci/github-branch-source-plugin/blob/master/docs/github-app.adoc
[GitHub Checks] Job does not have valid credentials
[Checks API] No suitable checks publisher found.
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // ws
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // parallel
[Pipeline] stage
[Pipeline] { (Notifications)
[Pipeline] echo
Build result: FAILURE
[Pipeline] jiraIssueSelector
[Pipeline] jiraComment
[Pipeline] echo
The authors of changes [sjaranowski].
[Pipeline] echo
Sending email ...
[Pipeline] emailext