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.1 #91

Closed

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

ede1542
Select commit
Loading
Failed to load commit list.
Closed

Bump org.jenkins-ci.plugins:plugin from 4.86 to 5.1 #91

Bump org.jenkins-ci.plugins:plugin from 4.86 to 5.1
ede1542
Select commit
Loading
Failed to load commit list.
ci.jenkins.io / Jenkins failed Oct 7, 2024 in 31s

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/xternal-monitor-job-plugin_PR-91@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
[2024-10-07T04:30:54.203Z] + mvn --batch-mode --show-version --errors --no-transfer-progress --update-snapshots -Dmaven.repo.local=/home/jenkins/agent/workspace/xternal-monitor-job-plugin_PR-91@tmp/m2repo -Dmaven.test.failure.ignore -Dspotbugs.failOnError=false -Dcheckstyle.failOnViolation=false -Dcheckstyle.failsOnError=false -Dpmd.failOnViolation=false -Penable-jacoco -Dset.changelist clean install
[2024-10-07T04:30:54.305Z] -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-10-07T04:30:54.406Z] Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
[2024-10-07T04:30:54.406Z] Maven home: /usr/share/apache-maven-3.9.9
[2024-10-07T04:30:54.407Z] Java version: 21.0.4, vendor: Eclipse Adoptium, runtime: /opt/jdk-21
[2024-10-07T04:30:54.407Z] Default locale: en_US, platform encoding: UTF-8
[2024-10-07T04:30:54.407Z] OS name: "linux", version: "5.15.164.1-1.cm2", arch: "amd64", family: "unix"
[2024-10-07T04:30:56.414Z] [INFO] Error stacktraces are turned on.
[2024-10-07T04:30:59.622Z] [INFO] Setting: -Dchangelist=221.vede154265169 -DscmTag=ede154265169637f1045b5cc9753751b25abb51e -Dproject.build.outputTimestamp=2024-10-07T04:30:13Z
[2024-10-07T04:30:59.622Z] [INFO] No information available to set -DgitHubRepo
[2024-10-07T04:30:59.622Z] [INFO] Scanning for projects...
[2024-10-07T04:31:01.328Z] [ERROR] [ERROR] Some problems were encountered while processing the POMs:
[2024-10-07T04:31:01.328Z] [ERROR] 'dependencies.dependency.version' for jakarta.servlet:jakarta.servlet-api:jar is missing. @ org.jenkins-ci.plugins:plugin:5.1, /home/jenkins/agent/workspace/xternal-monitor-job-plugin_PR-91@tmp/m2repo/org/jenkins-ci/plugins/plugin/5.1/plugin-5.1.pom, line 239, column 17
[2024-10-07T04:31:01.328Z]  @ 
[2024-10-07T04:31:01.329Z] [ERROR] The build could not read 1 project -> [Help 1]
[2024-10-07T04:31:01.329Z] org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[2024-10-07T04:31:01.329Z] [ERROR] 'dependencies.dependency.version' for jakarta.servlet:jakarta.servlet-api:jar is missing. @ org.jenkins-ci.plugins:plugin:5.1, /home/jenkins/agent/workspace/xternal-monitor-job-plugin_PR-91@tmp/m2repo/org/jenkins-ci/plugins/plugin/5.1/plugin-5.1.pom, line 239, column 17
[2024-10-07T04:31:01.329Z] 
[2024-10-07T04:31:01.329Z]     at org.apache.maven.project.DefaultProjectBuilder.build (DefaultProjectBuilder.java:389)
[2024-10-07T04:31:01.330Z]     at org.apache.maven.graph.DefaultGraphBuilder.collectProjects (DefaultGraphBuilder.java:349)
[2024-10-07T04:31:01.330Z]     at org.apache.maven.graph.DefaultGraphBuilder.getProjectsForMavenReactor (DefaultGraphBuilder.java:340)
[2024-10-07T04:31:01.330Z]     at org.apache.maven.graph.DefaultGraphBuilder.build (DefaultGraphBuilder.java:76)
[2024-10-07T04:31:01.330Z]     at org.apache.maven.DefaultMaven.buildGraph (DefaultMaven.java:448)
[2024-10-07T04:31:01.331Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:197)
[2024-10-07T04:31:01.331Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
[2024-10-07T04:31:01.331Z]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
[2024-10-07T04:31:01.331Z]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906)
[2024-10-07T04:31:01.331Z]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283)
[2024-10-07T04:31:01.332Z]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:206)
[2024-10-07T04:31:01.332Z]     at jdk.internal.reflect.DirectMethodHandleAccessor.invoke (DirectMethodHandleAccessor.java:103)
[2024-10-07T04:31:01.332Z]     at java.lang.reflect.Method.invoke (Method.java:580)
[2024-10-07T04:31:01.332Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:255)
[2024-10-07T04:31:01.332Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:201)
[2024-10-07T04:31:01.333Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:361)
[2024-10-07T04:31:01.333Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:314)
[2024-10-07T04:31:01.333Z] [ERROR]   
[2024-10-07T04:31:01.333Z] [ERROR]   The project org.jenkins-ci.plugins:external-monitor-job:221.vede154265169 (/home/jenkins/agent/workspace/xternal-monitor-job-plugin_PR-91/pom.xml) has 1 error
[2024-10-07T04:31:01.333Z] [ERROR]     'dependencies.dependency.version' for jakarta.servlet:jakarta.servlet-api:jar is missing. @ org.jenkins-ci.plugins:plugin:5.1, /home/jenkins/agent/workspace/xternal-monitor-job-plugin_PR-91@tmp/m2repo/org/jenkins-ci/plugins/plugin/5.1/plugin-5.1.pom, line 239, column 17
[2024-10-07T04:31:01.334Z] [ERROR] 
[2024-10-07T04:31:01.334Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2024-10-07T04:31:01.334Z] [ERROR] 
[2024-10-07T04:31:01.334Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2024-10-07T04:31:01.334Z] [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-10-07T04:31:00.944Z] Recording test results
[2024-10-07T04:31:01.055Z] 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/xternal-monitor-job-plugin_PR-91@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/xternal-monitor-job-plugin_PR-91@tmp/changelist clean install.

