Bump org.jenkins-ci.plugins:plugin from 4.88 to 5.3 #955
ci.jenkins.io / Jenkins
failed
Nov 18, 2024 in 1m 21s
linux-21/Build (linux-21): error in 'junit' step
linux-21 / Build (linux-21) / Shell Script
Error in sh
step, with arguments mvn --batch-mode --show-version --errors --no-transfer-progress --update-snapshots -Dmaven.repo.local=/home/jenkins/agent/workspace/ugins_workflow-cps-plugin_PR-955@tmp/m2repo -Dmaven.test.failure.ignore -Dspotbugs.failOnError=false -Dcheckstyle.failOnViolation=false -Dcheckstyle.failsOnError=false -Dpmd.failOnViolation=false -Penable-jacoco -Dset.changelist help:evaluate -Dexpression=changelist -Doutput=/home/jenkins/agent/workspace/ugins_workflow-cps-plugin_PR-955@tmp/changelist -DforkCount=1C clean install
.
script returned exit code 1
Build log
[2024-11-18T00:14:27.854Z] + mvn --batch-mode --show-version --errors --no-transfer-progress --update-snapshots -Dmaven.repo.local=/home/jenkins/agent/workspace/ugins_workflow-cps-plugin_PR-955@tmp/m2repo -Dmaven.test.failure.ignore -Dspotbugs.failOnError=false -Dcheckstyle.failOnViolation=false -Dcheckstyle.failsOnError=false -Dpmd.failOnViolation=false -Penable-jacoco -Dset.changelist help:evaluate -Dexpression=changelist -Doutput=/home/jenkins/agent/workspace/ugins_workflow-cps-plugin_PR-955@tmp/changelist -DforkCount=1C clean install
[2024-11-18T00:14:27.956Z] -XX:ConcGCThreads=1 -XX:G1ConcRefinementThreads=4 -XX:GCDrainStackTargetSize=64 -XX:InitialHeapSize=187499968 -XX:MarkStackSize=4194304 -XX:MaxHeapSize=2999999488 -XX:MinHeapSize=6815736 -XX:+PrintCommandLineFlags -XX:ReservedCodeCacheSize=251658240 -XX:+SegmentedCodeCache -XX:+UseCompressedOops -XX:+UseG1GC
[2024-11-18T00:14:28.058Z] Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
[2024-11-18T00:14:28.058Z] Maven home: /usr/share/apache-maven-3.9.9
[2024-11-18T00:14:28.059Z] Java version: 21.0.5, vendor: Eclipse Adoptium, runtime: /opt/jdk-21
[2024-11-18T00:14:28.060Z] Default locale: en_US, platform encoding: UTF-8
[2024-11-18T00:14:28.060Z] OS name: "linux", version: "5.15.167.1-1.cm2", arch: "amd64", family: "unix"
[2024-11-18T00:14:30.472Z] [INFO] Error stacktraces are turned on.
[2024-11-18T00:14:33.884Z] [INFO] Setting: -Dchangelist=3995.v2cdd3320f69e -DscmTag=2cdd3320f69e6062a4532b019caf60863742b4b1 -Dproject.build.outputTimestamp=2024-11-18T00:12:57Z
[2024-11-18T00:14:33.884Z] [INFO] No information available to set -DgitHubRepo
[2024-11-18T00:14:33.885Z] [INFO] Scanning for projects...
[2024-11-18T00:14:35.892Z] [ERROR] [ERROR] Some problems were encountered while processing the POMs:
[2024-11-18T00:14:35.893Z] [ERROR] 'dependencies.dependency.version' for jakarta.servlet:jakarta.servlet-api:jar is missing. @ org.jenkins-ci.plugins:plugin:5.3, /home/jenkins/agent/workspace/ugins_workflow-cps-plugin_PR-955@tmp/m2repo/org/jenkins-ci/plugins/plugin/5.3/plugin-5.3.pom, line 239, column 17
[2024-11-18T00:14:35.893Z] @
[2024-11-18T00:14:35.894Z] [ERROR] The build could not read 1 project -> [Help 1]
[2024-11-18T00:14:35.894Z] org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[2024-11-18T00:14:35.894Z] [ERROR] 'dependencies.dependency.version' for jakarta.servlet:jakarta.servlet-api:jar is missing. @ org.jenkins-ci.plugins:plugin:5.3, /home/jenkins/agent/workspace/ugins_workflow-cps-plugin_PR-955@tmp/m2repo/org/jenkins-ci/plugins/plugin/5.3/plugin-5.3.pom, line 239, column 17
[2024-11-18T00:14:35.895Z]
[2024-11-18T00:14:35.895Z] at org.apache.maven.project.DefaultProjectBuilder.build (DefaultProjectBuilder.java:389)
[2024-11-18T00:14:35.896Z] at org.apache.maven.graph.DefaultGraphBuilder.collectProjects (DefaultGraphBuilder.java:349)
[2024-11-18T00:14:35.896Z] at org.apache.maven.graph.DefaultGraphBuilder.getProjectsForMavenReactor (DefaultGraphBuilder.java:340)
[2024-11-18T00:14:35.896Z] at org.apache.maven.graph.DefaultGraphBuilder.build (DefaultGraphBuilder.java:76)
[2024-11-18T00:14:35.897Z] at org.apache.maven.DefaultMaven.buildGraph (DefaultMaven.java:448)
[2024-11-18T00:14:35.897Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:197)
[2024-11-18T00:14:35.897Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
[2024-11-18T00:14:35.897Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
[2024-11-18T00:14:35.898Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906)
[2024-11-18T00:14:35.898Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283)
[2024-11-18T00:14:35.898Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:206)
[2024-11-18T00:14:35.899Z] at jdk.internal.reflect.DirectMethodHandleAccessor.invoke (DirectMethodHandleAccessor.java:103)
[2024-11-18T00:14:35.899Z] at java.lang.reflect.Method.invoke (Method.java:580)
[2024-11-18T00:14:35.899Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:255)
[2024-11-18T00:14:35.900Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:201)
[2024-11-18T00:14:35.900Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:361)
[2024-11-18T00:14:35.900Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:314)
[2024-11-18T00:14:35.901Z] [ERROR]
[2024-11-18T00:14:35.901Z] [ERROR] The project org.jenkins-ci.plugins.workflow:workflow-cps-parent:3995.v2cdd3320f69e (/home/jenkins/agent/workspace/ugins_workflow-cps-plugin_PR-955/pom.xml) has 1 error
[2024-11-18T00:14:35.901Z] [ERROR] 'dependencies.dependency.version' for jakarta.servlet:jakarta.servlet-api:jar is missing. @ org.jenkins-ci.plugins:plugin:5.3, /home/jenkins/agent/workspace/ugins_workflow-cps-plugin_PR-955@tmp/m2repo/org/jenkins-ci/plugins/plugin/5.3/plugin-5.3.pom, line 239, column 17
[2024-11-18T00:14:35.902Z] [ERROR]
[2024-11-18T00:14:35.902Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2024-11-18T00:14:35.902Z] [ERROR]
[2024-11-18T00:14:35.902Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2024-11-18T00:14:35.903Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
linux-21 / Build (linux-21) / Archive JUnit-formatted test results
Error in junit
step, with arguments **/target/surefire-reports/**/*.xml,**/target/failsafe-reports/**/*.xml,**/target/invoker-reports/**/*.xml
.
No test report files were found. Configuration error?
Build log
[2024-11-18T00:14:36.633Z] Recording test results
[2024-11-18T00:14:36.789Z] No test report files were found. Configuration error?
Details
- linux-21 (1 ms)
- Checkout (linux-21) (8.6 sec)
- Build (linux-21) (10 sec)
Error: script returned exit code 1
Error: No test report files were found. Configuration error?
- windows-17 (1 min 21 sec)
Loading