Push event to branch master
Connecting to https://api.github.com using eclipse-m2e-bot/****** (GitHub bot (username/token))
Obtained Jenkinsfile from 6d01e2b129ca0f9e1af605d257ec324e93ec4f6d
Running in Durability level: PERFORMANCE_OPTIMIZED
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor
Agent centos-8-9fcl6 is provisioned from template centos-8
---
apiVersion: "v1"
kind: "Pod"
metadata:
annotations: {}
labels:
jenkins: "slave"
jenkins/label: "centos-latest_centos-8"
name: "centos-8-9fcl6"
spec:
containers:
- env:
- name: "JENKINS_SECRET"
value: "********"
- name: "JENKINS_TUNNEL"
value: "jenkins-discovery.m2e.svc.cluster.local:50000"
- name: "JENKINS_AGENT_NAME"
value: "centos-8-9fcl6"
- name: "JENKINS_REMOTING_JAVA_OPTS"
value: "-showversion -XshowSettings:vm -Xmx256m -Dsun.zip.disableMemoryMapping=true\
\ -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
- name: "JAVA_TOOL_OPTIONS"
value: ""
- name: "_JAVA_OPTIONS"
value: ""
- name: "OPENJ9_JAVA_OPTIONS"
value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
- name: "JENKINS_NAME"
value: "centos-8-9fcl6"
- name: "JENKINS_AGENT_WORKDIR"
value: "/home/jenkins/agent"
- name: "JENKINS_URL"
value: "http://jenkins-ui.m2e.svc.cluster.local/m2e/"
image: "docker.io/eclipsecbi/jiro-agent-centos-8:remoting-4.5"
imagePullPolicy: "Always"
name: "jnlp"
resources:
limits:
memory: "4096Mi"
cpu: "2000m"
requests:
memory: "4096Mi"
cpu: "1000m"
securityContext:
privileged: false
tty: true
volumeMounts:
- mountPath: "/home/jenkins/.m2/toolchains.xml"
name: "m2-dir"
readOnly: true
subPath: "toolchains.xml"
- mountPath: "/home/jenkins/.mavenrc"
name: "m2-dir"
readOnly: true
subPath: ".mavenrc"
- mountPath: "/opt/tools"
name: "volume-0"
readOnly: false
- mountPath: "/home/jenkins"
name: "volume-2"
readOnly: false
- mountPath: "/home/jenkins/.m2/repository"
name: "volume-3"
readOnly: false
- mountPath: "/home/jenkins/.m2/settings-security.xml"
name: "m2-secret-dir"
readOnly: true
subPath: "settings-security.xml"
- mountPath: "/home/jenkins/.m2/wrapper"
name: "volume-4"
readOnly: false
- mountPath: "/home/jenkins/.m2/settings.xml"
name: "m2-secret-dir"
readOnly: true
subPath: "settings.xml"
- mountPath: "/home/jenkins/.ssh"
name: "volume-1"
readOnly: false
- mountPath: "/home/jenkins/agent"
name: "workspace-volume"
readOnly: false
workingDir: "/home/jenkins/agent"
nodeSelector:
beta.kubernetes.io/os: "linux"
restartPolicy: "Never"
securityContext: {}
volumes:
- name: "volume-0"
persistentVolumeClaim:
claimName: "tools-claim-jiro-m2e"
readOnly: true
- name: "m2-secret-dir"
secret:
secretName: "m2-secret-dir"
- emptyDir:
medium: ""
name: "volume-2"
- configMap:
name: "m2-dir"
name: "m2-dir"
- configMap:
name: "known-hosts"
name: "volume-1"
- emptyDir:
medium: ""
name: "workspace-volume"
- emptyDir:
medium: ""
name: "volume-4"
- emptyDir:
medium: ""
name: "volume-3"
Running on centos-8-9fcl6 in /home/jenkins/agent/workspace/m2e_master
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
using credential github-bot
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/eclipse-m2e/m2e-core.git
> git init /home/jenkins/agent/workspace/m2e_master # timeout=10
Fetching upstream changes from https://github.com/eclipse-m2e/m2e-core.git
> git --version # timeout=10
> git --version # 'git version 2.18.4'
using GIT_ASKPASS to set credentials GitHub bot (username/token)
> git fetch --no-tags --progress -- https://github.com/eclipse-m2e/m2e-core.git +refs/heads/master:refs/remotes/origin/master # timeout=10
Avoid second fetch
Checking out Revision 6d01e2b129ca0f9e1af605d257ec324e93ec4f6d (master)
> git config remote.origin.url https://github.com/eclipse-m2e/m2e-core.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 6d01e2b129ca0f9e1af605d257ec324e93ec4f6d # timeout=10
Commit message: "Remove useless icu4j Require-Bundle."
> git rev-list --no-walk d366850be3de6edc36837bc38b78350f2328efb7 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 3 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (get m2e-core-tests)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ git submodule update --init --recursive --remote
Submodule 'm2e-core-tests' (https://github.com/tesla/m2e-core-tests.git) registered for path 'm2e-core-tests'
Cloning into '/home/jenkins/agent/workspace/m2e_master/m2e-core-tests'...
Submodule path 'm2e-core-tests': checked out 'a5554cc94c9d8a52d2c1f858f7bcf3c8b6f1b763'
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ mvn clean install -f m2e-maven-runtime/pom.xml -B -Peclipse-sign -Dmaven.repo.local=/home/jenkins/agent/workspace/m2e_master/.m2/repository
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/tools/apache-maven/latest
Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9
Default locale: en_US, platform encoding: ANSI_X3.4-1968
OS name: "linux", version: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] M2E - Maven runtime bundles [pom]
[INFO] Maven Archetype Common Bundle [bundle]
[INFO] Nexus Indexer Bundle [bundle]
[INFO] Embedded Maven Runtime Bundle [bundle]
[INFO] SLF4J-simple bundle [bundle]
[INFO]
[INFO] -----------------< org.eclipse.m2e:m2e-maven-runtime >------------------
[INFO] Building M2E - Maven runtime bundles 1.16.0-SNAPSHOT [1/5]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ m2e-maven-runtime ---
[INFO]
[INFO] --- exec-maven-plugin:3.0.0:exec (default) @ m2e-maven-runtime ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ m2e-maven-runtime ---
[INFO]
[INFO] --- tycho-p2-extras-plugin:2.2.0:compare-version-with-baselines (check-no-version-regression) @ m2e-maven-runtime ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ m2e-maven-runtime ---
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ m2e-maven-runtime ---
[INFO]
[INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ m2e-maven-runtime ---
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ m2e-maven-runtime ---
[INFO] Installing /home/jenkins/agent/workspace/m2e_master/m2e-maven-runtime/pom.xml to /home/jenkins/agent/workspace/m2e_master/.m2/repository/org/eclipse/m2e/m2e-maven-runtime/1.16.0-SNAPSHOT/m2e-maven-runtime-1.16.0-SNAPSHOT.pom
[INFO]
[INFO] ----------< org.eclipse.m2e:org.eclipse.m2e.archetype.common >----------
[INFO] Building Maven Archetype Common Bundle 1.16.0-SNAPSHOT [2/5]
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.m2e.archetype.common ---
[INFO]
[INFO] --- exec-maven-plugin:3.0.0:exec (default) @ org.eclipse.m2e.archetype.common ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.m2e.archetype.common ---
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.eclipse.m2e.archetype.common ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 7 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.m2e.archetype.common ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.eclipse.m2e.archetype.common ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e_master/m2e-maven-runtime/org.eclipse.m2e.archetype.common/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.m2e.archetype.common ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.8:test (default-test) @ org.eclipse.m2e.archetype.common ---
[INFO] No tests to run.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/m2e_master/m2e-maven-runtime/org.eclipse.m2e.archetype.common/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
There are no tests to run.
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] --- maven-bundle-plugin:5.1.1:bundle (default-bundle) @ org.eclipse.m2e.archetype.common ---
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.archetype.common:bundle:1.16.0-SNAPSHOT : Host org.eclipse.m2e.maven.runtime=bundle-version="[1.16.0,1.17.0)" for this fragment/require bundle cannot be found on the classpath
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.archetype.common:bundle:1.16.0-SNAPSHOT : Export org.apache.maven.archetype.common, has 2, private references [org.dom4j, org.jdom]
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.archetype.common:bundle:1.16.0-SNAPSHOT : Export org.apache.maven.archetype.common.util, has 2, private references [org.jdom, org.jdom.output]
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.archetype.common:bundle:1.16.0-SNAPSHOT : Export org.apache.maven.archetype.old, has 1, private references [org.apache.velocity.context]
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.archetype.common:bundle:1.16.0-SNAPSHOT : Export org.codehaus.plexus.velocity, has 7, private references [org.apache.commons.collections, org.apache.velocity.app, org.apache.velocity.exception, org.apache.velocity.runtime, org.apache.velocity.runtime.log, org.apache.velocity.runtime.resource, org.apache.velocity.runtime.resource.loader]
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.archetype.common:bundle:1.16.0-SNAPSHOT : The default package '.' is not permitted by the Import-Package syntax.
This can be caused by compile errors in Eclipse because Eclipse creates
valid class files regardless of compile errors.
The following package(s) import from the default package null
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.archetype.common:bundle:1.16.0-SNAPSHOT : Invalid package name: 'META-INF.plexus' in Export-Package
[INFO]
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.m2e.archetype.common ---
[INFO]
[INFO] --- tycho-p2-extras-plugin:2.2.0:compare-version-with-baselines (check-no-version-regression) @ org.eclipse.m2e.archetype.common ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.m2e.archetype.common ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/m2e_master/m2e-maven-runtime/org.eclipse.m2e.archetype.common/target/org.eclipse.m2e.archetype.common-1.16.0-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.m2e.archetype.common ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/m2e-maven-runtime/org.eclipse.m2e.archetype.common/target/org.eclipse.m2e.archetype.common-1.16.0-SNAPSHOT.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/m2e-maven-runtime/org.eclipse.m2e.archetype.common/target/org.eclipse.m2e.archetype.common-1.16.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.m2e.archetype.common ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/m2e_master/m2e-maven-runtime/org.eclipse.m2e.archetype.common/target/org.eclipse.m2e.archetype.common-1.16.0-SNAPSHOT.jar
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.m2e.archetype.common ---
[INFO] Installing /home/jenkins/agent/workspace/m2e_master/m2e-maven-runtime/org.eclipse.m2e.archetype.common/target/org.eclipse.m2e.archetype.common-1.16.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/m2e_master/.m2/repository/org/eclipse/m2e/org.eclipse.m2e.archetype.common/1.16.0-SNAPSHOT/org.eclipse.m2e.archetype.common-1.16.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/m2e_master/m2e-maven-runtime/org.eclipse.m2e.archetype.common/pom.xml to /home/jenkins/agent/workspace/m2e_master/.m2/repository/org/eclipse/m2e/org.eclipse.m2e.archetype.common/1.16.0-SNAPSHOT/org.eclipse.m2e.archetype.common-1.16.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/m2e_master/m2e-maven-runtime/org.eclipse.m2e.archetype.common/target/org.eclipse.m2e.archetype.common-1.16.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/m2e_master/.m2/repository/org/eclipse/m2e/org.eclipse.m2e.archetype.common/1.16.0-SNAPSHOT/org.eclipse.m2e.archetype.common-1.16.0-SNAPSHOT-pack200.jar.pack.gz
[INFO]
[INFO] --- maven-bundle-plugin:5.1.1:install (default-install) @ org.eclipse.m2e.archetype.common ---
[INFO] Writing OBR metadata
[INFO] Installing org/eclipse/m2e/org.eclipse.m2e.archetype.common/1.16.0-SNAPSHOT/org.eclipse.m2e.archetype.common-1.16.0-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO]
[INFO] -----------< org.eclipse.m2e:org.eclipse.m2e.maven.indexer >------------
[INFO] Building Nexus Indexer Bundle 1.17.1-SNAPSHOT [3/5]
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.m2e.maven.indexer ---
[INFO]
[INFO] --- exec-maven-plugin:3.0.0:exec (default) @ org.eclipse.m2e.maven.indexer ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.m2e.maven.indexer ---
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.eclipse.m2e.maven.indexer ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.m2e.maven.indexer ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/m2e_master/m2e-maven-runtime/org.eclipse.m2e.maven.indexer/target/classes
[INFO] /home/jenkins/agent/workspace/m2e_master/m2e-maven-runtime/org.eclipse.m2e.maven.indexer/src/main/java/org/apache/maven/index/NexusArchetypeDataSource.java: /home/jenkins/agent/workspace/m2e_master/m2e-maven-runtime/org.eclipse.m2e.maven.indexer/src/main/java/org/apache/maven/index/NexusArchetypeDataSource.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/m2e_master/m2e-maven-runtime/org.eclipse.m2e.maven.indexer/src/main/java/org/apache/maven/index/NexusArchetypeDataSource.java: Recompile with -Xlint:deprecation for details.
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.eclipse.m2e.maven.indexer ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e_master/m2e-maven-runtime/org.eclipse.m2e.maven.indexer/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.m2e.maven.indexer ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.8:test (default-test) @ org.eclipse.m2e.maven.indexer ---
[INFO] No tests to run.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/m2e_master/m2e-maven-runtime/org.eclipse.m2e.maven.indexer/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
There are no tests to run.
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] --- sisu-maven-plugin:0.3.4:index (index-project) @ org.eclipse.m2e.maven.indexer ---
[INFO]
[INFO] --- maven-bundle-plugin:5.1.1:bundle (default-bundle) @ org.eclipse.m2e.maven.indexer ---
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.indexer:bundle:1.17.1-SNAPSHOT : Split package, multiple jars provide the same package:org/apache/maven/index
Use Import/Export Package directive -split-package:=(merge-first|merge-last|error|first) to get rid of this warning
Package found in [Jar:., Jar:indexer-core]
Class path [Jar:., Jar:indexer-core, Jar:slf4j-api, Jar:guava, Jar:javax.inject, Jar:javax.annotation-api, Jar:jsr305, Jar:lucene-core, Jar:lucene-queryparser, Jar:lucene-queries, Jar:lucene-sandbox, Jar:lucene-analyzers-common, Jar:lucene-backward-codecs, Jar:lucene-highlighter, Jar:lucene-join, Jar:lucene-memory, Jar:org.eclipse.sisu.plexus, Jar:cdi-api, Jar:jsr250-api, Jar:org.eclipse.sisu.inject, Jar:plexus-component-annotations, Jar:plexus-classworlds, Jar:plexus-utils, Jar:archetype-common, Jar:archetype-catalog, Jar:archetype-descriptor, Jar:archetype-registry, Jar:jchardet, Jar:dom4j, Jar:xml-apis, Jar:jdom, Jar:maven-model, Jar:maven-project, Jar:maven-settings, Jar:maven-profile, Jar:maven-artifact-manager, Jar:maven-repository-metadata, Jar:wagon-provider-api, Jar:backport-util-concurrent, Jar:maven-plugin-registry, Jar:plexus-interpolation, Jar:maven-artifact, Jar:maven-invoker, Jar:plexus-container-default, Jar:junit, Jar:classworlds, Jar:commons-io, Jar:plexus-velocity, Jar:commons-collections, Jar:velocity, Jar:commons-lang, Jar:oro]
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.indexer:bundle:1.17.1-SNAPSHOT : Host org.eclipse.m2e.maven.runtime=bundle-version="[1.16.0,1.17.0)" for this fragment/require bundle cannot be found on the classpath
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.indexer:bundle:1.17.1-SNAPSHOT : Host org.eclipse.m2e.archetype.common=bundle-version="[1.16.0,1.17.0)" for this fragment/require bundle cannot be found on the classpath
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.indexer:bundle:1.17.1-SNAPSHOT : Export org.apache.lucene.analysis.snowball, has 1, private references [org.tartarus.snowball]
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.indexer:bundle:1.17.1-SNAPSHOT : Export org.apache.maven.index, has 2, private references [javax.inject, org.slf4j]
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.indexer:bundle:1.17.1-SNAPSHOT : Export org.apache.maven.index.archetype, has 2, private references [javax.inject, org.slf4j]
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.indexer:bundle:1.17.1-SNAPSHOT : Export org.apache.maven.index.artifact, has 2, private references [javax.inject, org.slf4j]
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.indexer:bundle:1.17.1-SNAPSHOT : Export org.apache.maven.index.creator, has 2, private references [javax.inject, org.slf4j]
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.indexer:bundle:1.17.1-SNAPSHOT : Export org.apache.maven.index.incremental, has 2, private references [javax.inject, org.slf4j]
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.indexer:bundle:1.17.1-SNAPSHOT : Export org.apache.maven.index.packer, has 2, private references [javax.inject, org.slf4j]
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.indexer:bundle:1.17.1-SNAPSHOT : Export org.apache.maven.index.treeview, has 1, private references [javax.inject]
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.indexer:bundle:1.17.1-SNAPSHOT : Export org.apache.maven.index.updater, has 2, private references [javax.inject, org.slf4j]
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.indexer:bundle:1.17.1-SNAPSHOT : Invalid package name: 'META-INF.sisu' in Export-Package
[INFO]
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.m2e.maven.indexer ---
[INFO]
[INFO] --- tycho-p2-extras-plugin:2.2.0:compare-version-with-baselines (check-no-version-regression) @ org.eclipse.m2e.maven.indexer ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.m2e.maven.indexer ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/m2e_master/m2e-maven-runtime/org.eclipse.m2e.maven.indexer/target/org.eclipse.m2e.maven.indexer-1.17.1-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.m2e.maven.indexer ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/m2e-maven-runtime/org.eclipse.m2e.maven.indexer/target/org.eclipse.m2e.maven.indexer-1.17.1-SNAPSHOT.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/m2e-maven-runtime/org.eclipse.m2e.maven.indexer/target/org.eclipse.m2e.maven.indexer-1.17.1-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.m2e.maven.indexer ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/m2e_master/m2e-maven-runtime/org.eclipse.m2e.maven.indexer/target/org.eclipse.m2e.maven.indexer-1.17.1-SNAPSHOT.jar
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.m2e.maven.indexer ---
[INFO] Installing /home/jenkins/agent/workspace/m2e_master/m2e-maven-runtime/org.eclipse.m2e.maven.indexer/target/org.eclipse.m2e.maven.indexer-1.17.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/m2e_master/.m2/repository/org/eclipse/m2e/org.eclipse.m2e.maven.indexer/1.17.1-SNAPSHOT/org.eclipse.m2e.maven.indexer-1.17.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/m2e_master/m2e-maven-runtime/org.eclipse.m2e.maven.indexer/pom.xml to /home/jenkins/agent/workspace/m2e_master/.m2/repository/org/eclipse/m2e/org.eclipse.m2e.maven.indexer/1.17.1-SNAPSHOT/org.eclipse.m2e.maven.indexer-1.17.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/m2e_master/m2e-maven-runtime/org.eclipse.m2e.maven.indexer/target/org.eclipse.m2e.maven.indexer-1.17.1-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/m2e_master/.m2/repository/org/eclipse/m2e/org.eclipse.m2e.maven.indexer/1.17.1-SNAPSHOT/org.eclipse.m2e.maven.indexer-1.17.1-SNAPSHOT-pack200.jar.pack.gz
[INFO]
[INFO] --- maven-bundle-plugin:5.1.1:install (default-install) @ org.eclipse.m2e.maven.indexer ---
[INFO] Installing org/eclipse/m2e/org.eclipse.m2e.maven.indexer/1.17.1-SNAPSHOT/org.eclipse.m2e.maven.indexer-1.17.1-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO]
[INFO] -----------< org.eclipse.m2e:org.eclipse.m2e.maven.runtime >------------
[INFO] Building Embedded Maven Runtime Bundle 1.16.0-SNAPSHOT [4/5]
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.m2e.maven.runtime ---
[INFO]
[INFO] --- exec-maven-plugin:3.0.0:exec (default) @ org.eclipse.m2e.maven.runtime ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.m2e.maven.runtime ---
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.eclipse.m2e.maven.runtime ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.m2e.maven.runtime ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.eclipse.m2e.maven.runtime ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e_master/m2e-maven-runtime/org.eclipse.m2e.maven.runtime/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.m2e.maven.runtime ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.8:test (default-test) @ org.eclipse.m2e.maven.runtime ---
[INFO] No tests to run.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/m2e_master/m2e-maven-runtime/org.eclipse.m2e.maven.runtime/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
There are no tests to run.
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] --- maven-bundle-plugin:5.1.1:bundle (default-bundle) @ org.eclipse.m2e.maven.runtime ---
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Version for package org.eclipse.aether is set to different values in the source (1.1.1) and in the manifest (1.4.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Version for package org.eclipse.aether.artifact is set to different values in the source (1.1.1) and in the manifest (1.4.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Version for package org.eclipse.aether.collection is set to different values in the source (1.1.1) and in the manifest (1.4.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Version for package org.eclipse.aether.connector.basic is set to different values in the source (1.1.1) and in the manifest (1.4.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Version for package org.eclipse.aether.deployment is set to different values in the source (1.1.1) and in the manifest (1.4.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Version for package org.eclipse.aether.graph is set to different values in the source (1.1.1) and in the manifest (1.4.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Version for package org.eclipse.aether.impl is set to different values in the source (1.1.1) and in the manifest (1.4.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Version for package org.eclipse.aether.impl.guice is set to different values in the source (1.1.1) and in the manifest (1.4.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Version for package org.eclipse.aether.installation is set to different values in the source (1.1.1) and in the manifest (1.4.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Version for package org.eclipse.aether.metadata is set to different values in the source (1.1.1) and in the manifest (1.4.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Version for package org.eclipse.aether.repository is set to different values in the source (1.1.1) and in the manifest (1.4.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Version for package org.eclipse.aether.resolution is set to different values in the source (1.1.1) and in the manifest (1.4.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Version for package org.eclipse.aether.spi.connector is set to different values in the source (1.1.1) and in the manifest (1.4.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Version for package org.eclipse.aether.spi.connector.checksum is set to different values in the source (1.1.1) and in the manifest (1.4.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Version for package org.eclipse.aether.spi.connector.layout is set to different values in the source (1.1.1) and in the manifest (1.4.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Version for package org.eclipse.aether.spi.connector.transport is set to different values in the source (1.1.1) and in the manifest (1.4.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Version for package org.eclipse.aether.spi.io is set to different values in the source (1.1.1) and in the manifest (1.4.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Version for package org.eclipse.aether.spi.localrepo is set to different values in the source (1.1.1) and in the manifest (1.4.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Version for package org.eclipse.aether.spi.locator is set to different values in the source (1.1.1) and in the manifest (1.4.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Version for package org.eclipse.aether.spi.log is set to different values in the source (1.1.1) and in the manifest (1.4.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Version for package org.eclipse.aether.transfer is set to different values in the source (1.1.1) and in the manifest (1.4.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Version for package org.eclipse.aether.transform is set to different values in the source (1.1.1) and in the manifest (1.4.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Version for package org.eclipse.aether.transport.wagon is set to different values in the source (1.1.1) and in the manifest (1.4.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Version for package org.eclipse.aether.util is set to different values in the source (1.1.1) and in the manifest (1.4.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Version for package org.eclipse.aether.util.artifact is set to different values in the source (1.1.1) and in the manifest (1.4.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Version for package org.eclipse.aether.util.concurrency is set to different values in the source (1.1.1) and in the manifest (1.4.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Version for package org.eclipse.aether.util.filter is set to different values in the source (1.1.1) and in the manifest (1.4.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Version for package org.eclipse.aether.util.graph.manager is set to different values in the source (1.1.1) and in the manifest (1.4.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Version for package org.eclipse.aether.util.graph.selector is set to different values in the source (1.1.1) and in the manifest (1.4.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Version for package org.eclipse.aether.util.graph.transformer is set to different values in the source (1.1.1) and in the manifest (1.4.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Version for package org.eclipse.aether.util.graph.traverser is set to different values in the source (1.1.1) and in the manifest (1.4.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Version for package org.eclipse.aether.util.graph.version is set to different values in the source (1.1.1) and in the manifest (1.4.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Version for package org.eclipse.aether.util.graph.visitor is set to different values in the source (1.1.1) and in the manifest (1.4.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Version for package org.eclipse.aether.util.listener is set to different values in the source (1.1.1) and in the manifest (1.4.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Version for package org.eclipse.aether.util.repository is set to different values in the source (1.1.1) and in the manifest (1.4.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Version for package org.eclipse.aether.util.version is set to different values in the source (1.1.1) and in the manifest (1.4.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Version for package org.eclipse.aether.version is set to different values in the source (1.1.1) and in the manifest (1.4.1). The version in the manifest is not picked up by an other sibling bundles in this project or projects that directly depend on this project
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Host org.eclipse.m2e.maven.runtime.slf4j.simple=bundle-version="[1.16.0,1.17.0)" for this fragment/require bundle cannot be found on the classpath
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Host javax.inject=bundle-version="1.0.0";visibility:=reexport for this fragment/require bundle cannot be found on the classpath
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Export org.apache.maven.cli, has 1, private references [org.apache.commons.cli]
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Export org.apache.maven.extension.internal, has 1, private references [org.eclipse.sisu]
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Export org.apache.maven.model.building, has 1, private references [org.eclipse.sisu]
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Export org.apache.maven.shared.utils, has 1, private references [javax.annotation]
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Export org.apache.maven.shared.utils.cli, has 1, private references [javax.annotation]
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Export org.apache.maven.shared.utils.introspection, has 1, private references [javax.annotation]
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Export org.apache.maven.shared.utils.io, has 1, private references [javax.annotation]
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Export org.apache.maven.shared.utils.xml, has 2, private references [javax.annotation, org.apache.commons.io.output]
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Export org.codehaus.plexus, has 1, private references [org.eclipse.sisu.plexus]
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Export org.codehaus.plexus.component.configurator.converters.special, has 1, private references [org.codehaus.classworlds]
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Export org.codehaus.plexus.component.factory, has 1, private references [org.codehaus.classworlds]
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Export org.codehaus.plexus.logging, has 1, private references [org.eclipse.sisu.bean]
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Export org.sonatype.plexus.components.cipher, has 1, private references [javax.enterprise.inject]
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Export io.takari.aether.connector, has 1, private references [org.eclipse.sisu]
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Invalid package name: 'META-INF.plexus' in Export-Package
[WARNING] Bundle org.eclipse.m2e:org.eclipse.m2e.maven.runtime:bundle:1.16.0-SNAPSHOT : Invalid package name: 'META-INF.sisu' in Export-Package
[INFO]
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.m2e.maven.runtime ---
[INFO]
[INFO] --- tycho-p2-extras-plugin:2.2.0:compare-version-with-baselines (check-no-version-regression) @ org.eclipse.m2e.maven.runtime ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.m2e.maven.runtime ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/m2e_master/m2e-maven-runtime/org.eclipse.m2e.maven.runtime/target/org.eclipse.m2e.maven.runtime-1.16.0-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.m2e.maven.runtime ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/m2e-maven-runtime/org.eclipse.m2e.maven.runtime/target/org.eclipse.m2e.maven.runtime-1.16.0-SNAPSHOT.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/m2e-maven-runtime/org.eclipse.m2e.maven.runtime/target/org.eclipse.m2e.maven.runtime-1.16.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.m2e.maven.runtime ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/m2e_master/m2e-maven-runtime/org.eclipse.m2e.maven.runtime/target/org.eclipse.m2e.maven.runtime-1.16.0-SNAPSHOT.jar
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.m2e.maven.runtime ---
[INFO] Installing /home/jenkins/agent/workspace/m2e_master/m2e-maven-runtime/org.eclipse.m2e.maven.runtime/target/org.eclipse.m2e.maven.runtime-1.16.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/m2e_master/.m2/repository/org/eclipse/m2e/org.eclipse.m2e.maven.runtime/1.16.0-SNAPSHOT/org.eclipse.m2e.maven.runtime-1.16.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/m2e_master/m2e-maven-runtime/org.eclipse.m2e.maven.runtime/pom.xml to /home/jenkins/agent/workspace/m2e_master/.m2/repository/org/eclipse/m2e/org.eclipse.m2e.maven.runtime/1.16.0-SNAPSHOT/org.eclipse.m2e.maven.runtime-1.16.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/m2e_master/m2e-maven-runtime/org.eclipse.m2e.maven.runtime/target/org.eclipse.m2e.maven.runtime-1.16.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/m2e_master/.m2/repository/org/eclipse/m2e/org.eclipse.m2e.maven.runtime/1.16.0-SNAPSHOT/org.eclipse.m2e.maven.runtime-1.16.0-SNAPSHOT-pack200.jar.pack.gz
[INFO]
[INFO] --- maven-bundle-plugin:5.1.1:install (default-install) @ org.eclipse.m2e.maven.runtime ---
[INFO] Installing org/eclipse/m2e/org.eclipse.m2e.maven.runtime/1.16.0-SNAPSHOT/org.eclipse.m2e.maven.runtime-1.16.0-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO]
[INFO] -----< org.eclipse.m2e:org.eclipse.m2e.maven.runtime.slf4j.simple >-----
[INFO] Building SLF4J-simple bundle 1.16.0-SNAPSHOT [5/5]
[INFO] -------------------------------[ bundle ]-------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.m2e.maven.runtime.slf4j.simple ---
[INFO]
[INFO] --- exec-maven-plugin:3.0.0:exec (default) @ org.eclipse.m2e.maven.runtime.slf4j.simple ---
[INFO]
[INFO] --- properties-maven-plugin:1.0.0:read-project-properties (default) @ org.eclipse.m2e.maven.runtime.slf4j.simple ---
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.eclipse.m2e.maven.runtime.slf4j.simple ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ org.eclipse.m2e.maven.runtime.slf4j.simple ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.eclipse.m2e.maven.runtime.slf4j.simple ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e_master/m2e-maven-runtime/org.eclipse.m2e.maven.runtime.slf4j.simple/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ org.eclipse.m2e.maven.runtime.slf4j.simple ---
[INFO] No sources to compile
[INFO]
[INFO] --- maven-surefire-plugin:2.8:test (default-test) @ org.eclipse.m2e.maven.runtime.slf4j.simple ---
[INFO] No tests to run.
[INFO] Surefire report directory: /home/jenkins/agent/workspace/m2e_master/m2e-maven-runtime/org.eclipse.m2e.maven.runtime.slf4j.simple/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
There are no tests to run.
Results :
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO]
[INFO] --- maven-bundle-plugin:5.1.1:bundle (default-bundle) @ org.eclipse.m2e.maven.runtime.slf4j.simple ---
[INFO]
[INFO] --- tycho-p2-plugin:2.2.0:p2-metadata (p2-metadata) @ org.eclipse.m2e.maven.runtime.slf4j.simple ---
[INFO]
[INFO] --- tycho-p2-extras-plugin:2.2.0:compare-version-with-baselines (check-no-version-regression) @ org.eclipse.m2e.maven.runtime.slf4j.simple ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.2.0:normalize (pack200-normalize) @ org.eclipse.m2e.maven.runtime.slf4j.simple ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/m2e_master/m2e-maven-runtime/org.eclipse.m2e.maven.runtime.slf4j.simple/target/org.eclipse.m2e.maven.runtime.slf4j.simple-1.16.0-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.m2e.maven.runtime.slf4j.simple ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/m2e-maven-runtime/org.eclipse.m2e.maven.runtime.slf4j.simple/target/org.eclipse.m2e.maven.runtime.slf4j.simple-1.16.0-SNAPSHOT.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/m2e-maven-runtime/org.eclipse.m2e.maven.runtime.slf4j.simple/target/org.eclipse.m2e.maven.runtime.slf4j.simple-1.16.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.2.0:pack (pack200-pack) @ org.eclipse.m2e.maven.runtime.slf4j.simple ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/m2e_master/m2e-maven-runtime/org.eclipse.m2e.maven.runtime.slf4j.simple/target/org.eclipse.m2e.maven.runtime.slf4j.simple-1.16.0-SNAPSHOT.jar
[INFO]
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.m2e.maven.runtime.slf4j.simple ---
[INFO] Installing /home/jenkins/agent/workspace/m2e_master/m2e-maven-runtime/org.eclipse.m2e.maven.runtime.slf4j.simple/target/org.eclipse.m2e.maven.runtime.slf4j.simple-1.16.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/m2e_master/.m2/repository/org/eclipse/m2e/org.eclipse.m2e.maven.runtime.slf4j.simple/1.16.0-SNAPSHOT/org.eclipse.m2e.maven.runtime.slf4j.simple-1.16.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/m2e_master/m2e-maven-runtime/org.eclipse.m2e.maven.runtime.slf4j.simple/pom.xml to /home/jenkins/agent/workspace/m2e_master/.m2/repository/org/eclipse/m2e/org.eclipse.m2e.maven.runtime.slf4j.simple/1.16.0-SNAPSHOT/org.eclipse.m2e.maven.runtime.slf4j.simple-1.16.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/m2e_master/m2e-maven-runtime/org.eclipse.m2e.maven.runtime.slf4j.simple/target/org.eclipse.m2e.maven.runtime.slf4j.simple-1.16.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/m2e_master/.m2/repository/org/eclipse/m2e/org.eclipse.m2e.maven.runtime.slf4j.simple/1.16.0-SNAPSHOT/org.eclipse.m2e.maven.runtime.slf4j.simple-1.16.0-SNAPSHOT-pack200.jar.pack.gz
[INFO]
[INFO] --- maven-bundle-plugin:5.1.1:install (default-install) @ org.eclipse.m2e.maven.runtime.slf4j.simple ---
[INFO] Installing org/eclipse/m2e/org.eclipse.m2e.maven.runtime.slf4j.simple/1.16.0-SNAPSHOT/org.eclipse.m2e.maven.runtime.slf4j.simple-1.16.0-SNAPSHOT.jar
[INFO] Writing OBR metadata
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] M2E - Maven runtime bundles 1.16.0-SNAPSHOT ........ SUCCESS [ 10.680 s]
[INFO] Maven Archetype Common Bundle 1.16.0-SNAPSHOT ...... SUCCESS [ 11.268 s]
[INFO] Nexus Indexer Bundle 1.17.1-SNAPSHOT ............... SUCCESS [ 9.156 s]
[INFO] Embedded Maven Runtime Bundle 1.16.0-SNAPSHOT ...... SUCCESS [ 6.616 s]
[INFO] SLF4J-simple bundle 1.16.0-SNAPSHOT ................ SUCCESS [ 1.628 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 57.967 s
[INFO] Finished at: 2021-01-26T09:08:52Z
[INFO] ------------------------------------------------------------------------
[Pipeline] xvnc
$ pkill Xvnc
$ pkill Xrealvnc
$ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*"
[m2e_master] $ vncserver -list
Starting xvnc
[m2e_master] $ Xvnc :82 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset
[Pipeline] {
Xvnc TigerVNC 1.9.0 - built Apr 23 2020 14:52:39
Copyright (C) 1999-2018 TigerVNC Team and many others (see README.rst)
See http://www.tigervnc.org for information on TigerVNC.
Underlying X server release 12003000, The X.Org Foundation
Tue Jan 26 09:08:53 2021
vncext: VNC extension running!
vncext: Listening for VNC connections on all interface(s), port 5982
vncext: created VNC server for screen 0
[Pipeline] sh
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Internal error: Could not resolve keysym XF86MonBrightnessCycle
> Internal error: Could not resolve keysym XF86RotationLockToggle
Errors from xkbcomp are not fatal to the X server
+ mvn clean verify -f pom.xml -B -Dmaven.test.error.ignore=true -Dmaven.test.failure.ignore=true -Peclipse-sign,uts,its -Dmaven.repo.local=/home/jenkins/agent/workspace/m2e_master/.m2/repository -Dtycho.surefire.timeout=7200
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/tools/apache-maven/latest
Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9
Default locale: en_US, platform encoding: ANSI_X3.4-1968
OS name: "linux", version: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Computing target platform for MavenProject: org.eclipse.m2e:org.eclipse.m2e.model.edit:1.16.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.model.edit/pom.xml
[INFO] Maven Artifact org.dom4j:dom4j:2.1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact io.takari.aether:aether-connector-okhttp:0.17.8 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okhttp3:okhttp:3.14.1 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okio:okio:1.17.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-file:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-utils:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-provider-api:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-component-annotations:1.5.5 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.18/ (128B)
[INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.18
[INFO] Fetching compositeContent.jar from https://download.eclipse.org/eclipse/updates/4.18/ (445B)
[INFO] Fetching content.jar from https://download.eclipse.org/eclipse/updates/4.18/categories/ (1.46kB)
[INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/ (142B)
[INFO] Fetching content.xml.xz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/ (122.44kB)
[INFO] Fetching p2.index from https://download.eclipse.org/releases/2020-12/ (122B)
[INFO] Adding repository https://download.eclipse.org/releases/2020-12
[INFO] Fetching compositeContent.jar from https://download.eclipse.org/releases/2020-12/ (480B)
[INFO] Fetching p2.index from https://download.eclipse.org/technology/epp/packages/2020-12/ (128B)
[INFO] Fetching compositeContent.jar from https://download.eclipse.org/technology/epp/packages/2020-12/ (419B)
[INFO] Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2020-12/202012101200/ (102.59kB)
[INFO] Fetching p2.index from https://download.eclipse.org/releases/2020-12/202012161000/ (140B)
[INFO] Fetching content.xml.xz from https://download.eclipse.org/releases/2020-12/202012161000/ (823.24kB)
[INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/ (134B)
[INFO] Adding repository https://download.eclipse.org/cbi/updates/license
[INFO] Fetching compositeContent.jar from https://download.eclipse.org/cbi/updates/license/ (423B)
[INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB)
[INFO] Fetching content.jar from https://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB)
[INFO] Fetching p2.index from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B)
[INFO] Fetching content.xml.xz from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB)
[INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20200831200620/repository/ (134B)
[INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/drops/R20200831200620/repository
[INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/R20200831200620/repository/
[INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/ (107.42kB)
[INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/ (172B)
[INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/ (89.46kB)
[INFO] Fetching p2.index from https://download.eclipse.org/wildwebdeveloper/releases/latest/ (172B)
[INFO] Adding repository https://download.eclipse.org/wildwebdeveloper/releases/latest
[INFO] Fetching content.xml.xz from https://download.eclipse.org/wildwebdeveloper/releases/latest/ (15.42kB)
[INFO] Fetching p2.index from https://bndtools.jfrog.io/bndtools/update-latest/ (134B)
[INFO] Adding repository https://bndtools.jfrog.io/bndtools/update-latest
[INFO] Fetching compositeContent.xml from https://bndtools.jfrog.io/bndtools/update-latest/
[INFO] Fetching content.jar from https://bndtools.jfrog.io/artifactory/update-latest/libs-release-local/org/bndtools/org.bndtools.p2/5.0.0/org.bndtools.p2-5.0.0.jar!/ (52.5kB)
[INFO] Fetching content.jar from https://bndtools.jfrog.io/artifactory/update-latest/libs-release-local/org/bndtools/org.bndtools.p2/4.3.1/org.bndtools.p2-4.3.1.jar!/ (43.73kB)
[INFO] Fetching content.jar from https://bndtools.jfrog.io/artifactory/update-latest/libs-release-local/org/bndtools/org.bndtools.p2/4.3.0/org.bndtools.p2-4.3.0.jar!/ (59.01kB)
[INFO] Fetching content.jar from https://bndtools.jfrog.io/artifactory/update-latest/libs-release-local/org/bndtools/org.bndtools.p2/4.2.0/org.bndtools.p2-4.2.0.jar!/ (29.86kB)
[INFO] Fetching content.jar from https://bndtools.jfrog.io/artifactory/update-latest/libs-release-local/org/bndtools/org.bndtools.p2/5.0.1/org.bndtools.p2-5.0.1.jar!/ (67.42kB)
[INFO] Fetching content.jar from https://bndtools.jfrog.io/artifactory/update-latest/libs-release-local/org/bndtools/org.bndtools.p2/5.1.0/org.bndtools.p2-5.1.0.jar!/ (52.43kB)
[INFO] Fetching content.jar from https://bndtools.jfrog.io/artifactory/update-latest/libs-release-local/org/bndtools/org.bndtools.p2/5.1.1/org.bndtools.p2-5.1.1.jar!/ (70.55kB)
[INFO] Fetching content.jar from https://bndtools.jfrog.io/artifactory/update-latest/libs-release-local/org/bndtools/org.bndtools.p2/5.1.2/org.bndtools.p2-5.1.2.jar!/ (68.38kB)
[INFO] Fetching content.jar from https://bndtools.jfrog.io/artifactory/update-latest/libs-release-local/org/bndtools/org.bndtools.p2/5.2.0/org.bndtools.p2-5.2.0.jar!/ (55.24kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.m2e:org.eclipse.m2e.model.edit:1.16.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.model.edit/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.m2e:org.eclipse.m2e.model.edit:1.16.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.model.edit/pom.xml
[INFO] Fetching 202012161000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2020-12/
[INFO] Fetching javax.xml_1.3.4.v201005080400.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (249kB)
[INFO] Fetching R-4.18-202012021800&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/eclipse/updates/4.18/
[INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (30.65kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (30.65kB)
[INFO] Unpacking org.eclipse.osgi.util_3.5.300.v20190708-1141...
[INFO] Fetching org.eclipse.osgi.services_3.9.0.v20200511-1725.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (43.97kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.osgi.services_3.9.0.v20200511-1725.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (43.97kB)
[INFO] Unpacking org.eclipse.osgi.services_3.9.0.v20200511-1725...
[INFO] Fetching org.eclipse.osgi_3.16.100.v20201030-1916.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (468.96kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.osgi_3.16.100.v20201030-1916.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (468.96kB)
[INFO] Unpacking org.eclipse.osgi_3.16.100.v20201030-1916...
[INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (9.67MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (9.67MB)
[INFO] Unpacking com.ibm.icu_67.1.0.v20200706-1749...
[INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (1.29MB)
[INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (45.51kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (45.51kB)
[INFO] Unpacking org.apache.xml.resolver_1.2.0.v201005080400...
[INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (122.3kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (122.3kB)
[INFO] Unpacking org.apache.xml.serializer_2.7.1.v201005080400...
[INFO] Fetching org.eclipse.core.commands_3.9.800.v20201021-1339.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (43.1kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.commands_3.9.800.v20201021-1339.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (43.1kB)
[INFO] Unpacking org.eclipse.core.commands_3.9.800.v20201021-1339...
[INFO] Fetching org.eclipse.equinox.common_3.14.0.v20201102-2053.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (59.04kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.common_3.14.0.v20201102-2053.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (59.04kB)
[INFO] Unpacking org.eclipse.equinox.common_3.14.0.v20201102-2053...
[INFO] Fetching org.eclipse.core.contenttype_3.7.800.v20200724-0804.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (41.25kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.contenttype_3.7.800.v20200724-0804.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (41.25kB)
[INFO] Unpacking org.eclipse.core.contenttype_3.7.800.v20200724-0804...
[INFO] Fetching org.eclipse.equinox.preferences_3.8.100.v20201102-2042.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (55.6kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.preferences_3.8.100.v20201102-2042.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (55.6kB)
[INFO] Unpacking org.eclipse.equinox.preferences_3.8.100.v20201102-2042...
[INFO] Fetching org.eclipse.equinox.registry_3.10.0.v20201107-1818.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (77.18kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.registry_3.10.0.v20201107-1818.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (77.18kB)
[INFO] Unpacking org.eclipse.equinox.registry_3.10.0.v20201107-1818...
[INFO] Fetching org.eclipse.core.expressions_3.7.0.v20200720-1126.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (33.67kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.expressions_3.7.0.v20200720-1126.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (33.67kB)
[INFO] Unpacking org.eclipse.core.expressions_3.7.0.v20200720-1126...
[INFO] Fetching org.eclipse.core.runtime_3.20.0.v20201027-1526.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (33.44kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.runtime_3.20.0.v20201027-1526.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (33.44kB)
[INFO] Unpacking org.eclipse.core.runtime_3.20.0.v20201027-1526...
[INFO] Fetching org.eclipse.core.filebuffers_3.6.1100.v20201029-1159.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (41.14kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.filebuffers_3.6.1100.v20201029-1159.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (41.14kB)
[INFO] Unpacking org.eclipse.core.filebuffers_3.6.1100.v20201029-1159...
[INFO] Fetching org.eclipse.text_3.10.400.v20200925-0557.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (99.95kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.text_3.10.400.v20200925-0557.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (99.95kB)
[INFO] Unpacking org.eclipse.text_3.10.400.v20200925-0557...
[INFO] Fetching org.eclipse.core.filesystem_1.7.700.v20200110-1734.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (27.79kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.filesystem_1.7.700.v20200110-1734.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (27.79kB)
[INFO] Unpacking org.eclipse.core.filesystem_1.7.700.v20200110-1734...
[INFO] Fetching org.eclipse.core.jobs_3.10.1000.v20200909-1312.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (46.03kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.jobs_3.10.1000.v20200909-1312.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (46.03kB)
[INFO] Unpacking org.eclipse.core.jobs_3.10.1000.v20200909-1312...
[INFO] Fetching org.eclipse.core.resources_3.13.900.v20201105-1507.jar from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (875.9kB)
[INFO] Fetching org.eclipse.equinox.app_1.5.0.v20200717-0620.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (42.08kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.app_1.5.0.v20200717-0620.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (42.08kB)
[INFO] Unpacking org.eclipse.equinox.app_1.5.0.v20200717-0620...
[INFO] Fetching org.eclipse.emf.common_2.21.0.v20200917-1439.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (114.73kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.common_2.21.0.v20200917-1439.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (114.73kB)
[INFO] Unpacking org.eclipse.emf.common_2.21.0.v20200917-1439...
[INFO] Fetching org.eclipse.emf.ecore_2.23.0.v20200630-0516.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (484.27kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecore_2.23.0.v20200630-0516.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (484.27kB)
[INFO] Unpacking org.eclipse.emf.ecore_2.23.0.v20200630-0516...
[INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (50.86kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (50.86kB)
[INFO] Unpacking org.eclipse.emf.ecore.change_2.14.0.v20190528-0725...
[INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (61.19kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (61.19kB)
[INFO] Unpacking org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451...
[INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (96.85kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (96.85kB)
[INFO] Unpacking org.eclipse.emf.edit_2.16.0.v20190920-0401...
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (84.12kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (84.12kB)
[INFO] Unpacking org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725...
[INFO] Fetching org.eclipse.wst.common.uriresolver_1.3.0.v202007161535.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (25.65kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.wst.common.uriresolver_1.3.0.v202007161535.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (25.65kB)
[INFO] Unpacking org.eclipse.wst.common.uriresolver_1.3.0.v202007161535...
[INFO] Fetching org.eclipse.wst.common.emf_1.2.700.v202007161535.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (77.5kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.wst.common.emf_1.2.700.v202007161535.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (77.5kB)
[INFO] Unpacking org.eclipse.wst.common.emf_1.2.700.v202007161535...
[INFO] Fetching org.eclipse.wst.sse.core_1.2.500.v202008090735.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (156.2kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.wst.sse.core_1.2.500.v202008090735.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (156.2kB)
[INFO] Unpacking org.eclipse.wst.sse.core_1.2.500.v202008090735...
[INFO] Fetching org.eclipse.wst.xml.core_1.2.300.v202007191910.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (255.13kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.wst.xml.core_1.2.300.v202007191910.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (255.13kB)
[INFO] Unpacking org.eclipse.wst.xml.core_1.2.300.v202007191910...
[INFO] Fetching org.eclipse.wst.common.core_1.4.0.v202007161535.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (24.29kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.wst.common.core_1.4.0.v202007161535.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (24.29kB)
[INFO] Unpacking org.eclipse.wst.common.core_1.4.0.v202007161535...
[INFO] Fetching org.eclipse.wst.common.frameworks_1.2.202.v202007142017.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (43.2kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.wst.common.frameworks_1.2.202.v202007142017.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (43.2kB)
[INFO] Unpacking org.eclipse.wst.common.frameworks_1.2.202.v202007142017...
[INFO] Fetching org.eclipse.wst.common.environment_1.0.401.v202007142017.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (20.08kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.wst.common.environment_1.0.401.v202007142017.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (20.08kB)
[INFO] Unpacking org.eclipse.wst.common.environment_1.0.401.v202007142017...
[INFO] Computing target platform for MavenProject: org.eclipse.m2e:org.eclipse.m2e.core:1.17.2-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.core/pom.xml
[INFO] Maven Artifact org.dom4j:dom4j:2.1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact io.takari.aether:aether-connector-okhttp:0.17.8 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okhttp3:okhttp:3.14.1 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okio:okio:1.17.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-file:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-utils:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-provider-api:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-component-annotations:1.5.5 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Resolving dependencies of MavenProject: org.eclipse.m2e:org.eclipse.m2e.core:1.17.2-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.core/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.m2e:org.eclipse.m2e.core:1.17.2-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.core/pom.xml
[INFO] Fetching org.slf4j.api_1.7.30.v20200204-2150.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (24kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.slf4j.api_1.7.30.v20200204-2150.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (24kB)
[INFO] Unpacking org.slf4j.api_1.7.30.v20200204-2150...
[INFO] Fetching com.google.guava_27.1.0.v20190517-1946.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (743.15kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching com.google.guava_27.1.0.v20190517-1946.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (743.15kB)
[INFO] Unpacking com.google.guava_27.1.0.v20190517-1946...
[INFO] Fetching org.eclipse.m2e.maven.runtime_1.16.0.20200610-1735.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (7.22MB)
[INFO] Fetching org.eclipse.m2e.maven.runtime.slf4j.simple_1.16.0.20200610-1735.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (19.43kB)
[INFO] Fetching javax.inject_1.0.0.v20091030.jar from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (14.07kB)
[INFO] Computing target platform for MavenProject: org.eclipse.m2e:org.eclipse.m2e.core.ui:1.17.2-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.core.ui/pom.xml
[INFO] Maven Artifact org.dom4j:dom4j:2.1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact io.takari.aether:aether-connector-okhttp:0.17.8 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okhttp3:okhttp:3.14.1 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okio:okio:1.17.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-file:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-utils:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-provider-api:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-component-annotations:1.5.5 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Resolving dependencies of MavenProject: org.eclipse.m2e:org.eclipse.m2e.core.ui:1.17.2-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.core.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.m2e:org.eclipse.m2e.core.ui:1.17.2-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.core.ui/pom.xml
[INFO] Fetching com.sun.jna_5.6.0.v20200716-0148.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (1.34MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching com.sun.jna_5.6.0.v20200716-0148.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (1.34MB)
[INFO] Unpacking com.sun.jna_5.6.0.v20200716-0148...
[INFO] Fetching com.sun.jna.platform_5.6.0.v20200722-0209.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (395.02kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching com.sun.jna.platform_5.6.0.v20200722-0209.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/plugins/ (395.02kB)
[INFO] Unpacking com.sun.jna.platform_5.6.0.v20200722-0209...
[INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (36.66kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (36.66kB)
[INFO] Unpacking javax.annotation_1.3.5.v20200909-1856...
[INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (35.59kB)
[INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (95.26kB)
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (16.71kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (16.71kB)
[INFO] Unpacking org.w3c.dom.smil_1.0.1.v200903091627...
[INFO] Fetching org.apache.xmlgraphics_2.4.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (255.73kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.xmlgraphics_2.4.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (255.73kB)
[INFO] Unpacking org.apache.xmlgraphics_2.4.0.v20200622-2037...
[INFO] Fetching org.apache.batik.constants_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (13kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.batik.constants_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (13kB)
[INFO] Unpacking org.apache.batik.constants_1.13.0.v20200622-2037...
[INFO] Fetching org.apache.batik.css_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (102.39kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.batik.css_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (102.39kB)
[INFO] Unpacking org.apache.batik.css_1.13.0.v20200622-2037...
[INFO] Fetching org.apache.batik.util_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (63.23kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.batik.util_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (63.23kB)
[INFO] Unpacking org.apache.batik.util_1.13.0.v20200622-2037...
[INFO] Fetching org.apache.batik.i18n_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (14.47kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.batik.i18n_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (14.47kB)
[INFO] Unpacking org.apache.batik.i18n_1.13.0.v20200622-2037...
[INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (15.35kB)
[INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (33.71kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (33.71kB)
[INFO] Unpacking org.apache.commons.logging_1.2.0.v20180409-1502...
[INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (82.7kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (82.7kB)
[INFO] Unpacking org.apache.commons.io_2.6.0.v20190123-2029...
[INFO] Fetching org.apache.felix.scr_2.1.24.v20200924-1939.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (155.35kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.felix.scr_2.1.24.v20200924-1939.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (155.35kB)
[INFO] Unpacking org.apache.felix.scr_2.1.24.v20200924-1939...
[INFO] Fetching org.eclipse.compare.core_3.6.1000.v20201020-1107.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (32.82kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.compare.core_3.6.1000.v20201020-1107.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (32.82kB)
[INFO] Unpacking org.eclipse.compare.core_3.6.1000.v20201020-1107...
[INFO] Fetching org.eclipse.core.databinding_1.10.100.v20200926-1123.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (56.91kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.databinding_1.10.100.v20200926-1123.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (56.91kB)
[INFO] Unpacking org.eclipse.core.databinding_1.10.100.v20200926-1123...
[INFO] Fetching org.eclipse.core.databinding.observable_1.10.0.v20200730-0848.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (82.74kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.databinding.observable_1.10.0.v20200730-0848.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (82.74kB)
[INFO] Unpacking org.eclipse.core.databinding.observable_1.10.0.v20200730-0848...
[INFO] Fetching org.eclipse.core.databinding.property_1.8.100.v20200619-0651.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (44.71kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.databinding.property_1.8.100.v20200619-0651.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (44.71kB)
[INFO] Unpacking org.eclipse.core.databinding.property_1.8.100.v20200619-0651...
[INFO] Fetching org.eclipse.core.variables_3.4.800.v20200120-1101.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (18.03kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.variables_3.4.800.v20200120-1101.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (18.03kB)
[INFO] Unpacking org.eclipse.core.variables_3.4.800.v20200120-1101...
[INFO] Fetching org.eclipse.debug.core_3.17.0.v20201109-1948.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (125.99kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.debug.core_3.17.0.v20201109-1948.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (125.99kB)
[INFO] Unpacking org.eclipse.debug.core_3.17.0.v20201109-1948...
[INFO] Fetching org.eclipse.e4.core.commands_0.13.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (13.78kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.core.commands_0.13.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (13.78kB)
[INFO] Unpacking org.eclipse.e4.core.commands_0.13.0.v20201119-1132...
[INFO] Fetching org.eclipse.e4.core.di_1.7.600.v20200428-0912.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (25.88kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.core.di_1.7.600.v20200428-0912.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (25.88kB)
[INFO] Unpacking org.eclipse.e4.core.di_1.7.600.v20200428-0912...
[INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (22.66kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (22.66kB)
[INFO] Unpacking org.eclipse.e4.core.contexts_1.8.400.v20191217-1710...
[INFO] Fetching org.eclipse.e4.core.services_2.2.500.v20200928-2213.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (27.95kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.core.services_2.2.500.v20200928-2213.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (27.95kB)
[INFO] Unpacking org.eclipse.e4.core.services_2.2.500.v20200928-2213...
[INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (7.68kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (7.68kB)
[INFO] Unpacking org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352...
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.16.0.v20200507-0938.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (7.72kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.16.0.v20200507-0938.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (7.72kB)
[INFO] Unpacking org.eclipse.e4.core.di.extensions_0.16.0.v20200507-0938...
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.700.v20200622-1247.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (16.43kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.700.v20200622-1247.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (16.43kB)
[INFO] Unpacking org.eclipse.e4.core.di.extensions.supplier_0.15.700.v20200622-1247...
[INFO] Fetching org.eclipse.e4.emf.xpath_0.2.800.v20200609-0849.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (21.73kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.emf.xpath_0.2.800.v20200609-0849.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (21.73kB)
[INFO] Unpacking org.eclipse.e4.emf.xpath_0.2.800.v20200609-0849...
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (107.16kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (107.16kB)
[INFO] Unpacking org.apache.commons.jxpath_1.3.0.v200911051830...
[INFO] Fetching org.eclipse.e4.ui.bindings_0.13.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (23.02kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.bindings_0.13.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (23.02kB)
[INFO] Unpacking org.eclipse.e4.ui.bindings_0.13.0.v20201119-1132...
[INFO] Fetching org.eclipse.swt_3.115.100.v20201202-1103.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (16.04kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.swt_3.115.100.v20201202-1103.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (16.04kB)
[INFO] Unpacking org.eclipse.swt_3.115.100.v20201202-1103...
[INFO] Fetching org.eclipse.e4.ui.services_1.4.0.v20201014-0944.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (13.15kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.services_1.4.0.v20201014-0944.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (13.15kB)
[INFO] Unpacking org.eclipse.e4.ui.services_1.4.0.v20201014-0944...
[INFO] Fetching org.eclipse.jface_3.22.0.v20201106-0834.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (361.85kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jface_3.22.0.v20201106-0834.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (361.85kB)
[INFO] Unpacking org.eclipse.jface_3.22.0.v20201106-0834...
[INFO] Fetching org.eclipse.e4.ui.css.core_0.13.0.v20201015-0653.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (66.15kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.css.core_0.13.0.v20201015-0653.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (66.15kB)
[INFO] Unpacking org.eclipse.e4.ui.css.core_0.13.0.v20201015-0653...
[INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.0.v20201103-0952.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (65.7kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.0.v20201103-0952.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (65.7kB)
[INFO] Unpacking org.eclipse.e4.ui.css.swt_0.14.0.v20201103-0952...
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.0.v20201026-1147.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (16.78kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.0.v20201026-1147.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (16.78kB)
[INFO] Unpacking org.eclipse.e4.ui.css.swt.theme_0.13.0.v20201026-1147...
[INFO] Fetching org.eclipse.e4.ui.di_1.2.900.v20201021-1339.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (9.74kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.di_1.2.900.v20201021-1339.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (9.74kB)
[INFO] Unpacking org.eclipse.e4.ui.di_1.2.900.v20201021-1339...
[INFO] Fetching org.eclipse.e4.ui.dialogs_1.2.100.v20201109-2317.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (27.64kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.dialogs_1.2.100.v20201109-2317.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (27.64kB)
[INFO] Unpacking org.eclipse.e4.ui.dialogs_1.2.100.v20201109-2317...
[INFO] Fetching org.eclipse.e4.ui.ide_3.15.100.v20200323-2111.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (7.94kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.ide_3.15.100.v20200323-2111.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (7.94kB)
[INFO] Unpacking org.eclipse.e4.ui.ide_3.15.100.v20200323-2111...
[INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.900.v20201014-0742.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (110.29kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.900.v20201014-0742.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (110.29kB)
[INFO] Unpacking org.eclipse.e4.ui.model.workbench_2.1.900.v20201014-0742...
[INFO] Fetching org.eclipse.equinox.event_1.5.500.v20200616-0800.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (16.65kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.event_1.5.500.v20200616-0800.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (16.65kB)
[INFO] Unpacking org.eclipse.equinox.event_1.5.500.v20200616-0800...
[INFO] Fetching org.eclipse.e4.ui.widgets_1.2.800.v20201021-1339.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (9.46kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.widgets_1.2.800.v20201021-1339.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (9.46kB)
[INFO] Unpacking org.eclipse.e4.ui.widgets_1.2.800.v20201021-1339...
[INFO] Fetching org.eclipse.e4.ui.workbench_1.12.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (84.41kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.workbench_1.12.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (84.41kB)
[INFO] Unpacking org.eclipse.e4.ui.workbench_1.12.0.v20201119-1132...
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (49.8kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (49.8kB)
[INFO] Unpacking org.eclipse.e4.ui.workbench.addons.swt_1.4.0.v20201119-1132...
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.0.v20201125-0918.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (94.41kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.0.v20201125-0918.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (94.41kB)
[INFO] Unpacking org.eclipse.e4.ui.workbench.renderers.swt_0.15.0.v20201125-0918...
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.15.0.v20201103-0952.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (62.44kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.15.0.v20201103-0952.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (62.44kB)
[INFO] Unpacking org.eclipse.e4.ui.workbench.swt_0.15.0.v20201103-0952...
[INFO] Fetching org.eclipse.jface.databinding_1.12.100.v20201014-0742.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (77.77kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jface.databinding_1.12.100.v20201014-0742.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (77.77kB)
[INFO] Unpacking org.eclipse.jface.databinding_1.12.100.v20201014-0742...
[INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.500.v20201021-1339.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (13.07kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.500.v20201021-1339.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (13.07kB)
[INFO] Unpacking org.eclipse.e4.ui.workbench3_0.15.500.v20201021-1339...
[INFO] Fetching org.eclipse.urischeme_1.1.200.v20201104-0938.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (23.69kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.urischeme_1.1.200.v20201104-0938.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (23.69kB)
[INFO] Unpacking org.eclipse.urischeme_1.1.200.v20201104-0938...
[INFO] Fetching org.eclipse.equinox.bidi_1.3.0.v20200612-1624.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (23.97kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.bidi_1.3.0.v20200612-1624.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (23.97kB)
[INFO] Unpacking org.eclipse.equinox.bidi_1.3.0.v20200612-1624...
[INFO] Fetching org.eclipse.equinox.p2.core_2.6.300.v20200211-1504.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (32.04kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.core_2.6.300.v20200211-1504.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (32.04kB)
[INFO] Unpacking org.eclipse.equinox.p2.core_2.6.300.v20200211-1504...
[INFO] Fetching org.eclipse.equinox.p2.engine_2.6.700.v20200511-1530.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (74.47kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.engine_2.6.700.v20200511-1530.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (74.47kB)
[INFO] Unpacking org.eclipse.equinox.p2.engine_2.6.700.v20200511-1530...
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.5.100.v20200908-1020.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (108kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.5.100.v20200908-1020.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (108kB)
[INFO] Unpacking org.eclipse.equinox.p2.metadata_2.5.100.v20200908-1020...
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (50.94kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (50.94kB)
[INFO] Unpacking org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528...
[INFO] Fetching org.eclipse.equinox.p2.repository_2.5.0.v20201013-0853.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (55.38kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.repository_2.5.0.v20201013-0853.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (55.38kB)
[INFO] Unpacking org.eclipse.equinox.p2.repository_2.5.0.v20201013-0853...
[INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (44.42kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (44.42kB)
[INFO] Unpacking org.tukaani.xz_1.8.0.v20180207-1613...
[INFO] Fetching org.eclipse.equinox.security_1.3.500.v20200114-1637.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (44.56kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.security_1.3.500.v20200114-1637.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (44.56kB)
[INFO] Unpacking org.eclipse.equinox.security_1.3.500.v20200114-1637...
[INFO] Fetching org.eclipse.help_3.8.800.v20200525-0755.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (120.7kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.help_3.8.800.v20200525-0755.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (120.7kB)
[INFO] Unpacking org.eclipse.help_3.8.800.v20200525-0755...
[INFO] Fetching org.eclipse.jface.notifications_0.2.100.v20201130-1828.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (14.74kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jface.notifications_0.2.100.v20201130-1828.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (14.74kB)
[INFO] Unpacking org.eclipse.jface.notifications_0.2.100.v20201130-1828...
[INFO] Fetching org.eclipse.jface.text_3.16.500.v20201112-1545.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (316.84kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jface.text_3.16.500.v20201112-1545.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (316.84kB)
[INFO] Unpacking org.eclipse.jface.text_3.16.500.v20201112-1545...
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.11.200.v20201027-1753.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (105.65kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.11.200.v20201027-1753.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (105.65kB)
[INFO] Unpacking org.eclipse.ltk.core.refactoring_3.11.200.v20201027-1753...
[INFO] Fetching org.eclipse.ui.console_3.10.0.v20201021-1231.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (84.03kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.console_3.10.0.v20201021-1231.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (84.03kB)
[INFO] Unpacking org.eclipse.ui.console_3.10.0.v20201021-1231...
[INFO] Fetching org.eclipse.ui.ide_3.18.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (949.75kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.ide_3.18.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (949.75kB)
[INFO] Unpacking org.eclipse.ui.ide_3.18.0.v20201119-1132...
[INFO] Fetching org.eclipse.ui.forms_3.11.0.v20201025-0656.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (123.05kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.forms_3.11.0.v20201025-0656.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (123.05kB)
[INFO] Unpacking org.eclipse.ui.forms_3.11.0.v20201025-0656...
[INFO] Fetching org.eclipse.ui_3.118.100.v20201123-0719.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (339.74kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui_3.118.100.v20201123-0719.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (339.74kB)
[INFO] Unpacking org.eclipse.ui_3.118.100.v20201123-0719...
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.115.100.v20201202-1103.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (969.03kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.115.100.v20201202-1103.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (969.03kB)
[INFO] Unpacking org.eclipse.swt.gtk.linux.x86_64_3.115.100.v20201202-1103...
[INFO] Fetching org.eclipse.ui.workbench_3.122.0.v20201122-1345.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (961.46kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.workbench_3.122.0.v20201122-1345.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (961.46kB)
[INFO] Unpacking org.eclipse.ui.workbench_3.122.0.v20201122-1345...
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.15.100.v20201116-1727.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (239.2kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.15.100.v20201116-1727.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (239.2kB)
[INFO] Unpacking org.eclipse.ui.workbench.texteditor_3.15.100.v20201116-1727...
[INFO] Fetching org.eclipse.ui.navigator_3.9.500.v20201021-1339.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (130.94kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.navigator_3.9.500.v20201021-1339.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (130.94kB)
[INFO] Unpacking org.eclipse.ui.navigator_3.9.500.v20201021-1339...
[INFO] Computing target platform for MavenProject: org.eclipse.m2e:org.eclipse.m2e.launching:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.launching/pom.xml
[INFO] Maven Artifact org.dom4j:dom4j:2.1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact io.takari.aether:aether-connector-okhttp:0.17.8 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okhttp3:okhttp:3.14.1 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okio:okio:1.17.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-file:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-utils:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-provider-api:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-component-annotations:1.5.5 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Resolving dependencies of MavenProject: org.eclipse.m2e:org.eclipse.m2e.launching:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.launching/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.m2e:org.eclipse.m2e.launching:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.launching/pom.xml
[INFO] Fetching org.slf4j.jcl_1.7.2.v20130115-1340.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (14.59kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.slf4j.jcl_1.7.2.v20130115-1340.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (14.59kB)
[INFO] Unpacking org.slf4j.jcl_1.7.2.v20130115-1340...
[INFO] Fetching org.eclipse.compare_3.7.1200.v20201020-1107.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (306.62kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.compare_3.7.1200.v20201020-1107.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (306.62kB)
[INFO] Unpacking org.eclipse.compare_3.7.1200.v20201020-1107...
[INFO] Fetching org.eclipse.ui.views_3.10.500.v20201021-1339.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (48.23kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.views_3.10.500.v20201021-1339.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (48.23kB)
[INFO] Unpacking org.eclipse.ui.views_3.10.500.v20201021-1339...
[INFO] Fetching org.eclipse.ui.editors_3.13.400.v20200923-1238.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (199.9kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.editors_3.13.400.v20200923-1238.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (199.9kB)
[INFO] Unpacking org.eclipse.ui.editors_3.13.400.v20200923-1238...
[INFO] Fetching org.eclipse.core.externaltools_1.1.800.v20201105-0600.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (20.85kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.externaltools_1.1.800.v20201105-0600.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (20.85kB)
[INFO] Unpacking org.eclipse.core.externaltools_1.1.800.v20201105-0600...
[INFO] Fetching org.eclipse.debug.ui_3.14.700.v20201123-0650.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (1,019kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.debug.ui_3.14.700.v20201123-0650.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (1,019kB)
[INFO] Unpacking org.eclipse.debug.ui_3.14.700.v20201123-0650...
[INFO] Fetching org.eclipse.jdt.core_3.24.0.v20201123-0742.jar from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (6.89MB)
[INFO] Fetching org.eclipse.jdt.core.manipulation_1.14.200.v20201124-1435.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (518.04kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.core.manipulation_1.14.200.v20201124-1435.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (518.04kB)
[INFO] Unpacking org.eclipse.jdt.core.manipulation_1.14.200.v20201124-1435...
[INFO] Fetching org.eclipse.jdt.launching_3.19.0.v20201106-0848.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (282.53kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.launching_3.19.0.v20201106-0848.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (282.53kB)
[INFO] Unpacking org.eclipse.jdt.launching_3.19.0.v20201106-0848...
[INFO] Fetching org.eclipse.jdt.debug_3.17.0.v20201117-1145.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (900.98kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.debug_3.17.0.v20201117-1145.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (900.98kB)
[INFO] Unpacking org.eclipse.jdt.debug_3.17.0.v20201117-1145...
[INFO] Fetching org.eclipse.jdt.debug.ui_3.12.100.v20201118-1524.jar from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (1.67MB)
[INFO] Fetching org.eclipse.jdt.ui_3.22.0.v20201121-1451.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (3.92MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.ui_3.22.0.v20201121-1451.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (3.92MB)
[INFO] Unpacking org.eclipse.jdt.ui_3.22.0.v20201121-1451...
[INFO] Fetching org.eclipse.search_3.12.100.v20201116-1027.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (214.49kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.search_3.12.100.v20201116-1027.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (214.49kB)
[INFO] Unpacking org.eclipse.search_3.12.100.v20201116-1027...
[INFO] Fetching org.eclipse.team.ui_3.8.1100.v20200916-0836.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (491.71kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.team.ui_3.8.1100.v20200916-0836.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (491.71kB)
[INFO] Unpacking org.eclipse.team.ui_3.8.1100.v20200916-0836...
[INFO] Fetching org.eclipse.team.core_3.8.1100.v20200806-0621.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (124.96kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.team.core_3.8.1100.v20200806-0621.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (124.96kB)
[INFO] Unpacking org.eclipse.team.core_3.8.1100.v20200806-0621...
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.11.200.v20201025-2022.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (176.88kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.11.200.v20201025-2022.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (176.88kB)
[INFO] Unpacking org.eclipse.ltk.ui.refactoring_3.11.200.v20201025-2022...
[INFO] Fetching org.eclipse.ui.navigator.resources_3.7.500.v20201021-1339.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (70.55kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.navigator.resources_3.7.500.v20201021-1339.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (70.55kB)
[INFO] Unpacking org.eclipse.ui.navigator.resources_3.7.500.v20201021-1339...
[INFO] Fetching org.eclipse.ui.externaltools_3.4.900.v20201105-0600.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (65.62kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.externaltools_3.4.900.v20201105-0600.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (65.62kB)
[INFO] Unpacking org.eclipse.ui.externaltools_3.4.900.v20201105-0600...
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.0.v20201026-0739.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (40.5kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.0.v20201026-0739.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (40.5kB)
[INFO] Unpacking org.eclipse.ui.views.properties.tabbed_3.9.0.v20201026-0739...
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/agent/workspace/m2e_master/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.17.0.v20201117-1145/org.eclipse.jdt.debug-3.17.0.v20201117-1145.jar
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/agent/workspace/m2e_master/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.17.0.v20201117-1145/org.eclipse.jdt.debug-3.17.0.v20201117-1145.jar
[INFO] Computing target platform for MavenProject: org.eclipse.m2e:org.eclipse.m2e.jdt:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.jdt/pom.xml
[INFO] Maven Artifact org.dom4j:dom4j:2.1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact io.takari.aether:aether-connector-okhttp:0.17.8 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okhttp3:okhttp:3.14.1 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okio:okio:1.17.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-file:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-utils:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-provider-api:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-component-annotations:1.5.5 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Resolving dependencies of MavenProject: org.eclipse.m2e:org.eclipse.m2e.jdt:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.jdt/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.m2e:org.eclipse.m2e.jdt:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.jdt/pom.xml
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/agent/workspace/m2e_master/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.17.0.v20201117-1145/org.eclipse.jdt.debug-3.17.0.v20201117-1145.jar
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/agent/workspace/m2e_master/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.17.0.v20201117-1145/org.eclipse.jdt.debug-3.17.0.v20201117-1145.jar
[INFO] Computing target platform for MavenProject: org.eclipse.m2e:org.eclipse.m2e.jdt.ui:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.jdt.ui/pom.xml
[INFO] Maven Artifact org.dom4j:dom4j:2.1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact io.takari.aether:aether-connector-okhttp:0.17.8 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okhttp3:okhttp:3.14.1 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okio:okio:1.17.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-file:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-utils:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-provider-api:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-component-annotations:1.5.5 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Resolving dependencies of MavenProject: org.eclipse.m2e:org.eclipse.m2e.jdt.ui:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.jdt.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.m2e:org.eclipse.m2e.jdt.ui:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.jdt.ui/pom.xml
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/agent/workspace/m2e_master/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.17.0.v20201117-1145/org.eclipse.jdt.debug-3.17.0.v20201117-1145.jar
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/agent/workspace/m2e_master/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.17.0.v20201117-1145/org.eclipse.jdt.debug-3.17.0.v20201117-1145.jar
[INFO] Computing target platform for MavenProject: org.eclipse.m2e:org.eclipse.m2e.refactoring:1.17.0-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.refactoring/pom.xml
[INFO] Maven Artifact org.dom4j:dom4j:2.1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact io.takari.aether:aether-connector-okhttp:0.17.8 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okhttp3:okhttp:3.14.1 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okio:okio:1.17.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-file:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-utils:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-provider-api:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-component-annotations:1.5.5 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Resolving dependencies of MavenProject: org.eclipse.m2e:org.eclipse.m2e.refactoring:1.17.0-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.refactoring/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.m2e:org.eclipse.m2e.refactoring:1.17.0-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.refactoring/pom.xml
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/agent/workspace/m2e_master/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.17.0.v20201117-1145/org.eclipse.jdt.debug-3.17.0.v20201117-1145.jar
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/agent/workspace/m2e_master/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.17.0.v20201117-1145/org.eclipse.jdt.debug-3.17.0.v20201117-1145.jar
[INFO] Computing target platform for MavenProject: org.eclipse.m2e:org.eclipse.m2e.editor.xml:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.xml/pom.xml
[INFO] Maven Artifact org.dom4j:dom4j:2.1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact io.takari.aether:aether-connector-okhttp:0.17.8 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okhttp3:okhttp:3.14.1 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okio:okio:1.17.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-file:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-utils:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-provider-api:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-component-annotations:1.5.5 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Resolving dependencies of MavenProject: org.eclipse.m2e:org.eclipse.m2e.editor.xml:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.xml/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.m2e:org.eclipse.m2e.editor.xml:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.xml/pom.xml
[INFO] Fetching org.eclipse.ecf_3.9.101.v20201027-0547.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (48.21kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ecf_3.9.101.v20201027-0547.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (48.21kB)
[INFO] Unpacking org.eclipse.ecf_3.9.101.v20201027-0547...
[INFO] Fetching org.eclipse.ecf.identity_3.9.401.v20201027-0550.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (27.04kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ecf.identity_3.9.401.v20201027-0550.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (27.04kB)
[INFO] Unpacking org.eclipse.ecf.identity_3.9.401.v20201027-0550...
[INFO] Fetching org.eclipse.equinox.concurrent_1.1.500.v20200106-1437.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (12.22kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.concurrent_1.1.500.v20200106-1437.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (12.22kB)
[INFO] Unpacking org.eclipse.equinox.concurrent_1.1.500.v20200106-1437...
[INFO] Fetching org.eclipse.ecf.filetransfer_5.1.101.v20201025-2315.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (20.47kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ecf.filetransfer_5.1.101.v20201025-2315.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (20.47kB)
[INFO] Unpacking org.eclipse.ecf.filetransfer_5.1.101.v20201025-2315...
[INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.601.v20201025-0700.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (45.05kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.601.v20201025-0700.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (45.05kB)
[INFO] Unpacking org.eclipse.ecf.provider.filetransfer_3.2.601.v20201025-0700...
[INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (59.6kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (59.6kB)
[INFO] Unpacking org.eclipse.emf.common.ui_2.18.0.v20190507-0402...
[INFO] Fetching org.eclipse.emf.edit.ui_2.19.0.v20200917-1406.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (109.14kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.edit.ui_2.19.0.v20200917-1406.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (109.14kB)
[INFO] Unpacking org.eclipse.emf.edit.ui_2.19.0.v20200917-1406...
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.500.v20200406-2025.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (58.11kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.500.v20200406-2025.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (58.11kB)
[INFO] Unpacking org.eclipse.equinox.p2.artifact.repository_1.3.500.v20200406-2025...
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.700.v20200904-1601.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (39.3kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.700.v20200904-1601.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (39.3kB)
[INFO] Unpacking org.eclipse.equinox.p2.jarprocessor_1.1.700.v20200904-1601...
[INFO] Fetching org.eclipse.equinox.p2.director_2.4.700.v20200511-1530.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (47.99kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.director_2.4.700.v20200511-1530.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (47.99kB)
[INFO] Unpacking org.eclipse.equinox.p2.director_2.4.700.v20200511-1530...
[INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (116.64kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (116.64kB)
[INFO] Unpacking org.sat4j.core_2.3.5.v201308161310...
[INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (81.19kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (81.19kB)
[INFO] Unpacking org.sat4j.pb_2.3.5.v201404071733...
[INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.600.v20200721-1308.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (24.18kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.600.v20200721-1308.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (24.18kB)
[INFO] Unpacking org.eclipse.equinox.simpleconfigurator_1.3.600.v20200721-1308...
[INFO] Fetching org.eclipse.equinox.p2.discovery_1.1.200.v20190611-1008.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (17.02kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.discovery_1.1.200.v20190611-1008.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (17.02kB)
[INFO] Unpacking org.eclipse.equinox.p2.discovery_1.1.200.v20190611-1008...
[INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility_1.2.0.v20200916-1234.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (26.9kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility_1.2.0.v20200916-1234.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (26.9kB)
[INFO] Unpacking org.eclipse.equinox.p2.discovery.compatibility_1.2.0.v20200916-1234...
[INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.3.0.v20201012-1345.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (22.39kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.3.0.v20201012-1345.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (22.39kB)
[INFO] Unpacking org.eclipse.equinox.p2.transport.ecf_1.3.0.v20201012-1345...
[INFO] Fetching org.eclipse.equinox.p2.operations_2.5.1000.v20201106-1246.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (31.94kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.operations_2.5.1000.v20201106-1246.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (31.94kB)
[INFO] Unpacking org.eclipse.equinox.p2.operations_2.5.1000.v20201106-1246...
[INFO] Fetching org.eclipse.equinox.p2.ui_2.6.100.v20200731-1005.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (288.35kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.ui_2.6.100.v20200731-1005.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (288.35kB)
[INFO] Unpacking org.eclipse.equinox.p2.ui_2.6.100.v20200731-1005...
[INFO] Fetching org.eclipse.equinox.security.ui_1.2.700.v20200807-1518.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (71.46kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.security.ui_1.2.700.v20200807-1518.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (71.46kB)
[INFO] Unpacking org.eclipse.equinox.security.ui_1.2.700.v20200807-1518...
[INFO] Fetching org.eclipse.equinox.p2.ui.discovery_1.2.0.v20200916-1234.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (75.86kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.ui.discovery_1.2.0.v20200916-1234.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (75.86kB)
[INFO] Unpacking org.eclipse.equinox.p2.ui.discovery_1.2.0.v20200916-1234...
[INFO] Fetching org.eclipse.ui.browser_3.6.1000.v20200910-0548.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (97.84kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.browser_3.6.1000.v20200910-0548.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (97.84kB)
[INFO] Unpacking org.eclipse.ui.browser_3.6.1000.v20200910-0548...
[INFO] Fetching org.eclipse.ui.genericeditor_1.1.900.v20200910-2030.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (49.36kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.genericeditor_1.1.900.v20200910-2030.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (49.36kB)
[INFO] Unpacking org.eclipse.ui.genericeditor_1.1.900.v20200910-2030...
[INFO] Fetching org.eclipse.wst.xml.ui_1.2.500.v202008091424.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (335.57kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.wst.xml.ui_1.2.500.v202008091424.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (335.57kB)
[INFO] Unpacking org.eclipse.wst.xml.ui_1.2.500.v202008091424...
[INFO] Fetching org.eclipse.wst.sse.ui_1.7.100.v202008192217.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (315.24kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.wst.sse.ui_1.7.100.v202008192217.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (315.24kB)
[INFO] Unpacking org.eclipse.wst.sse.ui_1.7.100.v202008192217...
[INFO] Fetching org.eclipse.wst.xsd.core_1.2.100.v202008180353.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (29.05kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.wst.xsd.core_1.2.100.v202008180353.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (29.05kB)
[INFO] Unpacking org.eclipse.wst.xsd.core_1.2.100.v202008180353...
[INFO] Fetching org.eclipse.wst.common.frameworks.ui_1.2.401.v202007142017.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (53.32kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.wst.common.frameworks.ui_1.2.401.v202007142017.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (53.32kB)
[INFO] Unpacking org.eclipse.wst.common.frameworks.ui_1.2.401.v202007142017...
[INFO] Fetching org.eclipse.wst.common.project.facet.core_1.4.401.v202007142017.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (119.2kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.wst.common.project.facet.core_1.4.401.v202007142017.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (119.2kB)
[INFO] Unpacking org.eclipse.wst.common.project.facet.core_1.4.401.v202007142017...
[INFO] Fetching org.eclipse.wst.common.ui_1.2.0.v202007161535.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (57.02kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.wst.common.ui_1.2.0.v202007161535.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (57.02kB)
[INFO] Unpacking org.eclipse.wst.common.ui_1.2.0.v202007161535...
[INFO] Fetching org.eclipse.wst.validation_1.2.801.v202007142017.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (134.43kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.wst.validation_1.2.801.v202007142017.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (134.43kB)
[INFO] Unpacking org.eclipse.wst.validation_1.2.801.v202007142017...
[INFO] Fetching org.eclipse.wst.validation.ui_1.2.601.v202007142017.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (49.22kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.wst.validation.ui_1.2.601.v202007142017.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (49.22kB)
[INFO] Unpacking org.eclipse.wst.validation.ui_1.2.601.v202007142017...
[INFO] Fetching org.eclipse.xsd_2.18.0.v20200917-0747.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (535.36kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xsd_2.18.0.v20200917-0747.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (535.36kB)
[INFO] Unpacking org.eclipse.xsd_2.18.0.v20200917-0747...
[INFO] Computing target platform for MavenProject: org.eclipse.m2e:org.eclipse.m2e.editor:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor/pom.xml
[INFO] Maven Artifact org.dom4j:dom4j:2.1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact io.takari.aether:aether-connector-okhttp:0.17.8 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okhttp3:okhttp:3.14.1 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okio:okio:1.17.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-file:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-utils:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-provider-api:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-component-annotations:1.5.5 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Resolving dependencies of MavenProject: org.eclipse.m2e:org.eclipse.m2e.editor:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.m2e:org.eclipse.m2e.editor:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.m2e:org.eclipse.m2e.lifecyclemapping.defaults:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.lifecyclemapping.defaults/pom.xml
[INFO] Maven Artifact org.dom4j:dom4j:2.1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact io.takari.aether:aether-connector-okhttp:0.17.8 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okhttp3:okhttp:3.14.1 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okio:okio:1.17.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-file:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-utils:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-provider-api:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-component-annotations:1.5.5 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Resolving dependencies of MavenProject: org.eclipse.m2e:org.eclipse.m2e.lifecyclemapping.defaults:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.lifecyclemapping.defaults/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.m2e:org.eclipse.m2e.lifecyclemapping.defaults:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.lifecyclemapping.defaults/pom.xml
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/agent/workspace/m2e_master/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.17.0.v20201117-1145/org.eclipse.jdt.debug-3.17.0.v20201117-1145.jar
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/agent/workspace/m2e_master/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.17.0.v20201117-1145/org.eclipse.jdt.debug-3.17.0.v20201117-1145.jar
[INFO] Computing target platform for MavenProject: org.eclipse.m2e:org.eclipse.m2e.discovery:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.discovery/pom.xml
[INFO] Maven Artifact org.dom4j:dom4j:2.1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact io.takari.aether:aether-connector-okhttp:0.17.8 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okhttp3:okhttp:3.14.1 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okio:okio:1.17.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-file:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-utils:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-provider-api:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-component-annotations:1.5.5 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Resolving dependencies of MavenProject: org.eclipse.m2e:org.eclipse.m2e.discovery:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.discovery/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.m2e:org.eclipse.m2e.discovery:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.discovery/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.m2e:org.eclipse.m2e.scm:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.scm/pom.xml
[INFO] Maven Artifact org.dom4j:dom4j:2.1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact io.takari.aether:aether-connector-okhttp:0.17.8 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okhttp3:okhttp:3.14.1 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okio:okio:1.17.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-file:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-utils:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-provider-api:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-component-annotations:1.5.5 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Resolving dependencies of MavenProject: org.eclipse.m2e:org.eclipse.m2e.scm:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.scm/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.m2e:org.eclipse.m2e.scm:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.scm/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.m2e:org.eclipse.m2e.profiles.core:1.17.0-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.profiles.core/pom.xml
[INFO] Maven Artifact org.dom4j:dom4j:2.1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact io.takari.aether:aether-connector-okhttp:0.17.8 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okhttp3:okhttp:3.14.1 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okio:okio:1.17.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-file:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-utils:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-provider-api:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-component-annotations:1.5.5 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Resolving dependencies of MavenProject: org.eclipse.m2e:org.eclipse.m2e.profiles.core:1.17.0-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.profiles.core/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.m2e:org.eclipse.m2e.profiles.core:1.17.0-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.profiles.core/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.m2e:org.eclipse.m2e.profiles.ui:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.profiles.ui/pom.xml
[INFO] Maven Artifact org.dom4j:dom4j:2.1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact io.takari.aether:aether-connector-okhttp:0.17.8 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okhttp3:okhttp:3.14.1 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okio:okio:1.17.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-file:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-utils:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-provider-api:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-component-annotations:1.5.5 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Resolving dependencies of MavenProject: org.eclipse.m2e:org.eclipse.m2e.profiles.ui:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.profiles.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.m2e:org.eclipse.m2e.profiles.ui:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.profiles.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.m2e:org.eclipse.m2e.importer:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.importer/pom.xml
[INFO] Maven Artifact org.dom4j:dom4j:2.1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact io.takari.aether:aether-connector-okhttp:0.17.8 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okhttp3:okhttp:3.14.1 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okio:okio:1.17.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-file:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-utils:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-provider-api:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-component-annotations:1.5.5 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Resolving dependencies of MavenProject: org.eclipse.m2e:org.eclipse.m2e.importer:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.importer/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.m2e:org.eclipse.m2e.importer:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.importer/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.m2e:org.eclipse.m2e.binaryproject:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.binaryproject/pom.xml
[INFO] Maven Artifact org.dom4j:dom4j:2.1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact io.takari.aether:aether-connector-okhttp:0.17.8 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okhttp3:okhttp:3.14.1 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okio:okio:1.17.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-file:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-utils:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-provider-api:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-component-annotations:1.5.5 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Resolving dependencies of MavenProject: org.eclipse.m2e:org.eclipse.m2e.binaryproject:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.binaryproject/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.m2e:org.eclipse.m2e.binaryproject:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.binaryproject/pom.xml
[INFO] Fetching com.google.gson_2.8.2.v20180104-1110.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (79.97kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching com.google.gson_2.8.2.v20180104-1110.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (79.97kB)
[INFO] Unpacking com.google.gson_2.8.2.v20180104-1110...
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/agent/workspace/m2e_master/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.17.0.v20201117-1145/org.eclipse.jdt.debug-3.17.0.v20201117-1145.jar
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/agent/workspace/m2e_master/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.17.0.v20201117-1145/org.eclipse.jdt.debug-3.17.0.v20201117-1145.jar
[INFO] Computing target platform for MavenProject: org.eclipse.m2e:org.eclipse.m2e.binaryproject.ui:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.binaryproject.ui/pom.xml
[INFO] Maven Artifact org.dom4j:dom4j:2.1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact io.takari.aether:aether-connector-okhttp:0.17.8 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okhttp3:okhttp:3.14.1 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okio:okio:1.17.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-file:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-utils:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-provider-api:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-component-annotations:1.5.5 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Resolving dependencies of MavenProject: org.eclipse.m2e:org.eclipse.m2e.binaryproject.ui:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.binaryproject.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.m2e:org.eclipse.m2e.binaryproject.ui:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.binaryproject.ui/pom.xml
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/agent/workspace/m2e_master/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.17.0.v20201117-1145/org.eclipse.jdt.debug-3.17.0.v20201117-1145.jar
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/agent/workspace/m2e_master/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.17.0.v20201117-1145/org.eclipse.jdt.debug-3.17.0.v20201117-1145.jar
[INFO] Computing target platform for MavenProject: org.eclipse.m2e:org.eclipse.m2e.sourcelookup:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.sourcelookup/pom.xml
[INFO] Maven Artifact org.dom4j:dom4j:2.1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact io.takari.aether:aether-connector-okhttp:0.17.8 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okhttp3:okhttp:3.14.1 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okio:okio:1.17.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-file:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-utils:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-provider-api:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-component-annotations:1.5.5 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Resolving dependencies of MavenProject: org.eclipse.m2e:org.eclipse.m2e.sourcelookup:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.sourcelookup/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.m2e:org.eclipse.m2e.sourcelookup:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.sourcelookup/pom.xml
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/agent/workspace/m2e_master/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.17.0.v20201117-1145/org.eclipse.jdt.debug-3.17.0.v20201117-1145.jar
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/agent/workspace/m2e_master/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.17.0.v20201117-1145/org.eclipse.jdt.debug-3.17.0.v20201117-1145.jar
[INFO] Computing target platform for MavenProject: org.eclipse.m2e:org.eclipse.m2e.sourcelookup.ui:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.sourcelookup.ui/pom.xml
[INFO] Maven Artifact org.dom4j:dom4j:2.1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact io.takari.aether:aether-connector-okhttp:0.17.8 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okhttp3:okhttp:3.14.1 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okio:okio:1.17.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-file:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-utils:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-provider-api:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-component-annotations:1.5.5 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Resolving dependencies of MavenProject: org.eclipse.m2e:org.eclipse.m2e.sourcelookup.ui:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.sourcelookup.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.m2e:org.eclipse.m2e.sourcelookup.ui:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.sourcelookup.ui/pom.xml
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/agent/workspace/m2e_master/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.17.0.v20201117-1145/org.eclipse.jdt.debug-3.17.0.v20201117-1145.jar
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/agent/workspace/m2e_master/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.17.0.v20201117-1145/org.eclipse.jdt.debug-3.17.0.v20201117-1145.jar
[INFO] Computing target platform for MavenProject: org.eclipse.m2e:org.eclipse.m2e.editor.lemminx:1.17.2-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.lemminx/pom.xml
[INFO] Maven Artifact org.apache.maven.indexer:indexer-core:6.0.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact aopalliance:aopalliance:1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.lucene:lucene-core:5.5.5 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.lucene:lucene-queryparser:5.5.5 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.lucene:lucene-queries:5.5.5 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.lucene:lucene-sandbox:5.5.5 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.lucene:lucene-analyzers-common:5.5.5 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.lucene:lucene-backward-codecs:5.5.5 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.lucene:lucene-highlighter:5.5.5 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.lucene:lucene-join:5.5.5 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.lucene:lucene-memory:5.5.5 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.resolver:maven-resolver-api:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.resolver:maven-resolver-util:1.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven:maven-model:3.5.2 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-utils:3.1.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.dom4j:dom4j:2.1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact io.takari.aether:aether-connector-okhttp:0.17.8 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okhttp3:okhttp:3.14.1 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okio:okio:1.17.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-file:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-provider-api:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-component-annotations:1.5.5 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Resolving dependencies of MavenProject: org.eclipse.m2e:org.eclipse.m2e.editor.lemminx:1.17.2-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.lemminx/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.m2e:org.eclipse.m2e.editor.lemminx:1.17.2-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.lemminx/pom.xml
[INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (676.21kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (676.21kB)
[INFO] Unpacking com.google.guava_21.0.0.v20170206-1425...
[INFO] Fetching org.eclipse.core.net_1.3.1000.v20200715-0827.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (31.78kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.net_1.3.1000.v20200715-0827.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (31.78kB)
[INFO] Unpacking org.eclipse.core.net_1.3.1000.v20200715-0827...
[INFO] Fetching org.eclipse.lsp4e_0.13.4.202011121435.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (187.32kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.lsp4e_0.13.4.202011121435.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (187.32kB)
[INFO] Unpacking org.eclipse.lsp4e_0.13.4.202011121435...
[INFO] Fetching org.eclipse.mylyn.commons.notifications.core_1.17.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (10.45kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.mylyn.commons.notifications.core_1.17.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (10.45kB)
[INFO] Unpacking org.eclipse.mylyn.commons.notifications.core_1.17.2.v20200813-0821...
[INFO] Fetching org.eclipse.mylyn.commons.notifications.ui_1.17.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (37.63kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.mylyn.commons.notifications.ui_1.17.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (37.63kB)
[INFO] Unpacking org.eclipse.mylyn.commons.notifications.ui_1.17.2.v20200813-0821...
[INFO] Fetching org.eclipse.lsp4j_0.10.0.v20201105-1103.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (788.7kB)
[INFO] Fetching org.eclipse.lsp4j.jsonrpc_0.10.0.v20201105-1103.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (131.38kB)
[INFO] Fetching org.eclipse.mylyn.wikitext_3.0.38.20200817211131.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (363.95kB)
[INFO] Fetching org.eclipse.mylyn.wikitext.markdown_3.0.38.20200817211131.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (85.43kB)
[INFO] Fetching org.eclipse.ui.intro_3.6.0.v20201120-1551.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (141.91kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.intro_3.6.0.v20201120-1551.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (141.91kB)
[INFO] Unpacking org.eclipse.ui.intro_3.6.0.v20201120-1551...
[INFO] Fetching org.eclipse.xtext.xbase.lib_2.24.0.v20201130-0911.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (48.16kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xtext.xbase.lib_2.24.0.v20201130-0911.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (48.16kB)
[INFO] Unpacking org.eclipse.xtext.xbase.lib_2.24.0.v20201130-0911...
[INFO] Fetching org.eclipse.wildwebdeveloper.xml_0.10.0.202011132012.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (6.78MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.wildwebdeveloper.xml_0.10.0.202011132012.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (6.78MB)
[INFO] Unpacking org.eclipse.wildwebdeveloper.xml_0.10.0.202011132012...
[INFO] Fetching org.eclipse.mylyn.commons.core_3.25.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (88.99kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.mylyn.commons.core_3.25.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (88.99kB)
[INFO] Unpacking org.eclipse.mylyn.commons.core_3.25.2.v20200813-0821...
[INFO] Fetching org.eclipse.mylyn.commons.ui_3.25.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (222.89kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.mylyn.commons.ui_3.25.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (222.89kB)
[INFO] Unpacking org.eclipse.mylyn.commons.ui_3.25.2.v20200813-0821...
[INFO] Fetching org.eclipse.mylyn.commons.workbench_3.25.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (107.68kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.mylyn.commons.workbench_3.25.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (107.68kB)
[INFO] Unpacking org.eclipse.mylyn.commons.workbench_3.25.2.v20200813-0821...
[INFO] Fetching org.eclipse.mylyn.commons.screenshots_3.25.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (73.36kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.mylyn.commons.screenshots_3.25.2.v20200813-0821.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (73.36kB)
[INFO] Unpacking org.eclipse.mylyn.commons.screenshots_3.25.2.v20200813-0821...
[INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (114.11kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (114.11kB)
[INFO] Unpacking org.apache.commons.lang_2.6.0.v201404270220...
[INFO] Fetching org.jsoup_1.8.3.v20181012-1713.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (104.95kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.jsoup_1.8.3.v20181012-1713.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (104.95kB)
[INFO] Unpacking org.jsoup_1.8.3.v20181012-1713...
[INFO] Fetching org.eclipse.tm4e.core_0.4.1.202006041920.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (60.09kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.tm4e.core_0.4.1.202006041920.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (60.09kB)
[INFO] Unpacking org.eclipse.tm4e.core_0.4.1.202006041920...
[INFO] Fetching org.jcodings_1.0.18.v20170306-1742.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (1.3MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.jcodings_1.0.18.v20170306-1742.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (1.3MB)
[INFO] Unpacking org.jcodings_1.0.18.v20170306-1742...
[INFO] Fetching org.joni_2.1.11.v20170306-1742.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (94.65kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.joni_2.1.11.v20170306-1742.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (94.65kB)
[INFO] Unpacking org.joni_2.1.11.v20170306-1742...
[INFO] Fetching org.eclipse.tm4e.registry_0.4.0.201911130739.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (14.93kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.tm4e.registry_0.4.0.201911130739.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (14.93kB)
[INFO] Unpacking org.eclipse.tm4e.registry_0.4.0.201911130739...
[INFO] Fetching org.eclipse.tm4e.ui_0.4.1.202008270629.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (51.82kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.tm4e.ui_0.4.1.202008270629.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (51.82kB)
[INFO] Unpacking org.eclipse.tm4e.ui_0.4.1.202008270629...
[INFO] Fetching org.objectweb.asm_9.0.0.v20201001-1419.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (61.03kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.objectweb.asm_9.0.0.v20201001-1419.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (61.03kB)
[INFO] Unpacking org.objectweb.asm_9.0.0.v20201001-1419...
[INFO] Computing target platform for MavenProject: org.eclipse.m2e:org.eclipse.m2e.pde:1.17.2-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.pde/pom.xml
[INFO] Maven Artifact org.dom4j:dom4j:2.1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact io.takari.aether:aether-connector-okhttp:0.17.8 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okhttp3:okhttp:3.14.1 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okio:okio:1.17.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-file:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-utils:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-provider-api:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-component-annotations:1.5.5 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Resolving dependencies of MavenProject: org.eclipse.m2e:org.eclipse.m2e.pde:1.17.2-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.pde/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.m2e:org.eclipse.m2e.pde:1.17.2-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.pde/pom.xml
[INFO] Fetching plugins/biz.aQute.bndlib_5.2.0.202010142003.jar from https://bndtools.jfrog.io/artifactory/update-latest/libs-release-local/org/bndtools/org.bndtools.p2/5.2.0/org.bndtools.p2-5.2.0.jar!/ (3.54MB)
[INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (123kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (123kB)
[INFO] Unpacking org.junit_4.13.0.v20200204-1500...
[INFO] Fetching org.apache.ant_1.10.9.v20201106-1946.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (2.85MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.ant_1.10.9.v20201106-1946.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (2.85MB)
[INFO] Unpacking org.apache.ant_1.10.9.v20201106-1946...
[INFO] Fetching org.apache.commons.codec_1.14.0.v20200818-1422.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (143.98kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.commons.codec_1.14.0.v20200818-1422.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (143.98kB)
[INFO] Unpacking org.apache.commons.codec_1.14.0.v20200818-1422...
[INFO] Fetching org.eclipse.ant.core_3.5.800.v20200608-1251.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (71.46kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ant.core_3.5.800.v20200608-1251.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (71.46kB)
[INFO] Unpacking org.eclipse.ant.core_3.5.800.v20200608-1251...
[INFO] Fetching org.eclipse.ant.launching_1.2.1000.v20200610-1458.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (102.05kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ant.launching_1.2.1000.v20200610-1458.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (102.05kB)
[INFO] Unpacking org.eclipse.ant.launching_1.2.1000.v20200610-1458...
[INFO] Fetching org.eclipse.ant.ui_3.7.1000.v20201116-1127.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (475.54kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ant.ui_3.7.1000.v20201116-1127.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (475.54kB)
[INFO] Unpacking org.eclipse.ant.ui_3.7.1000.v20201116-1127...
[INFO] Fetching org.eclipse.jdt.junit_3.11.1000.v20201120-2059.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (232.06kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.junit_3.11.1000.v20201120-2059.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (232.06kB)
[INFO] Unpacking org.eclipse.jdt.junit_3.11.1000.v20201120-2059...
[INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (19.47kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (19.47kB)
[INFO] Unpacking org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702...
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (34.56kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (34.56kB)
[INFO] Unpacking org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546...
[INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.600.v20200511-1530.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (37.85kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.600.v20200511-1530.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (37.85kB)
[INFO] Unpacking org.eclipse.equinox.p2.director.app_1.1.600.v20200511-1530...
[INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.400.v20200221-1022.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (13.86kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.400.v20200221-1022.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (13.86kB)
[INFO] Unpacking org.eclipse.equinox.p2.garbagecollector_1.1.400.v20200221-1022...
[INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.400.v20200511-1530.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (43.28kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.400.v20200511-1530.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (43.28kB)
[INFO] Unpacking org.eclipse.equinox.p2.publisher_1.5.400.v20200511-1530...
[INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.700.v20200828-0839.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (105.81kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.700.v20200828-0839.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (105.81kB)
[INFO] Unpacking org.eclipse.equinox.p2.publisher.eclipse_1.3.700.v20200828-0839...
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (16.64kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (16.64kB)
[INFO] Unpacking org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505...
[INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.500.v20200110-2121.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (121.9kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.500.v20200110-2121.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (121.9kB)
[INFO] Unpacking org.eclipse.equinox.p2.repository.tools_2.2.500.v20200110-2121...
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.700.v20200813-0739.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (46.62kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.700.v20200813-0739.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (46.62kB)
[INFO] Unpacking org.eclipse.equinox.p2.touchpoint.eclipse_2.2.700.v20200813-0739...
[INFO] Fetching org.eclipse.jdt.junit.runtime_3.5.400.v20201120-2059.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (24.63kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.junit.runtime_3.5.400.v20201120-2059.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (24.63kB)
[INFO] Unpacking org.eclipse.jdt.junit.runtime_3.5.400.v20201120-2059...
[INFO] Fetching org.eclipse.jdt.junit.core_3.10.900.v20201120-2059.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (65.64kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jdt.junit.core_3.10.900.v20201120-2059.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (65.64kB)
[INFO] Unpacking org.eclipse.jdt.junit.core_3.10.900.v20201120-2059...
[INFO] Fetching org.eclipse.pde.ui_3.12.100.v20201110-1552.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (1.45MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.pde.ui_3.12.100.v20201110-1552.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (1.45MB)
[INFO] Unpacking org.eclipse.pde.ui_3.12.100.v20201110-1552...
[INFO] Fetching org.eclipse.pde.build_3.10.900.v20201111-1557.jar from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (478.05kB)
[INFO] Fetching org.eclipse.pde.core_3.14.100.v20201116-1221.jar from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (1.33MB)
[INFO] Fetching org.eclipse.pde.launching_3.9.100.v20201103-0836.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (51.52kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.pde.launching_3.9.100.v20201103-0836.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (51.52kB)
[INFO] Unpacking org.eclipse.pde.launching_3.9.100.v20201103-0836...
[INFO] Fetching org.eclipse.ui.cheatsheets_3.7.100.v20200915-1059.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (149.88kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.cheatsheets_3.7.100.v20200915-1059.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (149.88kB)
[INFO] Unpacking org.eclipse.ui.cheatsheets_3.7.100.v20200915-1059...
[INFO] Fetching org.eclipse.ui.views.log_1.2.1300.v20200926-2205.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (84.91kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.views.log_1.2.1300.v20200926-2205.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (84.91kB)
[INFO] Unpacking org.eclipse.ui.views.log_1.2.1300.v20200926-2205...
[INFO] Fetching org.eclipse.ui.trace_1.1.800.v20200106-1301.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (26.28kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.trace_1.1.800.v20200106-1301.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (26.28kB)
[INFO] Unpacking org.eclipse.ui.trace_1.1.800.v20200106-1301...
[INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (29.18kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (29.18kB)
[INFO] Unpacking org.hamcrest.core_1.3.0.v20180420-1519...
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/agent/workspace/m2e_master/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.17.0.v20201117-1145/org.eclipse.jdt.debug-3.17.0.v20201117-1145.jar
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/agent/workspace/m2e_master/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.17.0.v20201117-1145/org.eclipse.jdt.debug-3.17.0.v20201117-1145.jar
[INFO] Computing target platform for MavenProject: org.eclipse.m2e:org.eclipse.m2e.pde.ui:1.17.2-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.pde.ui/pom.xml
[INFO] Maven Artifact org.dom4j:dom4j:2.1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact io.takari.aether:aether-connector-okhttp:0.17.8 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okhttp3:okhttp:3.14.1 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okio:okio:1.17.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-file:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-utils:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-provider-api:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-component-annotations:1.5.5 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Resolving dependencies of MavenProject: org.eclipse.m2e:org.eclipse.m2e.pde.ui:1.17.2-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.pde.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.m2e:org.eclipse.m2e.pde.ui:1.17.2-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.pde.ui/pom.xml
[INFO] Fetching org.eclipse.pde_3.13.1300.v20201202-1800.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (41.27kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.pde_3.13.1300.v20201202-1800.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (41.27kB)
[INFO] Unpacking org.eclipse.pde_3.13.1300.v20201202-1800...
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/agent/workspace/m2e_master/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.17.0.v20201117-1145/org.eclipse.jdt.debug-3.17.0.v20201117-1145.jar
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/agent/workspace/m2e_master/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.17.0.v20201117-1145/org.eclipse.jdt.debug-3.17.0.v20201117-1145.jar
[INFO] Computing target platform for MavenProject: org.eclipse.m2e:org.eclipse.m2e.tests.common:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.tests.common/pom.xml
[INFO] Maven Artifact org.dom4j:dom4j:2.1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact io.takari.aether:aether-connector-okhttp:0.17.8 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okhttp3:okhttp:3.14.1 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okio:okio:1.17.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-file:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-utils:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-provider-api:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-component-annotations:1.5.5 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Resolving dependencies of MavenProject: org.eclipse.m2e:org.eclipse.m2e.tests.common:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.tests.common/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.m2e:org.eclipse.m2e.tests.common:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.tests.common/pom.xml
[INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (60.2kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (60.2kB)
[INFO] Unpacking javax.servlet_3.1.0.v201410161800...
[INFO] Fetching org.eclipse.jetty.http_9.4.35.v20201120.jar from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (225.11kB)
[INFO] Fetching org.eclipse.jetty.io_9.4.35.v20201120.jar from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (175.32kB)
[INFO] Fetching org.eclipse.jetty.util_9.4.35.v20201120.jar from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (585.96kB)
[INFO] Fetching org.eclipse.jetty.security_9.4.35.v20201120.jar from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (126.09kB)
[INFO] Fetching org.eclipse.jetty.server_9.4.35.v20201120.jar from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (723.38kB)
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/agent/workspace/m2e_master/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.17.0.v20201117-1145/org.eclipse.jdt.debug-3.17.0.v20201117-1145.jar
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/agent/workspace/m2e_master/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.17.0.v20201117-1145/org.eclipse.jdt.debug-3.17.0.v20201117-1145.jar
[INFO] Computing target platform for MavenProject: org.eclipse.m2e:org.eclipse.m2e.logback.appender:1.17.0-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.logback.appender/pom.xml
[INFO] Maven Artifact org.dom4j:dom4j:2.1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact io.takari.aether:aether-connector-okhttp:0.17.8 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okhttp3:okhttp:3.14.1 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okio:okio:1.17.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-file:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-utils:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-provider-api:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-component-annotations:1.5.5 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Resolving dependencies of MavenProject: org.eclipse.m2e:org.eclipse.m2e.logback.appender:1.17.0-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.logback.appender/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.m2e:org.eclipse.m2e.logback.appender:1.17.0-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.logback.appender/pom.xml
[INFO] Fetching ch.qos.logback.classic_1.2.3.v20200428-2012.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (109.1kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching ch.qos.logback.classic_1.2.3.v20200428-2012.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (109.1kB)
[INFO] Unpacking ch.qos.logback.classic_1.2.3.v20200428-2012...
[INFO] Fetching ch.qos.logback.core_1.2.3.v20200428-2012.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (161.18kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching ch.qos.logback.core_1.2.3.v20200428-2012.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (161.18kB)
[INFO] Unpacking ch.qos.logback.core_1.2.3.v20200428-2012...
[INFO] Computing target platform for MavenProject: org.eclipse.m2e:org.eclipse.m2e.logback.configuration:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.logback.configuration/pom.xml
[INFO] Maven Artifact org.dom4j:dom4j:2.1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact io.takari.aether:aether-connector-okhttp:0.17.8 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okhttp3:okhttp:3.14.1 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okio:okio:1.17.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-file:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-utils:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-provider-api:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-component-annotations:1.5.5 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Resolving dependencies of MavenProject: org.eclipse.m2e:org.eclipse.m2e.logback.configuration:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.logback.configuration/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.m2e:org.eclipse.m2e.logback.configuration:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.logback.configuration/pom.xml
[INFO] Fetching ch.qos.logback.slf4j_1.2.3.v20200428-2012.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (15.08kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching ch.qos.logback.slf4j_1.2.3.v20200428-2012.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (15.08kB)
[INFO] Unpacking ch.qos.logback.slf4j_1.2.3.v20200428-2012...
[INFO] Computing target platform for MavenProject: org.eclipse.m2e:org.eclipse.m2e.feature:1.17.2-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.feature/pom.xml
[INFO] Maven Artifact org.dom4j:dom4j:2.1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact io.takari.aether:aether-connector-okhttp:0.17.8 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okhttp3:okhttp:3.14.1 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okio:okio:1.17.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-file:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-utils:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-provider-api:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-component-annotations:1.5.5 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Resolving dependencies of MavenProject: org.eclipse.m2e:org.eclipse.m2e.feature:1.17.2-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.m2e:org.eclipse.m2e.feature:1.17.2-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.m2e:org.eclipse.m2e.lemminx.feature:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.lemminx.feature/pom.xml
[INFO] Maven Artifact org.dom4j:dom4j:2.1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact io.takari.aether:aether-connector-okhttp:0.17.8 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okhttp3:okhttp:3.14.1 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okio:okio:1.17.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-file:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-utils:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-provider-api:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-component-annotations:1.5.5 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Resolving dependencies of MavenProject: org.eclipse.m2e:org.eclipse.m2e.lemminx.feature:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.lemminx.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.m2e:org.eclipse.m2e.lemminx.feature:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.lemminx.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.m2e:org.eclipse.m2e.sse.ui.feature:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.sse.ui.feature/pom.xml
[INFO] Maven Artifact org.dom4j:dom4j:2.1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact io.takari.aether:aether-connector-okhttp:0.17.8 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okhttp3:okhttp:3.14.1 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okio:okio:1.17.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-file:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-utils:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-provider-api:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-component-annotations:1.5.5 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Resolving dependencies of MavenProject: org.eclipse.m2e:org.eclipse.m2e.sse.ui.feature:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.sse.ui.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.m2e:org.eclipse.m2e.sse.ui.feature:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.sse.ui.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.m2e:org.eclipse.m2e.sdk.feature:1.17.2-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.sdk.feature/pom.xml
[INFO] Maven Artifact org.dom4j:dom4j:2.1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact io.takari.aether:aether-connector-okhttp:0.17.8 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okhttp3:okhttp:3.14.1 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okio:okio:1.17.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-file:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-utils:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-provider-api:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-component-annotations:1.5.5 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Resolving dependencies of MavenProject: org.eclipse.m2e:org.eclipse.m2e.sdk.feature:1.17.2-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.sdk.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.m2e:org.eclipse.m2e.sdk.feature:1.17.2-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.sdk.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.m2e:org.eclipse.m2e.logback.feature:1.17.0-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.logback.feature/pom.xml
[INFO] Maven Artifact org.dom4j:dom4j:2.1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact io.takari.aether:aether-connector-okhttp:0.17.8 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okhttp3:okhttp:3.14.1 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okio:okio:1.17.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-file:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-utils:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-provider-api:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-component-annotations:1.5.5 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Resolving dependencies of MavenProject: org.eclipse.m2e:org.eclipse.m2e.logback.feature:1.17.0-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.logback.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.m2e:org.eclipse.m2e.logback.feature:1.17.0-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.logback.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.m2e:org.eclipse.m2e.pde.feature:1.17.2-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.pde.feature/pom.xml
[INFO] Maven Artifact org.dom4j:dom4j:2.1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact io.takari.aether:aether-connector-okhttp:0.17.8 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okhttp3:okhttp:3.14.1 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okio:okio:1.17.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-file:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-utils:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-provider-api:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-component-annotations:1.5.5 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Resolving dependencies of MavenProject: org.eclipse.m2e:org.eclipse.m2e.pde.feature:1.17.2-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.pde.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.m2e:org.eclipse.m2e.pde.feature:1.17.2-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.pde.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.m2e:org.eclipse.m2e.site:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.site/pom.xml
[INFO] Maven Artifact org.dom4j:dom4j:2.1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact io.takari.aether:aether-connector-okhttp:0.17.8 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okhttp3:okhttp:3.14.1 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okio:okio:1.17.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-file:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-utils:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-provider-api:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-component-annotations:1.5.5 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Resolving dependencies of MavenProject: org.eclipse.m2e:org.eclipse.m2e.site:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.site/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.m2e:org.eclipse.m2e.site:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.site/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.m2e:org.eclipse.m2e.core.tests:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.core.tests/pom.xml
[INFO] Maven Artifact org.dom4j:dom4j:2.1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact io.takari.aether:aether-connector-okhttp:0.17.8 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okhttp3:okhttp:3.14.1 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okio:okio:1.17.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-file:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-utils:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-provider-api:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-component-annotations:1.5.5 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Resolving dependencies of MavenProject: org.eclipse.m2e:org.eclipse.m2e.core.tests:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.core.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.m2e:org.eclipse.m2e.core.tests:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.core.tests/pom.xml
[INFO] Fetching org.eclipse.equinox.launcher_1.6.0.v20200915-1508.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (29.98kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.launcher_1.6.0.v20200915-1508.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (29.98kB)
[INFO] Unpacking org.eclipse.equinox.launcher_1.6.0.v20200915-1508...
[INFO] Fetching org.eclipse.ui.ide.application_1.3.900.v20201102-2031.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (55.55kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.ide.application_1.3.900.v20201102-2031.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (55.55kB)
[INFO] Unpacking org.eclipse.ui.ide.application_1.3.900.v20201102-2031...
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/agent/workspace/m2e_master/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.17.0.v20201117-1145/org.eclipse.jdt.debug-3.17.0.v20201117-1145.jar
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/agent/workspace/m2e_master/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.17.0.v20201117-1145/org.eclipse.jdt.debug-3.17.0.v20201117-1145.jar
[INFO] Computing target platform for MavenProject: org.eclipse.m2e:org.eclipse.m2e.importer.tests:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.importer.tests/pom.xml
[INFO] Maven Artifact org.dom4j:dom4j:2.1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact io.takari.aether:aether-connector-okhttp:0.17.8 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okhttp3:okhttp:3.14.1 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okio:okio:1.17.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-file:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-utils:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-provider-api:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-component-annotations:1.5.5 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Resolving dependencies of MavenProject: org.eclipse.m2e:org.eclipse.m2e.importer.tests:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.importer.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.m2e:org.eclipse.m2e.importer.tests:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.importer.tests/pom.xml
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/agent/workspace/m2e_master/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.17.0.v20201117-1145/org.eclipse.jdt.debug-3.17.0.v20201117-1145.jar
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/agent/workspace/m2e_master/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.17.0.v20201117-1145/org.eclipse.jdt.debug-3.17.0.v20201117-1145.jar
[INFO] Computing target platform for MavenProject: org.eclipse.m2e:org.eclipse.m2e.binaryproject.tests:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.binaryproject.tests/pom.xml
[INFO] Maven Artifact org.dom4j:dom4j:2.1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact io.takari.aether:aether-connector-okhttp:0.17.8 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okhttp3:okhttp:3.14.1 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okio:okio:1.17.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-file:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-utils:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-provider-api:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-component-annotations:1.5.5 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Resolving dependencies of MavenProject: org.eclipse.m2e:org.eclipse.m2e.binaryproject.tests:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.binaryproject.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.m2e:org.eclipse.m2e.binaryproject.tests:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.binaryproject.tests/pom.xml
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/agent/workspace/m2e_master/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.17.0.v20201117-1145/org.eclipse.jdt.debug-3.17.0.v20201117-1145.jar
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/agent/workspace/m2e_master/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.17.0.v20201117-1145/org.eclipse.jdt.debug-3.17.0.v20201117-1145.jar
[INFO] Computing target platform for MavenProject: org.eclipse.m2e:org.eclipse.m2e.editor.lemminx.tests:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.lemminx.tests/pom.xml
[INFO] Maven Artifact org.dom4j:dom4j:2.1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact io.takari.aether:aether-connector-okhttp:0.17.8 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okhttp3:okhttp:3.14.1 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okio:okio:1.17.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-file:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-utils:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-provider-api:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-component-annotations:1.5.5 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Resolving dependencies of MavenProject: org.eclipse.m2e:org.eclipse.m2e.editor.lemminx.tests:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.lemminx.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.m2e:org.eclipse.m2e.editor.lemminx.tests:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.lemminx.tests/pom.xml
[INFO] Fetching org.eclipse.ui.tests.harness_1.7.0.v20200807-1055.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (34.69kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.tests.harness_1.7.0.v20200807-1055.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.18/R-4.18-202012021800/plugins/ (34.69kB)
[INFO] Unpacking org.eclipse.ui.tests.harness_1.7.0.v20200807-1055...
[INFO] Computing target platform for MavenProject: org.eclipse.m2e:org.eclipse.m2e.jdt.tests:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.jdt.tests/pom.xml
[INFO] Maven Artifact org.dom4j:dom4j:2.1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact io.takari.aether:aether-connector-okhttp:0.17.8 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okhttp3:okhttp:3.14.1 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okio:okio:1.17.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-file:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-utils:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-provider-api:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-component-annotations:1.5.5 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Resolving dependencies of MavenProject: org.eclipse.m2e:org.eclipse.m2e.jdt.tests:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.jdt.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.m2e:org.eclipse.m2e.jdt.tests:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.jdt.tests/pom.xml
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/agent/workspace/m2e_master/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.17.0.v20201117-1145/org.eclipse.jdt.debug-3.17.0.v20201117-1145.jar
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/agent/workspace/m2e_master/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.17.0.v20201117-1145/org.eclipse.jdt.debug-3.17.0.v20201117-1145.jar
[INFO] Computing target platform for MavenProject: org.eclipse.m2e:org.eclipse.m2e.editor.xml.sse.tests:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.xml.sse.tests/pom.xml
[INFO] Maven Artifact org.dom4j:dom4j:2.1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact io.takari.aether:aether-connector-okhttp:0.17.8 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okhttp3:okhttp:3.14.1 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okio:okio:1.17.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-file:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-utils:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-provider-api:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-component-annotations:1.5.5 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Resolving dependencies of MavenProject: org.eclipse.m2e:org.eclipse.m2e.editor.xml.sse.tests:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.xml.sse.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.m2e:org.eclipse.m2e.editor.xml.sse.tests:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.xml.sse.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.m2e:org.eclipse.m2e.tests:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/m2e-core-tests/org.eclipse.m2e.tests/pom.xml
[INFO] Maven Artifact org.dom4j:dom4j:2.1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact io.takari.aether:aether-connector-okhttp:0.17.8 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okhttp3:okhttp:3.14.1 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okio:okio:1.17.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-file:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-utils:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-provider-api:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-component-annotations:1.5.5 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Resolving dependencies of MavenProject: org.eclipse.m2e:org.eclipse.m2e.tests:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/m2e-core-tests/org.eclipse.m2e.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.m2e:org.eclipse.m2e.tests:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/m2e-core-tests/org.eclipse.m2e.tests/pom.xml
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/agent/workspace/m2e_master/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.17.0.v20201117-1145/org.eclipse.jdt.debug-3.17.0.v20201117-1145.jar
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/agent/workspace/m2e_master/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.17.0.v20201117-1145/org.eclipse.jdt.debug-3.17.0.v20201117-1145.jar
[INFO] Computing target platform for MavenProject: org.eclipse.m2e:org.eclipse.m2e.editor.tests:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/m2e-core-tests/org.eclipse.m2e.editor.tests/pom.xml
[INFO] Maven Artifact org.dom4j:dom4j:2.1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact io.takari.aether:aether-connector-okhttp:0.17.8 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okhttp3:okhttp:3.14.1 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okio:okio:1.17.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-file:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-utils:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-provider-api:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-component-annotations:1.5.5 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Resolving dependencies of MavenProject: org.eclipse.m2e:org.eclipse.m2e.editor.tests:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/m2e-core-tests/org.eclipse.m2e.editor.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.m2e:org.eclipse.m2e.editor.tests:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/m2e-core-tests/org.eclipse.m2e.editor.tests/pom.xml
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/agent/workspace/m2e_master/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.17.0.v20201117-1145/org.eclipse.jdt.debug-3.17.0.v20201117-1145.jar
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/agent/workspace/m2e_master/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.17.0.v20201117-1145/org.eclipse.jdt.debug-3.17.0.v20201117-1145.jar
[INFO] Computing target platform for MavenProject: org.eclipse.m2e:org.eclipse.m2e.editor.xml.tests:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/m2e-core-tests/org.eclipse.m2e.editor.xml.tests/pom.xml
[INFO] Maven Artifact org.dom4j:dom4j:2.1.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact io.takari.aether:aether-connector-okhttp:0.17.8 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okhttp3:okhttp:3.14.1 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact com.squareup.okio:okio:1.17.3 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-file:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-utils:3.2.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.apache.maven.wagon:wagon-provider-api:3.3.4 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Maven Artifact org.codehaus.plexus:plexus-component-annotations:1.5.5 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration.
[INFO] Resolving dependencies of MavenProject: org.eclipse.m2e:org.eclipse.m2e.editor.xml.tests:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/m2e-core-tests/org.eclipse.m2e.editor.xml.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.m2e:org.eclipse.m2e.editor.xml.tests:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/m2e-core-tests/org.eclipse.m2e.editor.xml.tests/pom.xml
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/agent/workspace/m2e_master/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.17.0.v20201117-1145/org.eclipse.jdt.debug-3.17.0.v20201117-1145.jar
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/agent/workspace/m2e_master/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.17.0.v20201117-1145/org.eclipse.jdt.debug-3.17.0.v20201117-1145.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] Maven Integration for Eclipse (parent) [pom]
[INFO] Maven Project Model Edit Bundle [eclipse-plugin]
[INFO] Maven Integration for Eclipse Core Plug-in [eclipse-plugin]
[INFO] Maven Integration for Eclipse UI Plug-in [eclipse-plugin]
[INFO] Maven Integration for Eclipse Launching [eclipse-plugin]
[INFO] Maven Integration for Eclipse JDT [eclipse-plugin]
[INFO] Maven Integration for Eclipse JDT UI [eclipse-plugin]
[INFO] Maven POM Refactoring [eclipse-plugin]
[INFO] m2e Marketplace [eclipse-plugin]
[INFO] Maven POM Editor [eclipse-plugin]
[INFO] Maven POM XML Editor [eclipse-plugin]
[INFO] org.eclipse.m2e.lifecyclemapping.defaults [eclipse-plugin]
[INFO] org.eclipse.m2e.scm [eclipse-plugin]
[INFO] Maven Profile Manager Core [eclipse-plugin]
[INFO] Maven Profile Manager UI [eclipse-plugin]
[INFO] Maven Integration for Eclipse Importer framework [eclipse-plugin]
[INFO] org.eclipse.m2e.sourcelookup [eclipse-plugin]
[INFO] org.eclipse.m2e.binaryproject [eclipse-plugin]
[INFO] org.eclipse.m2e.binaryproject.ui [eclipse-plugin]
[INFO] org.eclipse.m2e.sourcelookup.ui [eclipse-plugin]
[INFO] org.eclipse.m2e.editor.lemminx [eclipse-plugin]
[INFO] Maven PDE Integration [eclipse-plugin]
[INFO] Maven PDE UI Integration [eclipse-plugin]
[INFO] M2E Testing Helpers [eclipse-plugin]
[INFO] org.eclipse.m2e.logback.appender [eclipse-plugin]
[INFO] org.eclipse.m2e.logback.configuration [eclipse-plugin]
[INFO] org.eclipse.m2e.sse.ui.feature [eclipse-feature]
[INFO] Maven Integration for Eclipse [eclipse-feature]
[INFO] org.eclipse.m2e.lemminx.feature [eclipse-feature]
[INFO] m2e extensions development support (Optional) [eclipse-feature]
[INFO] Maven Integration for Eclipse slf4j over logback logging (Optional) [eclipse-feature]
[INFO] org.eclipse.m2e.pde.feature [eclipse-feature]
[INFO] Maven Integration for Eclipse Update Site [eclipse-repository]
[INFO] org.eclipse.m2e.core.tests [eclipse-test-plugin]
[INFO] Tests for Maven Integration for Eclipse Importer framework [eclipse-test-plugin]
[INFO] org.eclipse.m2e.binaryproject.tests [eclipse-test-plugin]
[INFO] org.eclipse.m2e.editor.lemminx.tests [eclipse-test-plugin]
[INFO] org.eclipse.m2e.jdt.tests [eclipse-test-plugin]
[INFO] org.eclipse.m2e.editor.xml.sse.tests [eclipse-test-plugin]
[INFO] m2e-core-tests [pom]
[INFO] Maven Integration for Eclipse tests [eclipse-test-plugin]
[INFO] Maven Integration for Eclipse POM Editor tests [eclipse-test-plugin]
[INFO] Maven POM XML Editor Tests [eclipse-test-plugin]
[INFO]
[INFO] ----------------------< org.eclipse.m2e:m2e-core >----------------------
[INFO] Building Maven Integration for Eclipse (parent) 1.16.0-SNAPSHOT [1/43]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ m2e-core ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ m2e-core ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/m2e_master/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/target/jacoco.exec,append=true,includes=org.eclipse.m2e*:org.apache.maven*:org.eclipse.aether*
[INFO]
[INFO] --- tycho-source-plugin:2.3.0-SNAPSHOT:plugin-source (plugin-source) @ m2e-core ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0-SNAPSHOT:normalize (pack200-normalize) @ m2e-core ---
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ m2e-core ---
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0-SNAPSHOT:pack (pack200-pack) @ m2e-core ---
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata (p2-metadata) @ m2e-core ---
[INFO]
[INFO] --- tycho-p2-extras-plugin:2.3.0-SNAPSHOT:compare-version-with-baselines (check-no-version-regression) @ m2e-core ---
[INFO]
[INFO] -------------< org.eclipse.m2e:org.eclipse.m2e.model.edit >-------------
[INFO] Building Maven Project Model Edit Bundle 1.16.1-SNAPSHOT [2/43]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.m2e.model.edit ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.m2e.model.edit ---
[INFO] The project's OSGi version is 1.16.1.20210115-0930
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.m2e.model.edit ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.m2e.model.edit ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.m2e.model.edit ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/m2e_master/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/m2e_master/target/jacoco.exec,append=true,includes=org.eclipse.m2e*:org.apache.maven*:org.eclipse.aether*
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.eclipse.m2e.model.edit ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0-SNAPSHOT:compile (default-compile) @ org.eclipse.m2e.model.edit ---
[INFO] Compiling 137 source files to /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.model.edit/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.eclipse.m2e.model.edit ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.model.edit/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.m2e.model.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.model.edit/target/org.eclipse.m2e.model.edit-1.16.1-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.m2e.model.edit ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.m2e.model.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.model.edit/target/org.eclipse.m2e.model.edit-1.16.1-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.m2e.model.edit ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0-SNAPSHOT:normalize (pack200-normalize) @ org.eclipse.m2e.model.edit ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.model.edit/target/org.eclipse.m2e.model.edit-1.16.1-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.m2e.model.edit ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.model.edit/target/org.eclipse.m2e.model.edit-1.16.1-SNAPSHOT.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.model.edit/target/org.eclipse.m2e.model.edit-1.16.1-SNAPSHOT.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.model.edit/target/org.eclipse.m2e.model.edit-1.16.1-SNAPSHOT-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.model.edit/target/org.eclipse.m2e.model.edit-1.16.1-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0-SNAPSHOT:pack (pack200-pack) @ org.eclipse.m2e.model.edit ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.model.edit/target/org.eclipse.m2e.model.edit-1.16.1-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.m2e.model.edit ---
[WARNING] MavenProject: org.eclipse.m2e:org.eclipse.m2e.model.edit:1.16.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.model.edit/pom.xml: baseline and build artifacts have same version but different contents
no-classifier: different
META-INF/ECLIPSE_.RSA: different
META-INF/ECLIPSE_.SF: different
classifier-sources: different
META-INF/ECLIPSE_.RSA: different
META-INF/ECLIPSE_.SF: different
[INFO] MavenProject: org.eclipse.m2e:org.eclipse.m2e.model.edit:1.16.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.model.edit/pom.xml
The main artifact has been replaced with the baseline version.
The following attached artifacts have been replaced with the baseline version: [pack200, sources]
[INFO]
[INFO] --- tycho-p2-extras-plugin:2.3.0-SNAPSHOT:compare-version-with-baselines (check-no-version-regression) @ org.eclipse.m2e.model.edit ---
[INFO]
[INFO] ----------------< org.eclipse.m2e:org.eclipse.m2e.core >----------------
[INFO] Building Maven Integration for Eclipse Core Plug-in 1.17.2-SNAPSHOT [3/43]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.m2e.core ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.m2e.core ---
[INFO] The project's OSGi version is 1.17.2.20210116-2050
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.m2e.core ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.m2e.core ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.m2e.core ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/m2e_master/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/m2e_master/target/jacoco.exec,append=true,includes=org.eclipse.m2e*:org.apache.maven*:org.eclipse.aether*
[INFO]
[INFO] --- modello-maven-plugin:1.4.1:java (standard) @ org.eclipse.m2e.core ---
[INFO] outputDirectory: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.core/target/generated-sources/modello
[INFO] Working on model: mdo/lifecycle-mapping-metadata-model.xml
[INFO] Generating current version: 1.0.0
[INFO]
[INFO] --- modello-maven-plugin:1.4.1:xpp3-reader (standard) @ org.eclipse.m2e.core ---
[INFO] outputDirectory: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.core/target/generated-sources/modello
[INFO] Working on model: mdo/lifecycle-mapping-metadata-model.xml
[INFO] Generating current version: 1.0.0
[INFO]
[INFO] --- modello-maven-plugin:1.4.1:xpp3-writer (standard) @ org.eclipse.m2e.core ---
[INFO] outputDirectory: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.core/target/generated-sources/modello
[INFO] Working on model: mdo/lifecycle-mapping-metadata-model.xml
[INFO] Generating current version: 1.0.0
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.eclipse.m2e.core ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0-SNAPSHOT:compile (default-compile) @ org.eclipse.m2e.core ---
[INFO] Compiling 230 source files to /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.core/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.eclipse.m2e.core ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.core/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.m2e.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.core/target/org.eclipse.m2e.core-1.17.2-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.m2e.core ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.m2e.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.core/target/org.eclipse.m2e.core-1.17.2-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.m2e.core ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0-SNAPSHOT:normalize (pack200-normalize) @ org.eclipse.m2e.core ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.core/target/org.eclipse.m2e.core-1.17.2-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.m2e.core ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.core/target/org.eclipse.m2e.core-1.17.2-SNAPSHOT.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.core/target/org.eclipse.m2e.core-1.17.2-SNAPSHOT.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.core/target/org.eclipse.m2e.core-1.17.2-SNAPSHOT-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.core/target/org.eclipse.m2e.core-1.17.2-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0-SNAPSHOT:pack (pack200-pack) @ org.eclipse.m2e.core ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.core/target/org.eclipse.m2e.core-1.17.2-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.m2e.core ---
[WARNING] MavenProject: org.eclipse.m2e:org.eclipse.m2e.core:1.17.2-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.core/pom.xml: baseline and build artifacts have same version but different contents
no-classifier: different
META-INF/ECLIPSE_.RSA: different
META-INF/ECLIPSE_.SF: different
classifier-sources: different
META-INF/ECLIPSE_.RSA: different
META-INF/ECLIPSE_.SF: different
org/eclipse/m2e/core/internal/lifecyclemapping/model/LifecycleMappingMetadata.java: different
org/eclipse/m2e/core/internal/lifecyclemapping/model/LifecycleMappingMetadataSource.java: different
org/eclipse/m2e/core/internal/lifecyclemapping/model/PluginExecutionFilter.java: different
org/eclipse/m2e/core/internal/lifecyclemapping/model/PluginExecutionMetadata.java: different
org/eclipse/m2e/core/internal/lifecyclemapping/model/io/xpp3/LifecycleMappingMetadataSourceXpp3Reader.java: different
org/eclipse/m2e/core/internal/lifecyclemapping/model/io/xpp3/LifecycleMappingMetadataSourceXpp3Writer.java: different
[INFO] MavenProject: org.eclipse.m2e:org.eclipse.m2e.core:1.17.2-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.core/pom.xml
The main artifact has been replaced with the baseline version.
The following attached artifacts have been replaced with the baseline version: [pack200, sources]
[INFO]
[INFO] --- tycho-p2-extras-plugin:2.3.0-SNAPSHOT:compare-version-with-baselines (check-no-version-regression) @ org.eclipse.m2e.core ---
[INFO]
[INFO] --------------< org.eclipse.m2e:org.eclipse.m2e.core.ui >---------------
[INFO] Building Maven Integration for Eclipse UI Plug-in 1.17.2-SNAPSHOT [4/43]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.m2e.core.ui ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.m2e.core.ui ---
[INFO] The project's OSGi version is 1.17.2.20210126-0906
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.m2e.core.ui ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.m2e.core.ui ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.m2e.core.ui ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/m2e_master/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/m2e_master/target/jacoco.exec,append=true,includes=org.eclipse.m2e*:org.apache.maven*:org.eclipse.aether*
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.eclipse.m2e.core.ui ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.core.ui/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0-SNAPSHOT:compile (default-compile) @ org.eclipse.m2e.core.ui ---
[INFO] Compiling 149 source files to /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.core.ui/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.eclipse.m2e.core.ui ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.core.ui/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.m2e.core.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.core.ui/target/org.eclipse.m2e.core.ui-1.17.2-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.m2e.core.ui ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.m2e.core.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.core.ui/target/org.eclipse.m2e.core.ui-1.17.2-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.m2e.core.ui ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0-SNAPSHOT:normalize (pack200-normalize) @ org.eclipse.m2e.core.ui ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.core.ui/target/org.eclipse.m2e.core.ui-1.17.2-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.m2e.core.ui ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.core.ui/target/org.eclipse.m2e.core.ui-1.17.2-SNAPSHOT.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.core.ui/target/org.eclipse.m2e.core.ui-1.17.2-SNAPSHOT.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.core.ui/target/org.eclipse.m2e.core.ui-1.17.2-SNAPSHOT-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.core.ui/target/org.eclipse.m2e.core.ui-1.17.2-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0-SNAPSHOT:pack (pack200-pack) @ org.eclipse.m2e.core.ui ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.core.ui/target/org.eclipse.m2e.core.ui-1.17.2-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.m2e.core.ui ---
[INFO] No baseline version MavenProject: org.eclipse.m2e:org.eclipse.m2e.core.ui:1.17.2-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.core.ui/pom.xml
[INFO]
[INFO] --- tycho-p2-extras-plugin:2.3.0-SNAPSHOT:compare-version-with-baselines (check-no-version-regression) @ org.eclipse.m2e.core.ui ---
[INFO]
[INFO] -------------< org.eclipse.m2e:org.eclipse.m2e.launching >--------------
[INFO] Building Maven Integration for Eclipse Launching 1.17.1-SNAPSHOT [5/43]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.m2e.launching ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.m2e.launching ---
[INFO] The project's OSGi version is 1.17.1.20210115-1536
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.m2e.launching ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.m2e.launching ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.m2e.launching ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/m2e_master/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/m2e_master/target/jacoco.exec,append=true,includes=org.eclipse.m2e*:org.apache.maven*:org.eclipse.aether*
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.eclipse.m2e.launching ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.launching/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0-SNAPSHOT:compile (default-compile) @ org.eclipse.m2e.launching ---
[INFO] Compiling 21 source files to /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.launching/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.eclipse.m2e.launching ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.launching/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.m2e.launching ---
[INFO] Building jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.launching/target/org.eclipse.m2e.launching-1.17.1-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.m2e.launching ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.m2e.launching ---
[INFO] Building jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.launching/target/org.eclipse.m2e.launching-1.17.1-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.m2e.launching ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0-SNAPSHOT:normalize (pack200-normalize) @ org.eclipse.m2e.launching ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.launching/target/org.eclipse.m2e.launching-1.17.1-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.m2e.launching ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.launching/target/org.eclipse.m2e.launching-1.17.1-SNAPSHOT.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.launching/target/org.eclipse.m2e.launching-1.17.1-SNAPSHOT.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.launching/target/org.eclipse.m2e.launching-1.17.1-SNAPSHOT-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.launching/target/org.eclipse.m2e.launching-1.17.1-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0-SNAPSHOT:pack (pack200-pack) @ org.eclipse.m2e.launching ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.launching/target/org.eclipse.m2e.launching-1.17.1-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.m2e.launching ---
[WARNING] MavenProject: org.eclipse.m2e:org.eclipse.m2e.launching:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.launching/pom.xml: baseline and build artifacts have same version but different contents
no-classifier: different
META-INF/ECLIPSE_.RSA: different
META-INF/ECLIPSE_.SF: different
classifier-sources: different
META-INF/ECLIPSE_.RSA: different
META-INF/ECLIPSE_.SF: different
[INFO] MavenProject: org.eclipse.m2e:org.eclipse.m2e.launching:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.launching/pom.xml
The main artifact has been replaced with the baseline version.
The following attached artifacts have been replaced with the baseline version: [pack200, sources]
[INFO]
[INFO] --- tycho-p2-extras-plugin:2.3.0-SNAPSHOT:compare-version-with-baselines (check-no-version-regression) @ org.eclipse.m2e.launching ---
[INFO]
[INFO] ----------------< org.eclipse.m2e:org.eclipse.m2e.jdt >-----------------
[INFO] Building Maven Integration for Eclipse JDT 1.17.1-SNAPSHOT [6/43]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.m2e.jdt ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.m2e.jdt ---
[INFO] The project's OSGi version is 1.17.1.20210116-2050
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.m2e.jdt ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.m2e.jdt ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.m2e.jdt ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/m2e_master/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/m2e_master/target/jacoco.exec,append=true,includes=org.eclipse.m2e*:org.apache.maven*:org.eclipse.aether*
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.eclipse.m2e.jdt ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.jdt/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0-SNAPSHOT:compile (default-compile) @ org.eclipse.m2e.jdt ---
[INFO] Compiling 35 source files to /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.jdt/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.eclipse.m2e.jdt ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.jdt/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.m2e.jdt ---
[INFO] Building jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.jdt/target/org.eclipse.m2e.jdt-1.17.1-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.m2e.jdt ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.m2e.jdt ---
[INFO] Building jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.jdt/target/org.eclipse.m2e.jdt-1.17.1-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.m2e.jdt ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0-SNAPSHOT:normalize (pack200-normalize) @ org.eclipse.m2e.jdt ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.jdt/target/org.eclipse.m2e.jdt-1.17.1-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.m2e.jdt ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.jdt/target/org.eclipse.m2e.jdt-1.17.1-SNAPSHOT.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.jdt/target/org.eclipse.m2e.jdt-1.17.1-SNAPSHOT.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.jdt/target/org.eclipse.m2e.jdt-1.17.1-SNAPSHOT-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.jdt/target/org.eclipse.m2e.jdt-1.17.1-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0-SNAPSHOT:pack (pack200-pack) @ org.eclipse.m2e.jdt ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.jdt/target/org.eclipse.m2e.jdt-1.17.1-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.m2e.jdt ---
[WARNING] MavenProject: org.eclipse.m2e:org.eclipse.m2e.jdt:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.jdt/pom.xml: baseline and build artifacts have same version but different contents
no-classifier: different
META-INF/ECLIPSE_.RSA: different
META-INF/ECLIPSE_.SF: different
classifier-sources: different
META-INF/ECLIPSE_.RSA: different
META-INF/ECLIPSE_.SF: different
[INFO] MavenProject: org.eclipse.m2e:org.eclipse.m2e.jdt:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.jdt/pom.xml
The main artifact has been replaced with the baseline version.
The following attached artifacts have been replaced with the baseline version: [pack200, sources]
[INFO]
[INFO] --- tycho-p2-extras-plugin:2.3.0-SNAPSHOT:compare-version-with-baselines (check-no-version-regression) @ org.eclipse.m2e.jdt ---
[INFO]
[INFO] ---------------< org.eclipse.m2e:org.eclipse.m2e.jdt.ui >---------------
[INFO] Building Maven Integration for Eclipse JDT UI 1.17.1-SNAPSHOT [7/43]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.m2e.jdt.ui ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.m2e.jdt.ui ---
[INFO] The project's OSGi version is 1.17.1.20210115-1536
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.m2e.jdt.ui ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.m2e.jdt.ui ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.m2e.jdt.ui ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/m2e_master/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/m2e_master/target/jacoco.exec,append=true,includes=org.eclipse.m2e*:org.apache.maven*:org.eclipse.aether*
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.eclipse.m2e.jdt.ui ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.jdt.ui/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0-SNAPSHOT:compile (default-compile) @ org.eclipse.m2e.jdt.ui ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.jdt.ui/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.eclipse.m2e.jdt.ui ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.jdt.ui/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.m2e.jdt.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.jdt.ui/target/org.eclipse.m2e.jdt.ui-1.17.1-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.m2e.jdt.ui ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.m2e.jdt.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.jdt.ui/target/org.eclipse.m2e.jdt.ui-1.17.1-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.m2e.jdt.ui ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0-SNAPSHOT:normalize (pack200-normalize) @ org.eclipse.m2e.jdt.ui ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.jdt.ui/target/org.eclipse.m2e.jdt.ui-1.17.1-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.m2e.jdt.ui ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.jdt.ui/target/org.eclipse.m2e.jdt.ui-1.17.1-SNAPSHOT.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.jdt.ui/target/org.eclipse.m2e.jdt.ui-1.17.1-SNAPSHOT.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.jdt.ui/target/org.eclipse.m2e.jdt.ui-1.17.1-SNAPSHOT-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.jdt.ui/target/org.eclipse.m2e.jdt.ui-1.17.1-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0-SNAPSHOT:pack (pack200-pack) @ org.eclipse.m2e.jdt.ui ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.jdt.ui/target/org.eclipse.m2e.jdt.ui-1.17.1-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.m2e.jdt.ui ---
[WARNING] MavenProject: org.eclipse.m2e:org.eclipse.m2e.jdt.ui:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.jdt.ui/pom.xml: baseline and build artifacts have same version but different contents
no-classifier: different
META-INF/ECLIPSE_.RSA: different
META-INF/ECLIPSE_.SF: different
classifier-sources: different
META-INF/ECLIPSE_.RSA: different
META-INF/ECLIPSE_.SF: different
[INFO] MavenProject: org.eclipse.m2e:org.eclipse.m2e.jdt.ui:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.jdt.ui/pom.xml
The main artifact has been replaced with the baseline version.
The following attached artifacts have been replaced with the baseline version: [pack200, sources]
[INFO]
[INFO] --- tycho-p2-extras-plugin:2.3.0-SNAPSHOT:compare-version-with-baselines (check-no-version-regression) @ org.eclipse.m2e.jdt.ui ---
[INFO]
[INFO] ------------< org.eclipse.m2e:org.eclipse.m2e.refactoring >-------------
[INFO] Building Maven POM Refactoring 1.17.0-SNAPSHOT [8/43]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.m2e.refactoring ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.m2e.refactoring ---
[INFO] The project's OSGi version is 1.17.0.20200924-1339
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.m2e.refactoring ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.m2e.refactoring ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.m2e.refactoring ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/m2e_master/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/m2e_master/target/jacoco.exec,append=true,includes=org.eclipse.m2e*:org.apache.maven*:org.eclipse.aether*
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.eclipse.m2e.refactoring ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.refactoring/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0-SNAPSHOT:compile (default-compile) @ org.eclipse.m2e.refactoring ---
[INFO] Compiling 20 source files to /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.refactoring/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.eclipse.m2e.refactoring ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.refactoring/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.m2e.refactoring ---
[INFO] Building jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.refactoring/target/org.eclipse.m2e.refactoring-1.17.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.m2e.refactoring ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.m2e.refactoring ---
[INFO] Building jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.refactoring/target/org.eclipse.m2e.refactoring-1.17.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.m2e.refactoring ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0-SNAPSHOT:normalize (pack200-normalize) @ org.eclipse.m2e.refactoring ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.refactoring/target/org.eclipse.m2e.refactoring-1.17.0-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.m2e.refactoring ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.refactoring/target/org.eclipse.m2e.refactoring-1.17.0-SNAPSHOT.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.refactoring/target/org.eclipse.m2e.refactoring-1.17.0-SNAPSHOT.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.refactoring/target/org.eclipse.m2e.refactoring-1.17.0-SNAPSHOT-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.refactoring/target/org.eclipse.m2e.refactoring-1.17.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0-SNAPSHOT:pack (pack200-pack) @ org.eclipse.m2e.refactoring ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.refactoring/target/org.eclipse.m2e.refactoring-1.17.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.m2e.refactoring ---
[WARNING] MavenProject: org.eclipse.m2e:org.eclipse.m2e.refactoring:1.17.0-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.refactoring/pom.xml: baseline and build artifacts have same version but different contents
no-classifier: different
META-INF/ECLIPSE_.RSA: different
META-INF/ECLIPSE_.SF: different
classifier-sources: different
META-INF/ECLIPSE_.RSA: different
META-INF/ECLIPSE_.SF: different
[INFO] MavenProject: org.eclipse.m2e:org.eclipse.m2e.refactoring:1.17.0-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.refactoring/pom.xml
The main artifact has been replaced with the baseline version.
The following attached artifacts have been replaced with the baseline version: [pack200, sources]
[INFO]
[INFO] --- tycho-p2-extras-plugin:2.3.0-SNAPSHOT:compare-version-with-baselines (check-no-version-regression) @ org.eclipse.m2e.refactoring ---
[INFO] Fetching org.eclipse.m2e.refactoring_1.17.0.20200924-1339.jar.pack.gz from https://download.eclipse.org/technology/m2e/releases/latest/plugins/ (31.29kB)
[INFO] Fetching org.eclipse.m2e.refactoring.source_1.17.0.20200924-1339.jar from https://download.eclipse.org/technology/m2e/releases/latest/plugins/ (43.64kB)
[INFO]
[INFO] -------------< org.eclipse.m2e:org.eclipse.m2e.discovery >--------------
[INFO] Building m2e Marketplace 1.17.1-SNAPSHOT [9/43]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.m2e.discovery ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.m2e.discovery ---
[INFO] The project's OSGi version is 1.17.1.20210115-1536
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.m2e.discovery ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.m2e.discovery ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.m2e.discovery ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/m2e_master/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/m2e_master/target/jacoco.exec,append=true,includes=org.eclipse.m2e*:org.apache.maven*:org.eclipse.aether*
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.eclipse.m2e.discovery ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.discovery/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0-SNAPSHOT:compile (default-compile) @ org.eclipse.m2e.discovery ---
[INFO] Compiling 22 source files to /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.discovery/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.eclipse.m2e.discovery ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.discovery/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.m2e.discovery ---
[INFO] Building jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.discovery/target/org.eclipse.m2e.discovery-1.17.1-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.m2e.discovery ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.m2e.discovery ---
[INFO] Building jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.discovery/target/org.eclipse.m2e.discovery-1.17.1-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.m2e.discovery ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0-SNAPSHOT:normalize (pack200-normalize) @ org.eclipse.m2e.discovery ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.discovery/target/org.eclipse.m2e.discovery-1.17.1-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.m2e.discovery ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.discovery/target/org.eclipse.m2e.discovery-1.17.1-SNAPSHOT.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.discovery/target/org.eclipse.m2e.discovery-1.17.1-SNAPSHOT.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.discovery/target/org.eclipse.m2e.discovery-1.17.1-SNAPSHOT-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.discovery/target/org.eclipse.m2e.discovery-1.17.1-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0-SNAPSHOT:pack (pack200-pack) @ org.eclipse.m2e.discovery ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.discovery/target/org.eclipse.m2e.discovery-1.17.1-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.m2e.discovery ---
[WARNING] MavenProject: org.eclipse.m2e:org.eclipse.m2e.discovery:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.discovery/pom.xml: baseline and build artifacts have same version but different contents
no-classifier: different
META-INF/ECLIPSE_.RSA: different
META-INF/ECLIPSE_.SF: different
classifier-sources: different
META-INF/ECLIPSE_.RSA: different
META-INF/ECLIPSE_.SF: different
[INFO] MavenProject: org.eclipse.m2e:org.eclipse.m2e.discovery:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.discovery/pom.xml
The main artifact has been replaced with the baseline version.
The following attached artifacts have been replaced with the baseline version: [pack200, sources]
[INFO]
[INFO] --- tycho-p2-extras-plugin:2.3.0-SNAPSHOT:compare-version-with-baselines (check-no-version-regression) @ org.eclipse.m2e.discovery ---
[INFO]
[INFO] ---------------< org.eclipse.m2e:org.eclipse.m2e.editor >---------------
[INFO] Building Maven POM Editor 1.17.1-SNAPSHOT [10/43]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.m2e.editor ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.m2e.editor ---
[INFO] The project's OSGi version is 1.17.1.20210115-1536
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.m2e.editor ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.m2e.editor ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.m2e.editor ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/m2e_master/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/m2e_master/target/jacoco.exec,append=true,includes=org.eclipse.m2e*:org.apache.maven*:org.eclipse.aether*
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.eclipse.m2e.editor ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0-SNAPSHOT:compile (default-compile) @ org.eclipse.m2e.editor ---
[INFO] Compiling 45 source files to /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.eclipse.m2e.editor ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.m2e.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor/target/org.eclipse.m2e.editor-1.17.1-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.m2e.editor ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.m2e.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor/target/org.eclipse.m2e.editor-1.17.1-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.m2e.editor ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0-SNAPSHOT:normalize (pack200-normalize) @ org.eclipse.m2e.editor ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor/target/org.eclipse.m2e.editor-1.17.1-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.m2e.editor ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor/target/org.eclipse.m2e.editor-1.17.1-SNAPSHOT.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor/target/org.eclipse.m2e.editor-1.17.1-SNAPSHOT.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor/target/org.eclipse.m2e.editor-1.17.1-SNAPSHOT-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor/target/org.eclipse.m2e.editor-1.17.1-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0-SNAPSHOT:pack (pack200-pack) @ org.eclipse.m2e.editor ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor/target/org.eclipse.m2e.editor-1.17.1-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.m2e.editor ---
[WARNING] MavenProject: org.eclipse.m2e:org.eclipse.m2e.editor:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor/pom.xml: baseline and build artifacts have same version but different contents
no-classifier: different
META-INF/ECLIPSE_.RSA: different
META-INF/ECLIPSE_.SF: different
org/eclipse/m2e/editor/composites/DependencyLabelProvider.class: different
classifier-sources: different
META-INF/ECLIPSE_.RSA: different
META-INF/ECLIPSE_.SF: different
[INFO] MavenProject: org.eclipse.m2e:org.eclipse.m2e.editor:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor/pom.xml
The main artifact has been replaced with the baseline version.
The following attached artifacts have been replaced with the baseline version: [pack200, sources]
[INFO]
[INFO] --- tycho-p2-extras-plugin:2.3.0-SNAPSHOT:compare-version-with-baselines (check-no-version-regression) @ org.eclipse.m2e.editor ---
[INFO]
[INFO] -------------< org.eclipse.m2e:org.eclipse.m2e.editor.xml >-------------
[INFO] Building Maven POM XML Editor 1.17.1-SNAPSHOT [11/43]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.m2e.editor.xml ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.m2e.editor.xml ---
[INFO] The project's OSGi version is 1.17.1.20210115-1536
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.m2e.editor.xml ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.m2e.editor.xml ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.m2e.editor.xml ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/m2e_master/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/m2e_master/target/jacoco.exec,append=true,includes=org.eclipse.m2e*:org.apache.maven*:org.eclipse.aether*
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.eclipse.m2e.editor.xml ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.xml/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0-SNAPSHOT:compile (default-compile) @ org.eclipse.m2e.editor.xml ---
[INFO] Compiling 33 source files to /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.xml/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.eclipse.m2e.editor.xml ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.xml/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.m2e.editor.xml ---
[INFO] Building jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.xml/target/org.eclipse.m2e.editor.xml-1.17.1-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.m2e.editor.xml ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.m2e.editor.xml ---
[INFO] Building jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.xml/target/org.eclipse.m2e.editor.xml-1.17.1-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.m2e.editor.xml ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0-SNAPSHOT:normalize (pack200-normalize) @ org.eclipse.m2e.editor.xml ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.xml/target/org.eclipse.m2e.editor.xml-1.17.1-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.m2e.editor.xml ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.xml/target/org.eclipse.m2e.editor.xml-1.17.1-SNAPSHOT.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.xml/target/org.eclipse.m2e.editor.xml-1.17.1-SNAPSHOT.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.xml/target/org.eclipse.m2e.editor.xml-1.17.1-SNAPSHOT-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.xml/target/org.eclipse.m2e.editor.xml-1.17.1-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0-SNAPSHOT:pack (pack200-pack) @ org.eclipse.m2e.editor.xml ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.xml/target/org.eclipse.m2e.editor.xml-1.17.1-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.m2e.editor.xml ---
[WARNING] MavenProject: org.eclipse.m2e:org.eclipse.m2e.editor.xml:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.xml/pom.xml: baseline and build artifacts have same version but different contents
no-classifier: different
META-INF/ECLIPSE_.RSA: different
META-INF/ECLIPSE_.SF: different
classifier-sources: different
META-INF/ECLIPSE_.RSA: different
META-INF/ECLIPSE_.SF: different
[INFO] MavenProject: org.eclipse.m2e:org.eclipse.m2e.editor.xml:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.xml/pom.xml
The main artifact has been replaced with the baseline version.
The following attached artifacts have been replaced with the baseline version: [pack200, sources]
[INFO]
[INFO] --- tycho-p2-extras-plugin:2.3.0-SNAPSHOT:compare-version-with-baselines (check-no-version-regression) @ org.eclipse.m2e.editor.xml ---
[INFO]
[INFO] -----< org.eclipse.m2e:org.eclipse.m2e.lifecyclemapping.defaults >------
[INFO] Building org.eclipse.m2e.lifecyclemapping.defaults 1.17.1-SNAPSHOT [12/43]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.m2e.lifecyclemapping.defaults ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.m2e.lifecyclemapping.defaults ---
[INFO] The project's OSGi version is 1.17.1.20210115-1536
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.m2e.lifecyclemapping.defaults ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.m2e.lifecyclemapping.defaults ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.m2e.lifecyclemapping.defaults ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/m2e_master/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/m2e_master/target/jacoco.exec,append=true,includes=org.eclipse.m2e*:org.apache.maven*:org.eclipse.aether*
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.eclipse.m2e.lifecyclemapping.defaults ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.lifecyclemapping.defaults/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0-SNAPSHOT:compile (default-compile) @ org.eclipse.m2e.lifecyclemapping.defaults ---
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.eclipse.m2e.lifecyclemapping.defaults ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.lifecyclemapping.defaults/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.m2e.lifecyclemapping.defaults ---
[INFO] Building jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.lifecyclemapping.defaults/target/org.eclipse.m2e.lifecyclemapping.defaults-1.17.1-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.m2e.lifecyclemapping.defaults ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.m2e.lifecyclemapping.defaults ---
[INFO] Building jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.lifecyclemapping.defaults/target/org.eclipse.m2e.lifecyclemapping.defaults-1.17.1-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.m2e.lifecyclemapping.defaults ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0-SNAPSHOT:normalize (pack200-normalize) @ org.eclipse.m2e.lifecyclemapping.defaults ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.lifecyclemapping.defaults/target/org.eclipse.m2e.lifecyclemapping.defaults-1.17.1-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.m2e.lifecyclemapping.defaults ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.lifecyclemapping.defaults/target/org.eclipse.m2e.lifecyclemapping.defaults-1.17.1-SNAPSHOT.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.lifecyclemapping.defaults/target/org.eclipse.m2e.lifecyclemapping.defaults-1.17.1-SNAPSHOT.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.lifecyclemapping.defaults/target/org.eclipse.m2e.lifecyclemapping.defaults-1.17.1-SNAPSHOT-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.lifecyclemapping.defaults/target/org.eclipse.m2e.lifecyclemapping.defaults-1.17.1-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0-SNAPSHOT:pack (pack200-pack) @ org.eclipse.m2e.lifecyclemapping.defaults ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.lifecyclemapping.defaults/target/org.eclipse.m2e.lifecyclemapping.defaults-1.17.1-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.m2e.lifecyclemapping.defaults ---
[WARNING] MavenProject: org.eclipse.m2e:org.eclipse.m2e.lifecyclemapping.defaults:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.lifecyclemapping.defaults/pom.xml: baseline and build artifacts have same version but different contents
no-classifier: different
META-INF/ECLIPSE_.RSA: different
META-INF/ECLIPSE_.SF: different
classifier-sources: not present in baseline
[INFO] MavenProject: org.eclipse.m2e:org.eclipse.m2e.lifecyclemapping.defaults:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.lifecyclemapping.defaults/pom.xml
The main artifact has been replaced with the baseline version.
The following attached artifacts have been replaced with the baseline version: [pack200]
The following attached artifacts are not present in the baseline and have been removed: [sources]
[INFO]
[INFO] --- build-helper-maven-plugin:3.2.0:attach-artifact (attach-artifacts) @ org.eclipse.m2e.lifecyclemapping.defaults ---
[INFO]
[INFO] --- tycho-p2-extras-plugin:2.3.0-SNAPSHOT:compare-version-with-baselines (check-no-version-regression) @ org.eclipse.m2e.lifecyclemapping.defaults ---
[INFO]
[INFO] ----------------< org.eclipse.m2e:org.eclipse.m2e.scm >-----------------
[INFO] Building org.eclipse.m2e.scm 1.17.1-SNAPSHOT [13/43]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.m2e.scm ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.m2e.scm ---
[INFO] The project's OSGi version is 1.17.1.20210115-1536
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.m2e.scm ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.m2e.scm ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.m2e.scm ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/m2e_master/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/m2e_master/target/jacoco.exec,append=true,includes=org.eclipse.m2e*:org.apache.maven*:org.eclipse.aether*
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.eclipse.m2e.scm ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.scm/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0-SNAPSHOT:compile (default-compile) @ org.eclipse.m2e.scm ---
[INFO] Compiling 15 source files to /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.scm/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.eclipse.m2e.scm ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.scm/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.m2e.scm ---
[INFO] Building jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.scm/target/org.eclipse.m2e.scm-1.17.1-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.m2e.scm ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.m2e.scm ---
[INFO] Building jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.scm/target/org.eclipse.m2e.scm-1.17.1-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.m2e.scm ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0-SNAPSHOT:normalize (pack200-normalize) @ org.eclipse.m2e.scm ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.scm/target/org.eclipse.m2e.scm-1.17.1-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.m2e.scm ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.scm/target/org.eclipse.m2e.scm-1.17.1-SNAPSHOT.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.scm/target/org.eclipse.m2e.scm-1.17.1-SNAPSHOT.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.scm/target/org.eclipse.m2e.scm-1.17.1-SNAPSHOT-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.scm/target/org.eclipse.m2e.scm-1.17.1-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0-SNAPSHOT:pack (pack200-pack) @ org.eclipse.m2e.scm ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.scm/target/org.eclipse.m2e.scm-1.17.1-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.m2e.scm ---
[WARNING] MavenProject: org.eclipse.m2e:org.eclipse.m2e.scm:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.scm/pom.xml: baseline and build artifacts have same version but different contents
no-classifier: different
META-INF/ECLIPSE_.RSA: different
META-INF/ECLIPSE_.SF: different
classifier-sources: different
META-INF/ECLIPSE_.RSA: different
META-INF/ECLIPSE_.SF: different
[INFO] MavenProject: org.eclipse.m2e:org.eclipse.m2e.scm:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.scm/pom.xml
The main artifact has been replaced with the baseline version.
The following attached artifacts have been replaced with the baseline version: [pack200, sources]
[INFO]
[INFO] --- tycho-p2-extras-plugin:2.3.0-SNAPSHOT:compare-version-with-baselines (check-no-version-regression) @ org.eclipse.m2e.scm ---
[INFO]
[INFO] -----------< org.eclipse.m2e:org.eclipse.m2e.profiles.core >------------
[INFO] Building Maven Profile Manager Core 1.17.0-SNAPSHOT [14/43]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.m2e.profiles.core ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.m2e.profiles.core ---
[INFO] The project's OSGi version is 1.17.0.20201014-1513
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.m2e.profiles.core ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.m2e.profiles.core ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.m2e.profiles.core ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/m2e_master/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/m2e_master/target/jacoco.exec,append=true,includes=org.eclipse.m2e*:org.apache.maven*:org.eclipse.aether*
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.eclipse.m2e.profiles.core ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.profiles.core/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0-SNAPSHOT:compile (default-compile) @ org.eclipse.m2e.profiles.core ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.profiles.core/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.eclipse.m2e.profiles.core ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.profiles.core/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.m2e.profiles.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.profiles.core/target/org.eclipse.m2e.profiles.core-1.17.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.m2e.profiles.core ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.m2e.profiles.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.profiles.core/target/org.eclipse.m2e.profiles.core-1.17.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.m2e.profiles.core ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0-SNAPSHOT:normalize (pack200-normalize) @ org.eclipse.m2e.profiles.core ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.profiles.core/target/org.eclipse.m2e.profiles.core-1.17.0-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.m2e.profiles.core ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.profiles.core/target/org.eclipse.m2e.profiles.core-1.17.0-SNAPSHOT.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.profiles.core/target/org.eclipse.m2e.profiles.core-1.17.0-SNAPSHOT.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.profiles.core/target/org.eclipse.m2e.profiles.core-1.17.0-SNAPSHOT-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.profiles.core/target/org.eclipse.m2e.profiles.core-1.17.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0-SNAPSHOT:pack (pack200-pack) @ org.eclipse.m2e.profiles.core ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.profiles.core/target/org.eclipse.m2e.profiles.core-1.17.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.m2e.profiles.core ---
[WARNING] MavenProject: org.eclipse.m2e:org.eclipse.m2e.profiles.core:1.17.0-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.profiles.core/pom.xml: baseline and build artifacts have same version but different contents
no-classifier: different
META-INF/ECLIPSE_.RSA: different
META-INF/ECLIPSE_.SF: different
classifier-sources: different
META-INF/ECLIPSE_.RSA: different
META-INF/ECLIPSE_.SF: different
[INFO] MavenProject: org.eclipse.m2e:org.eclipse.m2e.profiles.core:1.17.0-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.profiles.core/pom.xml
The main artifact has been replaced with the baseline version.
The following attached artifacts have been replaced with the baseline version: [pack200, sources]
[INFO]
[INFO] --- tycho-p2-extras-plugin:2.3.0-SNAPSHOT:compare-version-with-baselines (check-no-version-regression) @ org.eclipse.m2e.profiles.core ---
[INFO] Fetching org.eclipse.m2e.profiles.core_1.17.0.20201014-1513.jar.pack.gz from https://download.eclipse.org/technology/m2e/releases/latest/plugins/ (12.85kB)
[INFO] Fetching org.eclipse.m2e.profiles.core.source_1.17.0.20201014-1513.jar from https://download.eclipse.org/technology/m2e/releases/latest/plugins/ (16.03kB)
[INFO]
[INFO] ------------< org.eclipse.m2e:org.eclipse.m2e.profiles.ui >-------------
[INFO] Building Maven Profile Manager UI 1.17.1-SNAPSHOT [15/43]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.m2e.profiles.ui ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.m2e.profiles.ui ---
[INFO] The project's OSGi version is 1.17.1.20210115-1536
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.m2e.profiles.ui ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.m2e.profiles.ui ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.m2e.profiles.ui ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/m2e_master/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/m2e_master/target/jacoco.exec,append=true,includes=org.eclipse.m2e*:org.apache.maven*:org.eclipse.aether*
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.eclipse.m2e.profiles.ui ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.profiles.ui/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0-SNAPSHOT:compile (default-compile) @ org.eclipse.m2e.profiles.ui ---
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.profiles.ui/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.eclipse.m2e.profiles.ui ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.profiles.ui/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.m2e.profiles.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.profiles.ui/target/org.eclipse.m2e.profiles.ui-1.17.1-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.m2e.profiles.ui ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.m2e.profiles.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.profiles.ui/target/org.eclipse.m2e.profiles.ui-1.17.1-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.m2e.profiles.ui ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0-SNAPSHOT:normalize (pack200-normalize) @ org.eclipse.m2e.profiles.ui ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.profiles.ui/target/org.eclipse.m2e.profiles.ui-1.17.1-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.m2e.profiles.ui ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.profiles.ui/target/org.eclipse.m2e.profiles.ui-1.17.1-SNAPSHOT.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.profiles.ui/target/org.eclipse.m2e.profiles.ui-1.17.1-SNAPSHOT.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.profiles.ui/target/org.eclipse.m2e.profiles.ui-1.17.1-SNAPSHOT-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.profiles.ui/target/org.eclipse.m2e.profiles.ui-1.17.1-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0-SNAPSHOT:pack (pack200-pack) @ org.eclipse.m2e.profiles.ui ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.profiles.ui/target/org.eclipse.m2e.profiles.ui-1.17.1-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.m2e.profiles.ui ---
[WARNING] MavenProject: org.eclipse.m2e:org.eclipse.m2e.profiles.ui:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.profiles.ui/pom.xml: baseline and build artifacts have same version but different contents
no-classifier: different
META-INF/ECLIPSE_.RSA: different
META-INF/ECLIPSE_.SF: different
classifier-sources: different
META-INF/ECLIPSE_.RSA: different
META-INF/ECLIPSE_.SF: different
[INFO] MavenProject: org.eclipse.m2e:org.eclipse.m2e.profiles.ui:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.profiles.ui/pom.xml
The main artifact has been replaced with the baseline version.
The following attached artifacts have been replaced with the baseline version: [pack200, sources]
[INFO]
[INFO] --- tycho-p2-extras-plugin:2.3.0-SNAPSHOT:compare-version-with-baselines (check-no-version-regression) @ org.eclipse.m2e.profiles.ui ---
[INFO]
[INFO] --------------< org.eclipse.m2e:org.eclipse.m2e.importer >--------------
[INFO] Building Maven Integration for Eclipse Importer framework 1.17.1-SNAPSHOT [16/43]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.m2e.importer ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.m2e.importer ---
[INFO] The project's OSGi version is 1.17.1.20210115-1536
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.m2e.importer ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.m2e.importer ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.m2e.importer ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/m2e_master/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/m2e_master/target/jacoco.exec,append=true,includes=org.eclipse.m2e*:org.apache.maven*:org.eclipse.aether*
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.eclipse.m2e.importer ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.importer/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0-SNAPSHOT:compile (default-compile) @ org.eclipse.m2e.importer ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.importer/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.importer/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.eclipse.m2e.importer ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.importer/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.m2e.importer ---
[INFO] Building jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.importer/target/org.eclipse.m2e.importer-1.17.1-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.m2e.importer ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.m2e.importer ---
[INFO] Building jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.importer/target/org.eclipse.m2e.importer-1.17.1-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.m2e.importer ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0-SNAPSHOT:normalize (pack200-normalize) @ org.eclipse.m2e.importer ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.importer/target/org.eclipse.m2e.importer-1.17.1-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.m2e.importer ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.importer/target/org.eclipse.m2e.importer-1.17.1-SNAPSHOT.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.importer/target/org.eclipse.m2e.importer-1.17.1-SNAPSHOT.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.importer/target/org.eclipse.m2e.importer-1.17.1-SNAPSHOT-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.importer/target/org.eclipse.m2e.importer-1.17.1-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0-SNAPSHOT:pack (pack200-pack) @ org.eclipse.m2e.importer ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.importer/target/org.eclipse.m2e.importer-1.17.1-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.m2e.importer ---
[WARNING] MavenProject: org.eclipse.m2e:org.eclipse.m2e.importer:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.importer/pom.xml: baseline and build artifacts have same version but different contents
no-classifier: different
META-INF/ECLIPSE_.RSA: different
META-INF/ECLIPSE_.SF: different
classifier-sources: not present in baseline
[INFO] MavenProject: org.eclipse.m2e:org.eclipse.m2e.importer:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.importer/pom.xml
The main artifact has been replaced with the baseline version.
The following attached artifacts have been replaced with the baseline version: [pack200]
The following attached artifacts are not present in the baseline and have been removed: [sources]
[INFO]
[INFO] --- tycho-p2-extras-plugin:2.3.0-SNAPSHOT:compare-version-with-baselines (check-no-version-regression) @ org.eclipse.m2e.importer ---
[INFO]
[INFO] ------------< org.eclipse.m2e:org.eclipse.m2e.sourcelookup >------------
[INFO] Building org.eclipse.m2e.sourcelookup 1.17.1-SNAPSHOT [17/43]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.m2e.sourcelookup ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.m2e.sourcelookup ---
[INFO] The project's OSGi version is 1.17.1.20210115-1536
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.m2e.sourcelookup ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.m2e.sourcelookup ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.m2e.sourcelookup ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/m2e_master/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/m2e_master/target/jacoco.exec,append=true,includes=org.eclipse.m2e*:org.apache.maven*:org.eclipse.aether*
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.eclipse.m2e.sourcelookup ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.sourcelookup/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0-SNAPSHOT:compile (default-compile) @ org.eclipse.m2e.sourcelookup ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.sourcelookup/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.sourcelookup/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.eclipse.m2e.sourcelookup ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.sourcelookup/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.m2e.sourcelookup ---
[INFO] Building jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.sourcelookup/target/org.eclipse.m2e.sourcelookup-1.17.1-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.m2e.sourcelookup ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.m2e.sourcelookup ---
[INFO] Building jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.sourcelookup/target/org.eclipse.m2e.sourcelookup-1.17.1-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.m2e.sourcelookup ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0-SNAPSHOT:normalize (pack200-normalize) @ org.eclipse.m2e.sourcelookup ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.sourcelookup/target/org.eclipse.m2e.sourcelookup-1.17.1-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.m2e.sourcelookup ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.sourcelookup/target/org.eclipse.m2e.sourcelookup-1.17.1-SNAPSHOT.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.sourcelookup/target/org.eclipse.m2e.sourcelookup-1.17.1-SNAPSHOT.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.sourcelookup/target/org.eclipse.m2e.sourcelookup-1.17.1-SNAPSHOT-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.sourcelookup/target/org.eclipse.m2e.sourcelookup-1.17.1-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0-SNAPSHOT:pack (pack200-pack) @ org.eclipse.m2e.sourcelookup ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.sourcelookup/target/org.eclipse.m2e.sourcelookup-1.17.1-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.m2e.sourcelookup ---
[WARNING] MavenProject: org.eclipse.m2e:org.eclipse.m2e.sourcelookup:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.sourcelookup/pom.xml: baseline and build artifacts have same version but different contents
no-classifier: different
META-INF/ECLIPSE_.RSA: different
META-INF/ECLIPSE_.SF: different
classifier-sources: different
META-INF/ECLIPSE_.RSA: different
META-INF/ECLIPSE_.SF: different
[INFO] MavenProject: org.eclipse.m2e:org.eclipse.m2e.sourcelookup:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.sourcelookup/pom.xml
The main artifact has been replaced with the baseline version.
The following attached artifacts have been replaced with the baseline version: [pack200, sources]
[INFO]
[INFO] --- tycho-p2-extras-plugin:2.3.0-SNAPSHOT:compare-version-with-baselines (check-no-version-regression) @ org.eclipse.m2e.sourcelookup ---
[INFO]
[INFO] -----------< org.eclipse.m2e:org.eclipse.m2e.binaryproject >------------
[INFO] Building org.eclipse.m2e.binaryproject 1.17.1-SNAPSHOT [18/43]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.m2e.binaryproject ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.m2e.binaryproject ---
[INFO] The project's OSGi version is 1.17.1.20210115-1536
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.m2e.binaryproject ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.m2e.binaryproject ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.m2e.binaryproject ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/m2e_master/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/m2e_master/target/jacoco.exec,append=true,includes=org.eclipse.m2e*:org.apache.maven*:org.eclipse.aether*
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.eclipse.m2e.binaryproject ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.binaryproject/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0-SNAPSHOT:compile (default-compile) @ org.eclipse.m2e.binaryproject ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.binaryproject/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.binaryproject/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.eclipse.m2e.binaryproject ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.binaryproject/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.m2e.binaryproject ---
[INFO] Building jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.binaryproject/target/org.eclipse.m2e.binaryproject-1.17.1-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.m2e.binaryproject ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.m2e.binaryproject ---
[INFO] Building jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.binaryproject/target/org.eclipse.m2e.binaryproject-1.17.1-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.m2e.binaryproject ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0-SNAPSHOT:normalize (pack200-normalize) @ org.eclipse.m2e.binaryproject ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.binaryproject/target/org.eclipse.m2e.binaryproject-1.17.1-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.m2e.binaryproject ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.binaryproject/target/org.eclipse.m2e.binaryproject-1.17.1-SNAPSHOT.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.binaryproject/target/org.eclipse.m2e.binaryproject-1.17.1-SNAPSHOT.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.binaryproject/target/org.eclipse.m2e.binaryproject-1.17.1-SNAPSHOT-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.binaryproject/target/org.eclipse.m2e.binaryproject-1.17.1-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0-SNAPSHOT:pack (pack200-pack) @ org.eclipse.m2e.binaryproject ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.binaryproject/target/org.eclipse.m2e.binaryproject-1.17.1-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.m2e.binaryproject ---
[WARNING] MavenProject: org.eclipse.m2e:org.eclipse.m2e.binaryproject:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.binaryproject/pom.xml: baseline and build artifacts have same version but different contents
no-classifier: different
META-INF/ECLIPSE_.RSA: different
META-INF/ECLIPSE_.SF: different
classifier-sources: different
META-INF/ECLIPSE_.RSA: different
META-INF/ECLIPSE_.SF: different
[INFO] MavenProject: org.eclipse.m2e:org.eclipse.m2e.binaryproject:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.binaryproject/pom.xml
The main artifact has been replaced with the baseline version.
The following attached artifacts have been replaced with the baseline version: [pack200, sources]
[INFO]
[INFO] --- tycho-p2-extras-plugin:2.3.0-SNAPSHOT:compare-version-with-baselines (check-no-version-regression) @ org.eclipse.m2e.binaryproject ---
[INFO]
[INFO] ----------< org.eclipse.m2e:org.eclipse.m2e.binaryproject.ui >----------
[INFO] Building org.eclipse.m2e.binaryproject.ui 1.17.1-SNAPSHOT [19/43]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.m2e.binaryproject.ui ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.m2e.binaryproject.ui ---
[INFO] The project's OSGi version is 1.17.1.20210115-1536
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.m2e.binaryproject.ui ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.m2e.binaryproject.ui ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.m2e.binaryproject.ui ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/m2e_master/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/m2e_master/target/jacoco.exec,append=true,includes=org.eclipse.m2e*:org.apache.maven*:org.eclipse.aether*
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.eclipse.m2e.binaryproject.ui ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.binaryproject.ui/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0-SNAPSHOT:compile (default-compile) @ org.eclipse.m2e.binaryproject.ui ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.binaryproject.ui/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.binaryproject.ui/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.eclipse.m2e.binaryproject.ui ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.binaryproject.ui/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.m2e.binaryproject.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.binaryproject.ui/target/org.eclipse.m2e.binaryproject.ui-1.17.1-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.m2e.binaryproject.ui ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.m2e.binaryproject.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.binaryproject.ui/target/org.eclipse.m2e.binaryproject.ui-1.17.1-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.m2e.binaryproject.ui ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0-SNAPSHOT:normalize (pack200-normalize) @ org.eclipse.m2e.binaryproject.ui ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.binaryproject.ui/target/org.eclipse.m2e.binaryproject.ui-1.17.1-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.m2e.binaryproject.ui ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.binaryproject.ui/target/org.eclipse.m2e.binaryproject.ui-1.17.1-SNAPSHOT.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.binaryproject.ui/target/org.eclipse.m2e.binaryproject.ui-1.17.1-SNAPSHOT.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.binaryproject.ui/target/org.eclipse.m2e.binaryproject.ui-1.17.1-SNAPSHOT-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.binaryproject.ui/target/org.eclipse.m2e.binaryproject.ui-1.17.1-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0-SNAPSHOT:pack (pack200-pack) @ org.eclipse.m2e.binaryproject.ui ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.binaryproject.ui/target/org.eclipse.m2e.binaryproject.ui-1.17.1-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.m2e.binaryproject.ui ---
[WARNING] MavenProject: org.eclipse.m2e:org.eclipse.m2e.binaryproject.ui:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.binaryproject.ui/pom.xml: baseline and build artifacts have same version but different contents
no-classifier: different
META-INF/ECLIPSE_.RSA: different
META-INF/ECLIPSE_.SF: different
classifier-sources: different
META-INF/ECLIPSE_.RSA: different
META-INF/ECLIPSE_.SF: different
[INFO] MavenProject: org.eclipse.m2e:org.eclipse.m2e.binaryproject.ui:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.binaryproject.ui/pom.xml
The main artifact has been replaced with the baseline version.
The following attached artifacts have been replaced with the baseline version: [pack200, sources]
[INFO]
[INFO] --- tycho-p2-extras-plugin:2.3.0-SNAPSHOT:compare-version-with-baselines (check-no-version-regression) @ org.eclipse.m2e.binaryproject.ui ---
[INFO]
[INFO] ----------< org.eclipse.m2e:org.eclipse.m2e.sourcelookup.ui >-----------
[INFO] Building org.eclipse.m2e.sourcelookup.ui 1.17.1-SNAPSHOT [20/43]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.m2e.sourcelookup.ui ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.m2e.sourcelookup.ui ---
[INFO] The project's OSGi version is 1.17.1.20210115-1536
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.m2e.sourcelookup.ui ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.m2e.sourcelookup.ui ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.m2e.sourcelookup.ui ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/m2e_master/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/m2e_master/target/jacoco.exec,append=true,includes=org.eclipse.m2e*:org.apache.maven*:org.eclipse.aether*
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.eclipse.m2e.sourcelookup.ui ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.sourcelookup.ui/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0-SNAPSHOT:compile (default-compile) @ org.eclipse.m2e.sourcelookup.ui ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.sourcelookup.ui/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.sourcelookup.ui/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.eclipse.m2e.sourcelookup.ui ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.sourcelookup.ui/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.m2e.sourcelookup.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.sourcelookup.ui/target/org.eclipse.m2e.sourcelookup.ui-1.17.1-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.m2e.sourcelookup.ui ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.m2e.sourcelookup.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.sourcelookup.ui/target/org.eclipse.m2e.sourcelookup.ui-1.17.1-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.m2e.sourcelookup.ui ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0-SNAPSHOT:normalize (pack200-normalize) @ org.eclipse.m2e.sourcelookup.ui ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.sourcelookup.ui/target/org.eclipse.m2e.sourcelookup.ui-1.17.1-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.m2e.sourcelookup.ui ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.sourcelookup.ui/target/org.eclipse.m2e.sourcelookup.ui-1.17.1-SNAPSHOT.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.sourcelookup.ui/target/org.eclipse.m2e.sourcelookup.ui-1.17.1-SNAPSHOT.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.sourcelookup.ui/target/org.eclipse.m2e.sourcelookup.ui-1.17.1-SNAPSHOT-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.sourcelookup.ui/target/org.eclipse.m2e.sourcelookup.ui-1.17.1-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0-SNAPSHOT:pack (pack200-pack) @ org.eclipse.m2e.sourcelookup.ui ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.sourcelookup.ui/target/org.eclipse.m2e.sourcelookup.ui-1.17.1-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.m2e.sourcelookup.ui ---
[WARNING] MavenProject: org.eclipse.m2e:org.eclipse.m2e.sourcelookup.ui:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.sourcelookup.ui/pom.xml: baseline and build artifacts have same version but different contents
no-classifier: different
META-INF/ECLIPSE_.RSA: different
META-INF/ECLIPSE_.SF: different
classifier-sources: different
META-INF/ECLIPSE_.RSA: different
META-INF/ECLIPSE_.SF: different
[INFO] MavenProject: org.eclipse.m2e:org.eclipse.m2e.sourcelookup.ui:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.sourcelookup.ui/pom.xml
The main artifact has been replaced with the baseline version.
The following attached artifacts have been replaced with the baseline version: [pack200, sources]
[INFO]
[INFO] --- tycho-p2-extras-plugin:2.3.0-SNAPSHOT:compare-version-with-baselines (check-no-version-regression) @ org.eclipse.m2e.sourcelookup.ui ---
[INFO]
[INFO] -----------< org.eclipse.m2e:org.eclipse.m2e.editor.lemminx >-----------
[INFO] Building org.eclipse.m2e.editor.lemminx 1.17.2-SNAPSHOT [21/43]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.m2e.editor.lemminx ---
[INFO] Deleting /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.lemminx (includes = [lemminx-maven*.jar, indexer-jars/*.jar], excludes = [])
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.m2e.editor.lemminx ---
[INFO] The project's OSGi version is 1.17.2.20210121-1526
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.m2e.editor.lemminx ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.m2e.editor.lemminx ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.m2e.editor.lemminx ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/m2e_master/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/m2e_master/target/jacoco.exec,append=true,includes=org.eclipse.m2e*:org.apache.maven*:org.eclipse.aether*
[INFO]
[INFO] --- maven-assembly-plugin:2.2.1:single (default) @ org.eclipse.m2e.editor.lemminx ---
[INFO] Reading assembly descriptor: build-indexer-jars.xml
[WARNING] Cannot include project artifact: org.eclipse.m2e:org.eclipse.m2e.editor.lemminx:eclipse-plugin:1.17.2-SNAPSHOT; it doesn't have an associated file or directory.
[INFO] Copying files to /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.lemminx/indexer-jars
[INFO]
[INFO] --- maven-dependency-plugin:2.2:copy (get-lemminx-maven) @ org.eclipse.m2e.editor.lemminx ---
[INFO] Configured Artifact: org.eclipse.lemminx:lemminx-maven:0.2.1-SNAPSHOT:jar
[INFO] Copying lemminx-maven-0.2.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.lemminx/lemminx-maven.jar
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.eclipse.m2e.editor.lemminx ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.lemminx/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0-SNAPSHOT:compile (default-compile) @ org.eclipse.m2e.editor.lemminx ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.lemminx/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.lemminx/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.eclipse.m2e.editor.lemminx ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.lemminx/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.m2e.editor.lemminx ---
[INFO] Building jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.lemminx/target/org.eclipse.m2e.editor.lemminx-1.17.2-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.m2e.editor.lemminx ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.m2e.editor.lemminx ---
[INFO] Building jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.lemminx/target/org.eclipse.m2e.editor.lemminx-1.17.2-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.m2e.editor.lemminx ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0-SNAPSHOT:normalize (pack200-normalize) @ org.eclipse.m2e.editor.lemminx ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.lemminx/target/org.eclipse.m2e.editor.lemminx-1.17.2-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.m2e.editor.lemminx ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.lemminx/target/org.eclipse.m2e.editor.lemminx-1.17.2-SNAPSHOT.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.lemminx/target/org.eclipse.m2e.editor.lemminx-1.17.2-SNAPSHOT.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.lemminx/target/org.eclipse.m2e.editor.lemminx-1.17.2-SNAPSHOT-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.lemminx/target/org.eclipse.m2e.editor.lemminx-1.17.2-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0-SNAPSHOT:pack (pack200-pack) @ org.eclipse.m2e.editor.lemminx ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.lemminx/target/org.eclipse.m2e.editor.lemminx-1.17.2-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.m2e.editor.lemminx ---
[WARNING] MavenProject: org.eclipse.m2e:org.eclipse.m2e.editor.lemminx:1.17.2-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.lemminx/pom.xml: baseline and build artifacts have same version but different contents
no-classifier: different
META-INF/ECLIPSE_.RSA: different
META-INF/ECLIPSE_.SF: different
classifier-sources: not present in baseline
[INFO] MavenProject: org.eclipse.m2e:org.eclipse.m2e.editor.lemminx:1.17.2-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.lemminx/pom.xml
The main artifact has been replaced with the baseline version.
The following attached artifacts have been replaced with the baseline version: [pack200]
The following attached artifacts are not present in the baseline and have been removed: [sources]
[INFO]
[INFO] --- tycho-p2-extras-plugin:2.3.0-SNAPSHOT:compare-version-with-baselines (check-no-version-regression) @ org.eclipse.m2e.editor.lemminx ---
[INFO]
[INFO] ----------------< org.eclipse.m2e:org.eclipse.m2e.pde >-----------------
[INFO] Building Maven PDE Integration 1.17.2-SNAPSHOT [22/43]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.m2e.pde ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.m2e.pde ---
[INFO] The project's OSGi version is 1.17.2.20210120-0856
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.m2e.pde ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.m2e.pde ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.m2e.pde ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/m2e_master/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/m2e_master/target/jacoco.exec,append=true,includes=org.eclipse.m2e*:org.apache.maven*:org.eclipse.aether*
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.eclipse.m2e.pde ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.pde/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0-SNAPSHOT:compile (default-compile) @ org.eclipse.m2e.pde ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.pde/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.pde/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.eclipse.m2e.pde ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.pde/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.m2e.pde ---
[WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.pde/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
[INFO] Building jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.pde/target/org.eclipse.m2e.pde-1.17.2-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.m2e.pde ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.m2e.pde ---
[INFO] Building jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.pde/target/org.eclipse.m2e.pde-1.17.2-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.m2e.pde ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0-SNAPSHOT:normalize (pack200-normalize) @ org.eclipse.m2e.pde ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.pde/target/org.eclipse.m2e.pde-1.17.2-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.m2e.pde ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.pde/target/org.eclipse.m2e.pde-1.17.2-SNAPSHOT.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.pde/target/org.eclipse.m2e.pde-1.17.2-SNAPSHOT.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.pde/target/org.eclipse.m2e.pde-1.17.2-SNAPSHOT-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.pde/target/org.eclipse.m2e.pde-1.17.2-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0-SNAPSHOT:pack (pack200-pack) @ org.eclipse.m2e.pde ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.pde/target/org.eclipse.m2e.pde-1.17.2-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.m2e.pde ---
[WARNING] MavenProject: org.eclipse.m2e:org.eclipse.m2e.pde:1.17.2-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.pde/pom.xml: baseline and build artifacts have same version but different contents
no-classifier: different
META-INF/ECLIPSE_.RSA: different
META-INF/ECLIPSE_.SF: different
classifier-sources: not present in baseline
[INFO] MavenProject: org.eclipse.m2e:org.eclipse.m2e.pde:1.17.2-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.pde/pom.xml
The main artifact has been replaced with the baseline version.
The following attached artifacts have been replaced with the baseline version: [pack200]
The following attached artifacts are not present in the baseline and have been removed: [sources]
[INFO]
[INFO] --- tycho-p2-extras-plugin:2.3.0-SNAPSHOT:compare-version-with-baselines (check-no-version-regression) @ org.eclipse.m2e.pde ---
[INFO]
[INFO] ---------------< org.eclipse.m2e:org.eclipse.m2e.pde.ui >---------------
[INFO] Building Maven PDE UI Integration 1.17.2-SNAPSHOT [23/43]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.m2e.pde.ui ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.m2e.pde.ui ---
[INFO] The project's OSGi version is 1.17.2.20210121-1523
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.m2e.pde.ui ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.m2e.pde.ui ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.m2e.pde.ui ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/m2e_master/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/m2e_master/target/jacoco.exec,append=true,includes=org.eclipse.m2e*:org.apache.maven*:org.eclipse.aether*
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.eclipse.m2e.pde.ui ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.pde.ui/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0-SNAPSHOT:compile (default-compile) @ org.eclipse.m2e.pde.ui ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.pde.ui/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 14 source files to /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.pde.ui/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.eclipse.m2e.pde.ui ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.pde.ui/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.m2e.pde.ui ---
[WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.pde.ui/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
[INFO] Building jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.pde.ui/target/org.eclipse.m2e.pde.ui-1.17.2-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.m2e.pde.ui ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.m2e.pde.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.pde.ui/target/org.eclipse.m2e.pde.ui-1.17.2-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.m2e.pde.ui ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0-SNAPSHOT:normalize (pack200-normalize) @ org.eclipse.m2e.pde.ui ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.pde.ui/target/org.eclipse.m2e.pde.ui-1.17.2-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.m2e.pde.ui ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.pde.ui/target/org.eclipse.m2e.pde.ui-1.17.2-SNAPSHOT.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.pde.ui/target/org.eclipse.m2e.pde.ui-1.17.2-SNAPSHOT.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.pde.ui/target/org.eclipse.m2e.pde.ui-1.17.2-SNAPSHOT-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.pde.ui/target/org.eclipse.m2e.pde.ui-1.17.2-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0-SNAPSHOT:pack (pack200-pack) @ org.eclipse.m2e.pde.ui ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.pde.ui/target/org.eclipse.m2e.pde.ui-1.17.2-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.m2e.pde.ui ---
[WARNING] MavenProject: org.eclipse.m2e:org.eclipse.m2e.pde.ui:1.17.2-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.pde.ui/pom.xml: baseline and build artifacts have same version but different contents
no-classifier: different
META-INF/ECLIPSE_.RSA: different
META-INF/ECLIPSE_.SF: different
classifier-sources: not present in baseline
[INFO] MavenProject: org.eclipse.m2e:org.eclipse.m2e.pde.ui:1.17.2-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.pde.ui/pom.xml
The main artifact has been replaced with the baseline version.
The following attached artifacts have been replaced with the baseline version: [pack200]
The following attached artifacts are not present in the baseline and have been removed: [sources]
[INFO]
[INFO] --- tycho-p2-extras-plugin:2.3.0-SNAPSHOT:compare-version-with-baselines (check-no-version-regression) @ org.eclipse.m2e.pde.ui ---
[INFO]
[INFO] ------------< org.eclipse.m2e:org.eclipse.m2e.tests.common >------------
[INFO] Building M2E Testing Helpers 1.17.1-SNAPSHOT [24/43]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.m2e.tests.common ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.m2e.tests.common ---
[INFO] The project's OSGi version is 1.17.1.20210115-1536
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.m2e.tests.common ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.m2e.tests.common ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.m2e.tests.common ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/m2e_master/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/m2e_master/target/jacoco.exec,append=true,includes=org.eclipse.m2e*:org.apache.maven*:org.eclipse.aether*
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.eclipse.m2e.tests.common ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.tests.common/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0-SNAPSHOT:compile (default-compile) @ org.eclipse.m2e.tests.common ---
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.tests.common/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.eclipse.m2e.tests.common ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.tests.common/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.m2e.tests.common ---
[INFO] Building jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.tests.common/target/org.eclipse.m2e.tests.common-1.17.1-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.m2e.tests.common ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.m2e.tests.common ---
[INFO] Building jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.tests.common/target/org.eclipse.m2e.tests.common-1.17.1-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.m2e.tests.common ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0-SNAPSHOT:normalize (pack200-normalize) @ org.eclipse.m2e.tests.common ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.tests.common/target/org.eclipse.m2e.tests.common-1.17.1-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.m2e.tests.common ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.tests.common/target/org.eclipse.m2e.tests.common-1.17.1-SNAPSHOT.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.tests.common/target/org.eclipse.m2e.tests.common-1.17.1-SNAPSHOT.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.tests.common/target/org.eclipse.m2e.tests.common-1.17.1-SNAPSHOT-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.tests.common/target/org.eclipse.m2e.tests.common-1.17.1-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0-SNAPSHOT:pack (pack200-pack) @ org.eclipse.m2e.tests.common ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.tests.common/target/org.eclipse.m2e.tests.common-1.17.1-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.m2e.tests.common ---
[WARNING] MavenProject: org.eclipse.m2e:org.eclipse.m2e.tests.common:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.tests.common/pom.xml: baseline and build artifacts have same version but different contents
no-classifier: different
META-INF/ECLIPSE_.RSA: different
META-INF/ECLIPSE_.SF: different
classifier-sources: different
META-INF/ECLIPSE_.RSA: different
META-INF/ECLIPSE_.SF: different
[INFO] MavenProject: org.eclipse.m2e:org.eclipse.m2e.tests.common:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.tests.common/pom.xml
The main artifact has been replaced with the baseline version.
The following attached artifacts have been replaced with the baseline version: [pack200, sources]
[INFO]
[INFO] --- tycho-p2-extras-plugin:2.3.0-SNAPSHOT:compare-version-with-baselines (check-no-version-regression) @ org.eclipse.m2e.tests.common ---
[INFO]
[INFO] ----------< org.eclipse.m2e:org.eclipse.m2e.logback.appender >----------
[INFO] Building org.eclipse.m2e.logback.appender 1.17.0-SNAPSHOT [25/43]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.m2e.logback.appender ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.m2e.logback.appender ---
[INFO] The project's OSGi version is 1.17.0.20200924-1339
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.m2e.logback.appender ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.m2e.logback.appender ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.m2e.logback.appender ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/m2e_master/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/m2e_master/target/jacoco.exec,append=true,includes=org.eclipse.m2e*:org.apache.maven*:org.eclipse.aether*
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.eclipse.m2e.logback.appender ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.logback.appender/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0-SNAPSHOT:compile (default-compile) @ org.eclipse.m2e.logback.appender ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.logback.appender/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.eclipse.m2e.logback.appender ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.logback.appender/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.m2e.logback.appender ---
[INFO] Building jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.logback.appender/target/org.eclipse.m2e.logback.appender-1.17.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.m2e.logback.appender ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.m2e.logback.appender ---
[INFO] Building jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.logback.appender/target/org.eclipse.m2e.logback.appender-1.17.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.m2e.logback.appender ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0-SNAPSHOT:normalize (pack200-normalize) @ org.eclipse.m2e.logback.appender ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.logback.appender/target/org.eclipse.m2e.logback.appender-1.17.0-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.m2e.logback.appender ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.logback.appender/target/org.eclipse.m2e.logback.appender-1.17.0-SNAPSHOT.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.logback.appender/target/org.eclipse.m2e.logback.appender-1.17.0-SNAPSHOT.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.logback.appender/target/org.eclipse.m2e.logback.appender-1.17.0-SNAPSHOT-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.logback.appender/target/org.eclipse.m2e.logback.appender-1.17.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0-SNAPSHOT:pack (pack200-pack) @ org.eclipse.m2e.logback.appender ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.logback.appender/target/org.eclipse.m2e.logback.appender-1.17.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.m2e.logback.appender ---
[WARNING] MavenProject: org.eclipse.m2e:org.eclipse.m2e.logback.appender:1.17.0-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.logback.appender/pom.xml: baseline and build artifacts have same version but different contents
no-classifier: different
META-INF/ECLIPSE_.RSA: different
META-INF/ECLIPSE_.SF: different
classifier-sources: different
META-INF/ECLIPSE_.RSA: different
META-INF/ECLIPSE_.SF: different
[INFO] MavenProject: org.eclipse.m2e:org.eclipse.m2e.logback.appender:1.17.0-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.logback.appender/pom.xml
The main artifact has been replaced with the baseline version.
The following attached artifacts have been replaced with the baseline version: [pack200, sources]
[INFO]
[INFO] --- tycho-p2-extras-plugin:2.3.0-SNAPSHOT:compare-version-with-baselines (check-no-version-regression) @ org.eclipse.m2e.logback.appender ---
[INFO] Fetching org.eclipse.m2e.logback.appender_1.17.0.20200924-1339.jar.pack.gz from https://download.eclipse.org/technology/m2e/releases/latest/plugins/ (8.77kB)
[INFO] Fetching org.eclipse.m2e.logback.appender.source_1.17.0.20200924-1339.jar from https://download.eclipse.org/technology/m2e/releases/latest/plugins/ (10.91kB)
[INFO]
[INFO] -------< org.eclipse.m2e:org.eclipse.m2e.logback.configuration >--------
[INFO] Building org.eclipse.m2e.logback.configuration 1.16.0-SNAPSHOT [26/43]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.m2e.logback.configuration ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.m2e.logback.configuration ---
[INFO] The project's OSGi version is 1.16.0.20200318-1040
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.m2e.logback.configuration ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.m2e.logback.configuration ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.m2e.logback.configuration ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/m2e_master/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/m2e_master/target/jacoco.exec,append=true,includes=org.eclipse.m2e*:org.apache.maven*:org.eclipse.aether*
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.eclipse.m2e.logback.configuration ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.logback.configuration/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0-SNAPSHOT:compile (default-compile) @ org.eclipse.m2e.logback.configuration ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.logback.configuration/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.eclipse.m2e.logback.configuration ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.logback.configuration/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.m2e.logback.configuration ---
[INFO] Building jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.logback.configuration/target/org.eclipse.m2e.logback.configuration-1.16.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.m2e.logback.configuration ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.m2e.logback.configuration ---
[INFO] Building jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.logback.configuration/target/org.eclipse.m2e.logback.configuration-1.16.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.m2e.logback.configuration ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0-SNAPSHOT:normalize (pack200-normalize) @ org.eclipse.m2e.logback.configuration ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.logback.configuration/target/org.eclipse.m2e.logback.configuration-1.16.0-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.m2e.logback.configuration ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.logback.configuration/target/org.eclipse.m2e.logback.configuration-1.16.0-SNAPSHOT.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.logback.configuration/target/org.eclipse.m2e.logback.configuration-1.16.0-SNAPSHOT.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.logback.configuration/target/org.eclipse.m2e.logback.configuration-1.16.0-SNAPSHOT-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.logback.configuration/target/org.eclipse.m2e.logback.configuration-1.16.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0-SNAPSHOT:pack (pack200-pack) @ org.eclipse.m2e.logback.configuration ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.logback.configuration/target/org.eclipse.m2e.logback.configuration-1.16.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.m2e.logback.configuration ---
[WARNING] MavenProject: org.eclipse.m2e:org.eclipse.m2e.logback.configuration:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.logback.configuration/pom.xml: baseline and build artifacts have same version but different contents
no-classifier: different
META-INF/ECLIPSE_.RSA: different
META-INF/ECLIPSE_.SF: different
classifier-sources: different
META-INF/ECLIPSE_.RSA: different
META-INF/ECLIPSE_.SF: different
[INFO] MavenProject: org.eclipse.m2e:org.eclipse.m2e.logback.configuration:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.logback.configuration/pom.xml
The main artifact has been replaced with the baseline version.
The following attached artifacts have been replaced with the baseline version: [pack200, sources]
[INFO]
[INFO] --- tycho-p2-extras-plugin:2.3.0-SNAPSHOT:compare-version-with-baselines (check-no-version-regression) @ org.eclipse.m2e.logback.configuration ---
[INFO] Fetching org.eclipse.m2e.logback.configuration_1.16.0.20200318-1040.jar.pack.gz from https://download.eclipse.org/technology/m2e/releases/latest/plugins/ (10.98kB)
[INFO] Fetching org.eclipse.m2e.logback.configuration.source_1.16.0.20200318-1040.jar from https://download.eclipse.org/technology/m2e/releases/latest/plugins/ (11.06kB)
[INFO]
[INFO] -----------< org.eclipse.m2e:org.eclipse.m2e.sse.ui.feature >-----------
[INFO] Building org.eclipse.m2e.sse.ui.feature 1.17.1-SNAPSHOT [27/43]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.m2e.sse.ui.feature ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.m2e.sse.ui.feature ---
[INFO] Fetching org.eclipse.license_2.0.2.v20181016-2210.jar from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/features/ (13.05kB)
[INFO] The project's OSGi version is 1.17.1.20210115-1536
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.m2e.sse.ui.feature ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.m2e.sse.ui.feature ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.m2e.sse.ui.feature ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/m2e_master/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/m2e_master/target/jacoco.exec,append=true,includes=org.eclipse.m2e*:org.apache.maven*:org.eclipse.aether*
[INFO]
[INFO] --- target-platform-configuration:2.3.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.m2e.sse.ui.feature ---
[INFO]
[INFO] --- tycho-source-plugin:2.3.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.m2e.sse.ui.feature ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.m2e.sse.ui.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.sse.ui.feature/target/org.eclipse.m2e.sse.ui.feature-1.17.1-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.m2e.sse.ui.feature ---
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.m2e.sse.ui.feature ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0-SNAPSHOT:normalize (pack200-normalize) @ org.eclipse.m2e.sse.ui.feature ---
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.m2e.sse.ui.feature ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.sse.ui.feature/target/org.eclipse.m2e.sse.ui.feature-1.17.1-SNAPSHOT.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.sse.ui.feature/target/org.eclipse.m2e.sse.ui.feature-1.17.1-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0-SNAPSHOT:pack (pack200-pack) @ org.eclipse.m2e.sse.ui.feature ---
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.m2e.sse.ui.feature ---
[WARNING] MavenProject: org.eclipse.m2e:org.eclipse.m2e.sse.ui.feature:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.sse.ui.feature/pom.xml: baseline and build artifacts have same version but different contents
no-classifier: different
META-INF/ECLIPSE_.RSA: different
[INFO] MavenProject: org.eclipse.m2e:org.eclipse.m2e.sse.ui.feature:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.sse.ui.feature/pom.xml
The main artifact has been replaced with the baseline version.
[INFO]
[INFO] --- tycho-p2-extras-plugin:2.3.0-SNAPSHOT:compare-version-with-baselines (check-no-version-regression) @ org.eclipse.m2e.sse.ui.feature ---
[INFO]
[INFO] --------------< org.eclipse.m2e:org.eclipse.m2e.feature >---------------
[INFO] Building Maven Integration for Eclipse 1.17.2-SNAPSHOT [28/43]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.m2e.feature ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.m2e.feature ---
[INFO] The project's OSGi version is 1.17.2.20210126-0906
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.m2e.feature ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.m2e.feature ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.m2e.feature ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/m2e_master/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/m2e_master/target/jacoco.exec,append=true,includes=org.eclipse.m2e*:org.apache.maven*:org.eclipse.aether*
[INFO]
[INFO] --- target-platform-configuration:2.3.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.m2e.feature ---
[INFO]
[INFO] --- tycho-source-plugin:2.3.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.m2e.feature ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.m2e.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.feature/target/org.eclipse.m2e.feature-1.17.2-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.m2e.feature ---
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.m2e.feature ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0-SNAPSHOT:normalize (pack200-normalize) @ org.eclipse.m2e.feature ---
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.m2e.feature ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.feature/target/org.eclipse.m2e.feature-1.17.2-SNAPSHOT.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.feature/target/org.eclipse.m2e.feature-1.17.2-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0-SNAPSHOT:pack (pack200-pack) @ org.eclipse.m2e.feature ---
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.m2e.feature ---
[INFO] No baseline version MavenProject: org.eclipse.m2e:org.eclipse.m2e.feature:1.17.2-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.feature/pom.xml
[INFO]
[INFO] --- tycho-p2-extras-plugin:2.3.0-SNAPSHOT:compare-version-with-baselines (check-no-version-regression) @ org.eclipse.m2e.feature ---
[INFO]
[INFO] ----------< org.eclipse.m2e:org.eclipse.m2e.lemminx.feature >-----------
[INFO] Building org.eclipse.m2e.lemminx.feature 1.17.1-SNAPSHOT [29/43]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.m2e.lemminx.feature ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.m2e.lemminx.feature ---
[INFO] The project's OSGi version is 1.17.1.20210121-1740
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.m2e.lemminx.feature ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.m2e.lemminx.feature ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.m2e.lemminx.feature ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/m2e_master/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/m2e_master/target/jacoco.exec,append=true,includes=org.eclipse.m2e*:org.apache.maven*:org.eclipse.aether*
[INFO]
[INFO] --- target-platform-configuration:2.3.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.m2e.lemminx.feature ---
[INFO]
[INFO] --- tycho-source-plugin:2.3.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.m2e.lemminx.feature ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.m2e.lemminx.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.lemminx.feature/target/org.eclipse.m2e.lemminx.feature-1.17.1-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.m2e.lemminx.feature ---
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.m2e.lemminx.feature ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0-SNAPSHOT:normalize (pack200-normalize) @ org.eclipse.m2e.lemminx.feature ---
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.m2e.lemminx.feature ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.lemminx.feature/target/org.eclipse.m2e.lemminx.feature-1.17.1-SNAPSHOT.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.lemminx.feature/target/org.eclipse.m2e.lemminx.feature-1.17.1-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0-SNAPSHOT:pack (pack200-pack) @ org.eclipse.m2e.lemminx.feature ---
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.m2e.lemminx.feature ---
[WARNING] MavenProject: org.eclipse.m2e:org.eclipse.m2e.lemminx.feature:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.lemminx.feature/pom.xml: baseline and build artifacts have same version but different contents
no-classifier: different
META-INF/ECLIPSE_.RSA: different
[INFO] MavenProject: org.eclipse.m2e:org.eclipse.m2e.lemminx.feature:1.17.1-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.lemminx.feature/pom.xml
The main artifact has been replaced with the baseline version.
[INFO]
[INFO] --- tycho-p2-extras-plugin:2.3.0-SNAPSHOT:compare-version-with-baselines (check-no-version-regression) @ org.eclipse.m2e.lemminx.feature ---
[INFO]
[INFO] ------------< org.eclipse.m2e:org.eclipse.m2e.sdk.feature >-------------
[INFO] Building m2e extensions development support (Optional) 1.17.2-SNAPSHOT [30/43]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.m2e.sdk.feature ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.m2e.sdk.feature ---
[INFO] The project's OSGi version is 1.17.2.20210126-0906
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.m2e.sdk.feature ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.m2e.sdk.feature ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.m2e.sdk.feature ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/m2e_master/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/m2e_master/target/jacoco.exec,append=true,includes=org.eclipse.m2e*:org.apache.maven*:org.eclipse.aether*
[INFO]
[INFO] --- target-platform-configuration:2.3.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.m2e.sdk.feature ---
[INFO]
[INFO] --- tycho-source-plugin:2.3.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.m2e.sdk.feature ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.m2e.sdk.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.sdk.feature/target/org.eclipse.m2e.sdk.feature-1.17.2-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.m2e.sdk.feature ---
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.m2e.sdk.feature ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0-SNAPSHOT:normalize (pack200-normalize) @ org.eclipse.m2e.sdk.feature ---
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.m2e.sdk.feature ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.sdk.feature/target/org.eclipse.m2e.sdk.feature-1.17.2-SNAPSHOT.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.sdk.feature/target/org.eclipse.m2e.sdk.feature-1.17.2-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0-SNAPSHOT:pack (pack200-pack) @ org.eclipse.m2e.sdk.feature ---
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.m2e.sdk.feature ---
[INFO] No baseline version MavenProject: org.eclipse.m2e:org.eclipse.m2e.sdk.feature:1.17.2-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.sdk.feature/pom.xml
[INFO]
[INFO] --- tycho-p2-extras-plugin:2.3.0-SNAPSHOT:compare-version-with-baselines (check-no-version-regression) @ org.eclipse.m2e.sdk.feature ---
[INFO]
[INFO] ----------< org.eclipse.m2e:org.eclipse.m2e.logback.feature >-----------
[INFO] Building Maven Integration for Eclipse slf4j over logback logging (Optional) 1.17.0-SNAPSHOT [31/43]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.m2e.logback.feature ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.m2e.logback.feature ---
[INFO] The project's OSGi version is 1.17.0.20200924-1339
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.m2e.logback.feature ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.m2e.logback.feature ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.m2e.logback.feature ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/m2e_master/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/m2e_master/target/jacoco.exec,append=true,includes=org.eclipse.m2e*:org.apache.maven*:org.eclipse.aether*
[INFO]
[INFO] --- target-platform-configuration:2.3.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.m2e.logback.feature ---
[INFO]
[INFO] --- tycho-source-plugin:2.3.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.m2e.logback.feature ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.m2e.logback.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.logback.feature/target/org.eclipse.m2e.logback.feature-1.17.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.m2e.logback.feature ---
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.m2e.logback.feature ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0-SNAPSHOT:normalize (pack200-normalize) @ org.eclipse.m2e.logback.feature ---
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.m2e.logback.feature ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.logback.feature/target/org.eclipse.m2e.logback.feature-1.17.0-SNAPSHOT.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.logback.feature/target/org.eclipse.m2e.logback.feature-1.17.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0-SNAPSHOT:pack (pack200-pack) @ org.eclipse.m2e.logback.feature ---
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.m2e.logback.feature ---
[WARNING] MavenProject: org.eclipse.m2e:org.eclipse.m2e.logback.feature:1.17.0-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.logback.feature/pom.xml: baseline and build artifacts have same version but different contents
no-classifier: different
META-INF/ECLIPSE_.RSA: different
[INFO] MavenProject: org.eclipse.m2e:org.eclipse.m2e.logback.feature:1.17.0-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.logback.feature/pom.xml
The main artifact has been replaced with the baseline version.
[INFO]
[INFO] --- tycho-p2-extras-plugin:2.3.0-SNAPSHOT:compare-version-with-baselines (check-no-version-regression) @ org.eclipse.m2e.logback.feature ---
[INFO] Fetching org.eclipse.m2e.logback.feature_1.17.0.20200924-1339.jar from https://download.eclipse.org/technology/m2e/releases/latest/features/ (19kB)
[INFO]
[INFO] ------------< org.eclipse.m2e:org.eclipse.m2e.pde.feature >-------------
[INFO] Building org.eclipse.m2e.pde.feature 1.17.2-SNAPSHOT [32/43]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.m2e.pde.feature ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.m2e.pde.feature ---
[INFO] The project's OSGi version is 1.17.2.20210121-1523
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.m2e.pde.feature ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.m2e.pde.feature ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.m2e.pde.feature ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/m2e_master/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/m2e_master/target/jacoco.exec,append=true,includes=org.eclipse.m2e*:org.apache.maven*:org.eclipse.aether*
[INFO]
[INFO] --- target-platform-configuration:2.3.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.m2e.pde.feature ---
[INFO]
[INFO] --- tycho-source-plugin:2.3.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.m2e.pde.feature ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:package-feature (default-package-feature) @ org.eclipse.m2e.pde.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.pde.feature/target/org.eclipse.m2e.pde.feature-1.17.2-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.m2e.pde.feature ---
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.m2e.pde.feature ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0-SNAPSHOT:normalize (pack200-normalize) @ org.eclipse.m2e.pde.feature ---
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.m2e.pde.feature ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.pde.feature/target/org.eclipse.m2e.pde.feature-1.17.2-SNAPSHOT.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.pde.feature/target/org.eclipse.m2e.pde.feature-1.17.2-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0-SNAPSHOT:pack (pack200-pack) @ org.eclipse.m2e.pde.feature ---
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.m2e.pde.feature ---
[WARNING] MavenProject: org.eclipse.m2e:org.eclipse.m2e.pde.feature:1.17.2-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.pde.feature/pom.xml: baseline and build artifacts have same version but different contents
no-classifier: different
META-INF/ECLIPSE_.RSA: different
[INFO] MavenProject: org.eclipse.m2e:org.eclipse.m2e.pde.feature:1.17.2-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.pde.feature/pom.xml
The main artifact has been replaced with the baseline version.
[INFO]
[INFO] --- tycho-p2-extras-plugin:2.3.0-SNAPSHOT:compare-version-with-baselines (check-no-version-regression) @ org.eclipse.m2e.pde.feature ---
[INFO]
[INFO] ----------------< org.eclipse.m2e:org.eclipse.m2e.site >----------------
[INFO] Building Maven Integration for Eclipse Update Site 1.16.0-SNAPSHOT [33/43]
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.m2e.site ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.m2e.site ---
[INFO] The project's OSGi version is 1.16.0.20210126-0906
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean-1) @ org.eclipse.m2e.site ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.m2e.site ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/m2e_master/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/m2e_master/target/jacoco.exec,append=true,includes=org.eclipse.m2e*:org.apache.maven*:org.eclipse.aether*
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.eclipse.m2e.site ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.site/src/main/resources
[INFO]
[INFO] --- target-platform-configuration:2.3.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.m2e.site ---
[INFO]
[INFO] --- tycho-p2-publisher-plugin:2.3.0-SNAPSHOT:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.m2e.site ---
[INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0]
[INFO] Published profile IUs: [config.a.jre.javase 15.0.0, a.jre.javase 15.0.0]
[INFO] Published profile IUs: [config.a.jre.javase 16.0.0, a.jre.javase 16.0.0]
[INFO]
[INFO] --- tycho-p2-publisher-plugin:2.3.0-SNAPSHOT:publish-products (default-publish-products) @ org.eclipse.m2e.site ---
[INFO]
[INFO] --- tycho-p2-publisher-plugin:2.3.0-SNAPSHOT:publish-categories (default-publish-categories) @ org.eclipse.m2e.site ---
[INFO]
[INFO] --- tycho-p2-publisher-plugin:2.3.0-SNAPSHOT:attach-artifacts (default-attach-artifacts) @ org.eclipse.m2e.site ---
[INFO]
[INFO] --- tycho-p2-repository-plugin:2.3.0-SNAPSHOT:assemble-repository (default-assemble-repository) @ org.eclipse.m2e.site ---
[INFO]
[INFO] --- tycho-source-plugin:2.3.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.m2e.site ---
[INFO]
[INFO] --- tycho-p2-repository-plugin:2.3.0-SNAPSHOT:archive-repository (default-archive-repository) @ org.eclipse.m2e.site ---
[INFO] Building zip: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.site/target/org.eclipse.m2e.site-1.16.0-SNAPSHOT.zip
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0-SNAPSHOT:normalize (pack200-normalize) @ org.eclipse.m2e.site ---
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.m2e.site ---
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0-SNAPSHOT:pack (pack200-pack) @ org.eclipse.m2e.site ---
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.m2e.site ---
[INFO]
[INFO] --- tycho-p2-extras-plugin:2.3.0-SNAPSHOT:compare-version-with-baselines (check-no-version-regression) @ org.eclipse.m2e.site ---
[INFO]
[INFO] -------------< org.eclipse.m2e:org.eclipse.m2e.core.tests >-------------
[INFO] Building org.eclipse.m2e.core.tests 1.16.0-SNAPSHOT [34/43]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.m2e.core.tests ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.m2e.core.tests ---
[INFO] The project's OSGi version is 1.16.0.20210115-1536
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.m2e.core.tests ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.m2e.core.tests ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.m2e.core.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/m2e_master/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/m2e_master/target/jacoco.exec,append=true,includes=org.eclipse.m2e*:org.apache.maven*:org.eclipse.aether* -Xmx800m
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.eclipse.m2e.core.tests ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.core.tests/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0-SNAPSHOT:compile (default-compile) @ org.eclipse.m2e.core.tests ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.core.tests/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.core.tests/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.eclipse.m2e.core.tests ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.core.tests/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.m2e.core.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.core.tests/target/org.eclipse.m2e.core.tests-1.16.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.m2e.core.tests ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.m2e.core.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.core.tests/target/org.eclipse.m2e.core.tests-1.16.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.m2e.core.tests ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0-SNAPSHOT:normalize (pack200-normalize) @ org.eclipse.m2e.core.tests ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.core.tests/target/org.eclipse.m2e.core.tests-1.16.0-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.m2e.core.tests ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.core.tests/target/org.eclipse.m2e.core.tests-1.16.0-SNAPSHOT.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.core.tests/target/org.eclipse.m2e.core.tests-1.16.0-SNAPSHOT.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.core.tests/target/org.eclipse.m2e.core.tests-1.16.0-SNAPSHOT-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.core.tests/target/org.eclipse.m2e.core.tests-1.16.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0-SNAPSHOT:pack (pack200-pack) @ org.eclipse.m2e.core.tests ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.core.tests/target/org.eclipse.m2e.core.tests-1.16.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.m2e.core.tests ---
[INFO] No baseline version MavenProject: org.eclipse.m2e:org.eclipse.m2e.core.tests:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.core.tests/pom.xml
[INFO]
[INFO] --- tycho-surefire-plugin:2.3.0-SNAPSHOT:test (default-test) @ org.eclipse.m2e.core.tests ---
[INFO] Executing Test Runtime with timeout 7200, logs (if any) will be placed at: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.core.tests/target/work/data/.metadata/.log
[INFO] Command line:
[/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/m2e_master/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/m2e_master/target/jacoco.exec,append=true,includes=org.eclipse.m2e*:org.apache.maven*:org.eclipse.aether*, -Xmx800m, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/m2e_master/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.0.v20200915-1508/org.eclipse.equinox.launcher-1.6.0.v20200915-1508.jar, -data, /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.core.tests/target/work/data, -install, /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.core.tests/target/work, -configuration, /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.core.tests/target/surefire.properties, -timeout, 7200000]
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Running org.eclipse.m2e.core.AllTests
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 37.414 s - in org.eclipse.m2e.core.AllTests
testMNG6530(org.eclipse.m2e.core.MavenBugsTest) Time elapsed: 2.906 s
testMissingParentCapabilityStored(org.eclipse.m2e.core.internal.project.registry.RegistryTest) Time elapsed: 0.412 s
testMultiRefreshKeepsCapabilities(org.eclipse.m2e.core.internal.project.registry.RegistryTest) Time elapsed: 13.965 s
testDeletedFacadeIsRemoved(org.eclipse.m2e.core.internal.project.registry.RegistryTest) Time elapsed: 0.858 s
testInvalidParent(org.eclipse.m2e.core.internal.project.registry.RegistryTest) skipped
testResolvedParentConfiguration(org.eclipse.m2e.core.internal.project.registry.RegistryTest) Time elapsed: 1.562 s
testImportLongBuildChain(org.eclipse.m2e.core.internal.project.registry.MemoryConsumptionTest) Time elapsed: 17.498 s
Results:
Tests run: 7, Failures: 0, Errors: 0, Skipped: 1
[INFO] All tests passed!
[INFO]
[INFO] --- tycho-p2-extras-plugin:2.3.0-SNAPSHOT:compare-version-with-baselines (check-no-version-regression) @ org.eclipse.m2e.core.tests ---
[INFO]
[INFO] -----------< org.eclipse.m2e:org.eclipse.m2e.importer.tests >-----------
[INFO] Building Tests for Maven Integration for Eclipse Importer framework 1.16.0-SNAPSHOT [35/43]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.m2e.importer.tests ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.m2e.importer.tests ---
[INFO] The project's OSGi version is 1.16.0.20210115-1536
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.m2e.importer.tests ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.m2e.importer.tests ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.m2e.importer.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/m2e_master/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/m2e_master/target/jacoco.exec,append=true,includes=org.eclipse.m2e*:org.apache.maven*:org.eclipse.aether* -Xmx800m
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.eclipse.m2e.importer.tests ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.importer.tests/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0-SNAPSHOT:compile (default-compile) @ org.eclipse.m2e.importer.tests ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.importer.tests/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.importer.tests/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.eclipse.m2e.importer.tests ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.importer.tests/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.m2e.importer.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.importer.tests/target/org.eclipse.m2e.importer.tests-1.16.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.m2e.importer.tests ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.m2e.importer.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.importer.tests/target/org.eclipse.m2e.importer.tests-1.16.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.m2e.importer.tests ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0-SNAPSHOT:normalize (pack200-normalize) @ org.eclipse.m2e.importer.tests ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.importer.tests/target/org.eclipse.m2e.importer.tests-1.16.0-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.m2e.importer.tests ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.importer.tests/target/org.eclipse.m2e.importer.tests-1.16.0-SNAPSHOT.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.importer.tests/target/org.eclipse.m2e.importer.tests-1.16.0-SNAPSHOT.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.importer.tests/target/org.eclipse.m2e.importer.tests-1.16.0-SNAPSHOT-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.importer.tests/target/org.eclipse.m2e.importer.tests-1.16.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0-SNAPSHOT:pack (pack200-pack) @ org.eclipse.m2e.importer.tests ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.importer.tests/target/org.eclipse.m2e.importer.tests-1.16.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.m2e.importer.tests ---
[INFO] No baseline version MavenProject: org.eclipse.m2e:org.eclipse.m2e.importer.tests:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.importer.tests/pom.xml
[INFO]
[INFO] --- tycho-surefire-plugin:2.3.0-SNAPSHOT:test (default-test) @ org.eclipse.m2e.importer.tests ---
[INFO] Executing Test Runtime with timeout 7200, logs (if any) will be placed at: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.importer.tests/target/work/data/.metadata/.log
[INFO] Command line:
[/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/m2e_master/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/m2e_master/target/jacoco.exec,append=true,includes=org.eclipse.m2e*:org.apache.maven*:org.eclipse.aether*, -Xmx800m, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/m2e_master/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.0.v20200915-1508/org.eclipse.equinox.launcher-1.6.0.v20200915-1508.jar, -data, /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.importer.tests/target/work/data, -install, /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.importer.tests/target/work, -configuration, /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.importer.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.importer.tests/target/surefire.properties, -nouithread, -timeout, 7200000]
(process:1803): Gtk-WARNING **: 09:13:58.382: Locale not supported by C library.
Using the fallback 'C' locale.
SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Failed to execute child process ?dbus-launch? (No such file or directory)
SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Failed to execute child process ?dbus-launch? (No such file or directory)
Running org.eclipse.m2e.importer.tests.MavenImporterTest
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.602 s - in org.eclipse.m2e.importer.tests.MavenImporterTest
testRootWithoutPom(org.eclipse.m2e.importer.tests.MavenImporterTest) Time elapsed: 5.494 s
test(org.eclipse.m2e.importer.tests.MavenImporterTest) Time elapsed: 1.714 s
Results:
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
[INFO] All tests passed!
[INFO]
[INFO] --- tycho-p2-extras-plugin:2.3.0-SNAPSHOT:compare-version-with-baselines (check-no-version-regression) @ org.eclipse.m2e.importer.tests ---
[INFO]
[INFO] --------< org.eclipse.m2e:org.eclipse.m2e.binaryproject.tests >---------
[INFO] Building org.eclipse.m2e.binaryproject.tests 1.16.0-SNAPSHOT [36/43]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.m2e.binaryproject.tests ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.m2e.binaryproject.tests ---
[INFO] The project's OSGi version is 1.16.0.20210115-1536
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.m2e.binaryproject.tests ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.m2e.binaryproject.tests ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.m2e.binaryproject.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/m2e_master/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/m2e_master/target/jacoco.exec,append=true,includes=org.eclipse.m2e*:org.apache.maven*:org.eclipse.aether* -Xmx800m
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.eclipse.m2e.binaryproject.tests ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.binaryproject.tests/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0-SNAPSHOT:compile (default-compile) @ org.eclipse.m2e.binaryproject.tests ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.binaryproject.tests/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.binaryproject.tests/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.eclipse.m2e.binaryproject.tests ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.binaryproject.tests/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.m2e.binaryproject.tests ---
[WARNING] Bundle-Name header not found in /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.binaryproject.tests/META-INF/MANIFEST.MF, fallback to Bundle-SymbolicName for source bundle
[WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.binaryproject.tests/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
[INFO] Building jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.binaryproject.tests/target/org.eclipse.m2e.binaryproject.tests-1.16.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.m2e.binaryproject.tests ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.m2e.binaryproject.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.binaryproject.tests/target/org.eclipse.m2e.binaryproject.tests-1.16.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.m2e.binaryproject.tests ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0-SNAPSHOT:normalize (pack200-normalize) @ org.eclipse.m2e.binaryproject.tests ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.binaryproject.tests/target/org.eclipse.m2e.binaryproject.tests-1.16.0-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.m2e.binaryproject.tests ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.binaryproject.tests/target/org.eclipse.m2e.binaryproject.tests-1.16.0-SNAPSHOT.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.binaryproject.tests/target/org.eclipse.m2e.binaryproject.tests-1.16.0-SNAPSHOT.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.binaryproject.tests/target/org.eclipse.m2e.binaryproject.tests-1.16.0-SNAPSHOT-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.binaryproject.tests/target/org.eclipse.m2e.binaryproject.tests-1.16.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0-SNAPSHOT:pack (pack200-pack) @ org.eclipse.m2e.binaryproject.tests ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.binaryproject.tests/target/org.eclipse.m2e.binaryproject.tests-1.16.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.m2e.binaryproject.tests ---
[INFO] No baseline version MavenProject: org.eclipse.m2e:org.eclipse.m2e.binaryproject.tests:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.binaryproject.tests/pom.xml
[INFO]
[INFO] --- tycho-surefire-plugin:2.3.0-SNAPSHOT:test (default-test) @ org.eclipse.m2e.binaryproject.tests ---
[INFO] Executing Test Runtime with timeout 7200, logs (if any) will be placed at: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.binaryproject.tests/target/work/data/.metadata/.log
[INFO] Command line:
[/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/m2e_master/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/m2e_master/target/jacoco.exec,append=true,includes=org.eclipse.m2e*:org.apache.maven*:org.eclipse.aether*, -Xmx800m, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/m2e_master/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.0.v20200915-1508/org.eclipse.equinox.launcher-1.6.0.v20200915-1508.jar, -data, /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.binaryproject.tests/target/work/data, -install, /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.binaryproject.tests/target/work, -configuration, /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.binaryproject.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.binaryproject.tests/target/surefire.properties, -timeout, 7200000]
(process:1930): Gtk-WARNING **: 09:14:17.025: Locale not supported by C library.
Using the fallback 'C' locale.
SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Failed to execute child process ?dbus-launch? (No such file or directory)
SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Failed to execute child process ?dbus-launch? (No such file or directory)
Running org.eclipse.m2e.binaryproject.tests.BinaryProjectTest
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22 s - in org.eclipse.m2e.binaryproject.tests.BinaryProjectTest
testBasic(org.eclipse.m2e.binaryproject.tests.BinaryProjectTest) Time elapsed: 21.8 s
Results:
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] All tests passed!
[INFO]
[INFO] --- tycho-p2-extras-plugin:2.3.0-SNAPSHOT:compare-version-with-baselines (check-no-version-regression) @ org.eclipse.m2e.binaryproject.tests ---
[INFO]
[INFO] --------< org.eclipse.m2e:org.eclipse.m2e.editor.lemminx.tests >--------
[INFO] Building org.eclipse.m2e.editor.lemminx.tests 1.16.0-SNAPSHOT [37/43]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.m2e.editor.lemminx.tests ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.m2e.editor.lemminx.tests ---
[INFO] The project's OSGi version is 1.16.0.20210115-1536
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.m2e.editor.lemminx.tests ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.m2e.editor.lemminx.tests ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.m2e.editor.lemminx.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/m2e_master/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/m2e_master/target/jacoco.exec,append=true,includes=org.eclipse.m2e*:org.apache.maven*:org.eclipse.aether* -Xmx800m
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.eclipse.m2e.editor.lemminx.tests ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.lemminx.tests/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0-SNAPSHOT:compile (default-compile) @ org.eclipse.m2e.editor.lemminx.tests ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.lemminx.tests/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.lemminx.tests/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.eclipse.m2e.editor.lemminx.tests ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.lemminx.tests/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.m2e.editor.lemminx.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.lemminx.tests/target/org.eclipse.m2e.editor.lemminx.tests-1.16.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.m2e.editor.lemminx.tests ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.m2e.editor.lemminx.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.lemminx.tests/target/org.eclipse.m2e.editor.lemminx.tests-1.16.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.m2e.editor.lemminx.tests ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0-SNAPSHOT:normalize (pack200-normalize) @ org.eclipse.m2e.editor.lemminx.tests ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.lemminx.tests/target/org.eclipse.m2e.editor.lemminx.tests-1.16.0-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.m2e.editor.lemminx.tests ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.lemminx.tests/target/org.eclipse.m2e.editor.lemminx.tests-1.16.0-SNAPSHOT.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.lemminx.tests/target/org.eclipse.m2e.editor.lemminx.tests-1.16.0-SNAPSHOT.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.lemminx.tests/target/org.eclipse.m2e.editor.lemminx.tests-1.16.0-SNAPSHOT-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.lemminx.tests/target/org.eclipse.m2e.editor.lemminx.tests-1.16.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0-SNAPSHOT:pack (pack200-pack) @ org.eclipse.m2e.editor.lemminx.tests ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.lemminx.tests/target/org.eclipse.m2e.editor.lemminx.tests-1.16.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.m2e.editor.lemminx.tests ---
[INFO] No baseline version MavenProject: org.eclipse.m2e:org.eclipse.m2e.editor.lemminx.tests:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.lemminx.tests/pom.xml
[INFO]
[INFO] --- tycho-surefire-plugin:2.3.0-SNAPSHOT:test (default-test) @ org.eclipse.m2e.editor.lemminx.tests ---
[INFO] Executing Test Runtime with timeout 7200, logs (if any) will be placed at: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.lemminx.tests/target/work/data/.metadata/.log
[INFO] Command line:
[/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/m2e_master/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/m2e_master/target/jacoco.exec,append=true,includes=org.eclipse.m2e*:org.apache.maven*:org.eclipse.aether*, -Xmx800m, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/m2e_master/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.0.v20200915-1508/org.eclipse.equinox.launcher-1.6.0.v20200915-1508.jar, -data, /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.lemminx.tests/target/work/data, -install, /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.lemminx.tests/target/work, -configuration, /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.lemminx.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.lemminx.tests/target/surefire.properties, -timeout, 7200000]
(process:2071): Gtk-WARNING **: 09:14:47.960: Locale not supported by C library.
Using the fallback 'C' locale.
SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Failed to execute child process ?dbus-launch? (No such file or directory)
SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Failed to execute child process ?dbus-launch? (No such file or directory)
Running org.eclipse.m2e.editor.lemminx.tests.EditorTest
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Warning: NLS missing message: MavenImpl_error_lookup in: org.eclipse.m2e.editor.internal.messages
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.773 s - in org.eclipse.m2e.editor.lemminx.tests.EditorTest
testEditorOpenOnSourcePage(org.eclipse.m2e.editor.lemminx.tests.EditorTest) Time elapsed: 2.614 s
testGenericEditorHasMavenExtensionEnabled(org.eclipse.m2e.editor.lemminx.tests.EditorTest) Time elapsed: 4.099 s
Results:
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
[INFO] All tests passed!
[INFO]
[INFO] --- tycho-p2-extras-plugin:2.3.0-SNAPSHOT:compare-version-with-baselines (check-no-version-regression) @ org.eclipse.m2e.editor.lemminx.tests ---
[INFO]
[INFO] -------------< org.eclipse.m2e:org.eclipse.m2e.jdt.tests >--------------
[INFO] Building org.eclipse.m2e.jdt.tests 1.16.0-SNAPSHOT [38/43]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.m2e.jdt.tests ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.m2e.jdt.tests ---
[INFO] The project's OSGi version is 1.16.0.20210115-1536
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.m2e.jdt.tests ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.m2e.jdt.tests ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.m2e.jdt.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/m2e_master/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/m2e_master/target/jacoco.exec,append=true,includes=org.eclipse.m2e*:org.apache.maven*:org.eclipse.aether* -Xmx800m
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.eclipse.m2e.jdt.tests ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.jdt.tests/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0-SNAPSHOT:compile (default-compile) @ org.eclipse.m2e.jdt.tests ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.jdt.tests/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.jdt.tests/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.eclipse.m2e.jdt.tests ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.jdt.tests/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.m2e.jdt.tests ---
[WARNING] Bundle-Name header not found in /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.jdt.tests/META-INF/MANIFEST.MF, fallback to Bundle-SymbolicName for source bundle
[WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.jdt.tests/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
[INFO] Building jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.jdt.tests/target/org.eclipse.m2e.jdt.tests-1.16.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.m2e.jdt.tests ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.m2e.jdt.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.jdt.tests/target/org.eclipse.m2e.jdt.tests-1.16.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.m2e.jdt.tests ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0-SNAPSHOT:normalize (pack200-normalize) @ org.eclipse.m2e.jdt.tests ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.jdt.tests/target/org.eclipse.m2e.jdt.tests-1.16.0-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.m2e.jdt.tests ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.jdt.tests/target/org.eclipse.m2e.jdt.tests-1.16.0-SNAPSHOT.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.jdt.tests/target/org.eclipse.m2e.jdt.tests-1.16.0-SNAPSHOT.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.jdt.tests/target/org.eclipse.m2e.jdt.tests-1.16.0-SNAPSHOT-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.jdt.tests/target/org.eclipse.m2e.jdt.tests-1.16.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0-SNAPSHOT:pack (pack200-pack) @ org.eclipse.m2e.jdt.tests ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.jdt.tests/target/org.eclipse.m2e.jdt.tests-1.16.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.m2e.jdt.tests ---
[INFO] No baseline version MavenProject: org.eclipse.m2e:org.eclipse.m2e.jdt.tests:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.jdt.tests/pom.xml
[INFO]
[INFO] --- tycho-surefire-plugin:2.3.0-SNAPSHOT:test (default-test) @ org.eclipse.m2e.jdt.tests ---
[INFO] Executing Test Runtime with timeout 7200, logs (if any) will be placed at: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.jdt.tests/target/work/data/.metadata/.log
[INFO] Command line:
[/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/m2e_master/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/m2e_master/target/jacoco.exec,append=true,includes=org.eclipse.m2e*:org.apache.maven*:org.eclipse.aether*, -Xmx800m, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/m2e_master/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.0.v20200915-1508/org.eclipse.equinox.launcher-1.6.0.v20200915-1508.jar, -data, /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.jdt.tests/target/work/data, -install, /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.jdt.tests/target/work, -configuration, /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.jdt.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.jdt.tests/target/surefire.properties, -timeout, 7200000]
(process:2325): Gtk-WARNING **: 09:15:02.685: Locale not supported by C library.
Using the fallback 'C' locale.
SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Failed to execute child process ?dbus-launch? (No such file or directory)
SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Failed to execute child process ?dbus-launch? (No such file or directory)
Running org.eclipse.m2e.jdt.tests.JavaConfigurationTest
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.57 s - in org.eclipse.m2e.jdt.tests.JavaConfigurationTest
testFileChangeUpdatesJDTSettings(org.eclipse.m2e.jdt.tests.JavaConfigurationTest) Time elapsed: 16.112 s
Results:
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] All tests passed!
[INFO]
[INFO] --- tycho-p2-extras-plugin:2.3.0-SNAPSHOT:compare-version-with-baselines (check-no-version-regression) @ org.eclipse.m2e.jdt.tests ---
[INFO]
[INFO] --------< org.eclipse.m2e:org.eclipse.m2e.editor.xml.sse.tests >--------
[INFO] Building org.eclipse.m2e.editor.xml.sse.tests 1.16.0-SNAPSHOT [39/43]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.m2e.editor.xml.sse.tests ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.m2e.editor.xml.sse.tests ---
[INFO] The project's OSGi version is 1.16.0.20210115-1536
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.m2e.editor.xml.sse.tests ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.m2e.editor.xml.sse.tests ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.m2e.editor.xml.sse.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/m2e_master/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/m2e_master/target/jacoco.exec,append=true,includes=org.eclipse.m2e*:org.apache.maven*:org.eclipse.aether* -Xmx800m
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.eclipse.m2e.editor.xml.sse.tests ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.xml.sse.tests/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0-SNAPSHOT:compile (default-compile) @ org.eclipse.m2e.editor.xml.sse.tests ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.xml.sse.tests/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.xml.sse.tests/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.eclipse.m2e.editor.xml.sse.tests ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.xml.sse.tests/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.m2e.editor.xml.sse.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.xml.sse.tests/target/org.eclipse.m2e.editor.xml.sse.tests-1.16.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.m2e.editor.xml.sse.tests ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.m2e.editor.xml.sse.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.xml.sse.tests/target/org.eclipse.m2e.editor.xml.sse.tests-1.16.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.m2e.editor.xml.sse.tests ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0-SNAPSHOT:normalize (pack200-normalize) @ org.eclipse.m2e.editor.xml.sse.tests ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.xml.sse.tests/target/org.eclipse.m2e.editor.xml.sse.tests-1.16.0-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.m2e.editor.xml.sse.tests ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.xml.sse.tests/target/org.eclipse.m2e.editor.xml.sse.tests-1.16.0-SNAPSHOT.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.xml.sse.tests/target/org.eclipse.m2e.editor.xml.sse.tests-1.16.0-SNAPSHOT.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.xml.sse.tests/target/org.eclipse.m2e.editor.xml.sse.tests-1.16.0-SNAPSHOT-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.xml.sse.tests/target/org.eclipse.m2e.editor.xml.sse.tests-1.16.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0-SNAPSHOT:pack (pack200-pack) @ org.eclipse.m2e.editor.xml.sse.tests ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.xml.sse.tests/target/org.eclipse.m2e.editor.xml.sse.tests-1.16.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.m2e.editor.xml.sse.tests ---
[INFO] No baseline version MavenProject: org.eclipse.m2e:org.eclipse.m2e.editor.xml.sse.tests:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.xml.sse.tests/pom.xml
[INFO]
[INFO] --- tycho-surefire-plugin:2.3.0-SNAPSHOT:test (default-test) @ org.eclipse.m2e.editor.xml.sse.tests ---
[INFO] Executing Test Runtime with timeout 7200, logs (if any) will be placed at: /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.xml.sse.tests/target/work/data/.metadata/.log
[INFO] Command line:
[/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/m2e_master/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/m2e_master/target/jacoco.exec,append=true,includes=org.eclipse.m2e*:org.apache.maven*:org.eclipse.aether*, -Xmx800m, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/m2e_master/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.0.v20200915-1508/org.eclipse.equinox.launcher-1.6.0.v20200915-1508.jar, -data, /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.xml.sse.tests/target/work/data, -install, /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.xml.sse.tests/target/work, -configuration, /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.xml.sse.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/m2e_master/org.eclipse.m2e.editor.xml.sse.tests/target/surefire.properties, -timeout, 7200000]
(process:2420): Gtk-WARNING **: 09:15:29.443: Locale not supported by C library.
Using the fallback 'C' locale.
SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Failed to execute child process ?dbus-launch? (No such file or directory)
SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Failed to execute child process ?dbus-launch? (No such file or directory)
Running org.eclipse.m2e.editor.xml.sse.tests.WTPEditorTest
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Warning: NLS missing message: MavenImpl_error_lookup in: org.eclipse.m2e.editor.internal.messages
Warning: NLS unused message: MarkerHoverControl_openDiscoveryPrefs in: org.eclipse.m2e.editor.xml.internal.messages
Warning: NLS unused message: MarkerHoverControl_openLifecyclePrefs in: org.eclipse.m2e.editor.xml.internal.messages
Warning: NLS unused message: MarkerHoverControl_openParentDefinition in: org.eclipse.m2e.editor.xml.internal.messages
Warning: NLS unused message: MarkerHoverControl_openWarningsPrefs in: org.eclipse.m2e.editor.xml.internal.messages
Warning: NLS unused message: MavenMarkerResolution_error in: org.eclipse.m2e.editor.xml.internal.messages
Warning: NLS unused message: MavenMarkerResolution_error_title in: org.eclipse.m2e.editor.xml.internal.messages
Warning: NLS unused message: MavenMarkerResolution_schema_label in: org.eclipse.m2e.editor.xml.internal.messages
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.506 s - in org.eclipse.m2e.editor.xml.sse.tests.WTPEditorTest
testXSDCompletion(org.eclipse.m2e.editor.xml.sse.tests.WTPEditorTest) Time elapsed: 2.487 s
Results:
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
[INFO] All tests passed!
[INFO]
[INFO] --- tycho-p2-extras-plugin:2.3.0-SNAPSHOT:compare-version-with-baselines (check-no-version-regression) @ org.eclipse.m2e.editor.xml.sse.tests ---
[INFO]
[INFO] -------------------< org.eclipse.m2e:m2e-core-tests >-------------------
[INFO] Building m2e-core-tests 1.16.0-SNAPSHOT [40/43]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ m2e-core-tests ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ m2e-core-tests ---
[INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/m2e_master/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/m2e_master/target/jacoco.exec,append=true,includes=org.eclipse.m2e*:org.apache.maven*:org.eclipse.aether*
[INFO]
[INFO] --- tycho-source-plugin:2.3.0-SNAPSHOT:plugin-source (plugin-source) @ m2e-core-tests ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0-SNAPSHOT:normalize (pack200-normalize) @ m2e-core-tests ---
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ m2e-core-tests ---
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0-SNAPSHOT:pack (pack200-pack) @ m2e-core-tests ---
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata (p2-metadata) @ m2e-core-tests ---
[INFO]
[INFO] --- tycho-p2-extras-plugin:2.3.0-SNAPSHOT:compare-version-with-baselines (check-no-version-regression) @ m2e-core-tests ---
[INFO]
[INFO] ---------------< org.eclipse.m2e:org.eclipse.m2e.tests >----------------
[INFO] Building Maven Integration for Eclipse tests 1.16.0-SNAPSHOT [41/43]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.m2e.tests ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.m2e.tests ---
[INFO] The project's OSGi version is 1.16.0.20210115-0841
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.m2e.tests ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.m2e.tests ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.m2e.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/m2e_master/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/m2e_master/m2e-core-tests/target/jacoco.exec,append=true,includes=org.eclipse.m2e*:org.apache.maven*:org.eclipse.aether* -Xmx800m
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.eclipse.m2e.tests ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e_master/m2e-core-tests/org.eclipse.m2e.tests/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0-SNAPSHOT:compile (default-compile) @ org.eclipse.m2e.tests ---
[INFO] Compiling 113 source files to /home/jenkins/agent/workspace/m2e_master/m2e-core-tests/org.eclipse.m2e.tests/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.eclipse.m2e.tests ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e_master/m2e-core-tests/org.eclipse.m2e.tests/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.m2e.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/m2e_master/m2e-core-tests/org.eclipse.m2e.tests/target/org.eclipse.m2e.tests-1.16.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.m2e.tests ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.m2e.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/m2e_master/m2e-core-tests/org.eclipse.m2e.tests/target/org.eclipse.m2e.tests-1.16.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.m2e.tests ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0-SNAPSHOT:normalize (pack200-normalize) @ org.eclipse.m2e.tests ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/m2e_master/m2e-core-tests/org.eclipse.m2e.tests/target/org.eclipse.m2e.tests-1.16.0-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.m2e.tests ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/m2e-core-tests/org.eclipse.m2e.tests/target/org.eclipse.m2e.tests-1.16.0-SNAPSHOT.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/m2e-core-tests/org.eclipse.m2e.tests/target/org.eclipse.m2e.tests-1.16.0-SNAPSHOT.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/m2e-core-tests/org.eclipse.m2e.tests/target/org.eclipse.m2e.tests-1.16.0-SNAPSHOT-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/m2e-core-tests/org.eclipse.m2e.tests/target/org.eclipse.m2e.tests-1.16.0-SNAPSHOT-sources.jar
[WARNING] [Tue Jan 26 09:16:39 UTC 2021] HTTP request failed.
HTTP Error 500 (reason: Server Error)
HTTP Error 500
Problem accessing '/jar-signing-service'
Reason: Server Error
Caused by: java.io.IOException: The '/usr/java/jdk1.8.0_51/bin/jarsigner' command exited with value '1'
'/usr/java/jdk1.8.0_51/bin/jarsigner' output:
jarsigner: unable to sign jar: java.io.IOException: Server returned HTTP response code: 502 for URL: http://sha256timestamp.ws.symantec.com/sha256/timestamp
at org.eclipse.cbi.webservice.signing.jar.JarSigner.signJar(JarSigner.java:231)
at org.eclipse.cbi.webservice.signing.jar.SigningServlet.doSign(SigningServlet.java:66)
at org.eclipse.cbi.webservice.signing.jar.SigningServlet.doPost(SigningServlet.java:54)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:860)
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:535)
at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1595)
at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:188)
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1253)
at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:168)
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:473)
at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1564)
at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:166)
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1155)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
...... For complete output, see '/home/jenkins/agent/workspace/m2e_master/m2e-core-tests/org.eclipse.m2e.tests/target/org.eclipse.m2e.tests-1.16.0-SNAPSHOT-sources.jar-3001093166261660736-RemoteJarSigner.log'
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0-SNAPSHOT:pack (pack200-pack) @ org.eclipse.m2e.tests ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/m2e_master/m2e-core-tests/org.eclipse.m2e.tests/target/org.eclipse.m2e.tests-1.16.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.m2e.tests ---
[INFO] No baseline version MavenProject: org.eclipse.m2e:org.eclipse.m2e.tests:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/m2e-core-tests/org.eclipse.m2e.tests/pom.xml
[INFO]
[INFO] --- tycho-surefire-plugin:2.3.0-SNAPSHOT:test (default-test) @ org.eclipse.m2e.tests ---
[INFO] Executing Test Runtime with timeout 7200, logs (if any) will be placed at: /home/jenkins/agent/workspace/m2e_master/m2e-core-tests/org.eclipse.m2e.tests/target/work/data/.metadata/.log
[INFO] Command line:
[/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/m2e_master/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/m2e_master/m2e-core-tests/target/jacoco.exec,append=true,includes=org.eclipse.m2e*:org.apache.maven*:org.eclipse.aether*, -Xmx800m, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/m2e_master/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.0.v20200915-1508/org.eclipse.equinox.launcher-1.6.0.v20200915-1508.jar, -data, /home/jenkins/agent/workspace/m2e_master/m2e-core-tests/org.eclipse.m2e.tests/target/work/data, -install, /home/jenkins/agent/workspace/m2e_master/m2e-core-tests/org.eclipse.m2e.tests/target/work, -configuration, /home/jenkins/agent/workspace/m2e_master/m2e-core-tests/org.eclipse.m2e.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/m2e_master/m2e-core-tests/org.eclipse.m2e.tests/target/surefire.properties, -pluginCustomization, /home/jenkins/agent/workspace/m2e_master/m2e-core-tests/org.eclipse.m2e.tests/plugin_customization.ini, -timeout, 7200000]
(process:2554): Gtk-WARNING **: 09:16:53.663: Locale not supported by C library.
Using the fallback 'C' locale.
SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Failed to execute child process ?dbus-launch? (No such file or directory)
SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Failed to execute child process ?dbus-launch? (No such file or directory)
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Running org.eclipse.m2e.tests.internal.conversion.ProjectConversionParticipantSorterTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 s - in org.eclipse.m2e.tests.internal.conversion.ProjectConversionParticipantSorterTest
testSortConverters_AfterBefore(org.eclipse.m2e.tests.internal.conversion.ProjectConversionParticipantSorterTest) Time elapsed: 0.003 s
testSortConverters_After2(org.eclipse.m2e.tests.internal.conversion.ProjectConversionParticipantSorterTest) Time elapsed: 0 s
testSortConverters_After(org.eclipse.m2e.tests.internal.conversion.ProjectConversionParticipantSorterTest) Time elapsed: 0.001 s
testSortConverters_Cycle_After(org.eclipse.m2e.tests.internal.conversion.ProjectConversionParticipantSorterTest) Time elapsed: 0 s
testSortConverters_DuplicateConverters(org.eclipse.m2e.tests.internal.conversion.ProjectConversionParticipantSorterTest) Time elapsed: 0 s
testSortConverters_Cycle_Before(org.eclipse.m2e.tests.internal.conversion.ProjectConversionParticipantSorterTest) Time elapsed: 0 s
Running org.eclipse.m2e.tests.internal.index.NexusIndexManagerTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 60.298 s - in org.eclipse.m2e.tests.internal.index.NexusIndexManagerTest
testIndexedPublicArtifactGroups(org.eclipse.m2e.tests.internal.index.NexusIndexManagerTest) Time elapsed: 5.543 s
test512006_nonProxyHost(org.eclipse.m2e.tests.internal.index.NexusIndexManagerTest) Time elapsed: 3.493 s
testFetchIndexFromRepositoryWithAuthentication(org.eclipse.m2e.tests.internal.index.NexusIndexManagerTest) Time elapsed: 3.331 s
testIndexedArtifactGroups(org.eclipse.m2e.tests.internal.index.NexusIndexManagerTest) Time elapsed: 4.181 s
testWorkspaceIndex(org.eclipse.m2e.tests.internal.index.NexusIndexManagerTest) Time elapsed: 4.245 s
testDisableIndex(org.eclipse.m2e.tests.internal.index.NexusIndexManagerTest) Time elapsed: 2.178 s
testPublicNonMirrored(org.eclipse.m2e.tests.internal.index.NexusIndexManagerTest) Time elapsed: 3.507 s
testMngEclipse1621(org.eclipse.m2e.tests.internal.index.NexusIndexManagerTest) Time elapsed: 4.025 s
testMngEclipse1710(org.eclipse.m2e.tests.internal.index.NexusIndexManagerTest) Time elapsed: 3.299 s
testMngEclipse1907(org.eclipse.m2e.tests.internal.index.NexusIndexManagerTest) Time elapsed: 12.719 s
testProjectSpecificThenInSettings(org.eclipse.m2e.tests.internal.index.NexusIndexManagerTest) Time elapsed: 3.834 s
testNoMirror(org.eclipse.m2e.tests.internal.index.NexusIndexManagerTest) Time elapsed: 2.939 s
testPublicMirror(org.eclipse.m2e.tests.internal.index.NexusIndexManagerTest) Time elapsed: 3.773 s
testProjectIndexes(org.eclipse.m2e.tests.internal.index.NexusIndexManagerTest) Time elapsed: 3.224 s
Running org.eclipse.m2e.tests.internal.index.IndexedArtifactTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.m2e.tests.internal.index.IndexedArtifactTest
testHash(org.eclipse.m2e.tests.internal.index.IndexedArtifactTest) Time elapsed: 0 s
testPackageName(org.eclipse.m2e.tests.internal.index.IndexedArtifactTest) Time elapsed: 0 s
testEquals(org.eclipse.m2e.tests.internal.index.IndexedArtifactTest) Time elapsed: 0 s
Running org.eclipse.m2e.tests.internal.index.filter.IndexFilterTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.m2e.tests.internal.index.filter.IndexFilterTest
testIndexedArtifactFileNodeAdapter(org.eclipse.m2e.tests.internal.index.filter.IndexFilterTest) Time elapsed: 0.001 s
testFilteredIndex_nonEmptyResult(org.eclipse.m2e.tests.internal.index.filter.IndexFilterTest) Time elapsed: 0.002 s
testFilteredIndex_emptyResult(org.eclipse.m2e.tests.internal.index.filter.IndexFilterTest) Time elapsed: 0 s
Running org.eclipse.m2e.tests.internal.index.NexusIndexManagerSearchTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 33.673 s - in org.eclipse.m2e.tests.internal.index.NexusIndexManagerSearchTest
testPluginSearch(org.eclipse.m2e.tests.internal.index.NexusIndexManagerSearchTest) Time elapsed: 3.621 s
testSearchGroups2(org.eclipse.m2e.tests.internal.index.NexusIndexManagerSearchTest) Time elapsed: 3.748 s
testSearchGroups3(org.eclipse.m2e.tests.internal.index.NexusIndexManagerSearchTest) Time elapsed: 3.931 s
testSha1Search(org.eclipse.m2e.tests.internal.index.NexusIndexManagerSearchTest) Time elapsed: 3.865 s
testBogusSearchType(org.eclipse.m2e.tests.internal.index.NexusIndexManagerSearchTest) Time elapsed: 3.564 s
testGroupSearch(org.eclipse.m2e.tests.internal.index.NexusIndexManagerSearchTest) Time elapsed: 3.698 s
testSearchGroups(org.eclipse.m2e.tests.internal.index.NexusIndexManagerSearchTest) Time elapsed: 3.74 s
testArtifactSearch(org.eclipse.m2e.tests.internal.index.NexusIndexManagerSearchTest) Time elapsed: 3.814 s
testSorting(org.eclipse.m2e.tests.internal.index.NexusIndexManagerSearchTest) Time elapsed: 3.69 s
Running org.eclipse.m2e.tests.internal.embedder.MavenEmbeddedRuntimeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s - in org.eclipse.m2e.tests.internal.embedder.MavenEmbeddedRuntimeTest
testGetVersion(org.eclipse.m2e.tests.internal.embedder.MavenEmbeddedRuntimeTest) Time elapsed: 0.055 s
Running org.eclipse.m2e.tests.internal.lifecyclemapping.ProjectConfigurationElementSorterTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.m2e.tests.internal.lifecyclemapping.ProjectConfigurationElementSorterTest
testSortConfigurators_MissingPreviousConfigurator(org.eclipse.m2e.tests.internal.lifecyclemapping.ProjectConfigurationElementSorterTest) Time elapsed: 0.002 s
testSortConfigurators_isRoot(org.eclipse.m2e.tests.internal.lifecyclemapping.ProjectConfigurationElementSorterTest) Time elapsed: 0 s
testSortConfigurators_HappyPath(org.eclipse.m2e.tests.internal.lifecyclemapping.ProjectConfigurationElementSorterTest) Time elapsed: 0.001 s
testSortConfigurators_MissingFollowingConfigurator(org.eclipse.m2e.tests.internal.lifecyclemapping.ProjectConfigurationElementSorterTest) Time elapsed: 0 s
testSortConfigurators_CycleDetected(org.eclipse.m2e.tests.internal.lifecyclemapping.ProjectConfigurationElementSorterTest) Time elapsed: 0 s
testSortConfigurators_471840(org.eclipse.m2e.tests.internal.lifecyclemapping.ProjectConfigurationElementSorterTest) Time elapsed: 0 s
Running org.eclipse.m2e.tests.internal.wizard.MavenImportWizardPageTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.99 s - in org.eclipse.m2e.tests.internal.wizard.MavenImportWizardPageTest
test408042_multimoduleProject(org.eclipse.m2e.tests.internal.wizard.MavenImportWizardPageTest) Time elapsed: 1.214 s
test408042_nestedproject(org.eclipse.m2e.tests.internal.wizard.MavenImportWizardPageTest) Time elapsed: 1.753 s
test408042_noRootProject(org.eclipse.m2e.tests.internal.wizard.MavenImportWizardPageTest) Time elapsed: 1.211 s
test533463_noArtifactId(org.eclipse.m2e.tests.internal.wizard.MavenImportWizardPageTest) Time elapsed: 1.027 s
test408042_simpleProject(org.eclipse.m2e.tests.internal.wizard.MavenImportWizardPageTest) Time elapsed: 1.027 s
test422008_preselectedWorkingSet(org.eclipse.m2e.tests.internal.wizard.MavenImportWizardPageTest) Time elapsed: 1.753 s
Running org.eclipse.m2e.tests.internal.wizard.MappingDiscoveryJobTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.239 s - in org.eclipse.m2e.tests.internal.wizard.MappingDiscoveryJobTest
testDontOpenMappingDiscoveryWizard(org.eclipse.m2e.tests.internal.wizard.MappingDiscoveryJobTest) Time elapsed: 1.381 s
testOpensMappingDiscoveryWizard(org.eclipse.m2e.tests.internal.wizard.MappingDiscoveryJobTest) Time elapsed: 2.856 s
Running org.eclipse.m2e.tests.internal.wizard.MavenImportWizardTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.749 s - in org.eclipse.m2e.tests.internal.wizard.MavenImportWizardTest
testNoRenameOnMavenImport(org.eclipse.m2e.tests.internal.wizard.MavenImportWizardTest) Time elapsed: 1.533 s
testRenameOnMavenImport(org.eclipse.m2e.tests.internal.wizard.MavenImportWizardTest) Time elapsed: 1.512 s
testNoRenameOnMavenImportInWorkspaceRoot(org.eclipse.m2e.tests.internal.wizard.MavenImportWizardTest) Time elapsed: 1.703 s
Running org.eclipse.m2e.tests.internal.project.MavenProjectChangedListenerExtensionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.484 s - in org.eclipse.m2e.tests.internal.project.MavenProjectChangedListenerExtensionTest
testExtension(org.eclipse.m2e.tests.internal.project.MavenProjectChangedListenerExtensionTest) Time elapsed: 1.483 s
Running org.eclipse.m2e.tests.internal.refactoring.ExcludeArtifactRefactoringTest
Warning: NLS missing message: MavenImpl_error_lookup in: org.eclipse.m2e.editor.internal.messages
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.137 s - in org.eclipse.m2e.tests.internal.refactoring.ExcludeArtifactRefactoringTest
testSingleArtifactKeyRemoteParent(org.eclipse.m2e.tests.internal.refactoring.ExcludeArtifactRefactoringTest) Time elapsed: 3.586 s
testSingleArtifactMissing(org.eclipse.m2e.tests.internal.refactoring.ExcludeArtifactRefactoringTest) Time elapsed: 1.466 s
testSingleArtifactKeyInWorkspaceParent(org.eclipse.m2e.tests.internal.refactoring.ExcludeArtifactRefactoringTest) Time elapsed: 2.11 s
testStrangePomName(org.eclipse.m2e.tests.internal.refactoring.ExcludeArtifactRefactoringTest) Time elapsed: 1.47 s
testArtifactsInMultiplePom(org.eclipse.m2e.tests.internal.refactoring.ExcludeArtifactRefactoringTest) Time elapsed: 3.524 s
testCopyDown(org.eclipse.m2e.tests.internal.refactoring.ExcludeArtifactRefactoringTest) Time elapsed: 2.045 s
testSingleArtifactKeyWorkspaceParent(org.eclipse.m2e.tests.internal.refactoring.ExcludeArtifactRefactoringTest) Time elapsed: 1.903 s
testMultipleArtifactWithMissing(org.eclipse.m2e.tests.internal.refactoring.ExcludeArtifactRefactoringTest) Time elapsed: 1.388 s
testSingleArtifactNoParentBadFormat(org.eclipse.m2e.tests.internal.refactoring.ExcludeArtifactRefactoringTest) Time elapsed: 1.552 s
testMultipleArtifactKeySinglePom(org.eclipse.m2e.tests.internal.refactoring.ExcludeArtifactRefactoringTest) Time elapsed: 1.603 s
testSingleArtifactNoParent(org.eclipse.m2e.tests.internal.refactoring.ExcludeArtifactRefactoringTest) Time elapsed: 1.636 s
testPullUp(org.eclipse.m2e.tests.internal.refactoring.ExcludeArtifactRefactoringTest) Time elapsed: 1.853 s
Running org.eclipse.m2e.tests.internal.repository.RepositoryRegistryTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.919 s - in org.eclipse.m2e.tests.internal.repository.RepositoryRegistryTest
testSettingsDecryption(org.eclipse.m2e.tests.internal.repository.RepositoryRegistryTest) Time elapsed: 0.919 s
Running org.eclipse.m2e.tests.ui.OpenPomActionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.515 s - in org.eclipse.m2e.tests.ui.OpenPomActionTest
test454759_openEditor(org.eclipse.m2e.tests.ui.OpenPomActionTest) Time elapsed: 9.514 s
Running org.eclipse.m2e.tests.ui.editing.PomEditsTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.m2e.tests.ui.editing.PomEditsTest
testFindChildren(org.eclipse.m2e.tests.ui.editing.PomEditsTest) Time elapsed: 0.002 s
testRemoveChild(org.eclipse.m2e.tests.ui.editing.PomEditsTest) Time elapsed: 0.003 s
testMatchers(org.eclipse.m2e.tests.ui.editing.PomEditsTest) Time elapsed: 0.001 s
testFindChild(org.eclipse.m2e.tests.ui.editing.PomEditsTest) Time elapsed: 0 s
testRemoveIfNoChildElement(org.eclipse.m2e.tests.ui.editing.PomEditsTest) Time elapsed: 0.001 s
Running org.eclipse.m2e.tests.ui.editing.PomHelperTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.m2e.tests.ui.editing.PomHelperTest
testCreateDependencyInEmptyList(org.eclipse.m2e.tests.ui.editing.PomHelperTest) Time elapsed: 0.004 s
testCreatePlugin(org.eclipse.m2e.tests.ui.editing.PomHelperTest) Time elapsed: 0.004 s
testFindDependencies(org.eclipse.m2e.tests.ui.editing.PomHelperTest) Time elapsed: 0.001 s
testFindDependenciesMissing(org.eclipse.m2e.tests.ui.editing.PomHelperTest) Time elapsed: 0 s
testCreatePluginInEmptyList(org.eclipse.m2e.tests.ui.editing.PomHelperTest) Time elapsed: 0.003 s
testCreateDependency(org.eclipse.m2e.tests.ui.editing.PomHelperTest) Time elapsed: 0.003 s
testFindDependency(org.eclipse.m2e.tests.ui.editing.PomHelperTest) Time elapsed: 0.001 s
Running org.eclipse.m2e.tests.ui.editing.AddDependencyOperationTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.m2e.tests.ui.editing.AddDependencyOperationTest
testNoDependenciesElement(org.eclipse.m2e.tests.ui.editing.AddDependencyOperationTest) Time elapsed: 0.004 s
testEmptyDependenciesElement(org.eclipse.m2e.tests.ui.editing.AddDependencyOperationTest) Time elapsed: 0.003 s
testDuplicatedDependency(org.eclipse.m2e.tests.ui.editing.AddDependencyOperationTest) Time elapsed: 0.001 s
testWithDependencies(org.eclipse.m2e.tests.ui.editing.AddDependencyOperationTest) Time elapsed: 0.003 s
testExclusionsAdded(org.eclipse.m2e.tests.ui.editing.AddDependencyOperationTest) Time elapsed: 0.006 s
Running org.eclipse.m2e.tests.ui.editing.AddExclusionOperationTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.m2e.tests.ui.editing.AddExclusionOperationTest
testAddExclusion(org.eclipse.m2e.tests.ui.editing.AddExclusionOperationTest) Time elapsed: 0.003 s
testAddExclusion_existingExclusion(org.eclipse.m2e.tests.ui.editing.AddExclusionOperationTest) Time elapsed: 0.003 s
testAddExclusion_duplicateExclusion(org.eclipse.m2e.tests.ui.editing.AddExclusionOperationTest) Time elapsed: 0 s
testMissingDependency_withDependencies(org.eclipse.m2e.tests.ui.editing.AddExclusionOperationTest) Time elapsed: 0 s
testMissingDependency_emptyDependenciesElement(org.eclipse.m2e.tests.ui.editing.AddExclusionOperationTest) Time elapsed: 0.001 s
testMissingDependency_noDependenciesElement(org.eclipse.m2e.tests.ui.editing.AddExclusionOperationTest) Time elapsed: 0 s
Running org.eclipse.m2e.tests.ui.editing.RemoveDependencyOperationTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.m2e.tests.ui.editing.RemoveDependencyOperationTest
testMissingDependency_withDependencies(org.eclipse.m2e.tests.ui.editing.RemoveDependencyOperationTest) Time elapsed: 0.001 s
testRemoveDependency(org.eclipse.m2e.tests.ui.editing.RemoveDependencyOperationTest) Time elapsed: 0.001 s
testMissingDependency_emptyDependenciesElement(org.eclipse.m2e.tests.ui.editing.RemoveDependencyOperationTest) Time elapsed: 0 s
testMissingDependency_noDependenciesElement(org.eclipse.m2e.tests.ui.editing.RemoveDependencyOperationTest) Time elapsed: 0 s
Running org.eclipse.m2e.tests.ui.MavenPropertyTesterTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.988 s - in org.eclipse.m2e.tests.ui.MavenPropertyTesterTest
testIsBuildDirectory(org.eclipse.m2e.tests.ui.MavenPropertyTesterTest) Time elapsed: 0.987 s
Running org.eclipse.m2e.tests.ResourceChangeListenerTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.164 s - in org.eclipse.m2e.tests.ResourceChangeListenerTest
testPomChanges(org.eclipse.m2e.tests.ResourceChangeListenerTest) Time elapsed: 3.011 s
testMarkerOnlyChange(org.eclipse.m2e.tests.ResourceChangeListenerTest) Time elapsed: 1.669 s
testPomMove001(org.eclipse.m2e.tests.ResourceChangeListenerTest) Time elapsed: 1.88 s
testPomMove002(org.eclipse.m2e.tests.ResourceChangeListenerTest) Time elapsed: 2.181 s
testProjectDelete(org.eclipse.m2e.tests.ResourceChangeListenerTest) Time elapsed: 1.742 s
testPomDelete(org.eclipse.m2e.tests.ResourceChangeListenerTest) Time elapsed: 1.982 s
testPomRename(org.eclipse.m2e.tests.ResourceChangeListenerTest) Time elapsed: 1.698 s
Running org.eclipse.m2e.tests.embedder.MavenRuntimeManagerTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.m2e.tests.embedder.MavenRuntimeManagerTest
testDefaultRuntime(org.eclipse.m2e.tests.embedder.MavenRuntimeManagerTest) Time elapsed: 0.004 s
testSetDefaultRuntime(org.eclipse.m2e.tests.embedder.MavenRuntimeManagerTest) Time elapsed: 0 s
testExternalRuntime(org.eclipse.m2e.tests.embedder.MavenRuntimeManagerTest) Time elapsed: 0.004 s
testGetRuntime(org.eclipse.m2e.tests.embedder.MavenRuntimeManagerTest) Time elapsed: 0.001 s
Running org.eclipse.m2e.tests.embedder.MavenModelEditTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s - in org.eclipse.m2e.tests.embedder.MavenModelEditTest
testOneRemove(org.eclipse.m2e.tests.embedder.MavenModelEditTest) Time elapsed: 0.016 s
testEncoding(org.eclipse.m2e.tests.embedder.MavenModelEditTest) Time elapsed: 0.006 s
testAttributeChange(org.eclipse.m2e.tests.embedder.MavenModelEditTest) Time elapsed: 0.004 s
testAttributeRoundtrip(org.eclipse.m2e.tests.embedder.MavenModelEditTest) Time elapsed: 0.005 s
testAttributeRemove(org.eclipse.m2e.tests.embedder.MavenModelEditTest) Time elapsed: 0.004 s
testManyRoundtrip(org.eclipse.m2e.tests.embedder.MavenModelEditTest) Time elapsed: 0.006 s
testManybuildinRoundtrip(org.eclipse.m2e.tests.embedder.MavenModelEditTest) Time elapsed: 0.005 s
testAttributeAdd(org.eclipse.m2e.tests.embedder.MavenModelEditTest) Time elapsed: 0.005 s
testOneReplace(org.eclipse.m2e.tests.embedder.MavenModelEditTest) Time elapsed: 0.004 s
testManyAdd(org.eclipse.m2e.tests.embedder.MavenModelEditTest) Time elapsed: 0.005 s
testManybuildincommentRemove(org.eclipse.m2e.tests.embedder.MavenModelEditTest) Time elapsed: 0.005 s
testManyChange(org.eclipse.m2e.tests.embedder.MavenModelEditTest) Time elapsed: 0.004 s
testXpp3domRoundtrip(org.eclipse.m2e.tests.embedder.MavenModelEditTest) Time elapsed: 0.01 s
testManyRemove(org.eclipse.m2e.tests.embedder.MavenModelEditTest) Time elapsed: 0.005 s
testOneRoundtrip(org.eclipse.m2e.tests.embedder.MavenModelEditTest) Time elapsed: 0.005 s
testManybuildinRemove(org.eclipse.m2e.tests.embedder.MavenModelEditTest) Time elapsed: 0.004 s
Running org.eclipse.m2e.tests.embedder.ArtifactKeyTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.m2e.tests.embedder.ArtifactKeyTest
testPortableString(org.eclipse.m2e.tests.embedder.ArtifactKeyTest) Time elapsed: 0 s
Running org.eclipse.m2e.tests.embedder.MavenModelManagerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.364 s - in org.eclipse.m2e.tests.embedder.MavenModelManagerTest
test416882_dependencyTree(org.eclipse.m2e.tests.embedder.MavenModelManagerTest) Time elapsed: 1.04 s
testCreateMavenModel(org.eclipse.m2e.tests.embedder.MavenModelManagerTest) Time elapsed: 1.323 s
Running org.eclipse.m2e.tests.embedder.MavenImplTest
Tests run: 21, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 34.474 s - in org.eclipse.m2e.tests.embedder.MavenImplTest
test438454_guiceScopedComponentInjection(org.eclipse.m2e.tests.embedder.MavenImplTest) Time elapsed: 4.855 s
testUnreadableSettings(org.eclipse.m2e.tests.embedder.MavenImplTest) Time elapsed: 2.902 s
testGetProxy(org.eclipse.m2e.tests.embedder.MavenImplTest) Time elapsed: 1.572 s
testMNGECLIPSE2556_settingsSystemPropertiesSubstiution(org.eclipse.m2e.tests.embedder.MavenImplTest) Time elapsed: 1.697 s
testGetDefaultRepositories(org.eclipse.m2e.tests.embedder.MavenImplTest) Time elapsed: 1.527 s
testGetRepositories(org.eclipse.m2e.tests.embedder.MavenImplTest) Time elapsed: 1.68 s
testMissingArtifact(org.eclipse.m2e.tests.embedder.MavenImplTest) Time elapsed: 0.962 s
testIsUnavailable(org.eclipse.m2e.tests.embedder.MavenImplTest) Time elapsed: 1.194 s
testLocalRepositoryListener(org.eclipse.m2e.tests.embedder.MavenImplTest) Time elapsed: 1.184 s
testGlobalSettings(org.eclipse.m2e.tests.embedder.MavenImplTest) Time elapsed: 1.538 s
testReadNoParent(org.eclipse.m2e.tests.embedder.MavenImplTest) Time elapsed: 0.941 s
test358620_reparse_changed_user_settings(org.eclipse.m2e.tests.embedder.MavenImplTest) Time elapsed: 1.707 s
test366839_userAgent(org.eclipse.m2e.tests.embedder.MavenImplTest) Time elapsed: 1.555 s
testReadLocalParent(org.eclipse.m2e.tests.embedder.MavenImplTest) Time elapsed: 1.023 s
testReadProjectWithDependenciesFromMirror(org.eclipse.m2e.tests.embedder.MavenImplTest) Time elapsed: 1.767 s
testGetMojoParameterValue(org.eclipse.m2e.tests.embedder.MavenImplTest) Time elapsed: 1.133 s
testGetRepositoriesWithSettingsInjection(org.eclipse.m2e.tests.embedder.MavenImplTest) Time elapsed: 1.69 s
test386196_ParallelDownloads(org.eclipse.m2e.tests.embedder.MavenImplTest) Time elapsed: 2.051 s
testProxySupport(org.eclipse.m2e.tests.embedder.MavenImplTest) Time elapsed: 2.548 s
DISABLED_testSslWithMutualHandshake(org.eclipse.m2e.tests.embedder.MavenImplTest) skipped
testReadRemoteParent(org.eclipse.m2e.tests.embedder.MavenImplTest) Time elapsed: 0.945 s
Running org.eclipse.m2e.tests.embedder.MavenExecutionContextTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.976 s - in org.eclipse.m2e.tests.embedder.MavenExecutionContextTest
testBasic(org.eclipse.m2e.tests.embedder.MavenExecutionContextTest) Time elapsed: 1.049 s
test496492_threadContextClassloaderLeak(org.eclipse.m2e.tests.embedder.MavenExecutionContextTest) Time elapsed: 1.067 s
testExecutionRequestContainsSystemProperties(org.eclipse.m2e.tests.embedder.MavenExecutionContextTest) Time elapsed: 0.909 s
testReenterShortcut(org.eclipse.m2e.tests.embedder.MavenExecutionContextTest) Time elapsed: 0.921 s
testIllegalState(org.eclipse.m2e.tests.embedder.MavenExecutionContextTest) Time elapsed: 1.025 s
testNested(org.eclipse.m2e.tests.embedder.MavenExecutionContextTest) Time elapsed: 1.004 s
Running org.eclipse.m2e.tests.SourceLocationHelperTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.662 s - in org.eclipse.m2e.tests.SourceLocationHelperTest
testDependencyLocation(org.eclipse.m2e.tests.SourceLocationHelperTest) Time elapsed: 2.07 s
testMojoExecutionLocationWithExecutions(org.eclipse.m2e.tests.SourceLocationHelperTest) Time elapsed: 2.381 s
testPackagingLocation(org.eclipse.m2e.tests.SourceLocationHelperTest) Time elapsed: 1.294 s
testMojoExecutionLocation(org.eclipse.m2e.tests.SourceLocationHelperTest) Time elapsed: 2.639 s
testPluginAttributeLocation(org.eclipse.m2e.tests.SourceLocationHelperTest) Time elapsed: 1.278 s
Running org.eclipse.m2e.tests.configurators.ResourcesEncodingConfiguratorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.794 s - in org.eclipse.m2e.tests.configurators.ResourcesEncodingConfiguratorTest
test002_shouldConfigureEncodingForProjectWithSeveralResourceFolders(org.eclipse.m2e.tests.configurators.ResourcesEncodingConfiguratorTest) Time elapsed: 2.269 s
test001_shouldConfigureEncodingForBasicProject(org.eclipse.m2e.tests.configurators.ResourcesEncodingConfiguratorTest) Time elapsed: 2.495 s
test003_shouldResetToContainerDefinedEncoding(org.eclipse.m2e.tests.configurators.ResourcesEncodingConfiguratorTest) Time elapsed: 3.03 s
Running org.eclipse.m2e.tests.configurators.CompilerSettingsWithEncodingConfiguratorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.801 s - in org.eclipse.m2e.tests.configurators.CompilerSettingsWithEncodingConfiguratorTest
test002_shouldResetToContainerDefinedEncoding(org.eclipse.m2e.tests.configurators.CompilerSettingsWithEncodingConfiguratorTest) Time elapsed: 3.438 s
test001_shouldSetEncodingForBasicProject(org.eclipse.m2e.tests.configurators.CompilerSettingsWithEncodingConfiguratorTest) Time elapsed: 2.363 s
Running org.eclipse.m2e.tests.lifecycle.PluginExecutionMetadataPrioritiesTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.964 s - in org.eclipse.m2e.tests.lifecycle.PluginExecutionMetadataPrioritiesTest
testWorkspaceOverridesEclipseExtensions(org.eclipse.m2e.tests.lifecycle.PluginExecutionMetadataPrioritiesTest) Time elapsed: 1.766 s
testEclipseExtension(org.eclipse.m2e.tests.lifecycle.PluginExecutionMetadataPrioritiesTest) Time elapsed: 1.32 s
testDefaultMetadataSource(org.eclipse.m2e.tests.lifecycle.PluginExecutionMetadataPrioritiesTest) Time elapsed: 1.578 s
testPomOverridesWorkspace(org.eclipse.m2e.tests.lifecycle.PluginExecutionMetadataPrioritiesTest) Time elapsed: 1.738 s
testEmbeddedInPom(org.eclipse.m2e.tests.lifecycle.PluginExecutionMetadataPrioritiesTest) Time elapsed: 1.328 s
testReferencedFromPom(org.eclipse.m2e.tests.lifecycle.PluginExecutionMetadataPrioritiesTest) Time elapsed: 1.385 s
testParent(org.eclipse.m2e.tests.lifecycle.PluginExecutionMetadataPrioritiesTest) Time elapsed: 2.313 s
testWorkspace(org.eclipse.m2e.tests.lifecycle.PluginExecutionMetadataPrioritiesTest) Time elapsed: 1.536 s
Running org.eclipse.m2e.tests.lifecycle.LifecycleComparisonTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.279 s - in org.eclipse.m2e.tests.lifecycle.LifecycleComparisonTest
testPluginConfigurationChange(org.eclipse.m2e.tests.lifecycle.LifecycleComparisonTest) Time elapsed: 1.092 s
testSameProject(org.eclipse.m2e.tests.lifecycle.LifecycleComparisonTest) Time elapsed: 1.011 s
testPluginVersionChange(org.eclipse.m2e.tests.lifecycle.LifecycleComparisonTest) Time elapsed: 1.175 s
Running org.eclipse.m2e.tests.lifecycle.PluginExecutionActionsTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.488 s - in org.eclipse.m2e.tests.lifecycle.PluginExecutionActionsTest
testMojoExecutionIgnore(org.eclipse.m2e.tests.lifecycle.PluginExecutionActionsTest) Time elapsed: 1.702 s
testMojoExecutionErrorWithMessage(org.eclipse.m2e.tests.lifecycle.PluginExecutionActionsTest) Time elapsed: 1.563 s
testMojoExecutionError(org.eclipse.m2e.tests.lifecycle.PluginExecutionActionsTest) Time elapsed: 1.419 s
testMojoExecutionConfigurator(org.eclipse.m2e.tests.lifecycle.PluginExecutionActionsTest) Time elapsed: 1.302 s
testMojoExecutionExecute(org.eclipse.m2e.tests.lifecycle.PluginExecutionActionsTest) Time elapsed: 1.436 s
testMojoExecutionIgnoreWithMessage(org.eclipse.m2e.tests.lifecycle.PluginExecutionActionsTest) Time elapsed: 1.387 s
testMojoExecutionExecuteWithMessage(org.eclipse.m2e.tests.lifecycle.PluginExecutionActionsTest) Time elapsed: 1.678 s
Running org.eclipse.m2e.tests.lifecycle.LifecycleMappingTest
running TEST_SECONDARY3
running TEST_SECONDARY4
running TEST_SECONDARY6
running TEST_SECONDARY5
Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 57.165 s - in org.eclipse.m2e.tests.lifecycle.LifecycleMappingTest
testGetLifecycleMappingMetadata(org.eclipse.m2e.tests.lifecycle.LifecycleMappingTest) Time elapsed: 1.612 s
test387736_missingAction(org.eclipse.m2e.tests.lifecycle.LifecycleMappingTest) Time elapsed: 1.916 s
testProfilesAndProperties(org.eclipse.m2e.tests.lifecycle.LifecycleMappingTest) Time elapsed: 1.483 s
testConfiguratorsFollowPhaseOrder(org.eclipse.m2e.tests.lifecycle.LifecycleMappingTest) Time elapsed: 1.373 s
testSecondaryConfiguratorsCustom(org.eclipse.m2e.tests.lifecycle.LifecycleMappingTest) Time elapsed: 1.511 s
testDuplicatePluginExecution1(org.eclipse.m2e.tests.lifecycle.LifecycleMappingTest) Time elapsed: 1.108 s
testDuplicatePluginExecution2(org.eclipse.m2e.tests.lifecycle.LifecycleMappingTest) Time elapsed: 0.946 s
testNondeafaultLifecycles(org.eclipse.m2e.tests.lifecycle.LifecycleMappingTest) Time elapsed: 1.31 s
testOrder(org.eclipse.m2e.tests.lifecycle.LifecycleMappingTest) Time elapsed: 1.77 s
testSetNoopMappingDuringImport(org.eclipse.m2e.tests.lifecycle.LifecycleMappingTest) Time elapsed: 1.561 s
testUseDefaultLifecycleMappingMetadataSource(org.eclipse.m2e.tests.lifecycle.LifecycleMappingTest) Time elapsed: 1 s
testNotCoveredMojoExecutionIgnored(org.eclipse.m2e.tests.lifecycle.LifecycleMappingTest) Time elapsed: 1.48 s
testNonresolvableExecutionPlan(org.eclipse.m2e.tests.lifecycle.LifecycleMappingTest) Time elapsed: 1.354 s
testFailToGetPluginParameterValue(org.eclipse.m2e.tests.lifecycle.LifecycleMappingTest) Time elapsed: 1.388 s
testSetCustomizableMappingDuringImport(org.eclipse.m2e.tests.lifecycle.LifecycleMappingTest) Time elapsed: 1.719 s
testSameConfiguratorUsedTwice(org.eclipse.m2e.tests.lifecycle.LifecycleMappingTest) Time elapsed: 1.726 s
testUnknownPackagingType(org.eclipse.m2e.tests.lifecycle.LifecycleMappingTest) Time elapsed: 1.439 s
testGetLifecycleMappingMetadataMerge(org.eclipse.m2e.tests.lifecycle.LifecycleMappingTest) Time elapsed: 1.465 s
testSecondaryConfiguratorsCustomizable(org.eclipse.m2e.tests.lifecycle.LifecycleMappingTest) Time elapsed: 1.357 s
testIncompatibleVersion(org.eclipse.m2e.tests.lifecycle.LifecycleMappingTest) Time elapsed: 1.541 s
testCompatibleVersion(org.eclipse.m2e.tests.lifecycle.LifecycleMappingTest) Time elapsed: 1.672 s
testLifecycleMappingSpecifiedInMetadata(org.eclipse.m2e.tests.lifecycle.LifecycleMappingTest) Time elapsed: 2.162 s
testPomPackagingType(org.eclipse.m2e.tests.lifecycle.LifecycleMappingTest) Time elapsed: 1.366 s
testNotCoveredMojoExecutions(org.eclipse.m2e.tests.lifecycle.LifecycleMappingTest) Time elapsed: 1.403 s
test494858ProcessingInstructions(org.eclipse.m2e.tests.lifecycle.LifecycleMappingTest) Time elapsed: 5.705 s
testPackagingTypeMismatch(org.eclipse.m2e.tests.lifecycle.LifecycleMappingTest) Time elapsed: 1.756 s
testGetLifecycleMappingMetadataOverride(org.eclipse.m2e.tests.lifecycle.LifecycleMappingTest) Time elapsed: 1.574 s
testWorkspaceArtifacts(org.eclipse.m2e.tests.lifecycle.LifecycleMappingTest) Time elapsed: 1.506 s
testMissingLifecycleMappingMetadata(org.eclipse.m2e.tests.lifecycle.LifecycleMappingTest) Time elapsed: 1.391 s
testMissingMapping(org.eclipse.m2e.tests.lifecycle.LifecycleMappingTest) Time elapsed: 1.399 s
testDefaultJarLifecycleMapping(org.eclipse.m2e.tests.lifecycle.LifecycleMappingTest) Time elapsed: 1.72 s
testMissingVersionRangeInPluginExecutionFilter(org.eclipse.m2e.tests.lifecycle.LifecycleMappingTest) Time elapsed: 1.124 s
testDuplicatePackagingTypeMetadata(org.eclipse.m2e.tests.lifecycle.LifecycleMappingTest) Time elapsed: 0.963 s
test371618_NullLifecycleMappingPluginVersion(org.eclipse.m2e.tests.lifecycle.LifecycleMappingTest) Time elapsed: 1.579 s
testNotCoveredMojoExecutionWarnings(org.eclipse.m2e.tests.lifecycle.LifecycleMappingTest) Time elapsed: 1.445 s
testNotInterestingPhaseConfigurator(org.eclipse.m2e.tests.lifecycle.LifecycleMappingTest) Time elapsed: 1.336 s
Running org.eclipse.m2e.tests.lifecycle.LifecycleMappingMetadataPrioritiesTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.589 s - in org.eclipse.m2e.tests.lifecycle.LifecycleMappingMetadataPrioritiesTest
testEclipseExtension(org.eclipse.m2e.tests.lifecycle.LifecycleMappingMetadataPrioritiesTest) Time elapsed: 2.021 s
testDefaultMetadataSource(org.eclipse.m2e.tests.lifecycle.LifecycleMappingMetadataPrioritiesTest) Time elapsed: 1.674 s
testEmbeddedInPom(org.eclipse.m2e.tests.lifecycle.LifecycleMappingMetadataPrioritiesTest) Time elapsed: 1.345 s
testReferencedFromPom(org.eclipse.m2e.tests.lifecycle.LifecycleMappingMetadataPrioritiesTest) Time elapsed: 1.461 s
testParent(org.eclipse.m2e.tests.lifecycle.LifecycleMappingMetadataPrioritiesTest) Time elapsed: 2.088 s
Running org.eclipse.m2e.tests.lifecycle.MavenPluginMetadataSourceTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.746 s - in org.eclipse.m2e.tests.lifecycle.MavenPluginMetadataSourceTest
testBasic(org.eclipse.m2e.tests.lifecycle.MavenPluginMetadataSourceTest) Time elapsed: 1.876 s
test422135_mavenPluginSourceWorkspaceResolution(org.eclipse.m2e.tests.lifecycle.MavenPluginMetadataSourceTest) Time elapsed: 1.87 s
Running org.eclipse.m2e.tests.discovery.LifecycleMappingDiscoveryTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.763 s - in org.eclipse.m2e.tests.discovery.LifecycleMappingDiscoveryTest
testAutomaticSelectionOfSingleProposal(org.eclipse.m2e.tests.discovery.LifecycleMappingDiscoveryTest) Time elapsed: 1.475 s
testPreselectedProposals(org.eclipse.m2e.tests.discovery.LifecycleMappingDiscoveryTest) Time elapsed: 1.286 s
testIsMappingComplete(org.eclipse.m2e.tests.discovery.LifecycleMappingDiscoveryTest) Time elapsed: 1.544 s
testProposalToReplaceDefaultMapping(org.eclipse.m2e.tests.discovery.LifecycleMappingDiscoveryTest) Time elapsed: 1.345 s
testPackagingPom(org.eclipse.m2e.tests.discovery.LifecycleMappingDiscoveryTest) Time elapsed: 1.561 s
testAutomaticSelectionWithAmbiguousProposals(org.eclipse.m2e.tests.discovery.LifecycleMappingDiscoveryTest) Time elapsed: 1.303 s
testDiscoverProjectConfigurators(org.eclipse.m2e.tests.discovery.LifecycleMappingDiscoveryTest) Time elapsed: 1.353 s
testNoProposals(org.eclipse.m2e.tests.discovery.LifecycleMappingDiscoveryTest) Time elapsed: 1.795 s
testProposalMatching(org.eclipse.m2e.tests.discovery.LifecycleMappingDiscoveryTest) Time elapsed: 1.427 s
testDiscoverLifecycleMappingStrategy(org.eclipse.m2e.tests.discovery.LifecycleMappingDiscoveryTest) Time elapsed: 1.353 s
testDefaultNonConfiguratorMapping(org.eclipse.m2e.tests.discovery.LifecycleMappingDiscoveryTest) Time elapsed: 1.32 s
Running org.eclipse.m2e.tests.discovery.MavenDiscoveryMarkerResolutionGeneratorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.761 s - in org.eclipse.m2e.tests.discovery.MavenDiscoveryMarkerResolutionGeneratorTest
testCanResolveMojoExecutionMarker(org.eclipse.m2e.tests.discovery.MavenDiscoveryMarkerResolutionGeneratorTest) Time elapsed: 1.451 s
testCanResolveConfiguratorMarker(org.eclipse.m2e.tests.discovery.MavenDiscoveryMarkerResolutionGeneratorTest) Time elapsed: 1.411 s
testResolveMultipleMarkers(org.eclipse.m2e.tests.discovery.MavenDiscoveryMarkerResolutionGeneratorTest) Time elapsed: 2.479 s
testCanResolveLifecycleIdMarker(org.eclipse.m2e.tests.discovery.MavenDiscoveryMarkerResolutionGeneratorTest) Time elapsed: 1.42 s
Running org.eclipse.m2e.tests.discovery.MavenDiscoveryInstallOperationTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.553 s - in org.eclipse.m2e.tests.discovery.MavenDiscoveryInstallOperationTest
testMissingRepository(org.eclipse.m2e.tests.discovery.MavenDiscoveryInstallOperationTest) Time elapsed: 0.195 s
testMatchNoVersion(org.eclipse.m2e.tests.discovery.MavenDiscoveryInstallOperationTest) Time elapsed: 0.185 s
testMatchHighestVersion(org.eclipse.m2e.tests.discovery.MavenDiscoveryInstallOperationTest) Time elapsed: 0.056 s
testMissingIU(org.eclipse.m2e.tests.discovery.MavenDiscoveryInstallOperationTest) Time elapsed: 0.057 s
testMatchLowestVersion(org.eclipse.m2e.tests.discovery.MavenDiscoveryInstallOperationTest) Time elapsed: 0.056 s
Running org.eclipse.m2e.tests.discovery.ConfigurationUpdateStartupTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.899 s - in org.eclipse.m2e.tests.discovery.ConfigurationUpdateStartupTest
testNoMavenProjects(org.eclipse.m2e.tests.discovery.ConfigurationUpdateStartupTest) Time elapsed: 1.075 s
testToggleEarlyStartup(org.eclipse.m2e.tests.discovery.ConfigurationUpdateStartupTest) Time elapsed: 1.019 s
testMavenProjectsErrors(org.eclipse.m2e.tests.discovery.ConfigurationUpdateStartupTest) Time elapsed: 2.057 s
testConfigureSpecifiedProjects(org.eclipse.m2e.tests.discovery.ConfigurationUpdateStartupTest) Time elapsed: 1.138 s
testMavenProjectsNoErrors(org.eclipse.m2e.tests.discovery.ConfigurationUpdateStartupTest) Time elapsed: 1.625 s
testEmptyWorkspace(org.eclipse.m2e.tests.discovery.ConfigurationUpdateStartupTest) Time elapsed: 0.985 s
Running org.eclipse.m2e.tests.discovery.MavenDiscoveryTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.521 s - in org.eclipse.m2e.tests.discovery.MavenDiscoveryTest
testCatalogSelectedByConfiguratorId(org.eclipse.m2e.tests.discovery.MavenDiscoveryTest) Time elapsed: 0.084 s
testCatalogItemWithoutMappingMetadata(org.eclipse.m2e.tests.discovery.MavenDiscoveryTest) Time elapsed: 0.002 s
testCatalogItemExtensionsMetadata(org.eclipse.m2e.tests.discovery.MavenDiscoveryTest) Time elapsed: 0.002 s
testNotMatchPluginSelection(org.eclipse.m2e.tests.discovery.MavenDiscoveryTest) Time elapsed: 0.062 s
testCatalogSelectedByLifecycleId(org.eclipse.m2e.tests.discovery.MavenDiscoveryTest) Time elapsed: 0.07 s
testMultipleSelections(org.eclipse.m2e.tests.discovery.MavenDiscoveryTest) Time elapsed: 0.09 s
testCatalogSelectedByPackaging(org.eclipse.m2e.tests.discovery.MavenDiscoveryTest) Time elapsed: 0.081 s
testCatalogSelectedByMojoExecution(org.eclipse.m2e.tests.discovery.MavenDiscoveryTest) Time elapsed: 0.071 s
testCatalogUnselected(org.eclipse.m2e.tests.discovery.MavenDiscoveryTest) Time elapsed: 0.058 s
Running org.eclipse.m2e.tests.project.MavenProjectFacadeTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.918 s - in org.eclipse.m2e.tests.project.MavenProjectFacadeTest
testGetProjectConfiguratorsAfterWorkspaceRestart(org.eclipse.m2e.tests.project.MavenProjectFacadeTest) Time elapsed: 1.436 s
testGetMojoExecutionAfterWorkspaceRestart(org.eclipse.m2e.tests.project.MavenProjectFacadeTest) Time elapsed: 1.395 s
testGetMojoExecutionsWithoutMavenExecutionContext(org.eclipse.m2e.tests.project.MavenProjectFacadeTest) Time elapsed: 1.385 s
testGetProjectConfigurators(org.eclipse.m2e.tests.project.MavenProjectFacadeTest) Time elapsed: 1.529 s
test436668_EclipseProjectMetadataNotStale(org.eclipse.m2e.tests.project.MavenProjectFacadeTest) Time elapsed: 1.402 s
testGetMojoExecution(org.eclipse.m2e.tests.project.MavenProjectFacadeTest) Time elapsed: 1.428 s
testGetMojoExecutions(org.eclipse.m2e.tests.project.MavenProjectFacadeTest) Time elapsed: 1.695 s
testIsStale(org.eclipse.m2e.tests.project.MavenProjectFacadeTest) Time elapsed: 1.803 s
testGetMojoExecutionsAfterWorkspaceRestart(org.eclipse.m2e.tests.project.MavenProjectFacadeTest) Time elapsed: 1.845 s
Running org.eclipse.m2e.tests.project.CompilerSettings18Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.458 s - in org.eclipse.m2e.tests.project.CompilerSettings18Test
testCompilerSettings18(org.eclipse.m2e.tests.project.CompilerSettings18Test) Time elapsed: 1.458 s
Running org.eclipse.m2e.tests.project.MavenProjectInfoTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.m2e.tests.project.MavenProjectInfoTest
testTwoChildProjectInfosWithSameLabel(org.eclipse.m2e.tests.project.MavenProjectInfoTest) Time elapsed: 0.001 s
Running org.eclipse.m2e.tests.project.CompilerSynonymTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.448 s - in org.eclipse.m2e.tests.project.CompilerSynonymTest
testSynonym(org.eclipse.m2e.tests.project.CompilerSynonymTest) Time elapsed: 1.448 s
Running org.eclipse.m2e.tests.jdt.ProjectLayoutTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.018 s - in org.eclipse.m2e.tests.jdt.ProjectLayoutTest
test472726_basedirResources(org.eclipse.m2e.tests.jdt.ProjectLayoutTest) Time elapsed: 2.018 s
Running org.eclipse.m2e.tests.jdt.internal.ClasspathEntryDescriptorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.m2e.tests.jdt.internal.ClasspathEntryDescriptorTest
testArtifactKeyDeserialization(org.eclipse.m2e.tests.jdt.internal.ClasspathEntryDescriptorTest) Time elapsed: 0 s
Running org.eclipse.m2e.tests.jdt.internal.MavenClasspathContainerSaveHelperTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.m2e.tests.jdt.internal.MavenClasspathContainerSaveHelperTest
testClasspathContainerSace(org.eclipse.m2e.tests.jdt.internal.MavenClasspathContainerSaveHelperTest) Time elapsed: 0.003 s
Running org.eclipse.m2e.tests.jdt.JavaClasspathTest
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 46.856 s - in org.eclipse.m2e.tests.jdt.JavaClasspathTest
testStaleDerivedEntries(org.eclipse.m2e.tests.jdt.JavaClasspathTest) Time elapsed: 2.595 s
test398121_PreserveOrderOfClasspathContainersOnUpdate(org.eclipse.m2e.tests.jdt.JavaClasspathTest) Time elapsed: 2.62 s
test370685_PreserveResourcesOnUpdate(org.eclipse.m2e.tests.jdt.JavaClasspathTest) Time elapsed: 2.129 s
test480137_addingResourceFoldersAreNotRemovedDuringConfigurationUpdate(org.eclipse.m2e.tests.jdt.JavaClasspathTest) Time elapsed: 2.004 s
test537851_DisableTestClasspathFlag(org.eclipse.m2e.tests.jdt.JavaClasspathTest) Time elapsed: 2.953 s
test526858_ProjectExportingTests(org.eclipse.m2e.tests.jdt.JavaClasspathTest) Time elapsed: 3.131 s
test466518_classpathJREOrder(org.eclipse.m2e.tests.jdt.JavaClasspathTest) Time elapsed: 2.06 s
test518218_configureMethodParametersGenerationWithCompilerArgs(org.eclipse.m2e.tests.jdt.JavaClasspathTest) Time elapsed: 3.391 s
test518218_configureMethodParametersGenerationWithParameters(org.eclipse.m2e.tests.jdt.JavaClasspathTest) Time elapsed: 1.437 s
test388541_KeepClasspathAttributes(org.eclipse.m2e.tests.jdt.JavaClasspathTest) Time elapsed: 1.879 s
test526858_TestClasspathAttributeOnProject(org.eclipse.m2e.tests.jdt.JavaClasspathTest) Time elapsed: 1.761 s
test526858_TestClasspathAttributeOnJar(org.eclipse.m2e.tests.jdt.JavaClasspathTest) Time elapsed: 1.578 s
test518218_configureMethodParametersGenerationWithCompilerArgument(org.eclipse.m2e.tests.jdt.JavaClasspathTest) Time elapsed: 1.861 s
testClasspathContainers(org.eclipse.m2e.tests.jdt.JavaClasspathTest) Time elapsed: 2.153 s
test414645_TestClasspathAttributeOnRuntimeProjectDependencies(org.eclipse.m2e.tests.jdt.JavaClasspathTest) Time elapsed: 1.687 s
test394042_ClasspathEntry4(org.eclipse.m2e.tests.jdt.JavaClasspathTest) Time elapsed: 1.618 s
test414645_TestClasspathAttributeOnRuntimeJarDependencies(org.eclipse.m2e.tests.jdt.JavaClasspathTest) Time elapsed: 1.92 s
test525880_JavaAccessRulesArePreservedOnUpdate(org.eclipse.m2e.tests.jdt.JavaClasspathTest) Time elapsed: 2.412 s
test534049_SetReleaseFlag(org.eclipse.m2e.tests.jdt.JavaClasspathTest) Time elapsed: 2.546 s
test549312_fallbackToLatestEE(org.eclipse.m2e.tests.jdt.JavaClasspathTest) Time elapsed: 1.461 s
testImport(org.eclipse.m2e.tests.jdt.JavaClasspathTest) Time elapsed: 1.41 s
test486739_PreserveExportedOnUpdate(org.eclipse.m2e.tests.jdt.JavaClasspathTest) Time elapsed: 2.247 s
Running org.eclipse.m2e.tests.jdt.JavaCodeGenerationProjectConfiguratorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.401 s - in org.eclipse.m2e.tests.jdt.JavaCodeGenerationProjectConfiguratorTest
test368333_generatedSourcesFoldersAreNotRemovedDuringConfigurationUpdate(org.eclipse.m2e.tests.jdt.JavaCodeGenerationProjectConfiguratorTest) Time elapsed: 2.401 s
Running org.eclipse.m2e.tests.MutableProjectRegistryTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.577 s - in org.eclipse.m2e.tests.MutableProjectRegistryTest
testRemoveProject(org.eclipse.m2e.tests.MutableProjectRegistryTest) Time elapsed: 1.119 s
testReplaceProject(org.eclipse.m2e.tests.MutableProjectRegistryTest) Time elapsed: 1.11 s
testIllegalStateMerge(org.eclipse.m2e.tests.MutableProjectRegistryTest) Time elapsed: 1.017 s
testForeignClassesInSerializedProjectRegistry(org.eclipse.m2e.tests.MutableProjectRegistryTest) Time elapsed: 1.034 s
testDetectNoLongerExistingProjectsInWorkspaceState(org.eclipse.m2e.tests.MutableProjectRegistryTest) Time elapsed: 1.07 s
testAddProject(org.eclipse.m2e.tests.MutableProjectRegistryTest) Time elapsed: 1.13 s
testSaveParticipant(org.eclipse.m2e.tests.MutableProjectRegistryTest) Time elapsed: 1.008 s
testRemoveUnknownProject(org.eclipse.m2e.tests.MutableProjectRegistryTest) Time elapsed: 1.088 s
Running org.eclipse.m2e.tests.BuildPathManagerTest
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Old (1.x) Archetype: maven-archetype-quickstart:1.1
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: basedir, Value: /home/jenkins/agent/workspace/m2e_master/m2e-core-tests/org.eclipse.m2e.tests/target/work/data
[INFO] Parameter: package, Value: jar
[INFO] Parameter: groupId, Value: archetype-project
[INFO] Parameter: artifactId, Value: archetype-project
[INFO] Parameter: packageName, Value: jar
[INFO] Parameter: version, Value: 0.0.1-SNAPSHOT
[INFO] project created from Old (1.x) Archetype in dir: /home/jenkins/agent/workspace/m2e_master/m2e-core-tests/org.eclipse.m2e.tests/target/work/data/archetype-project
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Old (1.x) Archetype: maven-archetype-quickstart:1.1
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: basedir, Value: /tmp/m2eclipse5698152964579052289test/external-archetype-project-1
[INFO] Parameter: package, Value: jar
[INFO] Parameter: groupId, Value: external-archetype-project-1
[INFO] Parameter: artifactId, Value: external-archetype-project-1
[INFO] Parameter: packageName, Value: jar
[INFO] Parameter: version, Value: 0.0.1-SNAPSHOT
[INFO] project created from Old (1.x) Archetype in dir: /tmp/m2eclipse5698152964579052289test/external-archetype-project-1/external-archetype-project-1
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Old (1.x) Archetype: maven-archetype-quickstart:1.1
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: basedir, Value: /tmp/m2eclipse5698152964579052289test/external-archetype-project-2
[INFO] Parameter: package, Value: jar
[INFO] Parameter: groupId, Value: external-archetype-project-2
[INFO] Parameter: artifactId, Value: external-archetype-project-2
[INFO] Parameter: packageName, Value: jar
[INFO] Parameter: version, Value: 0.0.1-SNAPSHOT
Tests run: 45, Failures: 0, Errors: 1, Skipped: 1, Time elapsed: 94.322 s <<< FAILURE! - in org.eclipse.m2e.tests.BuildPathManagerTest
testDownloadSources_001_workspaceRestart(org.eclipse.m2e.tests.BuildPathManagerTest) Time elapsed: 3.431 s
testEnableMavenNatureWithNoWorkspace(org.eclipse.m2e.tests.BuildPathManagerTest) Time elapsed: 2.171 s
test385391_keepCustomSourceEncoding(org.eclipse.m2e.tests.BuildPathManagerTest) Time elapsed: 2.588 s
testProjectImportWithProfile1(org.eclipse.m2e.tests.BuildPathManagerTest) Time elapsed: 2.172 s
testProjectImportWithProfile2(org.eclipse.m2e.tests.BuildPathManagerTest) Time elapsed: 2.287 s
testProjectNameWithNameTemplate(org.eclipse.m2e.tests.BuildPathManagerTest) Time elapsed: 1.528 s
testProjectImport001_useMavenOutputFolders(org.eclipse.m2e.tests.BuildPathManagerTest) Time elapsed: 1.487 s
testArchetypeProject(org.eclipse.m2e.tests.BuildPathManagerTest) Time elapsed: 2.337 s
testClasspathOrderWorkspace001(org.eclipse.m2e.tests.BuildPathManagerTest) Time elapsed: 3.056 s
testClasspathOrderWorkspace003(org.eclipse.m2e.tests.BuildPathManagerTest) Time elapsed: 2.044 s
testDownloadSources_001_sourceAttachment(org.eclipse.m2e.tests.BuildPathManagerTest) Time elapsed: 1.525 s
testMNGECLIPSE_2367_same_sources_resources(org.eclipse.m2e.tests.BuildPathManagerTest) Time elapsed: 1.999 s
test360962_forbiddenReferencePreference(org.eclipse.m2e.tests.BuildPathManagerTest) Time elapsed: 2.062 s
test388596_expandedSnapshotDependency(org.eclipse.m2e.tests.BuildPathManagerTest) Time elapsed: 2.404 s
test359725_resourcesWorkspaceRoot(org.eclipse.m2e.tests.BuildPathManagerTest) Time elapsed: 2.396 s
testClassifiers(org.eclipse.m2e.tests.BuildPathManagerTest) Time elapsed: 2.336 s
test486721_overlappingResourceFolders(org.eclipse.m2e.tests.BuildPathManagerTest) Time elapsed: 1.738 s
test005_dependencyAvailableFromLocalRepoAndWorkspace(org.eclipse.m2e.tests.BuildPathManagerTest) Time elapsed: 3.821 s
testDisableMavenNature(org.eclipse.m2e.tests.BuildPathManagerTest) Time elapsed: 1.961 s
testDownloadSources_001_basic(org.eclipse.m2e.tests.BuildPathManagerTest) Time elapsed: 3.384 s
testDownloadSources_003_customRemoteRepository(org.eclipse.m2e.tests.BuildPathManagerTest) Time elapsed: 2.234 s
_testProjectImport002_useMavenOutputFolders(org.eclipse.m2e.tests.BuildPathManagerTest) skipped
testMNGECLIPSE_2367_sources_encloses_resources(org.eclipse.m2e.tests.BuildPathManagerTest) Time elapsed: 1.536 s
testDownloadSources_006_nonMavenProject(org.eclipse.m2e.tests.BuildPathManagerTest) Time elapsed: 2.195 s <<< ERROR!
org.eclipse.core.runtime.CoreException: Reindexing error
at org.eclipse.m2e.tests.BuildPathManagerTest.testDownloadSources_006_nonMavenProject(BuildPathManagerTest.java:656)
Caused by: java.nio.channels.OverlappingFileLockException
at org.eclipse.m2e.tests.BuildPathManagerTest.testDownloadSources_006_nonMavenProject(BuildPathManagerTest.java:656)
testCompilerSettings14(org.eclipse.m2e.tests.BuildPathManagerTest) Time elapsed: 1.528 s
testSimpleProjectInExternalLocation(org.eclipse.m2e.tests.BuildPathManagerTest) Time elapsed: 1.761 s
testDownloadSources_007_missingTestsSources(org.eclipse.m2e.tests.BuildPathManagerTest) Time elapsed: 2.546 s
testMNGECLIPSE_696_compiler_includes_excludes(org.eclipse.m2e.tests.BuildPathManagerTest) Time elapsed: 1.894 s
test431080_flatDirectoryLayout(org.eclipse.m2e.tests.BuildPathManagerTest) Time elapsed: 1.495 s
testDownloadSources_005_classifier(org.eclipse.m2e.tests.BuildPathManagerTest) Time elapsed: 2.193 s
testDownloadSources_008_fallbackToJavadocWhenMissingSources(org.eclipse.m2e.tests.BuildPathManagerTest) Time elapsed: 2.337 s
testArchetypeProjectInExternalLocation(org.eclipse.m2e.tests.BuildPathManagerTest) Time elapsed: 2.237 s
testMNGECLIPSE_2367_testSources_encloses_resources(org.eclipse.m2e.tests.BuildPathManagerTest) Time elapsed: 1.42 s
testCompilerSettingsJsr14(org.eclipse.m2e.tests.BuildPathManagerTest) Time elapsed: 1.479 s
testProjectNameTemplateWithProperties(org.eclipse.m2e.tests.BuildPathManagerTest) Time elapsed: 1.628 s
testDownloadSources_002_javadoconly(org.eclipse.m2e.tests.BuildPathManagerTest) Time elapsed: 2.061 s
testMavenBuilderOrder(org.eclipse.m2e.tests.BuildPathManagerTest) Time elapsed: 2.805 s
testDownloadSources_004_testsClassifier(org.eclipse.m2e.tests.BuildPathManagerTest) Time elapsed: 2.28 s
testEnableMavenNature(org.eclipse.m2e.tests.BuildPathManagerTest) Time elapsed: 2.045 s
testProjectNameTemplate(org.eclipse.m2e.tests.BuildPathManagerTest) Time elapsed: 1.962 s
testMNGECLIPSE_1047_localRepoPath(org.eclipse.m2e.tests.BuildPathManagerTest) Time elapsed: 1.12 s
testCreateSimpleProject(org.eclipse.m2e.tests.BuildPathManagerTest) Time elapsed: 1.726 s
testMNGECLIPSE_2433_resourcesOutsideBasdir(org.eclipse.m2e.tests.BuildPathManagerTest) Time elapsed: 2.496 s
testUpdateProjectConfigurationWithWorkspace(org.eclipse.m2e.tests.BuildPathManagerTest) Time elapsed: 3.046 s
test486721_sourceAndResourceUnderSameNonDefaultFolder(org.eclipse.m2e.tests.BuildPathManagerTest) Time elapsed: 1.569 s
Running org.eclipse.m2e.tests.ProjectConfigurationManagerTest
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Archetype: mngeclipse-2110:1.0
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: groupId, Value: mngeclipse-2110
[INFO] Parameter: artifactId, Value: mngeclipse-2110
[INFO] Parameter: version, Value: 0.0.1-SNAPSHOT
[INFO] Parameter: package, Value: jar
[INFO] Parameter: packageInPathFormat, Value: jar
[INFO] project created from Archetype in dir: /home/jenkins/agent/workspace/m2e_master/m2e-core-tests/org.eclipse.m2e.tests/target/work/data/mngeclipse-2110
[INFO] ----------------------------------------------------------------------------
[INFO] Using following parameters for creating project from Old (1.x) Archetype: maven-archetype-quickstart:1.1
[INFO] ----------------------------------------------------------------------------
[INFO] Parameter: basedir, Value: /home/jenkins/agent/workspace/m2e_master/m2e-core-tests/org.eclipse.m2e.tests/target/work/data/parent002
[INFO] Parameter: package, Value: jar
[INFO] Parameter: groupId, Value: archetyped
[INFO] Parameter: artifactId, Value: archetyped
[INFO] Parameter: packageName, Value: jar
[INFO] Parameter: version, Value: 0.0.1-SNAPSHOT
[INFO] project created from Old (1.x) Archetype in dir: /home/jenkins/agent/workspace/m2e_master/m2e-core-tests/org.eclipse.m2e.tests/target/work/data/parent002/archetyped
Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 56.914 s - in org.eclipse.m2e.tests.ProjectConfigurationManagerTest
testAddRemoveMavenBuilder(org.eclipse.m2e.tests.ProjectConfigurationManagerTest) Time elapsed: 1.005 s
testImportJavaProjectWithUnknownPackaging(org.eclipse.m2e.tests.ProjectConfigurationManagerTest) Time elapsed: 2.444 s
testHiddenFolderForSimpleModule(org.eclipse.m2e.tests.ProjectConfigurationManagerTest) Time elapsed: 2.864 s
testConfigureProjectEncodingForBasicProject(org.eclipse.m2e.tests.ProjectConfigurationManagerTest) Time elapsed: 2.054 s
testAddRemoveMavenBuilderDisabled(org.eclipse.m2e.tests.ProjectConfigurationManagerTest) Time elapsed: 1.082 s
testExtractionOfCompilerSettingsDespiteErrorsInExecutionPlan(org.eclipse.m2e.tests.ProjectConfigurationManagerTest) Time elapsed: 1.44 s
testRevertToContainerDefinedEncoding(org.eclipse.m2e.tests.ProjectConfigurationManagerTest) Time elapsed: 1.762 s
testIgnoreStaleProjectConfiguration(org.eclipse.m2e.tests.ProjectConfigurationManagerTest) Time elapsed: 1.703 s
test397251_forcePluginResolutionUpdate(org.eclipse.m2e.tests.ProjectConfigurationManagerTest) Time elapsed: 11.292 s
testResolutionOfArchetypeFromRepository(org.eclipse.m2e.tests.ProjectConfigurationManagerTest) Time elapsed: 3.59 s
testStaleProjectConfigurationMarkerAfterFixingMissingBuildExtension(org.eclipse.m2e.tests.ProjectConfigurationManagerTest) Time elapsed: 2.638 s
test447460MultipleUpdateConfiguration(org.eclipse.m2e.tests.ProjectConfigurationManagerTest) Time elapsed: 1.627 s
testHiddenFolderForArchetypeModule(org.eclipse.m2e.tests.ProjectConfigurationManagerTest) Time elapsed: 2.48 s
testStaleProjectConfigurationMarkerAfterWorkspaceRestart(org.eclipse.m2e.tests.ProjectConfigurationManagerTest) Time elapsed: 2.188 s
testStaleProjectConfigurationWarningMarker(org.eclipse.m2e.tests.ProjectConfigurationManagerTest) Time elapsed: 2.286 s
testAutomaticUpdateProjectConfigurationMarker(org.eclipse.m2e.tests.ProjectConfigurationManagerTest) Time elapsed: 2.063 s
test473953_ProjectCreationListener(org.eclipse.m2e.tests.ProjectConfigurationManagerTest) Time elapsed: 2.162 s
testWorkspaceResolutionOfInterModuleDependenciesDuringImport(org.eclipse.m2e.tests.ProjectConfigurationManagerTest) Time elapsed: 3.306 s
testBasedirRenameRequired(org.eclipse.m2e.tests.ProjectConfigurationManagerTest) Time elapsed: 1.82 s
testStaleProjectConfigurationMarker(org.eclipse.m2e.tests.ProjectConfigurationManagerTest) Time elapsed: 2.171 s
testKeepEncodingSetByUserForSubfoldersAndFiles(org.eclipse.m2e.tests.ProjectConfigurationManagerTest) Time elapsed: 1.695 s
testBasedirRenameNo(org.eclipse.m2e.tests.ProjectConfigurationManagerTest) Time elapsed: 1.569 s
testBasicUpdateConfiguration(org.eclipse.m2e.tests.ProjectConfigurationManagerTest) Time elapsed: 1.671 s
Running org.eclipse.m2e.tests.ProjectRegistryRefreshJobTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 32.376 s - in org.eclipse.m2e.tests.ProjectRegistryRefreshJobTest
test436679_NoRefreshWhenImport(org.eclipse.m2e.tests.ProjectRegistryRefreshJobTest) Time elapsed: 3.043 s
test445675_autobuild(org.eclipse.m2e.tests.ProjectRegistryRefreshJobTest) Time elapsed: 3.207 s
testMultiProject(org.eclipse.m2e.tests.ProjectRegistryRefreshJobTest) Time elapsed: 4.008 s
testRefreshAfterOpen(org.eclipse.m2e.tests.ProjectRegistryRefreshJobTest) Time elapsed: 2.581 s
testUpdateForced(org.eclipse.m2e.tests.ProjectRegistryRefreshJobTest) Time elapsed: 3.29 s
test416050_ignoreNonMavenProjectChanges(org.eclipse.m2e.tests.ProjectRegistryRefreshJobTest) Time elapsed: 1.791 s
testDependencyAdded_NoUpdate(org.eclipse.m2e.tests.ProjectRegistryRefreshJobTest) Time elapsed: 3.614 s
testXXXX_projectRenameRefresh(org.eclipse.m2e.tests.ProjectRegistryRefreshJobTest) Time elapsed: 3.216 s
test437493_NoRefreshWhenInitClasspathContainer(org.eclipse.m2e.tests.ProjectRegistryRefreshJobTest) Time elapsed: 3.666 s
testUpdateNotForced(org.eclipse.m2e.tests.ProjectRegistryRefreshJobTest) Time elapsed: 3.958 s
Running org.eclipse.m2e.tests.conversion.ProjectConversionManagerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.105 s - in org.eclipse.m2e.tests.conversion.ProjectConversionManagerTest
test393613_SortConversionParticipants(org.eclipse.m2e.tests.conversion.ProjectConversionManagerTest) Time elapsed: 0.961 s
testConversionParticipantsPerProject(org.eclipse.m2e.tests.conversion.ProjectConversionManagerTest) Time elapsed: 1.018 s
testRestrictedPackagings(org.eclipse.m2e.tests.conversion.ProjectConversionManagerTest) Time elapsed: 1.126 s
Running org.eclipse.m2e.tests.conversion.ProjectConversionTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.712 s - in org.eclipse.m2e.tests.conversion.ProjectConversionTest
testMultipleSourcesProjectConversion(org.eclipse.m2e.tests.conversion.ProjectConversionTest) Time elapsed: 2.498 s
testProjectConversionWithSvn(org.eclipse.m2e.tests.conversion.ProjectConversionTest) Time elapsed: 1.894 s
testJavaMixedWithResourcesProjectConversion(org.eclipse.m2e.tests.conversion.ProjectConversionTest) Time elapsed: 2.263 s
testInheritJavaSettingsDuringConversion(org.eclipse.m2e.tests.conversion.ProjectConversionTest) Time elapsed: 2.153 s
testOptionalSourceProjectConversion(org.eclipse.m2e.tests.conversion.ProjectConversionTest) Time elapsed: 2.496 s
testNoCustomizationNeededProjectConversion(org.eclipse.m2e.tests.conversion.ProjectConversionTest) Time elapsed: 2.127 s
testMavenLayoutProjectConversion(org.eclipse.m2e.tests.conversion.ProjectConversionTest) Time elapsed: 2.279 s
Running org.eclipse.m2e.tests.conversion.ProjectConversionEnablerTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.224 s - in org.eclipse.m2e.tests.conversion.ProjectConversionEnablerTest
testProjectCanBeConverted(org.eclipse.m2e.tests.conversion.ProjectConversionEnablerTest) Time elapsed: 1.086 s
testProjectCannotBeConverted(org.eclipse.m2e.tests.conversion.ProjectConversionEnablerTest) Time elapsed: 1.053 s
testEnablerNotFound(org.eclipse.m2e.tests.conversion.ProjectConversionEnablerTest) Time elapsed: 1.085 s
Running org.eclipse.m2e.tests.launch.MavenRuntimeClasspathProviderTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.164 s - in org.eclipse.m2e.tests.launch.MavenRuntimeClasspathProviderTest
testAddJUnit5DependenciesWithEngine(org.eclipse.m2e.tests.launch.MavenRuntimeClasspathProviderTest) Time elapsed: 3.351 s
testClasspathScopeRuntime(org.eclipse.m2e.tests.launch.MavenRuntimeClasspathProviderTest) Time elapsed: 2.755 s
testAddJUnit5DependenciesAPIOnlyDisabled(org.eclipse.m2e.tests.launch.MavenRuntimeClasspathProviderTest) Time elapsed: 2.169 s
testAddJUnit5DependenciesWithLauncher(org.eclipse.m2e.tests.launch.MavenRuntimeClasspathProviderTest) Time elapsed: 1.602 s
testClasspathScopeTest(org.eclipse.m2e.tests.launch.MavenRuntimeClasspathProviderTest) Time elapsed: 2.555 s
testAddJUnit5DependenciesAggregator(org.eclipse.m2e.tests.launch.MavenRuntimeClasspathProviderTest) Time elapsed: 2.304 s
testAddJUnit5DependenciesAPIOnly(org.eclipse.m2e.tests.launch.MavenRuntimeClasspathProviderTest) Time elapsed: 1.428 s
Running org.eclipse.m2e.tests.launch.MavenLaunchDelegateTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.m2e.tests.launch.MavenLaunchDelegateTest
testGetVMArguments332WithParent(org.eclipse.m2e.tests.launch.MavenLaunchDelegateTest) Time elapsed: 0.003 s
testGetVMArgumentsSubstituteMultiModuleDir(org.eclipse.m2e.tests.launch.MavenLaunchDelegateTest) Time elapsed: 0.002 s
testUserSettingsProgramArguments(org.eclipse.m2e.tests.launch.MavenLaunchDelegateTest) Time elapsed: 0.01 s
testGlobalSettingsProgramArguments(org.eclipse.m2e.tests.launch.MavenLaunchDelegateTest) Time elapsed: 0.005 s
testGetVMArguments325(org.eclipse.m2e.tests.launch.MavenLaunchDelegateTest) Time elapsed: 0 s
testGetVMArguments331(org.eclipse.m2e.tests.launch.MavenLaunchDelegateTest) Time elapsed: 0 s
Running org.eclipse.m2e.tests.launch.LaunchingUtilsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.002 s - in org.eclipse.m2e.tests.launch.LaunchingUtilsTest
testGenerateProjectLocationVariableExpression(org.eclipse.m2e.tests.launch.LaunchingUtilsTest) Time elapsed: 1.002 s
Running org.eclipse.m2e.tests.launch.MavenLauncherConfigurationHandlerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.491 s - in org.eclipse.m2e.tests.launch.MavenLauncherConfigurationHandlerTest
test421015_workspaceProjectLibraryClasspathEntries(org.eclipse.m2e.tests.launch.MavenLauncherConfigurationHandlerTest) Time elapsed: 1.491 s
Running org.eclipse.m2e.tests.archetype.ArchetypeManagerTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.999 s - in org.eclipse.m2e.tests.archetype.ArchetypeManagerTest
test371775_archetypeRepoAuthentication(org.eclipse.m2e.tests.archetype.ArchetypeManagerTest) Time elapsed: 0.002 s
testEmbeddedLocalArchetypeCatalogFactory(org.eclipse.m2e.tests.archetype.ArchetypeManagerTest) Time elapsed: 0.001 s
testArchetypeManagerSaveRestore(org.eclipse.m2e.tests.archetype.ArchetypeManagerTest) Time elapsed: 0.695 s
testRepositoryUrlFromRemoteArchetypeCatalogs(org.eclipse.m2e.tests.archetype.ArchetypeManagerTest) Time elapsed: 0.024 s
testArchetypeManager(org.eclipse.m2e.tests.archetype.ArchetypeManagerTest) Time elapsed: 1.187 s
testAddRemoteCatalog(org.eclipse.m2e.tests.archetype.ArchetypeManagerTest) Time elapsed: 0.004 s
testActiveArchetypeCatalogs(org.eclipse.m2e.tests.archetype.ArchetypeManagerTest) Time elapsed: 0.002 s
testBadLocalArchetypeCatalogFactory(org.eclipse.m2e.tests.archetype.ArchetypeManagerTest) Time elapsed: 0 s
testRemoteArchetypeCatalogFactory(org.eclipse.m2e.tests.archetype.ArchetypeManagerTest) Time elapsed: 0 s
test359855_localArchetypeWithProperties(org.eclipse.m2e.tests.archetype.ArchetypeManagerTest) Time elapsed: 0.007 s
testLocalArchetypeCatalogFactory(org.eclipse.m2e.tests.archetype.ArchetypeManagerTest) Time elapsed: 0 s
test387784_remoteArchetypeWithProperties(org.eclipse.m2e.tests.archetype.ArchetypeManagerTest) Time elapsed: 0.077 s
Running org.eclipse.m2e.tests.archetype.ArchetypeUtilTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.m2e.tests.archetype.ArchetypeUtilTest
testAreEqual(org.eclipse.m2e.tests.archetype.ArchetypeUtilTest) Time elapsed: 0 s
testGetHashCode(org.eclipse.m2e.tests.archetype.ArchetypeUtilTest) Time elapsed: 0 s
Running org.eclipse.m2e.tests.builder.BuildContextLifecycleTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.051 s - in org.eclipse.m2e.tests.builder.BuildContextLifecycleTest
testBuildContextRefreshProject(org.eclipse.m2e.tests.builder.BuildContextLifecycleTest) Time elapsed: 3.051 s
Running org.eclipse.m2e.tests.builder.MavenBuilderTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 22.302 s - in org.eclipse.m2e.tests.builder.MavenBuilderTest
test005_pomChanged(org.eclipse.m2e.tests.builder.MavenBuilderTest) Time elapsed: 2.151 s
test007_refreshChangedPom(org.eclipse.m2e.tests.builder.MavenBuilderTest) Time elapsed: 2.095 s
_test006_testPluginProperties(org.eclipse.m2e.tests.builder.MavenBuilderTest) skipped
test397251_malformedPom(org.eclipse.m2e.tests.builder.MavenBuilderTest) Time elapsed: 1.15 s
test422106_legacyPlexusUtils(org.eclipse.m2e.tests.builder.MavenBuilderTest) Time elapsed: 1.864 s
test004_useMavenOutputFolders(org.eclipse.m2e.tests.builder.MavenBuilderTest) Time elapsed: 1.552 s
test002_customResourceLocation(org.eclipse.m2e.tests.builder.MavenBuilderTest) Time elapsed: 1.728 s
test001_standardLayout(org.eclipse.m2e.tests.builder.MavenBuilderTest) Time elapsed: 1.662 s
test_crossproject(org.eclipse.m2e.tests.builder.MavenBuilderTest) Time elapsed: 2.762 s
test380096_cleanProjectWithLifecycleMappingProblemsAfterWorkspaceRestart(org.eclipse.m2e.tests.builder.MavenBuilderTest) Time elapsed: 1.812 s
test010_properties(org.eclipse.m2e.tests.builder.MavenBuilderTest) Time elapsed: 1.951 s
_test008_classpathChange(org.eclipse.m2e.tests.builder.MavenBuilderTest) skipped
test368380_buildContextDeepRefreshFromLocal(org.eclipse.m2e.tests.builder.MavenBuilderTest) Time elapsed: 1.845 s
test013_refreshFixedPom(org.eclipse.m2e.tests.builder.MavenBuilderTest) Time elapsed: 1.728 s
Running org.eclipse.m2e.tests.builder.EclipseIncrementalBuildContextTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.776 s - in org.eclipse.m2e.tests.builder.EclipseIncrementalBuildContextTest
testScanner(org.eclipse.m2e.tests.builder.EclipseIncrementalBuildContextTest) Time elapsed: 1.775 s
Running org.eclipse.m2e.tests.builder.EclipseBuildContextTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.556 s - in org.eclipse.m2e.tests.builder.EclipseBuildContextTest
testScanner(org.eclipse.m2e.tests.builder.EclipseBuildContextTest) Time elapsed: 1.602 s
test361038_buildContext_scan_nonExistingFolder(org.eclipse.m2e.tests.builder.EclipseBuildContextTest) Time elapsed: 1.953 s
Running org.eclipse.m2e.tests.ProfileSupportTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.543 s - in org.eclipse.m2e.tests.ProfileSupportTest
test337353_deactivateProfile(org.eclipse.m2e.tests.ProfileSupportTest) Time elapsed: 1.543 s
Running org.eclipse.m2e.tests.ProjectRegistryManagerTest
Tests run: 50, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 49.952 s - in org.eclipse.m2e.tests.ProjectRegistryManagerTest
test020_moduleWithPomErrors(org.eclipse.m2e.tests.ProjectRegistryManagerTest) Time elapsed: 0.988 s
test356645_redundantSnapshotResolution(org.eclipse.m2e.tests.ProjectRegistryManagerTest) Time elapsed: 0.953 s
test000_pom_simple(org.eclipse.m2e.tests.ProjectRegistryManagerTest) Time elapsed: 0.97 s
test008_staleMissingParent(org.eclipse.m2e.tests.ProjectRegistryManagerTest) Time elapsed: 1.014 s
_testExtensionPluginResolution(org.eclipse.m2e.tests.ProjectRegistryManagerTest) skipped
test435692_affected_changes(org.eclipse.m2e.tests.ProjectRegistryManagerTest) Time elapsed: 1.056 s
test007_staleDependencies(org.eclipse.m2e.tests.ProjectRegistryManagerTest) Time elapsed: 0.953 s
test001_missingParent(org.eclipse.m2e.tests.ProjectRegistryManagerTest) Time elapsed: 1.006 s
testWorkspaceDependencyVersionRange(org.eclipse.m2e.tests.ProjectRegistryManagerTest) Time elapsed: 0.992 s
test000_removeClosed(org.eclipse.m2e.tests.ProjectRegistryManagerTest) Time elapsed: 1.035 s
test013_missingDependencyMarker(org.eclipse.m2e.tests.ProjectRegistryManagerTest) Time elapsed: 1.019 s
test436929_import_refresh(org.eclipse.m2e.tests.ProjectRegistryManagerTest) Time elapsed: 1.039 s
testGlobalUpdatePolicyNever(org.eclipse.m2e.tests.ProjectRegistryManagerTest) Time elapsed: 0.955 s
testRepositoryMetadataCacheUsed(org.eclipse.m2e.tests.ProjectRegistryManagerTest) Time elapsed: 0.976 s
test008_staleMissingParent2(org.eclipse.m2e.tests.ProjectRegistryManagerTest) Time elapsed: 1.046 s
test015_refreshOffline(org.eclipse.m2e.tests.ProjectRegistryManagerTest) Time elapsed: 1.184 s
test017_moduleRefresh(org.eclipse.m2e.tests.ProjectRegistryManagerTest) Time elapsed: 0.96 s
test000_simple(org.eclipse.m2e.tests.ProjectRegistryManagerTest) Time elapsed: 0.941 s
test005_dependencyAvailableFromLocalRepoAndWorkspace(org.eclipse.m2e.tests.ProjectRegistryManagerTest) Time elapsed: 0.963 s
test463075_extensionAndPluginRealm(org.eclipse.m2e.tests.ProjectRegistryManagerTest) Time elapsed: 1.027 s
testPropertiesSubstitution(org.eclipse.m2e.tests.ProjectRegistryManagerTest) Time elapsed: 1.073 s
test000_deletePom(org.eclipse.m2e.tests.ProjectRegistryManagerTest) Time elapsed: 0.982 s
test006_parentAvailableFromLocalRepoAndWorkspace(org.eclipse.m2e.tests.ProjectRegistryManagerTest) Time elapsed: 0.972 s
test005_snapshotAvailableFromLocalRepoAndWorkspace(org.eclipse.m2e.tests.ProjectRegistryManagerTest) Time elapsed: 1.01 s
test007_changedVersion(org.eclipse.m2e.tests.ProjectRegistryManagerTest) Time elapsed: 1.003 s
test000_eventMerge(org.eclipse.m2e.tests.ProjectRegistryManagerTest) Time elapsed: 1.11 s
testWorkspaceResolutionApi(org.eclipse.m2e.tests.ProjectRegistryManagerTest) Time elapsed: 0.97 s
testOptionalDependencies(org.eclipse.m2e.tests.ProjectRegistryManagerTest) Time elapsed: 1.033 s
test460983_parentVersionRange(org.eclipse.m2e.tests.ProjectRegistryManagerTest) Time elapsed: 1.02 s
test009_noworkspaceResolution(org.eclipse.m2e.tests.ProjectRegistryManagerTest) Time elapsed: 0.976 s
test001_dependencyOnModuleWithInheritedGroupAndVersion(org.eclipse.m2e.tests.ProjectRegistryManagerTest) Time elapsed: 1.009 s
testDependencyScopeChanged(org.eclipse.m2e.tests.ProjectRegistryManagerTest) Time elapsed: 1.055 s
test007_newTransitiveDependency(org.eclipse.m2e.tests.ProjectRegistryManagerTest) Time elapsed: 1.116 s
testCorrelatedMissingDependency(org.eclipse.m2e.tests.ProjectRegistryManagerTest) Time elapsed: 0.968 s
test013_cantParsePomMarker(org.eclipse.m2e.tests.ProjectRegistryManagerTest) Time elapsed: 1.018 s
test006_parentAvailableFromLocalRepoAndWorkspace01(org.eclipse.m2e.tests.ProjectRegistryManagerTest) Time elapsed: 1.084 s
testPluginMainArtifactNotResolvedFromWorkspace(org.eclipse.m2e.tests.ProjectRegistryManagerTest) Time elapsed: 1.032 s
test000_removeDeleted(org.eclipse.m2e.tests.ProjectRegistryManagerTest) Time elapsed: 0.993 s
testEnvironmentVariablesConsidered(org.eclipse.m2e.tests.ProjectRegistryManagerTest) Time elapsed: 0.987 s
test441257_stalePluginRealms(org.eclipse.m2e.tests.ProjectRegistryManagerTest) Time elapsed: 1.022 s
test418674_ChecksumPolicyFail(org.eclipse.m2e.tests.ProjectRegistryManagerTest) Time elapsed: 1.035 s
test418674_ChecksumPolicyWarn(org.eclipse.m2e.tests.ProjectRegistryManagerTest) Time elapsed: 1.012 s
test021_dependencyVersionRange(org.eclipse.m2e.tests.ProjectRegistryManagerTest) Time elapsed: 1.008 s
test405090_staleBuildExtensionsResolutionError(org.eclipse.m2e.tests.ProjectRegistryManagerTest) Time elapsed: 1.015 s
test007_dependentRefreshAfterWorkspaceRestart(org.eclipse.m2e.tests.ProjectRegistryManagerTest) Time elapsed: 1.34 s
testJdkProfileActivation(org.eclipse.m2e.tests.ProjectRegistryManagerTest) Time elapsed: 0.991 s
test022_noChangeReloadWithUnrelatedRemoveProject(org.eclipse.m2e.tests.ProjectRegistryManagerTest) Time elapsed: 1.006 s
test012_downloadExternalDependency(org.eclipse.m2e.tests.ProjectRegistryManagerTest) Time elapsed: 0.973 s
test441257_stalePluginRealms_withParent(org.eclipse.m2e.tests.ProjectRegistryManagerTest) Time elapsed: 1.051 s
test453995_dependencyManagementVersionless(org.eclipse.m2e.tests.ProjectRegistryManagerTest) Time elapsed: 1.006 s
Running org.eclipse.m2e.tests.scm.ScmHandlerFactoryTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.m2e.tests.scm.ScmHandlerFactoryTest
testScmHandlerFactory(org.eclipse.m2e.tests.scm.ScmHandlerFactoryTest) Time elapsed: 0.002 s
Running org.eclipse.m2e.tests.LocalProjectScannerTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.m2e.tests.LocalProjectScannerTest
testDeepNesting002(org.eclipse.m2e.tests.LocalProjectScannerTest) Time elapsed: 0 s
testOutsideWorkspace(org.eclipse.m2e.tests.LocalProjectScannerTest) Time elapsed: 0.001 s
testModuleCorrelationInverse(org.eclipse.m2e.tests.LocalProjectScannerTest) Time elapsed: 0 s
testCircleRefs(org.eclipse.m2e.tests.LocalProjectScannerTest) Time elapsed: 0.001 s
testSkipNested(org.eclipse.m2e.tests.LocalProjectScannerTest) Time elapsed: 0 s
testNoMetadata(org.eclipse.m2e.tests.LocalProjectScannerTest) Time elapsed: 0 s
testStackOverflow(org.eclipse.m2e.tests.LocalProjectScannerTest) Time elapsed: 0.001 s
testMNGECLIPSE614_ImportModulesOutsideOfParent(org.eclipse.m2e.tests.LocalProjectScannerTest) Time elapsed: 0 s
testDeepNesting(org.eclipse.m2e.tests.LocalProjectScannerTest) Time elapsed: 0.001 s
testRenameInWorkspace(org.eclipse.m2e.tests.LocalProjectScannerTest) Time elapsed: 0 s
testModuleReferencedByFile(org.eclipse.m2e.tests.LocalProjectScannerTest) Time elapsed: 0 s
Running org.eclipse.m2e.tests.profiles.MavenProfileManagerTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.289 s - in org.eclipse.m2e.tests.profiles.MavenProfileManagerTest
testGetAvailableSettingsProfiles(org.eclipse.m2e.tests.profiles.MavenProfileManagerTest) Time elapsed: 1.691 s
test441112_InheritParentActiveProfiles(org.eclipse.m2e.tests.profiles.MavenProfileManagerTest) Time elapsed: 3.397 s
testUserSelectedProfiles(org.eclipse.m2e.tests.profiles.MavenProfileManagerTest) Time elapsed: 3.483 s
testParentFromRemote(org.eclipse.m2e.tests.profiles.MavenProfileManagerTest) Time elapsed: 2.757 s
testDisabledProfiles(org.eclipse.m2e.tests.profiles.MavenProfileManagerTest) Time elapsed: 2.958 s
Running org.eclipse.m2e.tests.MarkerTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.868 s - in org.eclipse.m2e.tests.MarkerTest
testBuildContextWithTwoProjectConfigurators(org.eclipse.m2e.tests.MarkerTest) Time elapsed: 2.1 s
test512825_missingArtifactVersion(org.eclipse.m2e.tests.MarkerTest) Time elapsed: 1.654 s
testManagedTransitive(org.eclipse.m2e.tests.MarkerTest) Time elapsed: 2.512 s
testBuildContextWithSameProjectConfiguratorTwice(org.eclipse.m2e.tests.MarkerTest) Time elapsed: 1.828 s
testNoDuplicateMarker(org.eclipse.m2e.tests.MarkerTest) Time elapsed: 1.088 s
test(org.eclipse.m2e.tests.MarkerTest) Time elapsed: 4.765 s
testMarkerResolutions(org.eclipse.m2e.tests.MarkerTest) Time elapsed: 1.444 s
test361445_missingArtifactMarkerAttributes(org.eclipse.m2e.tests.MarkerTest) Time elapsed: 1.452 s
testBuildContextWithOneProjectConfigurator(org.eclipse.m2e.tests.MarkerTest) Time elapsed: 1.578 s
testBuildCantReadPom(org.eclipse.m2e.tests.MarkerTest) Time elapsed: 2.446 s
Running org.eclipse.m2e.tests.MavenProjectMutableStateTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.608 s - in org.eclipse.m2e.tests.MavenProjectMutableStateTest
testExecuteMojo(org.eclipse.m2e.tests.MavenProjectMutableStateTest) Time elapsed: 1.485 s
testMavenBuilder(org.eclipse.m2e.tests.MavenProjectMutableStateTest) Time elapsed: 1.661 s
testImport(org.eclipse.m2e.tests.MavenProjectMutableStateTest) Time elapsed: 1.462 s
Running org.eclipse.m2e.tests.JavaUtilTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.m2e.tests.JavaUtilTest
testGetDefaultJavaPackage(org.eclipse.m2e.tests.JavaUtilTest) Time elapsed: 0.002 s
Running org.eclipse.m2e.tests.ClasspathProviderTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.693 s - in org.eclipse.m2e.tests.ClasspathProviderTest
testTestClassesTestScopeAndTestType(org.eclipse.m2e.tests.ClasspathProviderTest) Time elapsed: 1.007 s
testSourcePath(org.eclipse.m2e.tests.ClasspathProviderTest) Time elapsed: 1.067 s
testCustomClasspath(org.eclipse.m2e.tests.ClasspathProviderTest) Time elapsed: 1.011 s
test368230_unknownClassifier(org.eclipse.m2e.tests.ClasspathProviderTest) Time elapsed: 0.992 s
testTestClassesDefaultClassifier(org.eclipse.m2e.tests.ClasspathProviderTest) Time elapsed: 1.002 s
testJunitClasspathOrder(org.eclipse.m2e.tests.ClasspathProviderTest) Time elapsed: 1.104 s
testProvidedScopeTestApp(org.eclipse.m2e.tests.ClasspathProviderTest) Time elapsed: 0.991 s
testNoFilterResources(org.eclipse.m2e.tests.ClasspathProviderTest) Time elapsed: 0.954 s
testProvidedScopeApp(org.eclipse.m2e.tests.ClasspathProviderTest) Time elapsed: 1.011 s
testLaunchConfigListener(org.eclipse.m2e.tests.ClasspathProviderTest) Time elapsed: 1.284 s
testProvidedScopeAppTest(org.eclipse.m2e.tests.ClasspathProviderTest) Time elapsed: 1.009 s
testTestClassesTestsClassifier(org.eclipse.m2e.tests.ClasspathProviderTest) Time elapsed: 0.967 s
test(org.eclipse.m2e.tests.ClasspathProviderTest) Time elapsed: 1.021 s
testNonDefaultTestSource(org.eclipse.m2e.tests.ClasspathProviderTest) Time elapsed: 1.072 s
testCustomProjectEntry(org.eclipse.m2e.tests.ClasspathProviderTest) Time elapsed: 1.092 s
testCustomBuildpath(org.eclipse.m2e.tests.ClasspathProviderTest) Time elapsed: 0.968 s
testNotMavenProject(org.eclipse.m2e.tests.ClasspathProviderTest) Time elapsed: 1.02 s
testTestClassesDefaultAndTestsClassifier(org.eclipse.m2e.tests.ClasspathProviderTest) Time elapsed: 1.034 s
testSystemScope(org.eclipse.m2e.tests.ClasspathProviderTest) Time elapsed: 0.995 s
test368230_FancyClassifier(org.eclipse.m2e.tests.ClasspathProviderTest) Time elapsed: 1.09 s
Running org.eclipse.m2e.tests.properties.MavenPropertiesTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.357 s - in org.eclipse.m2e.tests.properties.MavenPropertiesTest
testBuildingProjectWithProperties(org.eclipse.m2e.tests.properties.MavenPropertiesTest) Time elapsed: 2.952 s
testReadResolverConfigurationProperties(org.eclipse.m2e.tests.properties.MavenPropertiesTest) Time elapsed: 1.404 s
Running org.eclipse.m2e.tests.util.search.IndexSearchEngineTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1 s - in org.eclipse.m2e.tests.util.search.IndexSearchEngineTest
testGroupIDProposal(org.eclipse.m2e.tests.util.search.IndexSearchEngineTest) Time elapsed: 1 s
Results:
Errors:
BuildPathManagerTest.testDownloadSources_006_nonMavenProject:656 ? Core Reinde...
Tests run: 548, Failures: 0, Errors: 1, Skipped: 5
SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Failed to execute child process ?dbus-launch? (No such file or directory)
SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Failed to execute child process ?dbus-launch? (No such file or directory)
[ERROR] There are test failures.
Please refer to /home/jenkins/agent/workspace/m2e_master/m2e-core-tests/org.eclipse.m2e.tests/target/surefire-reports for the individual test results.
[INFO]
[INFO] --- tycho-p2-extras-plugin:2.3.0-SNAPSHOT:compare-version-with-baselines (check-no-version-regression) @ org.eclipse.m2e.tests ---
[INFO]
[INFO] ------------< org.eclipse.m2e:org.eclipse.m2e.editor.tests >------------
[INFO] Building Maven Integration for Eclipse POM Editor tests 1.16.0-SNAPSHOT [42/43]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.m2e.editor.tests ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.m2e.editor.tests ---
[INFO] The project's OSGi version is 1.16.0.20210115-0841
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.m2e.editor.tests ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.m2e.editor.tests ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.m2e.editor.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/m2e_master/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/m2e_master/m2e-core-tests/target/jacoco.exec,append=true,includes=org.eclipse.m2e*:org.apache.maven*:org.eclipse.aether* -Xmx800m
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.eclipse.m2e.editor.tests ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e_master/m2e-core-tests/org.eclipse.m2e.editor.tests/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0-SNAPSHOT:compile (default-compile) @ org.eclipse.m2e.editor.tests ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/m2e_master/m2e-core-tests/org.eclipse.m2e.editor.tests/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.eclipse.m2e.editor.tests ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e_master/m2e-core-tests/org.eclipse.m2e.editor.tests/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.m2e.editor.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/m2e_master/m2e-core-tests/org.eclipse.m2e.editor.tests/target/org.eclipse.m2e.editor.tests-1.16.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.m2e.editor.tests ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.m2e.editor.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/m2e_master/m2e-core-tests/org.eclipse.m2e.editor.tests/target/org.eclipse.m2e.editor.tests-1.16.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.m2e.editor.tests ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0-SNAPSHOT:normalize (pack200-normalize) @ org.eclipse.m2e.editor.tests ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/m2e_master/m2e-core-tests/org.eclipse.m2e.editor.tests/target/org.eclipse.m2e.editor.tests-1.16.0-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.m2e.editor.tests ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/m2e-core-tests/org.eclipse.m2e.editor.tests/target/org.eclipse.m2e.editor.tests-1.16.0-SNAPSHOT.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/m2e-core-tests/org.eclipse.m2e.editor.tests/target/org.eclipse.m2e.editor.tests-1.16.0-SNAPSHOT.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/m2e-core-tests/org.eclipse.m2e.editor.tests/target/org.eclipse.m2e.editor.tests-1.16.0-SNAPSHOT-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/m2e-core-tests/org.eclipse.m2e.editor.tests/target/org.eclipse.m2e.editor.tests-1.16.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0-SNAPSHOT:pack (pack200-pack) @ org.eclipse.m2e.editor.tests ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/m2e_master/m2e-core-tests/org.eclipse.m2e.editor.tests/target/org.eclipse.m2e.editor.tests-1.16.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.m2e.editor.tests ---
[INFO] No baseline version MavenProject: org.eclipse.m2e:org.eclipse.m2e.editor.tests:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/m2e-core-tests/org.eclipse.m2e.editor.tests/pom.xml
[INFO]
[INFO] --- tycho-surefire-plugin:2.3.0-SNAPSHOT:test (default-test) @ org.eclipse.m2e.editor.tests ---
[INFO] Executing Test Runtime with timeout 7200, logs (if any) will be placed at: /home/jenkins/agent/workspace/m2e_master/m2e-core-tests/org.eclipse.m2e.editor.tests/target/work/data/.metadata/.log
[INFO] Command line:
[/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/m2e_master/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/m2e_master/m2e-core-tests/target/jacoco.exec,append=true,includes=org.eclipse.m2e*:org.apache.maven*:org.eclipse.aether*, -Xmx800m, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/m2e_master/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.0.v20200915-1508/org.eclipse.equinox.launcher-1.6.0.v20200915-1508.jar, -data, /home/jenkins/agent/workspace/m2e_master/m2e-core-tests/org.eclipse.m2e.editor.tests/target/work/data, -install, /home/jenkins/agent/workspace/m2e_master/m2e-core-tests/org.eclipse.m2e.editor.tests/target/work, -configuration, /home/jenkins/agent/workspace/m2e_master/m2e-core-tests/org.eclipse.m2e.editor.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/m2e_master/m2e-core-tests/org.eclipse.m2e.editor.tests/target/surefire.properties, -pluginCustomization, /home/jenkins/agent/workspace/m2e_master/m2e-core-tests/org.eclipse.m2e.editor.tests/plugin_customization.ini, -timeout, 7200000]
(process:4910): Gtk-WARNING **: 09:30:33.142: Locale not supported by C library.
Using the fallback 'C' locale.
SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Failed to execute child process ?dbus-launch? (No such file or directory)
SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Failed to execute child process ?dbus-launch? (No such file or directory)
Running org.eclipse.m2e.editor.MavenPomEditorDirtyTest
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Warning: NLS missing message: MavenImpl_error_lookup in: org.eclipse.m2e.editor.internal.messages
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.863 s - in org.eclipse.m2e.editor.MavenPomEditorDirtyTest
test358656_dirtyStateAfterFSModification(org.eclipse.m2e.editor.MavenPomEditorDirtyTest) Time elapsed: 4.444 s
Running org.eclipse.m2e.editor.dialogs.ManageDependenciesDialogTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.578 s - in org.eclipse.m2e.editor.dialogs.ManageDependenciesDialogTest
testDepLabelProvider(org.eclipse.m2e.editor.dialogs.ManageDependenciesDialogTest) Time elapsed: 4.653 s
testBrokenSource(org.eclipse.m2e.editor.dialogs.ManageDependenciesDialogTest) Time elapsed: 0.684 s
testBrokenTarget(org.eclipse.m2e.editor.dialogs.ManageDependenciesDialogTest) Time elapsed: 0.618 s
testDepExistsDiffVersionDiffPOMs(org.eclipse.m2e.editor.dialogs.ManageDependenciesDialogTest) Time elapsed: 2.224 s
testDepExists(org.eclipse.m2e.editor.dialogs.ManageDependenciesDialogTest) Time elapsed: 0.935 s
testMultipleDependencies(org.eclipse.m2e.editor.dialogs.ManageDependenciesDialogTest) Time elapsed: 1.571 s
testDiffPOMs(org.eclipse.m2e.editor.dialogs.ManageDependenciesDialogTest) Time elapsed: 1.353 s
testDepExistsDiffVersion(org.eclipse.m2e.editor.dialogs.ManageDependenciesDialogTest) Time elapsed: 0.977 s
testSamePOM(org.eclipse.m2e.editor.dialogs.ManageDependenciesDialogTest) Time elapsed: 1.562 s
Running org.eclipse.m2e.editor.dialogs.MavenModuleSelectionDialogTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.897 s - in org.eclipse.m2e.editor.dialogs.MavenModuleSelectionDialogTest
testModuleSelection(org.eclipse.m2e.editor.dialogs.MavenModuleSelectionDialogTest) Time elapsed: 1.896 s
Results:
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0
[INFO] All tests passed!
[INFO]
[INFO] --- tycho-p2-extras-plugin:2.3.0-SNAPSHOT:compare-version-with-baselines (check-no-version-regression) @ org.eclipse.m2e.editor.tests ---
[INFO]
[INFO] ----------< org.eclipse.m2e:org.eclipse.m2e.editor.xml.tests >----------
[INFO] Building Maven POM XML Editor Tests 1.16.0-SNAPSHOT [43/43]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ org.eclipse.m2e.editor.xml.tests ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:build-qualifier (default-build-qualifier) @ org.eclipse.m2e.editor.xml.tests ---
[INFO] The project's OSGi version is 1.16.0.20210115-0951
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-id (default-validate-id) @ org.eclipse.m2e.editor.xml.tests ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:validate-version (default-validate-version) @ org.eclipse.m2e.editor.xml.tests ---
[INFO]
[INFO] --- jacoco-maven-plugin:0.8.5:prepare-agent (default) @ org.eclipse.m2e.editor.xml.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/m2e_master/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/m2e_master/m2e-core-tests/target/jacoco.exec,append=true,includes=org.eclipse.m2e*:org.apache.maven*:org.eclipse.aether* -Xmx800m
[INFO]
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ org.eclipse.m2e.editor.xml.tests ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e_master/m2e-core-tests/org.eclipse.m2e.editor.xml.tests/src/main/resources
[INFO]
[INFO] --- tycho-compiler-plugin:2.3.0-SNAPSHOT:compile (default-compile) @ org.eclipse.m2e.editor.xml.tests ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/m2e_master/m2e-core-tests/org.eclipse.m2e.editor.xml.tests/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 22 source files to /home/jenkins/agent/workspace/m2e_master/m2e-core-tests/org.eclipse.m2e.editor.xml.tests/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ org.eclipse.m2e.editor.xml.tests ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/m2e_master/m2e-core-tests/org.eclipse.m2e.editor.xml.tests/src/test/resources
[INFO]
[INFO] --- tycho-source-plugin:2.3.0-SNAPSHOT:plugin-source (plugin-source) @ org.eclipse.m2e.editor.xml.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/m2e_master/m2e-core-tests/org.eclipse.m2e.editor.xml.tests/target/org.eclipse.m2e.editor.xml.tests-1.16.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- target-platform-configuration:2.3.0-SNAPSHOT:target-platform (default-target-platform) @ org.eclipse.m2e.editor.xml.tests ---
[INFO]
[INFO] --- tycho-packaging-plugin:2.3.0-SNAPSHOT:package-plugin (default-package-plugin) @ org.eclipse.m2e.editor.xml.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/m2e_master/m2e-core-tests/org.eclipse.m2e.editor.xml.tests/target/org.eclipse.m2e.editor.xml.tests-1.16.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.m2e.editor.xml.tests ---
[INFO]
[INFO] --- tycho-pack200a-plugin:2.3.0-SNAPSHOT:normalize (pack200-normalize) @ org.eclipse.m2e.editor.xml.tests ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/m2e_master/m2e-core-tests/org.eclipse.m2e.editor.xml.tests/target/org.eclipse.m2e.editor.xml.tests-1.16.0-SNAPSHOT.jar
[INFO]
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.m2e.editor.xml.tests ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/m2e-core-tests/org.eclipse.m2e.editor.xml.tests/target/org.eclipse.m2e.editor.xml.tests-1.16.0-SNAPSHOT.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/m2e-core-tests/org.eclipse.m2e.editor.xml.tests/target/org.eclipse.m2e.editor.xml.tests-1.16.0-SNAPSHOT.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/m2e_master/m2e-core-tests/org.eclipse.m2e.editor.xml.tests/target/org.eclipse.m2e.editor.xml.tests-1.16.0-SNAPSHOT-sources.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/m2e_master/m2e-core-tests/org.eclipse.m2e.editor.xml.tests/target/org.eclipse.m2e.editor.xml.tests-1.16.0-SNAPSHOT-sources.jar
[INFO]
[INFO] --- tycho-pack200b-plugin:2.3.0-SNAPSHOT:pack (pack200-pack) @ org.eclipse.m2e.editor.xml.tests ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/m2e_master/m2e-core-tests/org.eclipse.m2e.editor.xml.tests/target/org.eclipse.m2e.editor.xml.tests-1.16.0-SNAPSHOT.jar
[INFO]
[INFO] --- tycho-p2-plugin:2.3.0-SNAPSHOT:p2-metadata (p2-metadata) @ org.eclipse.m2e.editor.xml.tests ---
[INFO] No baseline version MavenProject: org.eclipse.m2e:org.eclipse.m2e.editor.xml.tests:1.16.0-SNAPSHOT @ /home/jenkins/agent/workspace/m2e_master/m2e-core-tests/org.eclipse.m2e.editor.xml.tests/pom.xml
[INFO]
[INFO] --- tycho-surefire-plugin:2.3.0-SNAPSHOT:test (default-test) @ org.eclipse.m2e.editor.xml.tests ---
[INFO] Executing Test Runtime with timeout 7200, logs (if any) will be placed at: /home/jenkins/agent/workspace/m2e_master/m2e-core-tests/org.eclipse.m2e.editor.xml.tests/target/work/data/.metadata/.log
[INFO] Command line:
[/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/m2e_master/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/m2e_master/m2e-core-tests/target/jacoco.exec,append=true,includes=org.eclipse.m2e*:org.apache.maven*:org.eclipse.aether*, -Xmx800m, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/m2e_master/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.0.v20200915-1508/org.eclipse.equinox.launcher-1.6.0.v20200915-1508.jar, -data, /home/jenkins/agent/workspace/m2e_master/m2e-core-tests/org.eclipse.m2e.editor.xml.tests/target/work/data, -install, /home/jenkins/agent/workspace/m2e_master/m2e-core-tests/org.eclipse.m2e.editor.xml.tests/target/work, -configuration, /home/jenkins/agent/workspace/m2e_master/m2e-core-tests/org.eclipse.m2e.editor.xml.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/m2e_master/m2e-core-tests/org.eclipse.m2e.editor.xml.tests/target/surefire.properties, -pluginCustomization, /home/jenkins/agent/workspace/m2e_master/m2e-core-tests/org.eclipse.m2e.editor.xml.tests/plugin_customization.ini, -timeout, 7200000]
(process:5036): Gtk-WARNING **: 09:31:03.581: Locale not supported by C library.
Using the fallback 'C' locale.
SWT SessionManagerDBus: Failed to connect to org.gnome.SessionManager: Failed to execute child process ?dbus-launch? (No such file or directory)
SWT SessionManagerDBus: Failed to connect to org.xfce.SessionManager: Failed to execute child process ?dbus-launch? (No such file or directory)
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Running org.eclipse.m2e.editor.xml.PomEditsTest
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.12 s - in org.eclipse.m2e.editor.xml.PomEditsTest
test371438_insertAt_insideEmptyElement(org.eclipse.m2e.editor.xml.PomEditsTest) Time elapsed: 3.755 s
test467590_emptyPom(org.eclipse.m2e.editor.xml.PomEditsTest) Time elapsed: 1.127 s
Running org.eclipse.m2e.editor.xml.MissingSchemaMarkerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.078 s - in org.eclipse.m2e.editor.xml.MissingSchemaMarkerTest
testMissingSchemaMarker(org.eclipse.m2e.editor.xml.MissingSchemaMarkerTest) Time elapsed: 9.077 s
Running org.eclipse.m2e.editor.xml.ExtractProject2Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.848 s - in org.eclipse.m2e.editor.xml.ExtractProject2Test
testExtractProject(org.eclipse.m2e.editor.xml.ExtractProject2Test) Time elapsed: 1.841 s
Running org.eclipse.m2e.editor.xml.ExtractProjectTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.632 s - in org.eclipse.m2e.editor.xml.ExtractProjectTest
testExtractProject(org.eclipse.m2e.editor.xml.ExtractProjectTest) Time elapsed: 1.632 s
Running org.eclipse.m2e.editor.xml.PluginConfigCompletionTest
Warning: NLS missing message: MavenImpl_error_lookup in: org.eclipse.m2e.editor.internal.messages
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.279 s - in org.eclipse.m2e.editor.xml.PluginConfigCompletionTest
testMetadataExtension(org.eclipse.m2e.editor.xml.PluginConfigCompletionTest) Time elapsed: 6.997 s
testAllMojosCompletion(org.eclipse.m2e.editor.xml.PluginConfigCompletionTest) Time elapsed: 2.523 s
testListItemNameCompletion(org.eclipse.m2e.editor.xml.PluginConfigCompletionTest) Time elapsed: 1.595 s
testImplementationListItemNameCompletion(org.eclipse.m2e.editor.xml.PluginConfigCompletionTest) Time elapsed: 1.363 s
testListItemParameterCompletion(org.eclipse.m2e.editor.xml.PluginConfigCompletionTest) Time elapsed: 0.966 s
testM2ELifecycleMappingConfiguration(org.eclipse.m2e.editor.xml.PluginConfigCompletionTest) Time elapsed: 1.054 s
testImplementationContentCompletion(org.eclipse.m2e.editor.xml.PluginConfigCompletionTest) Time elapsed: 1.024 s
testSubclassListItems(org.eclipse.m2e.editor.xml.PluginConfigCompletionTest) Time elapsed: 1.956 s
testNestedParameterCompletion(org.eclipse.m2e.editor.xml.PluginConfigCompletionTest) Time elapsed: 1.009 s
testSingleMojoCompletion(org.eclipse.m2e.editor.xml.PluginConfigCompletionTest) Time elapsed: 1.335 s
testAnyListItemNameParameterCompletion(org.eclipse.m2e.editor.xml.PluginConfigCompletionTest) Time elapsed: 1.412 s
testUnknownContentCompletion(org.eclipse.m2e.editor.xml.PluginConfigCompletionTest) Time elapsed: 1.043 s
Running org.eclipse.m2e.editor.xml.RelativePath2Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.198 s - in org.eclipse.m2e.editor.xml.RelativePath2Test
testRelativePath(org.eclipse.m2e.editor.xml.RelativePath2Test) Time elapsed: 1.197 s
Running org.eclipse.m2e.editor.xml.ManagedArtifactMarkerTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.559 s - in org.eclipse.m2e.editor.xml.ManagedArtifactMarkerTest
test439309_errorOnManagedVersionOverride(org.eclipse.m2e.editor.xml.ManagedArtifactMarkerTest) Time elapsed: 3.88 s
test439309_ignoreManagedVersionOverride(org.eclipse.m2e.editor.xml.ManagedArtifactMarkerTest) Time elapsed: 1.595 s
test355882_noMarkerOnDifferentClassifier(org.eclipse.m2e.editor.xml.ManagedArtifactMarkerTest) Time elapsed: 2.462 s
test553839_noErrorCausedByPluginVersionFromSuperPom(org.eclipse.m2e.editor.xml.ManagedArtifactMarkerTest) Time elapsed: 2.003 s
testMNGEclipse2559Second(org.eclipse.m2e.editor.xml.ManagedArtifactMarkerTest) Time elapsed: 1.444 s
test355882_MarkerOnClassifierVersionOverride(org.eclipse.m2e.editor.xml.ManagedArtifactMarkerTest) Time elapsed: 1.438 s
testMNGEclipse2559(org.eclipse.m2e.editor.xml.ManagedArtifactMarkerTest) Time elapsed: 1.736 s
Running org.eclipse.m2e.editor.xml.PomContentAssistProcessorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.m2e.editor.xml.PomContentAssistProcessorTest
testExtractPrefix(org.eclipse.m2e.editor.xml.PomContentAssistProcessorTest) Time elapsed: 0.001 s
Running org.eclipse.m2e.editor.xml.PropertyCompletionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.605 s - in org.eclipse.m2e.editor.xml.PropertyCompletionTest
testCompletion(org.eclipse.m2e.editor.xml.PropertyCompletionTest) Time elapsed: 1.604 s
Running org.eclipse.m2e.editor.xml.RelativePath3Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.651 s - in org.eclipse.m2e.editor.xml.RelativePath3Test
testRelativePath(org.eclipse.m2e.editor.xml.RelativePath3Test) Time elapsed: 1.651 s
Running org.eclipse.m2e.editor.xml.FileCompletionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.eclipse.m2e.editor.xml.FileCompletionTest
org.eclipse.m2e.editor.xml.FileCompletionTest skipped
Running org.eclipse.m2e.editor.xml.HyperlinkTest
true
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.554 s - in org.eclipse.m2e.editor.xml.HyperlinkTest
testHasLink(org.eclipse.m2e.editor.xml.HyperlinkTest) Time elapsed: 1.553 s
Running org.eclipse.m2e.editor.xml.PomTemplateContextTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.655 s - in org.eclipse.m2e.editor.xml.PomTemplateContextTest
testGetTemplatesArtifactId_WithGroupId(org.eclipse.m2e.editor.xml.PomTemplateContextTest) Time elapsed: 0.731 s
testGetTemplatesDependencyScope(org.eclipse.m2e.editor.xml.PomTemplateContextTest) Time elapsed: 0.685 s
test439251_GetTemplatesConfigurationFromMojoWithEmptyParameters(org.eclipse.m2e.editor.xml.PomTemplateContextTest) Time elapsed: 0.952 s
testGetTemplatesPackaging(org.eclipse.m2e.editor.xml.PomTemplateContextTest) Time elapsed: 0.685 s
testGetTemplatesVersion_WithoutGroupId(org.eclipse.m2e.editor.xml.PomTemplateContextTest) Time elapsed: 0.668 s
testGetTemplatesArtifactId_WithoutGroupId(org.eclipse.m2e.editor.xml.PomTemplateContextTest) Time elapsed: 0.676 s
testGetTemplatesConfiguration(org.eclipse.m2e.editor.xml.PomTemplateContextTest) Time elapsed: 1.035 s
testGetTemplatesDependencyManagementScope(org.eclipse.m2e.editor.xml.PomTemplateContextTest) Time elapsed: 0.651 s
testGetTemplatesVersion_WithGroupId(org.eclipse.m2e.editor.xml.PomTemplateContextTest) Time elapsed: 0.718 s
testGetTemplatesPhase(org.eclipse.m2e.editor.xml.PomTemplateContextTest) Time elapsed: 1.227 s
testGetTemplatesGoal(org.eclipse.m2e.editor.xml.PomTemplateContextTest) Time elapsed: 0.626 s
Running org.eclipse.m2e.editor.xml.WarnIfGroupSameThanParentTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.861 s - in org.eclipse.m2e.editor.xml.WarnIfGroupSameThanParentTest
testMNGEclipse2552(org.eclipse.m2e.editor.xml.WarnIfGroupSameThanParentTest) Time elapsed: 2.861 s
Running org.eclipse.m2e.editor.xml.RelativePath1Test
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.293 s - in org.eclipse.m2e.editor.xml.RelativePath1Test
testRelativePath(org.eclipse.m2e.editor.xml.RelativePath1Test) Time elapsed: 1.292 s
Running org.eclipse.m2e.editor.xml.HoverTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.618 s - in org.eclipse.m2e.editor.xml.HoverTest
testHasHover(org.eclipse.m2e.editor.xml.HoverTest) Time elapsed: 1.618 s
Running org.eclipse.m2e.editor.xml.HoverDependencyManagedTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.392 s - in org.eclipse.m2e.editor.xml.HoverDependencyManagedTest
testHasHover(org.eclipse.m2e.editor.xml.HoverDependencyManagedTest) Time elapsed: 1.392 s
Results:
Tests run: 45, Failures: 0, Errors: 0, Skipped: 1
[INFO] All tests passed!
[INFO]
[INFO] --- tycho-p2-extras-plugin:2.3.0-SNAPSHOT:compare-version-with-baselines (check-no-version-regression) @ org.eclipse.m2e.editor.xml.tests ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Maven Integration for Eclipse (parent) 1.16.0-SNAPSHOT SUCCESS [ 8.715 s]
[INFO] Maven Project Model Edit Bundle 1.16.1-SNAPSHOT .... SUCCESS [ 17.334 s]
[INFO] Maven Integration for Eclipse Core Plug-in 1.17.2-SNAPSHOT SUCCESS [ 10.987 s]
[INFO] Maven Integration for Eclipse UI Plug-in 1.17.2-SNAPSHOT SUCCESS [ 6.203 s]
[INFO] Maven Integration for Eclipse Launching 1.17.1-SNAPSHOT SUCCESS [ 4.530 s]
[INFO] Maven Integration for Eclipse JDT 1.17.1-SNAPSHOT .. SUCCESS [ 3.890 s]
[INFO] Maven Integration for Eclipse JDT UI 1.17.1-SNAPSHOT SUCCESS [ 3.827 s]
[INFO] Maven POM Refactoring 1.17.0-SNAPSHOT .............. SUCCESS [ 4.392 s]
[INFO] m2e Marketplace 1.17.1-SNAPSHOT .................... SUCCESS [ 4.351 s]
[INFO] Maven POM Editor 1.17.1-SNAPSHOT ................... SUCCESS [ 5.367 s]
[INFO] Maven POM XML Editor 1.17.1-SNAPSHOT ............... SUCCESS [ 4.267 s]
[INFO] org.eclipse.m2e.lifecyclemapping.defaults 1.17.1-SNAPSHOT SUCCESS [ 6.280 s]
[INFO] org.eclipse.m2e.scm 1.17.1-SNAPSHOT ................ SUCCESS [ 3.580 s]
[INFO] Maven Profile Manager Core 1.17.0-SNAPSHOT ......... SUCCESS [ 3.646 s]
[INFO] Maven Profile Manager UI 1.17.1-SNAPSHOT ........... SUCCESS [ 3.004 s]
[INFO] Maven Integration for Eclipse Importer framework 1.17.1-SNAPSHOT SUCCESS [ 4.057 s]
[INFO] org.eclipse.m2e.sourcelookup 1.17.1-SNAPSHOT ....... SUCCESS [ 3.427 s]
[INFO] org.eclipse.m2e.binaryproject 1.17.1-SNAPSHOT ...... SUCCESS [ 4.357 s]
[INFO] org.eclipse.m2e.binaryproject.ui 1.17.1-SNAPSHOT ... SUCCESS [ 3.042 s]
[INFO] org.eclipse.m2e.sourcelookup.ui 1.17.1-SNAPSHOT .... SUCCESS [ 4.682 s]
[INFO] org.eclipse.m2e.editor.lemminx 1.17.2-SNAPSHOT ..... SUCCESS [ 15.981 s]
[INFO] Maven PDE Integration 1.17.2-SNAPSHOT .............. SUCCESS [ 3.848 s]
[INFO] Maven PDE UI Integration 1.17.2-SNAPSHOT ........... SUCCESS [ 3.383 s]
[INFO] M2E Testing Helpers 1.17.1-SNAPSHOT ................ SUCCESS [ 4.660 s]
[INFO] org.eclipse.m2e.logback.appender 1.17.0-SNAPSHOT ... SUCCESS [ 3.798 s]
[INFO] org.eclipse.m2e.logback.configuration 1.16.0-SNAPSHOT SUCCESS [ 3.141 s]
[INFO] org.eclipse.m2e.sse.ui.feature 1.17.1-SNAPSHOT ..... SUCCESS [ 1.599 s]
[INFO] Maven Integration for Eclipse 1.17.2-SNAPSHOT ...... SUCCESS [ 1.594 s]
[INFO] org.eclipse.m2e.lemminx.feature 1.17.1-SNAPSHOT .... SUCCESS [ 1.636 s]
[INFO] m2e extensions development support (Optional) 1.17.2-SNAPSHOT SUCCESS [ 1.600 s]
[INFO] Maven Integration for Eclipse slf4j over logback logging (Optional) 1.17.0-SNAPSHOT SUCCESS [ 1.228 s]
[INFO] org.eclipse.m2e.pde.feature 1.17.2-SNAPSHOT ........ SUCCESS [ 1.356 s]
[INFO] Maven Integration for Eclipse Update Site 1.16.0-SNAPSHOT SUCCESS [ 4.731 s]
[INFO] org.eclipse.m2e.core.tests 1.16.0-SNAPSHOT ......... SUCCESS [ 43.300 s]
[INFO] Tests for Maven Integration for Eclipse Importer framework 1.16.0-SNAPSHOT SUCCESS [ 19.007 s]
[INFO] org.eclipse.m2e.binaryproject.tests 1.16.0-SNAPSHOT SUCCESS [ 30.455 s]
[INFO] org.eclipse.m2e.editor.lemminx.tests 1.16.0-SNAPSHOT SUCCESS [ 15.043 s]
[INFO] org.eclipse.m2e.jdt.tests 1.16.0-SNAPSHOT .......... SUCCESS [ 26.916 s]
[INFO] org.eclipse.m2e.editor.xml.sse.tests 1.16.0-SNAPSHOT SUCCESS [ 10.458 s]
[INFO] m2e-core-tests 1.16.0-SNAPSHOT ..................... SUCCESS [ 0.006 s]
[INFO] Maven Integration for Eclipse tests 1.16.0-SNAPSHOT SUCCESS [14:52 min]
[INFO] Maven Integration for Eclipse POM Editor tests 1.16.0-SNAPSHOT SUCCESS [ 30.773 s]
[INFO] Maven POM XML Editor Tests 1.16.0-SNAPSHOT ......... SUCCESS [01:25 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 23:29 min
[INFO] Finished at: 2021-01-26T09:32:23Z
[INFO] ------------------------------------------------------------------------
[Pipeline] }
Terminating xvnc.
Tue Jan 26 09:32:25 2021
ComparingUpdateTracker: 0 pixels in / 0 pixels out
ComparingUpdateTracker: (1:-nan ratio)
[Pipeline] // xvnc
Post stage
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Deploy Snapshot)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sshagent
[ssh-agent] Using credentials genie.m2e (ssh://genie.m2e@projects-storage.eclipse.org)
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-WJNWHrdCQ4JB/agent.5515
SSH_AGENT_PID=5517
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/m2e_master@tmp/private_key_1888072035583144153.key (/home/jenkins/agent/workspace/m2e_master@tmp/private_key_1888072035583144153.key)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
++ grep '.*' pom.xml
++ sed -e 's/.*\(.*\)<\/m2e.version>.*/\1/'
+ M2E_VERSION=1.17.2
+ DOWNLOAD_AREA=/home/data/httpd/download.eclipse.org/technology/m2e/snapshots/1.17.2/latest
+ echo M2E_VERSION=1.17.2
M2E_VERSION=1.17.2
+ echo DOWNLOAD_AREA=/home/data/httpd/download.eclipse.org/technology/m2e/snapshots/1.17.2/latest
DOWNLOAD_AREA=/home/data/httpd/download.eclipse.org/technology/m2e/snapshots/1.17.2/latest
+ ssh genie.m2e@build.eclipse.org ' rm -rf /home/data/httpd/download.eclipse.org/technology/m2e/snapshots/1.17.2/latest/* && mkdir -p /home/data/httpd/download.eclipse.org/technology/m2e/snapshots/1.17.2/latest'
+ scp -r org.eclipse.m2e.site/target/repository/artifacts.jar org.eclipse.m2e.site/target/repository/artifacts.xml.xz org.eclipse.m2e.site/target/repository/content.jar org.eclipse.m2e.site/target/repository/content.xml.xz org.eclipse.m2e.site/target/repository/features org.eclipse.m2e.site/target/repository/p2.index org.eclipse.m2e.site/target/repository/plugins genie.m2e@build.eclipse.org:/home/data/httpd/download.eclipse.org/technology/m2e/snapshots/1.17.2/latest
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 5517 killed;
[ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
GitHub has been notified of this commit’s build result
Finished: UNSTABLE