null
Build log
[2024-10-07T04:30:50.746Z] 
[2024-10-07T04:30:50.748Z] C:\Jenkins\agent\workspace\xternal-monitor-job-plugin_PR-91>mvn --batch-mode --show-version --errors --no-transfer-progress --update-snapshots -Dmaven.repo.local=C:/Jenkins/agent/workspace/xternal-monitor-job-plugin_PR-91@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/xternal-monitor-job-plugin_PR-91@tmp/changelist clean install 
[2024-10-07T04:30:51.162Z] -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 
[2024-10-07T04:30:52.385Z] Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
[2024-10-07T04:30:52.388Z] Maven home: C:\tools\apache-maven-3.9.9
[2024-10-07T04:30:52.389Z] Java version: 17.0.12, vendor: Eclipse Adoptium, runtime: C:\tools\jdk-17
[2024-10-07T04:30:52.390Z] Default locale: en_US, platform encoding: UTF-8
[2024-10-07T04:30:52.391Z] OS name: "windows server 2019", version: "10.0", arch: "amd64", family: "windows"
[2024-10-07T04:30:59.490Z] [INFO] Error stacktraces are turned on.
[2024-10-07T04:31:00.315Z] [INFO] Setting: -Dchangelist=221.vede154265169 -DscmTag=ede154265169637f1045b5cc9753751b25abb51e -Dproject.build.outputTimestamp=2024-10-07T04:30:13Z
[2024-10-07T04:31:00.317Z] [INFO] No information available to set -DgitHubRepo
[2024-10-07T04:31:00.347Z] [INFO] Scanning for projects...
[2024-10-07T04:31:01.366Z] Sending interrupt signal to process
[2024-10-07T04:31:02.740Z] Terminate batch job (Y/N)? 
[2024-10-07T04:31:02.183Z] script returned exit code 1

windows-17 / Build (windows-17) / 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-10-07T04:31:02.459Z] Recording test results
[2024-10-07T04:31:02.733Z] No test report files were found. Configuration error?

Details

  • linux-21 (1 ms)
    • Checkout (linux-21) (8.6 sec)
    • Build (linux-21) (9.2 sec)
      Error: script returned exit code 1
      Error: No test report files were found. Configuration error?
  • windows-17 (30 sec)
    • Checkout (windows-17) (13 sec)
    • Build (windows-17) (14 sec)
      Error: null
      Error: No test report files were found. Configuration error?