Skip to content

Implement an IExecutionDelegate in PomEdits

b307279
Select commit
Loading
Failed to load commit list.
Closed

Fix SWT "Invalid thread access" in PomEdits #1959

Implement an IExecutionDelegate in PomEdits
b307279
Select commit
Loading
Failed to load commit list.
Jenkins - M2E / Jenkins failed Oct 18, 2025 in 3m 35s

Build: error in 'junit' step

Build / Shell Script

Error in sh step, with arguments #!/bin/bash -x mavenArgs="clean verify --batch-mode -Dmaven.test.failure.ignore=true -Dtycho.p2.baselineMode=failCommon" if [[ ${BRANCH_NAME} == main ]] || [[ ${BRANCH_NAME} =~ m2e-[0-9]+\.[0-9]+\.x ]]; then mvn ${mavenArgs} -Peclipse-sign,its -Dtycho.pgp.signer.bc.secretKeys="${KEYRING}" else # Clear signing environment variables for PRs export KEYRING='EMPTY' export MAVEN_GPG_PASSPHRASE='EMPTY' mvn ${mavenArgs} -Pits fi .

script returned exit code 1
Build log
Build log truncated.

[2025-10-18T08:07:55.661Z] [INFO] 	org.eclipse.m2e.core.internal.project.registry.ProjectRegistryReader.xml
[2025-10-18T08:07:55.661Z] [INFO] 	org.eclipse.m2e.core.internal.project.registry.ProjectRegistryRefreshJob.xml
[2025-10-18T08:07:55.661Z] [INFO] 	org.eclipse.m2e.core.internal.repository.RepositoryRegistry.xml
[2025-10-18T08:07:55.661Z] [INFO] 21 component(s) were generated.
[2025-10-18T08:07:55.661Z] [INFO] 
[2025-10-18T08:07:55.661Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.m2e.core ---
[2025-10-18T08:07:55.661Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e_PR-1959/org.eclipse.m2e.core/src/test/resources
[2025-10-18T08:07:55.661Z] [INFO] 
[2025-10-18T08:07:55.661Z] [INFO] --- tycho-compiler:4.0.11:testCompile (default-testCompile) @ org.eclipse.m2e.core ---
[2025-10-18T08:07:55.662Z] [INFO] 
[2025-10-18T08:07:55.662Z] [INFO] --- tycho-packaging:4.0.11:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.m2e.core ---
[2025-10-18T08:07:55.662Z] [INFO] 63 system scoped dependencies were not mapped to maven artifacts
[2025-10-18T08:07:55.662Z] [INFO] 
[2025-10-18T08:07:55.662Z] [INFO] --- tycho-source:4.0.11:plugin-source (plugin-source) @ org.eclipse.m2e.core ---
[2025-10-18T08:07:55.662Z] [INFO] Building jar: /home/jenkins/agent/workspace/m2e_PR-1959/org.eclipse.m2e.core/target/org.eclipse.m2e.core-2.7.1-SNAPSHOT-sources.jar
[2025-10-18T08:07:55.929Z] [INFO] 
[2025-10-18T08:07:55.929Z] [INFO] --- tycho-packaging:4.0.11:package-plugin (default-package-plugin) @ org.eclipse.m2e.core ---
[2025-10-18T08:07:55.929Z] [INFO] Building jar: /home/jenkins/agent/workspace/m2e_PR-1959/org.eclipse.m2e.core/target/org.eclipse.m2e.core-2.7.1-SNAPSHOT.jar
[2025-10-18T08:07:56.187Z] [INFO] 
[2025-10-18T08:07:56.187Z] [INFO] --- tycho-p2-plugin:4.0.11:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.m2e.core ---
[2025-10-18T08:07:56.187Z] [INFO] 
[2025-10-18T08:07:56.187Z] [INFO] --- tycho-source:4.0.11:feature-source (feature-source) @ org.eclipse.m2e.core ---
[2025-10-18T08:07:56.187Z] [INFO] 
[2025-10-18T08:07:56.187Z] [INFO] --- tycho-baseline:4.0.11:verify (baseline-check) @ org.eclipse.m2e.core ---
[2025-10-18T08:07:56.187Z] [INFO] No baseline artifact found!
[2025-10-18T08:07:56.187Z] [INFO] 
[2025-10-18T08:07:56.187Z] [INFO] --- tycho-p2-plugin:4.0.11:p2-metadata (p2-metadata) @ org.eclipse.m2e.core ---
[2025-10-18T08:07:56.187Z] [INFO] No baseline version org.eclipse.m2e:org.eclipse.m2e.core:eclipse-plugin:2.7.1-SNAPSHOT
[2025-10-18T08:07:56.187Z] [INFO] 
[2025-10-18T08:07:56.187Z] [INFO] --- tycho-p2-extras:4.0.11:compare-version-with-baselines (check-no-version-regression) @ org.eclipse.m2e.core ---
[2025-10-18T08:07:56.187Z] [INFO] 
[2025-10-18T08:07:56.187Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:07:56.187Z] [INFO] Skipping [bundle] M2E Maven Integration for Eclipse UI
[2025-10-18T08:07:56.187Z] [INFO] This project has been banned from the build due to previous failures.
[2025-10-18T08:07:56.187Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:07:56.187Z] [INFO] 
[2025-10-18T08:07:56.187Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:07:56.187Z] [INFO] Skipping [bundle] M2E Launching
[2025-10-18T08:07:56.187Z] [INFO] This project has been banned from the build due to previous failures.
[2025-10-18T08:07:56.187Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:07:56.187Z] [INFO] 
[2025-10-18T08:07:56.187Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:07:56.187Z] [INFO] Skipping [bundle] M2E JDT Integration
[2025-10-18T08:07:56.187Z] [INFO] This project has been banned from the build due to previous failures.
[2025-10-18T08:07:56.187Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:07:56.187Z] [INFO] 
[2025-10-18T08:07:56.187Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:07:56.187Z] [INFO] Skipping [bundle] M2E JDT Integration UI
[2025-10-18T08:07:56.187Z] [INFO] This project has been banned from the build due to previous failures.
[2025-10-18T08:07:56.187Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:07:56.187Z] [INFO] 
[2025-10-18T08:07:56.187Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:07:56.187Z] [INFO] Skipping [bundle] M2E Refactoring
[2025-10-18T08:07:56.187Z] [INFO] This project has been banned from the build due to previous failures.
[2025-10-18T08:07:56.187Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:07:56.187Z] [INFO] 
[2025-10-18T08:07:56.187Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:07:56.187Z] [INFO] Skipping [bundle] M2E Marketplace Discovery
[2025-10-18T08:07:56.187Z] [INFO] This project has been banned from the build due to previous failures.
[2025-10-18T08:07:56.187Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:07:56.187Z] [INFO] 
[2025-10-18T08:07:56.187Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:07:56.187Z] [INFO] Skipping [bundle] M2E Maven POM File Editor
[2025-10-18T08:07:56.187Z] [INFO] This project has been banned from the build due to previous failures.
[2025-10-18T08:07:56.187Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:07:56.187Z] [INFO] 
[2025-10-18T08:07:56.187Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:07:56.187Z] [INFO] Skipping [bundle] M2E Source Code Management
[2025-10-18T08:07:56.187Z] [INFO] This project has been banned from the build due to previous failures.
[2025-10-18T08:07:56.188Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:07:56.188Z] [INFO] 
[2025-10-18T08:07:56.188Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:07:56.188Z] [INFO] Skipping [bundle] M2E Maven Profiles Management
[2025-10-18T08:07:56.188Z] [INFO] This project has been banned from the build due to previous failures.
[2025-10-18T08:07:56.188Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:07:56.188Z] [INFO] 
[2025-10-18T08:07:56.188Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:07:56.188Z] [INFO] Skipping [bundle] M2E Maven Profiles Management UI
[2025-10-18T08:07:56.188Z] [INFO] This project has been banned from the build due to previous failures.
[2025-10-18T08:07:56.188Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:07:56.188Z] [INFO] 
[2025-10-18T08:07:56.188Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:07:56.188Z] [INFO] Skipping [bundle] M2E Source Lookup Core
[2025-10-18T08:07:56.188Z] [INFO] This project has been banned from the build due to previous failures.
[2025-10-18T08:07:56.188Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:07:56.188Z] [INFO] 
[2025-10-18T08:07:56.188Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:07:56.188Z] [INFO] Skipping [bundle] M2E Binary Project Core
[2025-10-18T08:07:56.188Z] [INFO] This project has been banned from the build due to previous failures.
[2025-10-18T08:07:56.188Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:07:56.188Z] [INFO] 
[2025-10-18T08:07:56.188Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:07:56.188Z] [INFO] Skipping [bundle] M2E Binary Project UI
[2025-10-18T08:07:56.188Z] [INFO] This project has been banned from the build due to previous failures.
[2025-10-18T08:07:56.188Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:07:56.188Z] [INFO] 
[2025-10-18T08:07:56.188Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:07:56.188Z] [INFO] Skipping [bundle] M2E Source Lookup UI
[2025-10-18T08:07:56.188Z] [INFO] This project has been banned from the build due to previous failures.
[2025-10-18T08:07:56.188Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:07:56.188Z] [INFO] 
[2025-10-18T08:07:56.188Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:07:56.188Z] [INFO] Skipping M2E Maven POM File Editor (Wild Web Developer, LemMinX, LS)
[2025-10-18T08:07:56.188Z] [INFO] This project has been banned from the build due to previous failures.
[2025-10-18T08:07:56.188Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:07:56.188Z] [INFO] 
[2025-10-18T08:07:56.188Z] [INFO] ---------< org.eclipse.m2e:org.eclipse.m2e.editor.lemminx.bnd >---------
[2025-10-18T08:07:56.188Z] [INFO] Building [bundle] Bundle-Name 1.0.0-SNAPSHOT                      [6/48]
[2025-10-18T08:07:56.188Z] [INFO]   from org.eclipse.m2e.editor.lemminx.bnd/.polyglot.META-INF
[2025-10-18T08:07:56.188Z] [INFO] ---------------------------[ eclipse-plugin ]---------------------------
[2025-10-18T08:07:56.188Z] [INFO] Maven Artifact org.apache.maven:maven-settings:3.9.9 @ /home/jenkins/.m2/repository/org/apache/maven/maven-settings/3.9.9/maven-settings-3.9.9.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[2025-10-18T08:07:56.188Z] [INFO] Maven Artifact org.apache.maven:maven-embedder:3.9.9 @ /home/jenkins/.m2/repository/org/apache/maven/maven-embedder/3.9.9/maven-embedder-3.9.9.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[2025-10-18T08:07:56.188Z] [INFO] Maven Artifact org.apache.maven:maven-resolver-provider:3.9.9 @ /home/jenkins/.m2/repository/org/apache/maven/maven-resolver-provider/3.9.9/maven-resolver-provider-3.9.9.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[2025-10-18T08:07:56.188Z] [INFO] Maven Artifact aopalliance:aopalliance:1.0 @ /home/jenkins/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[2025-10-18T08:07:56.188Z] [INFO] Maven Artifact org.apache.maven.wagon:wagon-provider-api:3.5.3 @ /home/jenkins/.m2/repository/org/apache/maven/wagon/wagon-provider-api/3.5.3/wagon-provider-api-3.5.3.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[2025-10-18T08:07:56.189Z] [INFO] Maven Artifact org.apache.maven:maven-repository-metadata:3.9.9 @ /home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/3.9.9/maven-repository-metadata-3.9.9.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[2025-10-18T08:07:56.189Z] [INFO] Maven Artifact org.apache.httpcomponents:httpcore:4.4.16 @ /home/jenkins/.m2/repository/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[2025-10-18T08:07:56.189Z] [INFO] Maven Artifact org.codehaus.plexus:plexus-xml:3.0.0 @ /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[2025-10-18T08:07:56.189Z] [INFO] Maven Artifact org.apache.maven.wagon:wagon-http:3.5.3 @ /home/jenkins/.m2/repository/org/apache/maven/wagon/wagon-http/3.5.3/wagon-http-3.5.3.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[2025-10-18T08:07:56.189Z] [INFO] Maven Artifact org.apache.maven:maven-core:3.9.9 @ /home/jenkins/.m2/repository/org/apache/maven/maven-core/3.9.9/maven-core-3.9.9.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[2025-10-18T08:07:56.189Z] [INFO] Maven Artifact org.codehaus.plexus:plexus-build-api:1.2.0 @ /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-build-api/1.2.0/plexus-build-api-1.2.0.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[2025-10-18T08:07:56.189Z] [INFO] Maven Artifact org.apache.maven:maven-builder-support:3.9.9 @ /home/jenkins/.m2/repository/org/apache/maven/maven-builder-support/3.9.9/maven-builder-support-3.9.9.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[2025-10-18T08:07:56.189Z] [INFO] Maven Artifact org.apache.maven:maven-artifact:3.9.9 @ /home/jenkins/.m2/repository/org/apache/maven/maven-artifact/3.9.9/maven-artifact-3.9.9.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[2025-10-18T08:07:56.189Z] [INFO] Maven Artifact org.codehaus.plexus:plexus-cipher:2.0 @ /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[2025-10-18T08:07:56.190Z] [INFO] Maven Artifact org.apache.maven:maven-settings-builder:3.9.9 @ /home/jenkins/.m2/repository/org/apache/maven/maven-settings-builder/3.9.9/maven-settings-builder-3.9.9.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[2025-10-18T08:07:56.190Z] [INFO] Maven Artifact org.codehaus.plexus:plexus-sec-dispatcher:2.0 @ /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[2025-10-18T08:07:56.190Z] [INFO] Maven Artifact org.sonatype.plexus:plexus-build-api:0.0.7 @ /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[2025-10-18T08:07:56.190Z] [INFO] Maven Artifact org.apache.maven.shared:maven-shared-utils:3.4.2 @ /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.4.2/maven-shared-utils-3.4.2.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[2025-10-18T08:07:56.190Z] [INFO] Maven Artifact org.apache.maven.wagon:wagon-file:3.5.3 @ /home/jenkins/.m2/repository/org/apache/maven/wagon/wagon-file/3.5.3/wagon-file-3.5.3.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[2025-10-18T08:07:56.190Z] [INFO] Maven Artifact org.apache.maven:maven-model-builder:3.9.9 @ /home/jenkins/.m2/repository/org/apache/maven/maven-model-builder/3.9.9/maven-model-builder-3.9.9.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[2025-10-18T08:07:56.190Z] [INFO] Maven Artifact org.apache.maven:maven-slf4j-provider:3.9.9 @ /home/jenkins/.m2/repository/org/apache/maven/maven-slf4j-provider/3.9.9/maven-slf4j-provider-3.9.9.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[2025-10-18T08:07:56.190Z] [INFO] Maven Artifact org.apache.maven:maven-model:3.9.9 @ /home/jenkins/.m2/repository/org/apache/maven/maven-model/3.9.9/maven-model-3.9.9.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[2025-10-18T08:07:56.190Z] [INFO] Maven Artifact org.apache.maven:maven-compat:3.9.9 @ /home/jenkins/.m2/repository/org/apache/maven/maven-compat/3.9.9/maven-compat-3.9.9.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[2025-10-18T08:07:56.191Z] [INFO] Maven Artifact javax.inject:javax.inject:1 @ /home/jenkins/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[2025-10-18T08:07:56.191Z] [INFO] Maven Artifact org.apache.maven:maven-plugin-api:3.9.9 @ /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/3.9.9/maven-plugin-api-3.9.9.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[2025-10-18T08:07:56.191Z] [INFO] Maven Artifact org.apache.httpcomponents:httpclient:4.5.14 @ /home/jenkins/.m2/repository/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[2025-10-18T08:07:56.191Z] [INFO] Maven Artifact org.apache.maven.wagon:wagon-http-shared:3.5.3 @ /home/jenkins/.m2/repository/org/apache/maven/wagon/wagon-http-shared/3.5.3/wagon-http-shared-3.5.3.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[2025-10-18T08:07:56.191Z] [INFO] Maven Artifact org.codehaus.plexus:plexus-component-annotations:2.1.0 @ /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[2025-10-18T08:07:56.191Z] [INFO] Maven Artifact org.codehaus.plexus:plexus-utils:3.5.1 @ /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
[2025-10-18T08:08:11.056Z] [WARNING] Mapping P2 > Maven Coordinates failed: The following artifacts could not be resolved: org.eclipse.lemminx:org.eclipse.lemminx:jar:0.29.0 (absent): Could not find artifact org.eclipse.lemminx:org.eclipse.lemminx:jar:0.29.0 in eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/)
[2025-10-18T08:08:17.592Z] [INFO] 
[2025-10-18T08:08:17.593Z] [INFO] --- clean:3.4.0:clean (default-clean) @ org.eclipse.m2e.editor.lemminx.bnd ---
[2025-10-18T08:08:17.593Z] [INFO] 
[2025-10-18T08:08:17.593Z] [INFO] --- tycho-packaging:4.0.11:build-qualifier (default-build-qualifier) @ org.eclipse.m2e.editor.lemminx.bnd ---
[2025-10-18T08:08:17.593Z] [INFO] The project's OSGi version is 1.0.0.20250208-1755
[2025-10-18T08:08:17.593Z] [INFO] 
[2025-10-18T08:08:17.593Z] [INFO] --- tycho-packaging:4.0.11:validate-id (default-validate-id) @ org.eclipse.m2e.editor.lemminx.bnd ---
[2025-10-18T08:08:17.593Z] [INFO] 
[2025-10-18T08:08:17.593Z] [INFO] --- tycho-packaging:4.0.11:validate-version (default-validate-version) @ org.eclipse.m2e.editor.lemminx.bnd ---
[2025-10-18T08:08:17.593Z] [INFO] 
[2025-10-18T08:08:17.593Z] [INFO] --- target-platform-configuration:4.0.11:target-platform (default-target-platform) @ org.eclipse.m2e.editor.lemminx.bnd ---
[2025-10-18T08:08:17.593Z] [INFO] 
[2025-10-18T08:08:17.593Z] [INFO] --- tycho-compiler:4.0.11:validate-classpath (default-validate-classpath) @ org.eclipse.m2e.editor.lemminx.bnd ---
[2025-10-18T08:08:17.593Z] [INFO] Resolving class path of [bundle] Bundle-Name
[2025-10-18T08:08:18.155Z] [INFO] 
[2025-10-18T08:08:18.155Z] [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.m2e.editor.lemminx.bnd ---
[2025-10-18T08:08:18.155Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e_PR-1959/org.eclipse.m2e.editor.lemminx.bnd/src/main/resources
[2025-10-18T08:08:18.155Z] [INFO] 
[2025-10-18T08:08:18.155Z] [INFO] --- tycho-compiler:4.0.11:compile (default-compile) @ org.eclipse.m2e.editor.lemminx.bnd ---
[2025-10-18T08:08:18.155Z] [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/m2e_PR-1959/org.eclipse.m2e.editor.lemminx.bnd/target/classes using Eclipse Compiler for Java(TM) 3.40.0.v20241112-0530
[2025-10-18T08:08:19.088Z] [INFO] 
[2025-10-18T08:08:19.088Z] [INFO] --- tycho-bnd:4.0.11:process (default-process) @ org.eclipse.m2e.editor.lemminx.bnd ---
[2025-10-18T08:08:19.088Z] [INFO] 
[2025-10-18T08:08:19.088Z] [INFO] --- tycho-ds:4.0.11:declarative-services (default-declarative-services) @ org.eclipse.m2e.editor.lemminx.bnd ---
[2025-10-18T08:08:19.088Z] [INFO] 
[2025-10-18T08:08:19.088Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.m2e.editor.lemminx.bnd ---
[2025-10-18T08:08:19.088Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e_PR-1959/org.eclipse.m2e.editor.lemminx.bnd/src/test/resources
[2025-10-18T08:08:19.088Z] [INFO] 
[2025-10-18T08:08:19.088Z] [INFO] --- tycho-compiler:4.0.11:testCompile (default-testCompile) @ org.eclipse.m2e.editor.lemminx.bnd ---
[2025-10-18T08:08:19.088Z] [INFO] 
[2025-10-18T08:08:19.088Z] [INFO] --- tycho-packaging:4.0.11:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.m2e.editor.lemminx.bnd ---
[2025-10-18T08:08:19.088Z] [INFO] 210 system scoped dependencies were not mapped to maven artifacts
[2025-10-18T08:08:19.088Z] [INFO] 
[2025-10-18T08:08:19.088Z] [INFO] --- tycho-source:4.0.11:plugin-source (plugin-source) @ org.eclipse.m2e.editor.lemminx.bnd ---
[2025-10-18T08:08:19.088Z] [INFO] Building jar: /home/jenkins/agent/workspace/m2e_PR-1959/org.eclipse.m2e.editor.lemminx.bnd/target/org.eclipse.m2e.editor.lemminx.bnd-1.0.0-SNAPSHOT-sources.jar
[2025-10-18T08:08:19.088Z] [INFO] 
[2025-10-18T08:08:19.088Z] [INFO] --- tycho-packaging:4.0.11:package-plugin (default-package-plugin) @ org.eclipse.m2e.editor.lemminx.bnd ---
[2025-10-18T08:08:19.088Z] [INFO] Building jar: /home/jenkins/agent/workspace/m2e_PR-1959/org.eclipse.m2e.editor.lemminx.bnd/target/org.eclipse.m2e.editor.lemminx.bnd-1.0.0-SNAPSHOT.jar
[2025-10-18T08:08:19.088Z] [INFO] 
[2025-10-18T08:08:19.088Z] [INFO] --- tycho-p2-plugin:4.0.11:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.m2e.editor.lemminx.bnd ---
[2025-10-18T08:08:19.088Z] [INFO] 
[2025-10-18T08:08:19.088Z] [INFO] --- tycho-source:4.0.11:feature-source (feature-source) @ org.eclipse.m2e.editor.lemminx.bnd ---
[2025-10-18T08:08:19.088Z] [INFO] 
[2025-10-18T08:08:19.088Z] [INFO] --- tycho-baseline:4.0.11:verify (baseline-check) @ org.eclipse.m2e.editor.lemminx.bnd ---
[2025-10-18T08:08:19.088Z] [INFO] No baseline problems found.
[2025-10-18T08:08:19.088Z] [INFO] 
[2025-10-18T08:08:19.088Z] [INFO] --- tycho-p2-plugin:4.0.11:p2-metadata (p2-metadata) @ org.eclipse.m2e.editor.lemminx.bnd ---
[2025-10-18T08:08:19.344Z] [INFO] MavenProject: org.eclipse.m2e:org.eclipse.m2e.editor.lemminx.bnd:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_PR-1959/org.eclipse.m2e.editor.lemminx.bnd/.tycho-consumer-pom.xml
[2025-10-18T08:08:19.344Z]     The main artifact has been replaced with the baseline version.
[2025-10-18T08:08:19.344Z]     The following attached artifacts have been replaced with the baseline version: [sources]
[2025-10-18T08:08:19.344Z] 
[2025-10-18T08:08:19.344Z] [INFO] 
[2025-10-18T08:08:19.344Z] [INFO] --- tycho-p2-extras:4.0.11:compare-version-with-baselines (check-no-version-regression) @ org.eclipse.m2e.editor.lemminx.bnd ---
[2025-10-18T08:08:19.345Z] [INFO] 
[2025-10-18T08:08:19.345Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:08:19.345Z] [INFO] Skipping [bundle] M2E PDE Integration
[2025-10-18T08:08:19.345Z] [INFO] This project has been banned from the build due to previous failures.
[2025-10-18T08:08:19.345Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:08:19.345Z] [INFO] 
[2025-10-18T08:08:19.345Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:08:19.345Z] [INFO] Skipping [bundle] M2E PDE Integration UI
[2025-10-18T08:08:19.345Z] [INFO] This project has been banned from the build due to previous failures.
[2025-10-18T08:08:19.345Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:08:19.345Z] [INFO] 
[2025-10-18T08:08:19.345Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:08:19.345Z] [INFO] Skipping [bundle] M2E PDE Connector
[2025-10-18T08:08:19.345Z] [INFO] This project has been banned from the build due to previous failures.
[2025-10-18T08:08:19.345Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:08:19.345Z] [INFO] 
[2025-10-18T08:08:19.345Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:08:19.345Z] [INFO] Skipping [bundle] M2E JDT Annotation Processing Configurator Core
[2025-10-18T08:08:19.345Z] [INFO] This project has been banned from the build due to previous failures.
[2025-10-18T08:08:19.345Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:08:19.345Z] [INFO] 
[2025-10-18T08:08:19.345Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:08:19.345Z] [INFO] Skipping [bundle] M2E JDT Annotation Processing Configurator UI
[2025-10-18T08:08:19.345Z] [INFO] This project has been banned from the build due to previous failures.
[2025-10-18T08:08:19.345Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:08:19.345Z] [INFO] 
[2025-10-18T08:08:19.345Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:08:19.345Z] [INFO] Skipping [bundle] m2e connector for the mavenarchiver and pom properties
[2025-10-18T08:08:19.345Z] [INFO] This project has been banned from the build due to previous failures.
[2025-10-18T08:08:19.345Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:08:19.345Z] [INFO] 
[2025-10-18T08:08:19.345Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:08:19.345Z] [INFO] Skipping [bundle] M2E Testing Helpers
[2025-10-18T08:08:19.345Z] [INFO] This project has been banned from the build due to previous failures.
[2025-10-18T08:08:19.345Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:08:19.345Z] [INFO] 
[2025-10-18T08:08:19.345Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:08:19.345Z] [INFO] Skipping [bundle] M2E Logback Appender and Configuration
[2025-10-18T08:08:19.345Z] [INFO] This project has been banned from the build due to previous failures.
[2025-10-18T08:08:19.345Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:08:19.345Z] [INFO] 
[2025-10-18T08:08:19.345Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:08:19.345Z] [INFO] Skipping [feature] M2E - POM Editor using LemMinX language server (includes Incubating components)
[2025-10-18T08:08:19.345Z] [INFO] This project has been banned from the build due to previous failures.
[2025-10-18T08:08:19.345Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:08:19.345Z] [INFO] 
[2025-10-18T08:08:19.345Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:08:19.345Z] [INFO] Skipping [feature] M2E - Maven Integration for Eclipse
[2025-10-18T08:08:19.345Z] [INFO] This project has been banned from the build due to previous failures.
[2025-10-18T08:08:19.345Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:08:19.345Z] [INFO] 
[2025-10-18T08:08:19.345Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:08:19.345Z] [INFO] Skipping [feature] M2E - SLF4J over Logback Logging
[2025-10-18T08:08:19.345Z] [INFO] This project has been banned from the build due to previous failures.
[2025-10-18T08:08:19.345Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:08:19.345Z] [INFO] 
[2025-10-18T08:08:19.345Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:08:19.345Z] [INFO] Skipping [feature] M2E - PDE Integration
[2025-10-18T08:08:19.345Z] [INFO] This project has been banned from the build due to previous failures.
[2025-10-18T08:08:19.345Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:08:19.345Z] [INFO] 
[2025-10-18T08:08:19.345Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:08:19.345Z] [INFO] Skipping [feature] M2E - Complete Development Kit
[2025-10-18T08:08:19.345Z] [INFO] This project has been banned from the build due to previous failures.
[2025-10-18T08:08:19.345Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:08:19.345Z] [INFO] 
[2025-10-18T08:08:19.345Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:08:19.345Z] [INFO] Skipping Maven Integration for Eclipse Repository
[2025-10-18T08:08:19.345Z] [INFO] This project has been banned from the build due to previous failures.
[2025-10-18T08:08:19.345Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:08:19.345Z] [INFO] 
[2025-10-18T08:08:19.345Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:08:19.345Z] [INFO] Skipping [test-bundle] M2E Maven Integration for Eclipse Core Tests
[2025-10-18T08:08:19.345Z] [INFO] This project has been banned from the build due to previous failures.
[2025-10-18T08:08:19.345Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:08:19.345Z] [INFO] 
[2025-10-18T08:08:19.345Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:08:19.345Z] [INFO] Skipping M2E Maven Integration for Eclipse UI Tests
[2025-10-18T08:08:19.345Z] [INFO] This project has been banned from the build due to previous failures.
[2025-10-18T08:08:19.345Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:08:19.345Z] [INFO] 
[2025-10-18T08:08:19.346Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:08:19.346Z] [INFO] Skipping [test-bundle] M2E Binary Project Core Tests
[2025-10-18T08:08:19.346Z] [INFO] This project has been banned from the build due to previous failures.
[2025-10-18T08:08:19.346Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:08:19.346Z] [INFO] 
[2025-10-18T08:08:19.346Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:08:19.346Z] [INFO] Skipping [test-bundle] Tests for m2e multi-page editor
[2025-10-18T08:08:19.346Z] [INFO] This project has been banned from the build due to previous failures.
[2025-10-18T08:08:19.346Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:08:19.346Z] [INFO] 
[2025-10-18T08:08:19.346Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:08:19.346Z] [INFO] Skipping [test-bundle] M2E Maven POM File Editor using Wild Web Developer, Lemminx and Maven LS extension Tests
[2025-10-18T08:08:19.346Z] [INFO] This project has been banned from the build due to previous failures.
[2025-10-18T08:08:19.346Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:08:19.346Z] [INFO] 
[2025-10-18T08:08:19.346Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:08:19.346Z] [INFO] Skipping [test-bundle] M2E JDT Integration Tests
[2025-10-18T08:08:19.346Z] [INFO] This project has been banned from the build due to previous failures.
[2025-10-18T08:08:19.346Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:08:19.346Z] [INFO] 
[2025-10-18T08:08:19.346Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:08:19.346Z] [INFO] Skipping [test-bundle] M2E Maven Integration for Eclipse Profiles Core Tests
[2025-10-18T08:08:19.346Z] [INFO] This project has been banned from the build due to previous failures.
[2025-10-18T08:08:19.346Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:08:19.346Z] [INFO] 
[2025-10-18T08:08:19.346Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:08:19.346Z] [INFO] Skipping [test-bundle] m2e-apt Tests Plug-in
[2025-10-18T08:08:19.346Z] [INFO] This project has been banned from the build due to previous failures.
[2025-10-18T08:08:19.346Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:08:19.346Z] [INFO] 
[2025-10-18T08:08:19.346Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:08:19.346Z] [INFO] Skipping M2E PDE Connector Tests
[2025-10-18T08:08:19.346Z] [INFO] This project has been banned from the build due to previous failures.
[2025-10-18T08:08:19.346Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:08:19.346Z] [INFO] 
[2025-10-18T08:08:19.346Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:08:19.346Z] [INFO] Skipping [test-bundle] Tests
[2025-10-18T08:08:19.346Z] [INFO] This project has been banned from the build due to previous failures.
[2025-10-18T08:08:19.346Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:08:19.346Z] [INFO] 
[2025-10-18T08:08:19.346Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:08:19.346Z] [INFO] Skipping M2E - SWTBot Integration tests
[2025-10-18T08:08:19.346Z] [INFO] This project has been banned from the build due to previous failures.
[2025-10-18T08:08:19.346Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:08:19.346Z] [INFO] 
[2025-10-18T08:08:19.346Z] [INFO] -------------------< org.eclipse.m2e:m2e-core-tests >-------------------
[2025-10-18T08:08:19.346Z] [INFO] Building m2e-core-tests 2.1.0-SNAPSHOT                            [7/48]
[2025-10-18T08:08:19.346Z] [INFO]   from m2e-core-tests/pom.xml
[2025-10-18T08:08:19.346Z] [INFO] --------------------------------[ pom ]---------------------------------
[2025-10-18T08:08:19.346Z] [INFO] 
[2025-10-18T08:08:19.346Z] [INFO] --- clean:3.4.0:clean (default-clean) @ m2e-core-tests ---
[2025-10-18T08:08:19.346Z] [INFO] 
[2025-10-18T08:08:19.346Z] [INFO] --- tycho-source:4.0.11:plugin-source (plugin-source) @ m2e-core-tests ---
[2025-10-18T08:08:19.346Z] [INFO] 
[2025-10-18T08:08:19.346Z] [INFO] --- tycho-source:4.0.11:feature-source (feature-source) @ m2e-core-tests ---
[2025-10-18T08:08:19.346Z] [INFO] 
[2025-10-18T08:08:19.346Z] [INFO] --- tycho-baseline:4.0.11:verify (baseline-check) @ m2e-core-tests ---
[2025-10-18T08:08:19.346Z] [INFO] Not an artifact based project.
[2025-10-18T08:08:19.346Z] [INFO] 
[2025-10-18T08:08:19.346Z] [INFO] --- tycho-p2-plugin:4.0.11:p2-metadata (p2-metadata) @ m2e-core-tests ---
[2025-10-18T08:08:19.346Z] [INFO] 
[2025-10-18T08:08:19.346Z] [INFO] --- tycho-p2-extras:4.0.11:compare-version-with-baselines (check-no-version-regression) @ m2e-core-tests ---
[2025-10-18T08:08:19.346Z] [INFO] 
[2025-10-18T08:08:19.346Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:08:19.346Z] [INFO] Skipping [test-bundle] M2E Tests
[2025-10-18T08:08:19.346Z] [INFO] This project has been banned from the build due to previous failures.
[2025-10-18T08:08:19.346Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:08:19.346Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:08:19.346Z] [INFO] Reactor Summary:
[2025-10-18T08:08:19.346Z] [INFO] 
[2025-10-18T08:08:19.346Z] [INFO] M2E Embedded Maven Runtime (includes Incubating components) 3.9.900-SNAPSHOT SUCCESS [ 28.336 s]
[2025-10-18T08:08:19.346Z] [INFO] Maven Integration for Eclipse (root) 2.1.0-SNAPSHOT  SUCCESS [  0.112 s]
[2025-10-18T08:08:19.346Z] [INFO] [target] m2e-target-platform 2.1.0-SNAPSHOT ........ SUCCESS [  0.046 s]
[2025-10-18T08:08:19.346Z] [INFO] [bundle] M2E Maven Project Model Edit 2.0.600-SNAPSHOT FAILURE [01:09 min]
[2025-10-18T08:08:19.346Z] [INFO] [bundle] M2E Maven Integration for Eclipse Core 2.7.1-SNAPSHOT FAILURE [  8.067 s]
[2025-10-18T08:08:19.346Z] [INFO] [bundle] M2E Maven Integration for Eclipse UI 2.4.0-SNAPSHOT SKIPPED
[2025-10-18T08:08:19.346Z] [INFO] [bundle] M2E Launching 2.1.0-SNAPSHOT .............. SKIPPED
[2025-10-18T08:08:19.346Z] [INFO] [bundle] M2E JDT Integration 2.4.0-SNAPSHOT ........ SKIPPED
[2025-10-18T08:08:19.355Z] [INFO] [bundle] M2E JDT Integration UI 2.1.0-SNAPSHOT ..... SKIPPED
[2025-10-18T08:08:19.355Z] [INFO] [bundle] M2E Refactoring 2.1.0-SNAPSHOT ............ SKIPPED
[2025-10-18T08:08:19.355Z] [INFO] [bundle] M2E Marketplace Discovery 2.1.0-SNAPSHOT .. SKIPPED
[2025-10-18T08:08:19.355Z] [INFO] [bundle] M2E Maven POM File Editor 2.1.0-SNAPSHOT .. SKIPPED
[2025-10-18T08:08:19.355Z] [INFO] [bundle] M2E Source Code Management 2.1.0-SNAPSHOT . SKIPPED
[2025-10-18T08:08:19.355Z] [INFO] [bundle] M2E Maven Profiles Management 2.2.0-SNAPSHOT SKIPPED
[2025-10-18T08:08:19.355Z] [INFO] [bundle] M2E Maven Profiles Management UI 2.1.0-SNAPSHOT SKIPPED
[2025-10-18T08:08:19.355Z] [INFO] [bundle] M2E Source Lookup Core 2.1.0-SNAPSHOT ..... SKIPPED
[2025-10-18T08:08:19.355Z] [INFO] [bundle] M2E Binary Project Core 2.2.0-SNAPSHOT .... SKIPPED
[2025-10-18T08:08:19.355Z] [INFO] [bundle] M2E Binary Project UI 2.1.0-SNAPSHOT ...... SKIPPED
[2025-10-18T08:08:19.355Z] [INFO] [bundle] M2E Source Lookup UI 2.1.0-SNAPSHOT ....... SKIPPED
[2025-10-18T08:08:19.355Z] [INFO] M2E Maven POM File Editor (Wild Web Developer, LemMinX, LS) 2.0.800-SNAPSHOT SKIPPED
[2025-10-18T08:08:19.355Z] [INFO] [bundle] Bundle-Name 1.0.0-SNAPSHOT ................ SUCCESS [ 23.226 s]
[2025-10-18T08:08:19.356Z] [INFO] [bundle] M2E PDE Integration 2.1.1-SNAPSHOT ........ SKIPPED
[2025-10-18T08:08:19.356Z] [INFO] [bundle] M2E PDE Integration UI 2.1.1-SNAPSHOT ..... SKIPPED
[2025-10-18T08:08:19.356Z] [INFO] [bundle] M2E PDE Connector 2.2.0-SNAPSHOT .......... SKIPPED
[2025-10-18T08:08:19.356Z] [INFO] [bundle] M2E JDT Annotation Processing Configurator Core 2.3.0-SNAPSHOT SKIPPED
[2025-10-18T08:08:19.356Z] [INFO] [bundle] M2E JDT Annotation Processing Configurator UI 2.0.500-SNAPSHOT SKIPPED
[2025-10-18T08:08:19.356Z] [INFO] [bundle] m2e connector for the mavenarchiver and pom properties 2.1.0-SNAPSHOT SKIPPED
[2025-10-18T08:08:19.356Z] [INFO] [bundle] M2E Testing Helpers 2.1.1-SNAPSHOT ........ SKIPPED
[2025-10-18T08:08:19.356Z] [INFO] [bundle] M2E Logback Appender and Configuration 2.7.0-SNAPSHOT SKIPPED
[2025-10-18T08:08:19.356Z] [INFO] [feature] M2E - POM Editor using LemMinX language server (includes Incubating components) 2.6.0-SNAPSHOT SKIPPED
[2025-10-18T08:08:19.356Z] [INFO] [feature] M2E - Maven Integration for Eclipse 2.8.0-SNAPSHOT SKIPPED
[2025-10-18T08:08:19.356Z] [INFO] [feature] M2E - SLF4J over Logback Logging 2.7.0-SNAPSHOT SKIPPED
[2025-10-18T08:08:19.356Z] [INFO] [feature] M2E - PDE Integration 2.3.300-SNAPSHOT ... SKIPPED
[2025-10-18T08:08:19.356Z] [INFO] [feature] M2E - Complete Development Kit 2.8.1-SNAPSHOT SKIPPED
[2025-10-18T08:08:19.356Z] [INFO] Maven Integration for Eclipse Repository 2.1.0-SNAPSHOT SKIPPED
[2025-10-18T08:08:19.356Z] [INFO] [test-bundle] M2E Maven Integration for Eclipse Core Tests 2.0.0-SNAPSHOT SKIPPED
[2025-10-18T08:08:19.356Z] [INFO] M2E Maven Integration for Eclipse UI Tests 2.1.0-SNAPSHOT SKIPPED
[2025-10-18T08:08:19.356Z] [INFO] [test-bundle] M2E Binary Project Core Tests 2.0.1-SNAPSHOT SKIPPED
[2025-10-18T08:08:19.356Z] [INFO] [test-bundle] Tests for m2e multi-page editor 2.0.0-SNAPSHOT SKIPPED
[2025-10-18T08:08:19.356Z] [INFO] [test-bundle] M2E Maven POM File Editor using Wild Web Developer, Lemminx and Maven LS extension Tests 2.0.2-SNAPSHOT SKIPPED
[2025-10-18T08:08:19.356Z] [INFO] [test-bundle] M2E JDT Integration Tests 2.1.0-SNAPSHOT SKIPPED
[2025-10-18T08:08:19.356Z] [INFO] [test-bundle] M2E Maven Integration for Eclipse Profiles Core Tests 2.0.0-SNAPSHOT SKIPPED
[2025-10-18T08:08:19.356Z] [INFO] [test-bundle] m2e-apt Tests Plug-in 2.0.0-SNAPSHOT . SKIPPED
[2025-10-18T08:08:19.356Z] [INFO] M2E PDE Connector Tests 1.0.0-SNAPSHOT ............. SKIPPED
[2025-10-18T08:08:19.356Z] [INFO] [test-bundle] Tests 1.0.0-SNAPSHOT ................. SKIPPED
[2025-10-18T08:08:19.356Z] [INFO] M2E - SWTBot Integration tests 2.1.0-SNAPSHOT ...... SKIPPED
[2025-10-18T08:08:19.356Z] [INFO] m2e-core-tests 2.1.0-SNAPSHOT ...................... SUCCESS [  0.009 s]
[2025-10-18T08:08:19.356Z] [INFO] [test-bundle] M2E Tests 2.0.0-SNAPSHOT ............. SKIPPED
[2025-10-18T08:08:19.356Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:08:19.356Z] [INFO] BUILD FAILURE
[2025-10-18T08:08:19.356Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:08:19.356Z] [INFO] Total time:  02:36 min
[2025-10-18T08:08:19.356Z] [INFO] Finished at: 2025-10-18T08:08:19Z
[2025-10-18T08:08:19.356Z] [INFO] ------------------------------------------------------------------------
[2025-10-18T08:08:19.614Z] [ERROR] Failed to execute goal org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.11:compare-version-with-baselines (check-no-version-regression) on project org.eclipse.m2e.model.edit: Version has moved backwards for (org.eclipse.m2e.model.edit/2.0.600.20240928-0605). Baseline has 2.0.700.20250418-1315) with delta: 0.0.-100 -> [Help 1]
[2025-10-18T08:08:19.614Z] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.11:compare-version-with-baselines (check-no-version-regression) on project org.eclipse.m2e.model.edit: Version has moved backwards for (org.eclipse.m2e.model.edit/2.0.600.20240928-0605). Baseline has 2.0.700.20250418-1315) with delta: 0.0.-100
[2025-10-18T08:08:19.614Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:333)
[2025-10-18T08:08:19.614Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316)
[2025-10-18T08:08:19.614Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212)
[2025-10-18T08:08:19.614Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174)
[2025-10-18T08:08:19.614Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75)
[2025-10-18T08:08:19.614Z]     at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162)
[2025-10-18T08:08:19.614Z]     at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39)
[2025-10-18T08:08:19.614Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
[2025-10-18T08:08:19.614Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105)
[2025-10-18T08:08:19.614Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73)
[2025-10-18T08:08:19.614Z]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53)
[2025-10-18T08:08:19.614Z]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118)
[2025-10-18T08:08:19.614Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)
[2025-10-18T08:08:19.614Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
[2025-10-18T08:08:19.614Z]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
[2025-10-18T08:08:19.614Z]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906)
[2025-10-18T08:08:19.614Z]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283)
[2025-10-18T08:08:19.614Z]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:206)
[2025-10-18T08:08:19.614Z]     at jdk.internal.reflect.DirectMethodHandleAccessor.invoke (DirectMethodHandleAccessor.java:103)
[2025-10-18T08:08:19.614Z]     at java.lang.reflect.Method.invoke (Method.java:580)
[2025-10-18T08:08:19.614Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:255)
[2025-10-18T08:08:19.614Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:201)
[2025-10-18T08:08:19.614Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:361)
[2025-10-18T08:08:19.614Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:314)
[2025-10-18T08:08:19.614Z] Caused by: org.apache.maven.plugin.MojoFailureException: Version has moved backwards for (org.eclipse.m2e.model.edit/2.0.600.20240928-0605). Baseline has 2.0.700.20250418-1315) with delta: 0.0.-100
[2025-10-18T08:08:19.614Z]     at org.eclipse.tycho.plugins.p2.extras.CompareWithBaselineMojo.execute (CompareWithBaselineMojo.java:229)
[2025-10-18T08:08:19.614Z]     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126)
[2025-10-18T08:08:19.614Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328)
[2025-10-18T08:08:19.614Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316)
[2025-10-18T08:08:19.614Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212)
[2025-10-18T08:08:19.615Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174)
[2025-10-18T08:08:19.615Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75)
[2025-10-18T08:08:19.615Z]     at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162)
[2025-10-18T08:08:19.615Z]     at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39)
[2025-10-18T08:08:19.615Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
[2025-10-18T08:08:19.615Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105)
[2025-10-18T08:08:19.615Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73)
[2025-10-18T08:08:19.615Z]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53)
[2025-10-18T08:08:19.615Z]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118)
[2025-10-18T08:08:19.615Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)
[2025-10-18T08:08:19.615Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
[2025-10-18T08:08:19.615Z]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
[2025-10-18T08:08:19.615Z]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906)
[2025-10-18T08:08:19.615Z]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283)
[2025-10-18T08:08:19.615Z]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:206)
[2025-10-18T08:08:19.615Z]     at jdk.internal.reflect.DirectMethodHandleAccessor.invoke (DirectMethodHandleAccessor.java:103)
[2025-10-18T08:08:19.615Z]     at java.lang.reflect.Method.invoke (Method.java:580)
[2025-10-18T08:08:19.615Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:255)
[2025-10-18T08:08:19.615Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:201)
[2025-10-18T08:08:19.615Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:361)
[2025-10-18T08:08:19.615Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:314)
[2025-10-18T08:08:19.615Z] Caused by: org.apache.maven.plugin.MojoFailureException: Version has moved backwards for (org.eclipse.m2e.model.edit/2.0.600.20240928-0605). Baseline has 2.0.700.20250418-1315) with delta: 0.0.-100
[2025-10-18T08:08:19.615Z]     at org.eclipse.tycho.plugins.p2.extras.CompareWithBaselineMojo.execute (CompareWithBaselineMojo.java:181)
[2025-10-18T08:08:19.615Z]     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126)
[2025-10-18T08:08:19.615Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328)
[2025-10-18T08:08:19.615Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316)
[2025-10-18T08:08:19.615Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212)
[2025-10-18T08:08:19.615Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174)
[2025-10-18T08:08:19.615Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75)
[2025-10-18T08:08:19.615Z]     at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162)
[2025-10-18T08:08:19.615Z]     at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39)
[2025-10-18T08:08:19.615Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
[2025-10-18T08:08:19.615Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105)
[2025-10-18T08:08:19.615Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73)
[2025-10-18T08:08:19.615Z]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53)
[2025-10-18T08:08:19.615Z]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118)
[2025-10-18T08:08:19.615Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)
[2025-10-18T08:08:19.615Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
[2025-10-18T08:08:19.615Z]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
[2025-10-18T08:08:19.615Z]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906)
[2025-10-18T08:08:19.615Z]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283)
[2025-10-18T08:08:19.615Z]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:206)
[2025-10-18T08:08:19.615Z]     at jdk.internal.reflect.DirectMethodHandleAccessor.invoke (DirectMethodHandleAccessor.java:103)
[2025-10-18T08:08:19.615Z]     at java.lang.reflect.Method.invoke (Method.java:580)
[2025-10-18T08:08:19.615Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:255)
[2025-10-18T08:08:19.615Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:201)
[2025-10-18T08:08:19.615Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:361)
[2025-10-18T08:08:19.615Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:314)
[2025-10-18T08:08:19.615Z] [ERROR] Failed to execute goal org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.11:compare-version-with-baselines (check-no-version-regression) on project org.eclipse.m2e.core: Version has moved backwards for (org.eclipse.m2e.core/2.7.1.20250224-0720). Baseline has 2.7.4.20250806-1328) with delta: 0.0.-3 -> [Help 1]
[2025-10-18T08:08:19.616Z] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.eclipse.tycho.extras:tycho-p2-extras-plugin:4.0.11:compare-version-with-baselines (check-no-version-regression) on project org.eclipse.m2e.core: Version has moved backwards for (org.eclipse.m2e.core/2.7.1.20250224-0720). Baseline has 2.7.4.20250806-1328) with delta: 0.0.-3
[2025-10-18T08:08:19.616Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:333)
[2025-10-18T08:08:19.616Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316)
[2025-10-18T08:08:19.616Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212)
[2025-10-18T08:08:19.616Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174)
[2025-10-18T08:08:19.616Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75)
[2025-10-18T08:08:19.616Z]     at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162)
[2025-10-18T08:08:19.616Z]     at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39)
[2025-10-18T08:08:19.616Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
[2025-10-18T08:08:19.616Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105)
[2025-10-18T08:08:19.616Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73)
[2025-10-18T08:08:19.616Z]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53)
[2025-10-18T08:08:19.616Z]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118)
[2025-10-18T08:08:19.616Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)
[2025-10-18T08:08:19.616Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
[2025-10-18T08:08:19.616Z]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
[2025-10-18T08:08:19.616Z]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906)
[2025-10-18T08:08:19.616Z]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283)
[2025-10-18T08:08:19.616Z]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:206)
[2025-10-18T08:08:19.616Z]     at jdk.internal.reflect.DirectMethodHandleAccessor.invoke (DirectMethodHandleAccessor.java:103)
[2025-10-18T08:08:19.616Z]     at java.lang.reflect.Method.invoke (Method.java:580)
[2025-10-18T08:08:19.616Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:255)
[2025-10-18T08:08:19.616Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:201)
[2025-10-18T08:08:19.616Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:361)
[2025-10-18T08:08:19.616Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:314)
[2025-10-18T08:08:19.616Z] Caused by: org.apache.maven.plugin.MojoFailureException: Version has moved backwards for (org.eclipse.m2e.core/2.7.1.20250224-0720). Baseline has 2.7.4.20250806-1328) with delta: 0.0.-3
[2025-10-18T08:08:19.616Z]     at org.eclipse.tycho.plugins.p2.extras.CompareWithBaselineMojo.execute (CompareWithBaselineMojo.java:229)
[2025-10-18T08:08:19.616Z]     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126)
[2025-10-18T08:08:19.616Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328)
[2025-10-18T08:08:19.616Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316)
[2025-10-18T08:08:19.616Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212)
[2025-10-18T08:08:19.616Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174)
[2025-10-18T08:08:19.616Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75)
[2025-10-18T08:08:19.616Z]     at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162)
[2025-10-18T08:08:19.616Z]     at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39)
[2025-10-18T08:08:19.616Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
[2025-10-18T08:08:19.616Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105)
[2025-10-18T08:08:19.616Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73)
[2025-10-18T08:08:19.616Z]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53)
[2025-10-18T08:08:19.616Z]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118)
[2025-10-18T08:08:19.616Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)
[2025-10-18T08:08:19.616Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
[2025-10-18T08:08:19.616Z]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
[2025-10-18T08:08:19.616Z]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906)
[2025-10-18T08:08:19.616Z]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283)
[2025-10-18T08:08:19.616Z]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:206)
[2025-10-18T08:08:19.616Z]     at jdk.internal.reflect.DirectMethodHandleAccessor.invoke (DirectMethodHandleAccessor.java:103)
[2025-10-18T08:08:19.616Z]     at java.lang.reflect.Method.invoke (Method.java:580)
[2025-10-18T08:08:19.616Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:255)
[2025-10-18T08:08:19.616Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:201)
[2025-10-18T08:08:19.616Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:361)
[2025-10-18T08:08:19.616Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:314)
[2025-10-18T08:08:19.616Z] Caused by: org.apache.maven.plugin.MojoFailureException: Version has moved backwards for (org.eclipse.m2e.core/2.7.1.20250224-0720). Baseline has 2.7.4.20250806-1328) with delta: 0.0.-3
[2025-10-18T08:08:19.617Z]     at org.eclipse.tycho.plugins.p2.extras.CompareWithBaselineMojo.execute (CompareWithBaselineMojo.java:181)
[2025-10-18T08:08:19.617Z]     at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126)
[2025-10-18T08:08:19.617Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328)
[2025-10-18T08:08:19.617Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316)
[2025-10-18T08:08:19.617Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212)
[2025-10-18T08:08:19.617Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174)
[2025-10-18T08:08:19.617Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75)
[2025-10-18T08:08:19.617Z]     at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162)
[2025-10-18T08:08:19.617Z]     at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39)
[2025-10-18T08:08:19.617Z]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
[2025-10-18T08:08:19.617Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105)
[2025-10-18T08:08:19.617Z]     at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73)
[2025-10-18T08:08:19.617Z]     at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53)
[2025-10-18T08:08:19.617Z]     at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118)
[2025-10-18T08:08:19.617Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)
[2025-10-18T08:08:19.617Z]     at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
[2025-10-18T08:08:19.617Z]     at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
[2025-10-18T08:08:19.617Z]     at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906)
[2025-10-18T08:08:19.617Z]     at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283)
[2025-10-18T08:08:19.617Z]     at org.apache.maven.cli.MavenCli.main (MavenCli.java:206)
[2025-10-18T08:08:19.617Z]     at jdk.internal.reflect.DirectMethodHandleAccessor.invoke (DirectMethodHandleAccessor.java:103)
[2025-10-18T08:08:19.617Z]     at java.lang.reflect.Method.invoke (Method.java:580)
[2025-10-18T08:08:19.617Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:255)
[2025-10-18T08:08:19.617Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:201)
[2025-10-18T08:08:19.617Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:361)
[2025-10-18T08:08:19.617Z]     at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:314)
[2025-10-18T08:08:19.617Z] [ERROR] 
[2025-10-18T08:08:19.617Z] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[2025-10-18T08:08:19.617Z] [ERROR] 
[2025-10-18T08:08:19.617Z] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[2025-10-18T08:08:19.617Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[2025-10-18T08:08:19.617Z] [ERROR] 
[2025-10-18T08:08:19.617Z] [ERROR] After correcting the problems, you can resume the build with the command
[2025-10-18T08:08:19.617Z] [ERROR]   mvn <args> -rf :org.eclipse.m2e.model.edit

Output truncated.

Details

  • Declarative: Checkout SCM (18 sec)
    • Declarative: Tool Install (4.3 sec)
      • get m2e-core-tests (14 sec)
      • Build (2 min 52 sec)
        Error: script returned exit code 1 - logs
        Error: No test report files were found. Configuration error? - logs
      • Deploy Snapshot (1.6 sec)