Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump org.jenkins-ci.plugins:plugin from 4.86 to 5.7 #158

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Bump org.jenkins-ci.plugins:plugin from 4.86 to 5.7

fddc846
Select commit
Loading
Failed to load commit list.
Open

Bump org.jenkins-ci.plugins:plugin from 4.86 to 5.7 #158

Bump org.jenkins-ci.plugins:plugin from 4.86 to 5.7
fddc846
Select commit
Loading
Failed to load commit list.
ci.jenkins.io / Jenkins failed Feb 10, 2025 in 20m 4s

windows-17/Build (windows-17): 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/Plugins_xunit-plugin_PR-158@tmp/m2repo -Dmaven.test.failure.ignore -Dspotbugs.failOnError=false -Dcheckstyle.failOnViolation=false -Dcheckstyle.failsOnError=false -Dpmd.failOnViolation=false -Penable-jacoco -Dset.changelist clean install.

script returned exit code 1
Build log
[2025-02-10T01:24:49.453Z] + mvn --batch-mode --show-version --errors --no-transfer-progress --update-snapshots -Dmaven.repo.local=/home/jenkins/agent/workspace/Plugins_xunit-plugin_PR-158@tmp/m2repo -Dmaven.test.failure.ignore -Dspotbugs.failOnError=false -Dcheckstyle.failOnViolation=false -Dcheckstyle.failsOnError=false -Dpmd.failOnViolation=false -Penable-jacoco -Dset.changelist clean install
[2025-02-10T01:24:49.555Z] -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 
[2025-02-10T01:24:49.656Z] Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
[2025-02-10T01:24:49.656Z] Maven home: /usr/share/apache-maven-3.9.9
[2025-02-10T01:24:49.657Z] Java version: 21.0.6, vendor: Eclipse Adoptium, runtime: /opt/jdk-21
[2025-02-10T01:24:49.657Z] Default locale: en_US, platform encoding: UTF-8
[2025-02-10T01:24:49.657Z] OS name: "linux", version: "5.15.173.1-1.cm2", arch: "amd64", family: "unix"
[2025-02-10T01:24:51.864Z] [INFO] Error stacktraces are turned on.
[2025-02-10T01:24:55.173Z] [INFO] Setting: -Dchangelist=-rc936.fddc846e59e6 -DscmTag=fddc846e59e647d509b2993f19e803c1572ae9eb -Dproject.build.outputTimestamp=2025-02-10T01:08:02Z
[2025-02-10T01:24:55.173Z] [INFO] No information available to set -DgitHubRepo
[2025-02-10T01:24:55.174Z] [INFO] Scanning for projects...
[2025-02-10T01:24:57.280Z] [ERROR] [ERROR] Some problems were encountered while processing the POMs:
[2025-02-10T01:24:57.280Z] [ERROR] 'dependencies.dependency.version' for jakarta.servlet:jakarta.servlet-api:jar is missing. @ org.jenkins-ci.plugins:plugin:5.7, /home/jenkins/agent/workspace/Plugins_xunit-plugin_PR-158@tmp/m2repo/org/jenkins-ci/plugins/plugin/5.7/plugin-5.7.pom, line 239, column 17
[2025-02-10T01:24:57.280Z]  @ 
[2025-02-10T01:24:57.281Z] [ERROR] The build could not read 1 project -> [Help 1]
[2025-02-10T01:24:57.281Z] org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[2025-02-10T01:24:57.281Z] [ERROR] 'dependencies.dependency.version' for jakarta.servlet:jakarta.servlet-api:jar is missing. @ org.jenkins-ci.plugins:plugin:5.7, /home/jenkins/agent/workspace/Plugins_xunit-plugin_PR-158@tmp/m2repo/org/jenkins-ci/plugins/plugin/5.7/plugin-5.7.pom, line 239, column 17
[2025-02-10T01:24:57.281Z] 
[2025-02-10T01:24:57.282Z]     at org.apache.maven.project.DefaultProjectBuilder.build (DefaultProjectBuilder.java:389)
[2025-02-10T01:24:57.282Z]     at org.apache.maven.graph.DefaultGraphBuilder.collectProjects (DefaultGraphBuilder.java:349)
[2025-02-10T01:24:57.282Z]     at org.apache.maven.graph.DefaultGraphBuilder.getProjectsForMavenReactor (DefaultGraphBuilder.java:340)
[2025-02-10T01:24:57.282Z]     at org.apache.maven.graph.DefaultGraphBuilder.build (DefaultGraphBuilder.java:76)
[2025-02-10T01:24:57.282Z]     at org.apache.maven.DefaultMaven.buildGraph (DefaultMaven.java:448)
[2025-02-10T01:24:57.282Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:197)
[2025-02-10T01:24:57.283Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
[2025-02-10T01:24:57.283Z]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
[2025-02-10T01:24:57.283Z]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906)
[2025-02-10T01:24:57.283Z]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283)
[2025-02-10T01:24:57.283Z]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:206)
[2025-02-10T01:24:57.284Z]     at jdk.internal.reflect.DirectMethodHandleAccessor.invoke (DirectMethodHandleAccessor.java:103)
[2025-02-10T01:24:57.284Z]     at java.lang.reflect.Method.invoke (Method.java:580)
[2025-02-10T01:24:57.284Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:255)
[2025-02-10T01:24:57.284Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:201)
[2025-02-10T01:24:57.284Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:361)
[2025-02-10T01:24:57.284Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:314)
[2025-02-10T01:24:57.285Z] [ERROR]   
[2025-02-10T01:24:57.285Z] [ERROR]   The project org.jenkins-ci.plugins:xunit:3.1.6-rc936.fddc846e59e6 (/home/jenkins/agent/workspace/Plugins_xunit-plugin_PR-158/pom.xml) has 1 error
[2025-02-10T01:24:57.285Z] [ERROR]     'dependencies.dependency.version' for jakarta.servlet:jakarta.servlet-api:jar is missing. @ org.jenkins-ci.plugins:plugin:5.7, /home/jenkins/agent/workspace/Plugins_xunit-plugin_PR-158@tmp/m2repo/org/jenkins-ci/plugins/plugin/5.7/plugin-5.7.pom, line 239, column 17
[2025-02-10T01:24:57.285Z] [ERROR] 
[2025-02-10T01:24:57.285Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2025-02-10T01:24:57.286Z] [ERROR] 
[2025-02-10T01:24:57.286Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2025-02-10T01:24:57.286Z] [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.

No test report files were found. Configuration error?
Build log
[2025-02-10T01:26:50.020Z] Recording test results
[2025-02-10T01:26:50.153Z] No test report files were found. Configuration error?

windows-17 / Build (windows-17) / Windows Batch Script

Error in bat step, with arguments mvn --batch-mode --show-version --errors --no-transfer-progress --update-snapshots -Dmaven.repo.local=C:/Jenkins/agent/workspace/Plugins_xunit-plugin_PR-158@tmp/m2repo -Dmaven.test.failure.ignore -Dspotbugs.failOnError=false -Dcheckstyle.failOnViolation=false -Dcheckstyle.failsOnError=false -Dpmd.failOnViolation=false -Dset.changelist help:evaluate -Dexpression=changelist -Doutput=C:/Jenkins/agent/workspace/Plugins_xunit-plugin_PR-158@tmp/changelist clean install.

script returned exit code 1
Build log
[2025-02-10T01:24:49.464Z] 
[2025-02-10T01:24:49.465Z] C:\Jenkins\agent\workspace\Plugins_xunit-plugin_PR-158>mvn --batch-mode --show-version --errors --no-transfer-progress --update-snapshots -Dmaven.repo.local=C:/Jenkins/agent/workspace/Plugins_xunit-plugin_PR-158@tmp/m2repo -Dmaven.test.failure.ignore -Dspotbugs.failOnError=false -Dcheckstyle.failOnViolation=false -Dcheckstyle.failsOnError=false -Dpmd.failOnViolation=false -Dset.changelist help:evaluate -Dexpression=changelist -Doutput=C:/Jenkins/agent/workspace/Plugins_xunit-plugin_PR-158@tmp/changelist clean install 
[2025-02-10T01:24:49.772Z] -XX:ConcGCThreads=1 -XX:G1ConcRefinementThreads=4 -XX:GCDrainStackTargetSize=64 -XX:InitialHeapSize=134200512 -XX:MarkStackSize=4194304 -XX:MaxHeapSize=2147208192 -XX:MinHeapSize=6815736 -XX:+PrintCommandLineFlags -XX:ReservedCodeCacheSize=251658240 -XX:+SegmentedCodeCache -XX:+UseCompressedClassPointers -XX:+UseCompressedOops -XX:+UseG1GC -XX:-UseLargePagesIndividualAllocation 
[2025-02-10T01:24:50.889Z] Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
[2025-02-10T01:24:50.891Z] Maven home: C:\tools\apache-maven-3.9.9
[2025-02-10T01:24:50.891Z] Java version: 17.0.14, vendor: Eclipse Adoptium, runtime: C:\tools\jdk-17
[2025-02-10T01:24:50.893Z] Default locale: en_US, platform encoding: UTF-8
[2025-02-10T01:24:50.894Z] OS name: "windows server 2019", version: "10.0", arch: "amd64", family: "windows"
[2025-02-10T01:24:58.529Z] [INFO] Error stacktraces are turned on.
[2025-02-10T01:25:02.495Z] [INFO] Setting: -Dchangelist=-rc936.fddc846e59e6 -DscmTag=fddc846e59e647d509b2993f19e803c1572ae9eb -Dproject.build.outputTimestamp=2025-02-10T01:08:02Z
[2025-02-10T01:25:02.513Z] [INFO] No information available to set -DgitHubRepo
[2025-02-10T01:25:02.515Z] [INFO] Scanning for projects...
[2025-02-10T01:25:08.790Z] [ERROR] [ERROR] Some problems were encountered while processing the POMs:
[2025-02-10T01:25:08.791Z] [ERROR] 'dependencies.dependency.version' for jakarta.servlet:jakarta.servlet-api:jar is missing. @ org.jenkins-ci.plugins:plugin:5.7, C:\Jenkins\agent\workspace\Plugins_xunit-plugin_PR-158@tmp\m2repo\org\jenkins-ci\plugins\plugin\5.7\plugin-5.7.pom, line 239, column 17
[2025-02-10T01:25:08.796Z]  @ 
[2025-02-10T01:25:08.799Z] [ERROR] The build could not read 1 project -> [Help 1]
[2025-02-10T01:25:08.802Z] org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[2025-02-10T01:25:08.803Z] [ERROR] 'dependencies.dependency.version' for jakarta.servlet:jakarta.servlet-api:jar is missing. @ org.jenkins-ci.plugins:plugin:5.7, C:\Jenkins\agent\workspace\Plugins_xunit-plugin_PR-158@tmp\m2repo\org\jenkins-ci\plugins\plugin\5.7\plugin-5.7.pom, line 239, column 17
[2025-02-10T01:25:08.811Z] 
[2025-02-10T01:25:08.814Z]     at org.apache.maven.project.DefaultProjectBuilder.build (DefaultProjectBuilder.java:389)
[2025-02-10T01:25:08.817Z]     at org.apache.maven.graph.DefaultGraphBuilder.collectProjects (DefaultGraphBuilder.java:349)
[2025-02-10T01:25:08.817Z]     at org.apache.maven.graph.DefaultGraphBuilder.getProjectsForMavenReactor (DefaultGraphBuilder.java:340)
[2025-02-10T01:25:08.818Z]     at org.apache.maven.graph.DefaultGraphBuilder.build (DefaultGraphBuilder.java:76)
[2025-02-10T01:25:08.821Z]     at org.apache.maven.DefaultMaven.buildGraph (DefaultMaven.java:448)
[2025-02-10T01:25:08.822Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:197)
[2025-02-10T01:25:08.822Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
[2025-02-10T01:25:08.822Z]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
[2025-02-10T01:25:08.823Z]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906)
[2025-02-10T01:25:08.823Z]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283)
[2025-02-10T01:25:08.823Z]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:206)
[2025-02-10T01:25:08.828Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2025-02-10T01:25:08.830Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
[2025-02-10T01:25:08.830Z]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2025-02-10T01:25:08.831Z]     at java.lang.reflect.Method.invoke (Method.java:569)
[2025-02-10T01:25:08.831Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:255)
[2025-02-10T01:25:08.832Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:201)
[2025-02-10T01:25:08.832Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:361)
[2025-02-10T01:25:08.832Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:314)
[2025-02-10T01:25:08.833Z] [ERROR]   
[2025-02-10T01:25:08.834Z] [ERROR]   The project org.jenkins-ci.plugins:xunit:3.1.6-rc936.fddc846e59e6 (C:\Jenkins\agent\workspace\Plugins_xunit-plugin_PR-158\pom.xml) has 1 error
[2025-02-10T01:25:08.835Z] [ERROR]     'dependencies.dependency.version' for jakarta.servlet:jakarta.servlet-api:jar is missing. @ org.jenkins-ci.plugins:plugin:5.7, C:\Jenkins\agent\workspace\Plugins_xunit-plugin_PR-158@tmp\m2repo\org\jenkins-ci\plugins\plugin\5.7\plugin-5.7.pom, line 239, column 17
[2025-02-10T01:25:08.835Z] [ERROR] 
[2025-02-10T01:25:08.836Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2025-02-10T01:25:08.836Z] [ERROR] 
[2025-02-10T01:25:08.837Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2025-02-10T01:25:08.837Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException

windows-17 / Build (windows-17) / Archive JUnit-formatted test results

Error in junit step.

No test report files were found. Configuration error?
Build log
[2025-02-10T01:26:50.017Z] Recording test results
[2025-02-10T01:26:50.394Z] No test report files were found. Configuration error?

Details

  • linux-21 (1 ms)
    • Checkout (linux-21) (6 min 1 sec)
    • Build (linux-21) (6 min 33 sec)
      Error: script returned exit code 1
      Error: No test report files were found. Configuration error?
  • windows-17 (20 min)
    • Checkout (windows-17) (6 min 9 sec)
    • Build (windows-17) (9 min 4 sec)
      Error: script returned exit code 1
      Error: No test report files were found. Configuration error?