chore(pom): Use recommended core version 2.462.3, and Java 11. #163
ci.jenkins.io / Jenkins
failed
Mar 29, 2025 in 1m 22s
linux-8/Build (linux-8): error in 'junit' step
linux-8 / Build (linux-8) / 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_xcode-plugin_PR-163@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/Plugins_xcode-plugin_PR-163@tmp/changelist clean install.
script returned exit code 1
Build log
[2025-03-29T16:17:13.222Z] + mvn --batch-mode --show-version --errors --no-transfer-progress --update-snapshots -Dmaven.repo.local=/home/jenkins/agent/workspace/Plugins_xcode-plugin_PR-163@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/Plugins_xcode-plugin_PR-163@tmp/changelist clean install
[2025-03-29T16:17:14.126Z] -XX:InitialHeapSize=258674112 -XX:MaxHeapSize=4138785792 -XX:+PrintCommandLineFlags -XX:+UseCompressedClassPointers -XX:+UseCompressedOops -XX:+UseParallelGC
[2025-03-29T16:17:15.631Z] Apache Maven 3.9.9 (8e8579a9e76f7d015ee5ec7bfcdc97d260186937)
[2025-03-29T16:17:15.632Z] Maven home: /home/jenkins/agent/tools/hudson.tasks.Maven_MavenInstallation/mvn
[2025-03-29T16:17:15.634Z] Java version: 1.8.0_442, vendor: Temurin, runtime: /opt/jdk-8/jre
[2025-03-29T16:17:15.634Z] Default locale: en_US, platform encoding: UTF-8
[2025-03-29T16:17:15.635Z] OS name: "linux", version: "6.8.0-1024-aws", arch: "amd64", family: "unix"
[2025-03-29T16:17:18.950Z] [INFO] Error stacktraces are turned on.
[2025-03-29T16:17:19.152Z] [INFO] Setting: -Dchangelist=580.v427cf46390da_ -DscmTag=427cf46390da067d7ee7443f27f2094eb5383b99
[2025-03-29T16:17:19.153Z] [INFO] Setting: -DgitHubRepo=gounthar/xcode-plugin
[2025-03-29T16:17:19.154Z] [INFO] Scanning for projects...
[2025-03-29T16:17:21.667Z] [ERROR] [ERROR] Some problems were encountered while processing the POMs:
[2025-03-29T16:17:21.667Z] [ERROR] Unknown packaging: hpi @ org.jenkins-ci.plugins:xcode-plugin:${revision}-${changelist}, /home/jenkins/agent/workspace/Plugins_xcode-plugin_PR-163/pom.xml, line 36, column 14
[2025-03-29T16:17:21.668Z] @
[2025-03-29T16:17:21.668Z] [ERROR] The build could not read 1 project -> [Help 1]
[2025-03-29T16:17:21.668Z] org.apache.maven.project.ProjectBuildingException: Some problems were encountered while processing the POMs:
[2025-03-29T16:17:21.669Z] [ERROR] Unknown packaging: hpi @ org.jenkins-ci.plugins:xcode-plugin:${revision}-${changelist}, /home/jenkins/agent/workspace/Plugins_xcode-plugin_PR-163/pom.xml, line 36, column 14
[2025-03-29T16:17:21.669Z]
[2025-03-29T16:17:21.669Z] at org.apache.maven.project.DefaultProjectBuilder.build (DefaultProjectBuilder.java:389)
[2025-03-29T16:17:21.669Z] at org.apache.maven.graph.DefaultGraphBuilder.collectProjects (DefaultGraphBuilder.java:349)
[2025-03-29T16:17:21.670Z] at org.apache.maven.graph.DefaultGraphBuilder.getProjectsForMavenReactor (DefaultGraphBuilder.java:340)
[2025-03-29T16:17:21.670Z] at org.apache.maven.graph.DefaultGraphBuilder.build (DefaultGraphBuilder.java:76)
[2025-03-29T16:17:21.670Z] at org.apache.maven.DefaultMaven.buildGraph (DefaultMaven.java:448)
[2025-03-29T16:17:21.672Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:197)
[2025-03-29T16:17:21.672Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
[2025-03-29T16:17:21.673Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
[2025-03-29T16:17:21.673Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906)
[2025-03-29T16:17:21.673Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283)
[2025-03-29T16:17:21.673Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:206)
[2025-03-29T16:17:21.675Z] at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
[2025-03-29T16:17:21.676Z] at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
[2025-03-29T16:17:21.676Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
[2025-03-29T16:17:21.676Z] at java.lang.reflect.Method.invoke (Method.java:498)
[2025-03-29T16:17:21.677Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:255)
[2025-03-29T16:17:21.677Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:201)
[2025-03-29T16:17:21.677Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:361)
[2025-03-29T16:17:21.678Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:314)
[2025-03-29T16:17:21.678Z] [ERROR]
[2025-03-29T16:17:21.678Z] [ERROR] The project org.jenkins-ci.plugins:xcode-plugin:2.0.17-580.v427cf46390da_ (/home/jenkins/agent/workspace/Plugins_xcode-plugin_PR-163/pom.xml) has 1 error
[2025-03-29T16:17:21.678Z] [ERROR] Unknown packaging: hpi @ org.jenkins-ci.plugins:xcode-plugin:${revision}-${changelist}, /home/jenkins/agent/workspace/Plugins_xcode-plugin_PR-163/pom.xml, line 36, column 14
[2025-03-29T16:17:21.679Z] [ERROR]
[2025-03-29T16:17:21.679Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2025-03-29T16:17:21.679Z] [ERROR]
[2025-03-29T16:17:21.680Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2025-03-29T16:17:21.680Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
linux-8 / Build (linux-8) / Archive JUnit-formatted test results
Error in junit step.
No test report files were found. Configuration error?
Build log
[2025-03-29T16:17:24.015Z] Recording test results
[2025-03-29T16:17:24.126Z] No test report files were found. Configuration error?
Details
- linux-8 (1 min 23 sec)
- Checkout (linux-8) (10 sec)
- Build (linux-8) (12 sec)
Error: script returned exit code 1
Error: No test report files were found. Configuration error?
Loading