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.64 to 5.2 #517

Closed

Bump org.jenkins-ci.plugins:plugin from 4.64 to 5.2

16b7d84
Select commit
Loading
Failed to load commit list.
Closed

Bump org.jenkins-ci.plugins:plugin from 4.64 to 5.2 #517

Bump org.jenkins-ci.plugins:plugin from 4.64 to 5.2
16b7d84
Select commit
Loading
Failed to load commit list.
ci.jenkins.io / Jenkins failed Oct 16, 2024 in 24s

linux-17/Build (linux-17): error in 'junit' step

linux-17 / Build (linux-17) / 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_tuleap-api-plugin_PR-517@tmp/m2repo -Dmaven.test.failure.ignore -Dspotbugs.failOnError=false -Dcheckstyle.failOnViolation=false -Dcheckstyle.failsOnError=false -Dpmd.failOnViolation=false -Penable-jacoco clean install.

script returned exit code 1
Build log
[2024-10-16T17:14:16.183Z] + mvn --batch-mode --show-version --errors --no-transfer-progress --update-snapshots -Dmaven.repo.local=/home/jenkins/agent/workspace/Plugins_tuleap-api-plugin_PR-517@tmp/m2repo -Dmaven.test.failure.ignore -Dspotbugs.failOnError=false -Dcheckstyle.failOnViolation=false -Dcheckstyle.failsOnError=false -Dpmd.failOnViolation=false -Penable-jacoco clean install
[2024-10-16T17:14:16.286Z] -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:+UseCompressedClassPointers -XX:+UseCompressedOops -XX:+UseG1GC 
[2024-10-16T17:14:16.487Z] Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
[2024-10-16T17:14:16.488Z] Maven home: /usr/share/apache-maven-3.9.9
[2024-10-16T17:14:16.488Z] Java version: 17.0.12, vendor: Eclipse Adoptium, runtime: /opt/jdk-17
[2024-10-16T17:14:16.489Z] Default locale: en_US, platform encoding: UTF-8
[2024-10-16T17:14:16.489Z] OS name: "linux", version: "5.15.164.1-1.cm2", arch: "amd64", family: "unix"
[2024-10-16T17:14:17.292Z] [INFO] Error stacktraces are turned on.
[2024-10-16T17:14:17.293Z] [INFO] Scanning for projects...
[2024-10-16T17:14:20.101Z] [ERROR] [ERROR] Some problems were encountered while processing the POMs:
[2024-10-16T17:14:20.102Z] [ERROR] 'dependencies.dependency.version' for jakarta.servlet:jakarta.servlet-api:jar is missing. @ org.jenkins-ci.plugins:plugin:5.2, /home/jenkins/agent/workspace/Plugins_tuleap-api-plugin_PR-517@tmp/m2repo/org/jenkins-ci/plugins/plugin/5.2/plugin-5.2.pom, line 239, column 17
[2024-10-16T17:14:20.102Z]  @ 
[2024-10-16T17:14:20.102Z] [ERROR] The build could not read 1 project -> [Help 1]
[2024-10-16T17:14:20.103Z] org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[2024-10-16T17:14:20.103Z] [ERROR] 'dependencies.dependency.version' for jakarta.servlet:jakarta.servlet-api:jar is missing. @ org.jenkins-ci.plugins:plugin:5.2, /home/jenkins/agent/workspace/Plugins_tuleap-api-plugin_PR-517@tmp/m2repo/org/jenkins-ci/plugins/plugin/5.2/plugin-5.2.pom, line 239, column 17
[2024-10-16T17:14:20.103Z] 
[2024-10-16T17:14:20.103Z]     at org.apache.maven.project.DefaultProjectBuilder.build (DefaultProjectBuilder.java:389)
[2024-10-16T17:14:20.104Z]     at org.apache.maven.graph.DefaultGraphBuilder.collectProjects (DefaultGraphBuilder.java:349)
[2024-10-16T17:14:20.104Z]     at org.apache.maven.graph.DefaultGraphBuilder.getProjectsForMavenReactor (DefaultGraphBuilder.java:340)
[2024-10-16T17:14:20.104Z]     at org.apache.maven.graph.DefaultGraphBuilder.build (DefaultGraphBuilder.java:76)
[2024-10-16T17:14:20.104Z]     at org.apache.maven.DefaultMaven.buildGraph (DefaultMaven.java:448)
[2024-10-16T17:14:20.105Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:197)
[2024-10-16T17:14:20.105Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
[2024-10-16T17:14:20.105Z]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
[2024-10-16T17:14:20.105Z]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906)
[2024-10-16T17:14:20.105Z]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283)
[2024-10-16T17:14:20.106Z]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:206)
[2024-10-16T17:14:20.106Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2024-10-16T17:14:20.106Z]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
[2024-10-16T17:14:20.106Z]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2024-10-16T17:14:20.106Z]     at java.lang.reflect.Method.invoke (Method.java:569)
[2024-10-16T17:14:20.107Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:255)
[2024-10-16T17:14:20.107Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:201)
[2024-10-16T17:14:20.107Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:361)
[2024-10-16T17:14:20.107Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:314)
[2024-10-16T17:14:20.108Z] [ERROR]   
[2024-10-16T17:14:20.108Z] [ERROR]   The project io.jenkins.plugins:tuleap-api:2.5.3-SNAPSHOT (/home/jenkins/agent/workspace/Plugins_tuleap-api-plugin_PR-517/pom.xml) has 1 error
[2024-10-16T17:14:20.108Z] [ERROR]     'dependencies.dependency.version' for jakarta.servlet:jakarta.servlet-api:jar is missing. @ org.jenkins-ci.plugins:plugin:5.2, /home/jenkins/agent/workspace/Plugins_tuleap-api-plugin_PR-517@tmp/m2repo/org/jenkins-ci/plugins/plugin/5.2/plugin-5.2.pom, line 239, column 17
[2024-10-16T17:14:20.108Z] [ERROR] 
[2024-10-16T17:14:20.109Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2024-10-16T17:14:20.109Z] [ERROR] 
[2024-10-16T17:14:20.109Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2024-10-16T17:14:20.109Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException

linux-17 / Build (linux-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-16T17:14:20.616Z] Recording test results
[2024-10-16T17:14:20.752Z] No test report files were found. Configuration error?

Details

  • linux-17 (2 ms)
    • Checkout (linux-17) (7.8 sec)
    • Build (linux-17) (6.1 sec)
      Error: script returned exit code 1
      Error: No test report files were found. Configuration error?
  • windows-17 (24 sec)