Started by user Johannes Faltermeier Running as Johannes Faltermeier Agent basic-g6t5q is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-g6t5q" namespace: "edapt" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.edapt.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-g6t5q" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -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: "basic-g6t5q" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.edapt.svc.cluster.local/edapt/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3107.v665000b_51092" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" 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 subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-edapt" 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" Building remotely on basic-g6t5q (basic) in workspace /home/jenkins/agent/workspace/emf-edapt-release [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse-edapt/edapt.git > git init /home/jenkins/agent/workspace/emf-edapt-release # timeout=10 Fetching upstream changes from https://github.com/eclipse-edapt/edapt.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://github.com/eclipse-edapt/edapt.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse-edapt/edapt.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse origin/develop^{commit} # timeout=10 Checking out Revision d29d07c8d11d616ea4f3032620a6d51f592b9481 (origin/develop) > git config core.sparsecheckout # timeout=10 > git checkout -f d29d07c8d11d616ea4f3032620a6d51f592b9481 # timeout=10 Commit message: "TCI - Open modules for tests" First time build. Skipping changelog. Cleaning workspace > git rev-parse --verify HEAD # timeout=10 Resetting working tree > git reset --hard # timeout=10 > git clean -fdx # timeout=10 [emf-edapt-release] $ /opt/tools/apache-maven/latest/bin/mvn -f builds/org.eclipse.emf.edapt.releng/pom.xml -DJAVA_TOOL_OPTIONS= -D_JAVA_OPTIONS= -Dmaven.repo.local=/home/jenkins/agent/workspace/emf-edapt-release/.repository clean verify -Pbuild-server -Dtycho.disableP2Mirrors=true -B Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.18, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-11/jdk-11.0.18+10 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] Resolving target definition file:/home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.common/../../builds/org.eclipse.emf.edapt.releng.target/edapt_with_cdo.target for environments=[linux/gtk/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-11' { source level: 11, target level: 11}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@47400608... 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. [INFO] Resolving dependencies of MavenProject: edapt:org.eclipse.emf.edapt.common:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.common/pom.xml [INFO] Fetching org.eclipse.equinox.preferences_3.7.100.v20180510-1129.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (53.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.preferences_3.7.100.v20180510-1129.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (53.94kB) [INFO] Unpacking org.eclipse.equinox.preferences_3.7.100.v20180510-1129... [INFO] Fetching org.eclipse.equinox.registry_3.8.0.v20180426-1327.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (76.85kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.registry_3.8.0.v20180426-1327.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (76.85kB) [INFO] Unpacking org.eclipse.equinox.registry_3.8.0.v20180426-1327... [INFO] Fetching org.eclipse.equinox.common_3.10.0.v20180412-1130.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (51.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.common_3.10.0.v20180412-1130.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (51.99kB) [INFO] Unpacking org.eclipse.equinox.common_3.10.0.v20180412-1130... [INFO] Fetching org.eclipse.osgi_3.13.0.v20180409-1500.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (448.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.osgi_3.13.0.v20180409-1500.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (448.28kB) [INFO] Unpacking org.eclipse.osgi_3.13.0.v20180409-1500... [INFO] Fetching org.eclipse.core.contenttype_3.7.0.v20180426-1644.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (42.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.contenttype_3.7.0.v20180426-1644.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (42.19kB) [INFO] Unpacking org.eclipse.core.contenttype_3.7.0.v20180426-1644... [INFO] Fetching org.eclipse.core.expressions_3.6.100.v20180426-1644.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (32.98kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.expressions_3.6.100.v20180426-1644.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (32.98kB) [INFO] Unpacking org.eclipse.core.expressions_3.6.100.v20180426-1644... [INFO] Fetching org.eclipse.core.runtime_3.14.0.v20180417-0825.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (35.34kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.runtime_3.14.0.v20180417-0825.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (35.34kB) [INFO] Unpacking org.eclipse.core.runtime_3.14.0.v20180417-0825... [INFO] Fetching org.eclipse.core.filesystem_1.7.100.v20180304-1102.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (27.63kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.filesystem_1.7.100.v20180304-1102.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (27.63kB) [INFO] Unpacking org.eclipse.core.filesystem_1.7.100.v20180304-1102... [INFO] Fetching org.eclipse.core.jobs_3.10.0.v20180427-1454.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (46.22kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.jobs_3.10.0.v20180427-1454.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (46.22kB) [INFO] Unpacking org.eclipse.core.jobs_3.10.0.v20180427-1454... [INFO] Fetching org.eclipse.core.resources_3.13.0.v20180512-1138.jar from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (868.92kB) [INFO] Fetching org.eclipse.equinox.app_1.3.500.v20171221-2204.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (40.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.app_1.3.500.v20171221-2204.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (40.72kB) [INFO] Unpacking org.eclipse.equinox.app_1.3.500.v20171221-2204... [INFO] Fetching org.eclipse.emf.common_2.11.0.v20150512-0501.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.11/core/R201506010402/plugins/ (102.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.common_2.11.0.v20150512-0501.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.11/core/R201506010402/plugins/ (102.92kB) [INFO] Unpacking org.eclipse.emf.common_2.11.0.v20150512-0501... [INFO] Fetching org.eclipse.emf.ecore_2.11.0.v20150512-0501.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.11/core/R201506010402/plugins/ (361.14kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore_2.11.0.v20150512-0501.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.11/core/R201506010402/plugins/ (361.14kB) [INFO] Unpacking org.eclipse.emf.ecore_2.11.0.v20150512-0501... [INFO] Fetching org.eclipse.emf.ecore.xmi_2.11.0.v20150512-0501.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.11/core/R201506010402/plugins/ (79.18kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore.xmi_2.11.0.v20150512-0501.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.11/core/R201506010402/plugins/ (79.18kB) [INFO] Unpacking org.eclipse.emf.ecore.xmi_2.11.0.v20150512-0501... [INFO] Resolving target definition file:/home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.common.ui/../../builds/org.eclipse.emf.edapt.releng.target/edapt_with_cdo.target for environments=[linux/gtk/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-11' { source level: 11, target level: 11}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@47400608... [INFO] Resolving dependencies of MavenProject: edapt:org.eclipse.emf.edapt.common.ui:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.common.ui/pom.xml [INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (21.32kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (21.32kB) [INFO] Unpacking javax.annotation_1.2.0.v201602091430... [INFO] Fetching org.apache.batik.css_1.9.1.v20180313-1559.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (98.53kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.batik.css_1.9.1.v20180313-1559.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (98.53kB) [INFO] Unpacking org.apache.batik.css_1.9.1.v20180313-1559... [INFO] Fetching org.apache.batik.util_1.9.1.v20180227-1645.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (63.23kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.batik.util_1.9.1.v20180227-1645.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (63.23kB) [INFO] Unpacking org.apache.batik.util_1.9.1.v20180227-1645... [INFO] Fetching org.apache.batik.constants_1.9.1.v20180227-1645.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (13.04kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.batik.constants_1.9.1.v20180227-1645.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (13.04kB) [INFO] Unpacking org.apache.batik.constants_1.9.1.v20180227-1645... [INFO] Fetching org.apache.batik.i18n_1.9.1.v20180227-1645.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (14.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.batik.i18n_1.9.1.v20180227-1645.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (14.5kB) [INFO] Unpacking org.apache.batik.i18n_1.9.1.v20180227-1645... [INFO] Fetching org.apache.xmlgraphics_2.2.0.v20180410-1551.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (247.47kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.xmlgraphics_2.2.0.v20180410-1551.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (247.47kB) [INFO] Unpacking org.apache.xmlgraphics_2.2.0.v20180410-1551... [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (15.35kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (35.59kB) [INFO] Fetching org.apache.felix.scr_2.0.14.v20180117-1452.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (140.65kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.felix.scr_2.0.14.v20180117-1452.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (140.65kB) [INFO] Unpacking org.apache.felix.scr_2.0.14.v20180117-1452... [INFO] Fetching org.eclipse.osgi.services_3.7.0.v20180223-1712.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (43.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.osgi.services_3.7.0.v20180223-1712.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (43.16kB) [INFO] Unpacking org.eclipse.osgi.services_3.7.0.v20180223-1712... [INFO] Fetching org.eclipse.osgi.util_3.5.0.v20180219-1511.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (30.57kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.osgi.util_3.5.0.v20180219-1511.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (30.57kB) [INFO] Unpacking org.eclipse.osgi.util_3.5.0.v20180219-1511... [INFO] Fetching org.apache.commons.io_2.2.0.v201405211200.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (73.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.io_2.2.0.v201405211200.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (73.56kB) [INFO] Unpacking org.apache.commons.io_2.2.0.v201405211200... [INFO] Fetching org.apache.commons.logging_1.1.1.v201101211721.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (35.64kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.apache.commons.logging_1.1.1.v201101211721.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (35.64kB) [INFO] Unpacking org.apache.commons.logging_1.1.1.v201101211721... [INFO] Fetching org.eclipse.core.commands_3.9.100.v20180404-1234.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (43.34kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.commands_3.9.100.v20180404-1234.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (43.34kB) [INFO] Unpacking org.eclipse.core.commands_3.9.100.v20180404-1234... [INFO] Fetching org.eclipse.core.databinding_1.6.200.v20180509-1517.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (53.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding_1.6.200.v20180509-1517.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (53.74kB) [INFO] Unpacking org.eclipse.core.databinding_1.6.200.v20180509-1517... [INFO] Fetching org.eclipse.core.databinding.observable_1.6.200.v20180424-1922.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (83.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding.observable_1.6.200.v20180424-1922.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (83.05kB) [INFO] Unpacking org.eclipse.core.databinding.observable_1.6.200.v20180424-1922... [INFO] Fetching org.eclipse.core.databinding.property_1.6.200.v20180403-0944.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (45.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.databinding.property_1.6.200.v20180403-0944.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (45.08kB) [INFO] Unpacking org.eclipse.core.databinding.property_1.6.200.v20180403-0944... [INFO] Fetching com.ibm.icu_58.2.0.v20170418-1837.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (8.71MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.ibm.icu_58.2.0.v20170418-1837.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (8.71MB) [INFO] Unpacking com.ibm.icu_58.2.0.v20170418-1837... [WARNING] Bundle-ClassPath entry icu-data.jar does not exist in /home/jenkins/agent/workspace/emf-edapt-release/.repository/p2/osgi/bundle/com.ibm.icu/58.2.0.v20170418-1837/com.ibm.icu-58.2.0.v20170418-1837.jar [INFO] Fetching org.eclipse.e4.core.commands_0.12.200.v20180427-0801.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (13.43kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.commands_0.12.200.v20180427-0801.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (13.43kB) [INFO] Unpacking org.eclipse.e4.core.commands_0.12.200.v20180427-0801... [INFO] Fetching org.eclipse.e4.core.di_1.7.0.v20180427-1454.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (26.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.di_1.7.0.v20180427-1454.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (26.42kB) [INFO] Unpacking org.eclipse.e4.core.di_1.7.0.v20180427-1454... [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (14.07kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.7.0.v20180514-1409.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (22.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.contexts_1.7.0.v20180514-1409.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (22.62kB) [INFO] Unpacking org.eclipse.e4.core.contexts_1.7.0.v20180514-1409... [INFO] Fetching org.eclipse.e4.core.services_2.1.100.v20180427-1454.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (24.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.services_2.1.100.v20180427-1454.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (24.67kB) [INFO] Unpacking org.eclipse.e4.core.services_2.1.100.v20180427-1454... [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.100.v20180427-1454.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (7.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.100.v20180427-1454.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (7.68kB) [INFO] Unpacking org.eclipse.e4.core.di.annotations_1.6.100.v20180427-1454... [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.100.v20180403-1008.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (7.73kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.100.v20180403-1008.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (7.73kB) [INFO] Unpacking org.eclipse.e4.core.di.extensions_0.15.100.v20180403-1008... [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.100.v20180427-1454.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (16.54kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.100.v20180427-1454.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (16.54kB) [INFO] Unpacking org.eclipse.e4.core.di.extensions.supplier_0.15.100.v20180427-1454... [INFO] Fetching org.eclipse.equinox.ds_1.5.100.v20171221-2204.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (17.45kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.ds_1.5.100.v20171221-2204.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (17.45kB) [INFO] Unpacking org.eclipse.equinox.ds_1.5.100.v20171221-2204... [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.100.v20180403-0944.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (21.66kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.100.v20180403-0944.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (21.66kB) [INFO] Unpacking org.eclipse.e4.emf.xpath_0.2.100.v20180403-0944... [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (98kB) [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 http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (98kB) [INFO] Unpacking org.apache.commons.jxpath_1.3.0.v200911051830... [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.100.v20180509-1220.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (22.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.100.v20180509-1220.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (22.96kB) [INFO] Unpacking org.eclipse.e4.ui.bindings_0.12.100.v20180509-1220... [INFO] Fetching org.eclipse.swt_3.107.0.v20180611-0422.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (17.83kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt_3.107.0.v20180611-0422.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (17.83kB) [INFO] Unpacking org.eclipse.swt_3.107.0.v20180611-0422... [INFO] Fetching org.eclipse.jface_3.14.0.v20180423-0714.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (356.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface_3.14.0.v20180423-0714.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (356.74kB) [INFO] Unpacking org.eclipse.jface_3.14.0.v20180423-0714... [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.200.v20180417-2309.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (65.8kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.200.v20180417-2309.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (65.8kB) [INFO] Unpacking org.eclipse.e4.ui.css.core_0.12.200.v20180417-2309... [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.100.v20180515-1637.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (80.61kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.100.v20180515-1637.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (80.61kB) [INFO] Unpacking org.eclipse.e4.ui.css.swt_0.13.100.v20180515-1637... [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.0.v20180403-0944.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (16.96kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.0.v20180403-0944.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (16.96kB) [INFO] Unpacking org.eclipse.e4.ui.css.swt.theme_0.12.0.v20180403-0944... [INFO] Fetching org.eclipse.e4.ui.di_1.2.200.v20180403-0945.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (9.93kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.di_1.2.200.v20180403-0945.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (9.93kB) [INFO] Unpacking org.eclipse.e4.ui.di_1.2.200.v20180403-0945... [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.0.v20180429-1333.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (111.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.0.v20180429-1333.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (111.12kB) [INFO] Unpacking org.eclipse.e4.ui.model.workbench_2.1.0.v20180429-1333... [INFO] Fetching org.eclipse.e4.ui.services_1.3.100.v20180403-0945.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (13.32kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.services_1.3.100.v20180403-0945.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (13.32kB) [INFO] Unpacking org.eclipse.e4.ui.services_1.3.100.v20180403-0945... [INFO] Fetching org.eclipse.equinox.event_1.4.200.v20180426-0845.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (16.46kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.event_1.4.200.v20180426-0845.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (16.46kB) [INFO] Unpacking org.eclipse.equinox.event_1.4.200.v20180426-0845... [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.100.v20180403-0945.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (9.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.100.v20180403-0945.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (9.67kB) [INFO] Unpacking org.eclipse.e4.ui.widgets_1.2.100.v20180403-0945... [INFO] Fetching org.eclipse.e4.ui.workbench_1.6.0.v20180516-2019.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (87.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench_1.6.0.v20180516-2019.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (87.35kB) [INFO] Unpacking org.eclipse.e4.ui.workbench_1.6.0.v20180516-2019... [INFO] Fetching org.eclipse.emf.ecore.change_2.11.0.v20150512-0501.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.11/core/R201506010402/plugins/ (34.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore.change_2.11.0.v20150512-0501.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.11/core/R201506010402/plugins/ (34.97kB) [INFO] Unpacking org.eclipse.emf.ecore.change_2.11.0.v20150512-0501... [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.100.v20180516-2019.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (51.42kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.100.v20180516-2019.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (51.42kB) [INFO] Unpacking org.eclipse.e4.ui.workbench.addons.swt_1.3.100.v20180516-2019... [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.200.v20180516-2019.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (93.16kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.200.v20180516-2019.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (93.16kB) [INFO] Unpacking org.eclipse.e4.ui.workbench.renderers.swt_0.14.200.v20180516-2019... [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.200.v20180516-2019.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (71.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.200.v20180516-2019.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (71.11kB) [INFO] Unpacking org.eclipse.e4.ui.workbench.swt_0.14.200.v20180516-2019... [INFO] Fetching org.eclipse.jface.databinding_1.8.200.v20180403-0945.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (71.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface.databinding_1.8.200.v20180403-0945.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (71.51kB) [INFO] Unpacking org.eclipse.jface.databinding_1.8.200.v20180403-0945... [INFO] Fetching org.eclipse.e4.ui.workbench3_0.14.100.v20180403-0945.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (7.9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.workbench3_0.14.100.v20180403-0945.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (7.9kB) [INFO] Unpacking org.eclipse.e4.ui.workbench3_0.14.100.v20180403-0945... [INFO] Fetching org.eclipse.emf.common.ui_2.10.0.v20150601-0402.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.11/core/R201506010402/plugins/ (55.24kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.common.ui_2.10.0.v20150601-0402.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.11/core/R201506010402/plugins/ (55.24kB) [INFO] Unpacking org.eclipse.emf.common.ui_2.10.0.v20150601-0402... [INFO] Fetching org.eclipse.ui_3.109.100.v20180426-0903.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (361.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui_3.109.100.v20180426-0903.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (361.68kB) [INFO] Unpacking org.eclipse.ui_3.109.100.v20180426-0903... [INFO] Fetching org.eclipse.emf.ecore.edit_2.9.0.v20150601-0402.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.11/core/R201506010402/plugins/ (40.36kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore.edit_2.9.0.v20150601-0402.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.11/core/R201506010402/plugins/ (40.36kB) [INFO] Unpacking org.eclipse.emf.ecore.edit_2.9.0.v20150601-0402... [INFO] Fetching org.eclipse.emf.edit_2.11.0.v20150601-0402.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.11/core/R201506010402/plugins/ (87.72kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.edit_2.11.0.v20150601-0402.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.11/core/R201506010402/plugins/ (87.72kB) [INFO] Unpacking org.eclipse.emf.edit_2.11.0.v20150601-0402... [INFO] Fetching org.eclipse.emf.ecore.editor_2.11.0.v20150601-0402.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.11/core/R201506010402/plugins/ (38.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.ecore.editor_2.11.0.v20150601-0402.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.11/core/R201506010402/plugins/ (38.97kB) [INFO] Unpacking org.eclipse.emf.ecore.editor_2.11.0.v20150601-0402... [INFO] Fetching org.eclipse.ui.ide_3.14.0.v20180517-1842.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (959.44kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.ide_3.14.0.v20180517-1842.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (959.44kB) [INFO] Unpacking org.eclipse.ui.ide_3.14.0.v20180517-1842... [INFO] Fetching org.eclipse.emf.edit.ui_2.11.0.v20150601-0402.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.11/core/R201506010402/plugins/ (73.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.edit.ui_2.11.0.v20150601-0402.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.11/core/R201506010402/plugins/ (73.08kB) [INFO] Unpacking org.eclipse.emf.edit.ui_2.11.0.v20150601-0402... [INFO] Fetching org.eclipse.jface.text_3.13.0.v20180527-1819.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (331.26kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jface.text_3.13.0.v20180527-1819.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (331.26kB) [INFO] Unpacking org.eclipse.jface.text_3.13.0.v20180527-1819... [INFO] Fetching org.eclipse.ui.views_3.9.100.v20180427-1355.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (48.67kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.views_3.9.100.v20180427-1355.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (48.67kB) [INFO] Unpacking org.eclipse.ui.views_3.9.100.v20180427-1355... [INFO] Fetching org.eclipse.ui.workbench_3.111.0.v20180524-1156.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (1,017.26kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.workbench_3.111.0.v20180524-1156.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (1,017.26kB) [INFO] Unpacking org.eclipse.ui.workbench_3.111.0.v20180524-1156... [INFO] Fetching org.eclipse.equinox.bidi_1.1.100.v20171221-2204.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (23.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.bidi_1.1.100.v20171221-2204.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (23.11kB) [INFO] Unpacking org.eclipse.equinox.bidi_1.1.100.v20171221-2204... [INFO] Fetching org.eclipse.equinox.p2.core_2.5.0.v20180512-1128.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (31.25kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.core_2.5.0.v20180512-1128.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (31.25kB) [INFO] Unpacking org.eclipse.equinox.p2.core_2.5.0.v20180512-1128... [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.0.v20180409-1209.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (74.84kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.0.v20180409-1209.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (74.84kB) [INFO] Unpacking org.eclipse.equinox.p2.engine_2.6.0.v20180409-1209... [INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.0.v20180320-1220.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (107.82kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.0.v20180320-1220.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (107.82kB) [INFO] Unpacking org.eclipse.equinox.p2.metadata_2.4.0.v20180320-1220... [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.0.v20180302-1057.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (50.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.0.v20180302-1057.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (50.99kB) [INFO] Unpacking org.eclipse.equinox.p2.metadata.repository_1.3.0.v20180302-1057... [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.0.v20180512-1128.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (55.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.0.v20180512-1128.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (55.11kB) [INFO] Unpacking org.eclipse.equinox.p2.repository_2.4.0.v20180512-1128... [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/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 http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (44.42kB) [INFO] Unpacking org.tukaani.xz_1.8.0.v20180207-1613... [INFO] Fetching org.eclipse.equinox.security_1.2.400.v20171221-2204.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (42.31kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.security_1.2.400.v20171221-2204.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (42.31kB) [INFO] Unpacking org.eclipse.equinox.security_1.2.400.v20171221-2204... [INFO] Fetching org.eclipse.help_3.8.100.v20180512-1136.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (122.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.help_3.8.100.v20180512-1136.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (122.94kB) [INFO] Unpacking org.eclipse.help_3.8.100.v20180512-1136... [INFO] Fetching org.eclipse.text_3.6.300.v20180430-1330.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (91.26kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.text_3.6.300.v20180430-1330.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (91.26kB) [INFO] Unpacking org.eclipse.text_3.6.300.v20180430-1330... [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.107.0.v20180611-0422.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (1.09MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.107.0.v20180611-0422.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (1.09MB) [INFO] Unpacking org.eclipse.swt.gtk.linux.x86_64_3.107.0.v20180611-0422... [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (14.95kB) [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 http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (14.95kB) [INFO] Unpacking org.w3c.dom.smil_1.0.1.v200903091627... [INFO] Resolving target definition file:/home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.declaration/../../builds/org.eclipse.emf.edapt.releng.target/edapt_with_cdo.target for environments=[linux/gtk/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-11' { source level: 11, target level: 11}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@47400608... [INFO] Resolving dependencies of MavenProject: edapt:org.eclipse.emf.edapt.declaration:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.declaration/pom.xml [INFO] Fetching org.eclipse.ocl.ecore_3.6.200.v20170522-1736.jar.pack.gz from http://archive.eclipse.org/modeling/mdt/ocl/updates/releases/6.3.0/plugins/ (100.83kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.ecore_3.6.200.v20170522-1736.jar.pack.gz from http://archive.eclipse.org/modeling/mdt/ocl/updates/releases/6.3.0/plugins/ (100.83kB) [INFO] Unpacking org.eclipse.ocl.ecore_3.6.200.v20170522-1736... [INFO] Fetching org.eclipse.ocl_3.6.200.v20170522-1736.jar from http://archive.eclipse.org/modeling/mdt/ocl/updates/releases/6.3.0/plugins/ (1.1MB) [INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar.pack.gz from http://archive.eclipse.org/modeling/mdt/ocl/updates/releases/6.3.0/plugins/ (48.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar.pack.gz from http://archive.eclipse.org/modeling/mdt/ocl/updates/releases/6.3.0/plugins/ (48.92kB) [INFO] Unpacking lpg.runtime.java_2.0.17.v201004271640... [INFO] Fetching org.eclipse.ocl.common_1.4.200.v20160613-1518.jar.pack.gz from http://archive.eclipse.org/modeling/mdt/ocl/updates/releases/6.3.0/plugins/ (13.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ocl.common_1.4.200.v20160613-1518.jar.pack.gz from http://archive.eclipse.org/modeling/mdt/ocl/updates/releases/6.3.0/plugins/ (13.81kB) [INFO] Unpacking org.eclipse.ocl.common_1.4.200.v20160613-1518... [INFO] Resolving target definition file:/home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.declaration.edit/../../builds/org.eclipse.emf.edapt.releng.target/edapt_with_cdo.target for environments=[linux/gtk/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-11' { source level: 11, target level: 11}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@47400608... [INFO] Resolving dependencies of MavenProject: edapt:org.eclipse.emf.edapt.declaration.edit:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.declaration.edit/pom.xml [INFO] Resolving target definition file:/home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.declaration.editor/../../builds/org.eclipse.emf.edapt.releng.target/edapt_with_cdo.target for environments=[linux/gtk/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-11' { source level: 11, target level: 11}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@47400608... [INFO] Resolving dependencies of MavenProject: edapt:org.eclipse.emf.edapt.declaration.editor:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.declaration.editor/pom.xml [WARNING] Bundle-ClassPath entry icu-data.jar does not exist in /home/jenkins/agent/workspace/emf-edapt-release/.repository/p2/osgi/bundle/com.ibm.icu/58.2.0.v20170418-1837/com.ibm.icu-58.2.0.v20170418-1837.jar [INFO] Resolving target definition file:/home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.history/../../builds/org.eclipse.emf.edapt.releng.target/edapt_with_cdo.target for environments=[linux/gtk/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-11' { source level: 11, target level: 11}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@47400608... [INFO] Resolving dependencies of MavenProject: edapt:org.eclipse.emf.edapt.history:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.history/pom.xml [INFO] Resolving target definition file:/home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.history.cdo/../../builds/org.eclipse.emf.edapt.releng.target/edapt_with_cdo.target for environments=[linux/gtk/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-11' { source level: 11, target level: 11}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@47400608... [INFO] Resolving dependencies of MavenProject: edapt:org.eclipse.emf.edapt.history.cdo:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.history.cdo/pom.xml [INFO] Fetching org.eclipse.emf.cdo_4.2.1.v20130913-0613.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20130918-0029/plugins/ (720.95kB) [INFO] Fetching org.eclipse.emf.cdo.common_4.2.1.v20130910-0507.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20130918-0029/plugins/ (497.04kB) [INFO] Fetching org.eclipse.net4j.util_3.3.0.v20130601-1611.jar.pack.gz from https://archive.eclipse.org/modeling/emf/cdo/drops/R20130613-1157/plugins/ (359.19kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.net4j.util_3.3.0.v20130601-1611.jar.pack.gz from https://archive.eclipse.org/modeling/emf/cdo/drops/R20130613-1157/plugins/ (359.19kB) [INFO] Unpacking org.eclipse.net4j.util_3.3.0.v20130601-1611... [INFO] Fetching org.eclipse.emf.cdo.net4j_4.1.101.v20130810-1101.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20130918-0029/plugins/ (159.93kB) [INFO] Fetching org.eclipse.net4j_4.2.1.v20130806-0658.jar from https://archive.eclipse.org/modeling/emf/cdo/drops/R20130918-0029/plugins/ (158.17kB) [INFO] Fetching org.eclipse.net4j.tcp_4.1.100.v20130611-1140.jar.pack.gz from https://archive.eclipse.org/modeling/emf/cdo/drops/R20130613-1157/plugins/ (27.88kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.net4j.tcp_4.1.100.v20130611-1140.jar.pack.gz from https://archive.eclipse.org/modeling/emf/cdo/drops/R20130613-1157/plugins/ (27.88kB) [INFO] Unpacking org.eclipse.net4j.tcp_4.1.100.v20130611-1140... [INFO] Resolving target definition file:/home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.history.edit/../../builds/org.eclipse.emf.edapt.releng.target/edapt_with_cdo.target for environments=[linux/gtk/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-11' { source level: 11, target level: 11}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@47400608... [INFO] Resolving dependencies of MavenProject: edapt:org.eclipse.emf.edapt.history.edit:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.history.edit/pom.xml [INFO] Fetching org.eclipse.emf.compare_3.0.1.201310031412.jar from http://download.eclipse.org/modeling/emf/compare/updates/releases/2.1/R201310031412/plugins/ (296.6kB) [INFO] Fetching com.google.guava_11.0.2.v201303041551.jar.pack.gz from http://download.eclipse.org/modeling/emf/compare/updates/releases/2.1/R201306250935/plugins/ (438.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching com.google.guava_11.0.2.v201303041551.jar.pack.gz from http://download.eclipse.org/modeling/emf/compare/updates/releases/2.1/R201306250935/plugins/ (438.76kB) [INFO] Unpacking com.google.guava_11.0.2.v201303041551... [INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20201130205003/repository/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 http://download.eclipse.org/tools/orbit/downloads/drops2/R20201130205003/repository/plugins/ (123kB) [INFO] Unpacking org.junit_4.13.0.v20200204-1500... [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/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 http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (29.18kB) [INFO] Unpacking org.hamcrest.core_1.3.0.v20180420-1519... [INFO] Resolving target definition file:/home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.history.editor/../../builds/org.eclipse.emf.edapt.releng.target/edapt_with_cdo.target for environments=[linux/gtk/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-11' { source level: 11, target level: 11}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@47400608... [INFO] Resolving dependencies of MavenProject: edapt:org.eclipse.emf.edapt.history.editor:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.history.editor/pom.xml [INFO] Fetching org.apache.ant_1.10.3.v20180417-1627.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (2.72MB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.apache.ant_1.10.3.v20180417-1627... [INFO] Fetching org.eclipse.ant.core_3.5.100.v20180512-1141.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (71.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ant.core_3.5.100.v20180512-1141.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (71.81kB) [INFO] Unpacking org.eclipse.ant.core_3.5.100.v20180512-1141... [INFO] Fetching org.eclipse.core.variables_3.4.100.v20180509-0959.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (17.99kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.variables_3.4.100.v20180509-0959.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (17.99kB) [INFO] Unpacking org.eclipse.core.variables_3.4.100.v20180509-0959... [INFO] Fetching org.eclipse.ant.launching_1.2.100.v20180309-1840.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (101.21kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ant.launching_1.2.100.v20180309-1840.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (101.21kB) [INFO] Unpacking org.eclipse.ant.launching_1.2.100.v20180309-1840... [INFO] Fetching org.eclipse.debug.core_3.12.0.v20180509-0959.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (125.71kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.debug.core_3.12.0.v20180509-0959.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (125.71kB) [INFO] Unpacking org.eclipse.debug.core_3.12.0.v20180509-0959... [INFO] Fetching org.eclipse.jdt.launching_3.10.0.v20180606-1318.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (260.56kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.launching_3.10.0.v20180606-1318.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (260.56kB) [INFO] Unpacking org.eclipse.jdt.launching_3.10.0.v20180606-1318... [INFO] Fetching org.eclipse.core.externaltools_1.1.100.v20180329-1026.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (20.51kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.externaltools_1.1.100.v20180329-1026.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (20.51kB) [INFO] Unpacking org.eclipse.core.externaltools_1.1.100.v20180329-1026... [INFO] Fetching org.eclipse.jdt.core_3.14.0.v20180528-0519.jar from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (6.52MB) [WARNING] Bundle-ClassPath entry icu-data.jar does not exist in /home/jenkins/agent/workspace/emf-edapt-release/.repository/p2/osgi/bundle/com.ibm.icu/58.2.0.v20170418-1837/com.ibm.icu-58.2.0.v20170418-1837.jar [INFO] Fetching org.eclipse.ant.ui_3.7.100.v20180512-1141.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (491.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ant.ui_3.7.100.v20180512-1141.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (491.62kB) [INFO] Unpacking org.eclipse.ant.ui_3.7.100.v20180512-1141... [INFO] Fetching org.eclipse.ui.externaltools_3.4.100.v20180418-1145.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (66.63kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.ui.externaltools_3.4.100.v20180418-1145... [INFO] Fetching org.eclipse.ui.console_3.8.0.v20180413-0859.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (83.21kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.console_3.8.0.v20180413-0859.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (83.21kB) [INFO] Unpacking org.eclipse.ui.console_3.8.0.v20180413-0859... [INFO] Fetching org.eclipse.debug.ui_3.13.0.v20180514-0621.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (1.01MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.debug.ui_3.13.0.v20180514-0621.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (1.01MB) [INFO] Unpacking org.eclipse.debug.ui_3.13.0.v20180514-0621... [INFO] Fetching org.eclipse.jdt.ui_3.14.0.v20180529-1023.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (4.1MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.ui_3.14.0.v20180529-1023.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (4.1MB) [INFO] Unpacking org.eclipse.jdt.ui_3.14.0.v20180529-1023... [INFO] Fetching org.eclipse.jdt.debug.ui_3.9.0.v20180606-1318.jar from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (1.62MB) [INFO] Fetching org.eclipse.team.core_3.8.200.v20180309-1840.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (127.2kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.team.core_3.8.200.v20180309-1840.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (127.2kB) [INFO] Unpacking org.eclipse.team.core_3.8.200.v20180309-1840... [INFO] Fetching org.eclipse.ltk.core.refactoring_3.9.0.v20180220-2105.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (105.87kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ltk.core.refactoring_3.9.0.v20180220-2105.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (105.87kB) [INFO] Unpacking org.eclipse.ltk.core.refactoring_3.9.0.v20180220-2105... [INFO] Fetching org.eclipse.jdt.junit_3.11.0.v20180427-0704.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (235.41kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.junit_3.11.0.v20180427-0704.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (235.41kB) [INFO] Unpacking org.eclipse.jdt.junit_3.11.0.v20180427-0704... [INFO] Fetching org.eclipse.compare_3.7.200.v20180418-1233.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (302.77kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.compare_3.7.200.v20180418-1233.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (302.77kB) [INFO] Unpacking org.eclipse.compare_3.7.200.v20180418-1233... [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.11.0.v20180419-2011.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (228.8kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.11.0.v20180419-2011.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (228.8kB) [INFO] Unpacking org.eclipse.ui.workbench.texteditor_3.11.0.v20180419-2011... [INFO] Fetching org.eclipse.ui.editors_3.11.100.v20180512-1137.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (198.6kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.editors_3.11.100.v20180512-1137.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (198.6kB) [INFO] Unpacking org.eclipse.ui.editors_3.11.100.v20180512-1137... [INFO] Fetching org.eclipse.ui.forms_3.7.200.v20180512-1133.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (122.73kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.forms_3.7.200.v20180512-1133.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (122.73kB) [INFO] Unpacking org.eclipse.ui.forms_3.7.200.v20180512-1133... [INFO] Fetching org.eclipse.compare.core_3.6.200.v20180312-1255.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (32.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.compare.core_3.6.200.v20180312-1255.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (32.76kB) [INFO] Unpacking org.eclipse.compare.core_3.6.200.v20180312-1255... [INFO] Fetching org.eclipse.core.filebuffers_3.6.200.v20180512-1137.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (42.11kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.filebuffers_3.6.200.v20180512-1137.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (42.11kB) [INFO] Unpacking org.eclipse.core.filebuffers_3.6.200.v20180512-1137... [INFO] Fetching org.eclipse.pde.ui_3.10.200.v20180604-1325.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (1.47MB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.pde.ui_3.10.200.v20180604-1325.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (1.47MB) [INFO] Unpacking org.eclipse.pde.ui_3.10.200.v20180604-1325... [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.0.v20180131-0638.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (19.34kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.0.v20180131-0638.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (19.34kB) [INFO] Unpacking org.eclipse.equinox.frameworkadmin_2.1.0.v20180131-0638... [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.0.v20180512-1128.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (33.92kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.0.v20180512-1128.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (33.92kB) [INFO] Unpacking org.eclipse.equinox.frameworkadmin.equinox_1.1.0.v20180512-1128... [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.2.0.v20180413-0846.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (57.77kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.2.0.v20180413-0846.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (57.77kB) [INFO] Unpacking org.eclipse.equinox.p2.artifact.repository_1.2.0.v20180413-0846... [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.0.v20180512-1128.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (38.48kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.0.v20180512-1128.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (38.48kB) [INFO] Unpacking org.eclipse.equinox.p2.jarprocessor_1.1.0.v20180512-1128... [INFO] Fetching org.eclipse.equinox.p2.director_2.4.0.v20180302-1057.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (47.3kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.director_2.4.0.v20180302-1057.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (47.3kB) [INFO] Unpacking org.eclipse.equinox.p2.director_2.4.0.v20180302-1057... [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (103.26kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (103.26kB) [INFO] Unpacking org.sat4j.core_2.3.5.v201308161310... [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (72.9kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (72.9kB) [INFO] Unpacking org.sat4j.pb_2.3.5.v201404071733... [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.0.v20180502-1828.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (23.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.0.v20180502-1828.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (23.7kB) [INFO] Unpacking org.eclipse.equinox.simpleconfigurator_1.3.0.v20180502-1828... [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.0.v20180502-1549.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (37.33kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.0.v20180502-1549.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (37.33kB) [INFO] Unpacking org.eclipse.equinox.p2.director.app_1.1.0.v20180502-1549... [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.0.v20180103-0918.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (13.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.0.v20180103-0918.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (13.94kB) [INFO] Unpacking org.eclipse.equinox.p2.garbagecollector_1.1.0.v20180103-0918... [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.0.v20180302-1057.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (31.89kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.0.v20180302-1057.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (31.89kB) [INFO] Unpacking org.eclipse.equinox.p2.operations_2.5.0.v20180302-1057... [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.0.v20180320-1332.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (42.82kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.0.v20180320-1332.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (42.82kB) [INFO] Unpacking org.eclipse.equinox.p2.publisher_1.5.0.v20180320-1332... [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.0.v20180320-1332.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (104.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.0.v20180320-1332.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (104.05kB) [INFO] Unpacking org.eclipse.equinox.p2.publisher.eclipse_1.3.0.v20180320-1332... [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.0.v20180103-0918.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (16.28kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.0.v20180103-0918.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (16.28kB) [INFO] Unpacking org.eclipse.equinox.simpleconfigurator.manipulator_2.1.0.v20180103-0918... [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.0.v20180416-1436.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (121.43kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.0.v20180416-1436.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (121.43kB) [INFO] Unpacking org.eclipse.equinox.p2.repository.tools_2.2.0.v20180416-1436... [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.0.v20180302-1057.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (46.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.0.v20180302-1057.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (46.12kB) [INFO] Unpacking org.eclipse.equinox.p2.touchpoint.eclipse_2.2.0.v20180302-1057... [INFO] Fetching org.eclipse.equinox.p2.ui_2.5.100.v20180425-1343.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (284.76kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.p2.ui_2.5.100.v20180425-1343.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (284.76kB) [INFO] Unpacking org.eclipse.equinox.p2.ui_2.5.100.v20180425-1343... [INFO] Fetching org.eclipse.equinox.security.ui_1.2.0.v20171221-2204.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (71.74kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.security.ui_1.2.0.v20171221-2204.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (71.74kB) [INFO] Unpacking org.eclipse.equinox.security.ui_1.2.0.v20171221-2204... [INFO] Fetching org.eclipse.jdt.core.manipulation_1.10.0.v20180323-0650.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (112.06kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.core.manipulation_1.10.0.v20180323-0650.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (112.06kB) [INFO] Unpacking org.eclipse.jdt.core.manipulation_1.10.0.v20180323-0650... [INFO] Fetching org.eclipse.jdt.debug_3.11.100.v20180515-0929.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (921.12kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.debug_3.11.100.v20180515-0929.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (921.12kB) [INFO] Unpacking org.eclipse.jdt.debug_3.11.100.v20180515-0929... [WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/agent/workspace/emf-edapt-release/.repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.11.100.v20180515-0929/org.eclipse.jdt.debug-3.11.100.v20180515-0929.jar [INFO] Fetching org.eclipse.search_3.11.200.v20180503-1856.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (217kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.search_3.11.200.v20180503-1856.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (217kB) [INFO] Unpacking org.eclipse.search_3.11.200.v20180503-1856... [INFO] Fetching org.eclipse.jdt.junit.runtime_3.4.700.v20171124-1029.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (24.31kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.junit.runtime_3.4.700.v20171124-1029.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (24.31kB) [INFO] Unpacking org.eclipse.jdt.junit.runtime_3.4.700.v20171124-1029... [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.9.100.v20180425-1219.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (181.35kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.9.100.v20180425-1219.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (181.35kB) [INFO] Unpacking org.eclipse.ltk.ui.refactoring_3.9.100.v20180425-1219... [INFO] Fetching org.eclipse.jdt.junit.core_3.10.0.v20180523-1405.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (65.15kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.junit.core_3.10.0.v20180523-1405.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (65.15kB) [INFO] Unpacking org.eclipse.jdt.junit.core_3.10.0.v20180523-1405... [INFO] Fetching org.eclipse.team.ui_3.8.100.v20180418-1233.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (493.37kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.team.ui_3.8.100.v20180418-1233.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (493.37kB) [INFO] Unpacking org.eclipse.team.ui_3.8.100.v20180418-1233... [INFO] Fetching org.eclipse.ui.navigator_3.7.100.v20180524-1240.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (134.6kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.navigator_3.7.100.v20180524-1240.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (134.6kB) [INFO] Unpacking org.eclipse.ui.navigator_3.7.100.v20180524-1240... [INFO] Fetching org.eclipse.ui.navigator.resources_3.6.100.v20180427-1355.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (68.24kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.navigator.resources_3.6.100.v20180427-1355.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (68.24kB) [INFO] Unpacking org.eclipse.ui.navigator.resources_3.6.100.v20180427-1355... [INFO] Fetching org.eclipse.pde.build_3.10.0.v20180512-1217.jar from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (477.58kB) [INFO] Fetching org.eclipse.pde.core_3.12.0.v20180516-1159.jar from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (1.27MB) [INFO] Fetching org.eclipse.update.configurator_3.4.0.v20180512-1141.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (43.08kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.update.configurator_3.4.0.v20180512-1141.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (43.08kB) [INFO] Unpacking org.eclipse.update.configurator_3.4.0.v20180512-1141... [INFO] Fetching org.eclipse.pde.launching_3.7.100.v20180417-0902.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (50.33kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.pde.launching_3.7.100.v20180417-0902.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (50.33kB) [INFO] Unpacking org.eclipse.pde.launching_3.7.100.v20180417-0902... [INFO] Fetching org.eclipse.ui.intro_3.5.200.v20180328-0550.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (141.84kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.intro_3.5.200.v20180328-0550.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (141.84kB) [INFO] Unpacking org.eclipse.ui.intro_3.5.200.v20180328-0550... [INFO] Fetching org.eclipse.ui.cheatsheets_3.5.200.v20180418-0908.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (118.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.cheatsheets_3.5.200.v20180418-0908.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (118.62kB) [INFO] Unpacking org.eclipse.ui.cheatsheets_3.5.200.v20180418-0908... [INFO] Fetching org.eclipse.ui.views.log_1.2.200.v20180512-1206.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (83.91kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.views.log_1.2.200.v20180512-1206.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (83.91kB) [INFO] Unpacking org.eclipse.ui.views.log_1.2.200.v20180512-1206... [INFO] Fetching org.eclipse.ui.trace_1.1.100.v20180416-0851.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (26.5kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.trace_1.1.100.v20180416-0851.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (26.5kB) [INFO] Unpacking org.eclipse.ui.trace_1.1.100.v20180416-0851... [INFO] Fetching org.eclipse.ui.genericeditor_1.1.0.v20180504-0829.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (36.26kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.genericeditor_1.1.0.v20180504-0829.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (36.26kB) [INFO] Unpacking org.eclipse.ui.genericeditor_1.1.0.v20180504-0829... [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.100.v20180427-1355.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (39.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.100.v20180427-1355.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (39.7kB) [INFO] Unpacking org.eclipse.ui.views.properties.tabbed_3.8.100.v20180427-1355... [INFO] Resolving target definition file:/home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.migration/../../builds/org.eclipse.emf.edapt.releng.target/edapt_with_cdo.target for environments=[linux/gtk/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-11' { source level: 11, target level: 11}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@47400608... [INFO] Resolving dependencies of MavenProject: edapt:org.eclipse.emf.edapt.migration:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.migration/pom.xml [INFO] Resolving target definition file:/home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.migration.test/../../builds/org.eclipse.emf.edapt.releng.target/edapt_with_cdo.target for environments=[linux/gtk/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-11' { source level: 11, target level: 11}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@47400608... [INFO] Resolving dependencies of MavenProject: edapt:org.eclipse.emf.edapt.migration.test:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.migration.test/pom.xml [WARNING] Bundle-ClassPath entry icu-data.jar does not exist in /home/jenkins/agent/workspace/emf-edapt-release/.repository/p2/osgi/bundle/com.ibm.icu/58.2.0.v20170418-1837/com.ibm.icu-58.2.0.v20170418-1837.jar [INFO] Resolving target definition file:/home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.migration.ui/../../builds/org.eclipse.emf.edapt.releng.target/edapt_with_cdo.target for environments=[linux/gtk/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-11' { source level: 11, target level: 11}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@47400608... [INFO] Resolving dependencies of MavenProject: edapt:org.eclipse.emf.edapt.migration.ui:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.migration.ui/pom.xml [WARNING] Bundle-ClassPath entry icu-data.jar does not exist in /home/jenkins/agent/workspace/emf-edapt-release/.repository/p2/osgi/bundle/com.ibm.icu/58.2.0.v20170418-1837/com.ibm.icu-58.2.0.v20170418-1837.jar [WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/agent/workspace/emf-edapt-release/.repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.11.100.v20180515-0929/org.eclipse.jdt.debug-3.11.100.v20180515-0929.jar [INFO] Resolving target definition file:/home/jenkins/agent/workspace/emf-edapt-release/features/org.eclipse.emf.edapt.runtime.feature/../../builds/org.eclipse.emf.edapt.releng.target/edapt_with_cdo.target for environments=[linux/gtk/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-11' { source level: 11, target level: 11}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@47400608... [INFO] Resolving dependencies of MavenProject: edapt:org.eclipse.emf.edapt.runtime.feature:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-release/features/org.eclipse.emf.edapt.runtime.feature/pom.xml [INFO] Resolving target definition file:/home/jenkins/agent/workspace/emf-edapt-release/features/org.eclipse.emf.edapt.runtime.cdo.feature/../../builds/org.eclipse.emf.edapt.releng.target/edapt_with_cdo.target for environments=[linux/gtk/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-11' { source level: 11, target level: 11}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@47400608... [INFO] Resolving dependencies of MavenProject: edapt:org.eclipse.emf.edapt.runtime.cdo.feature:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-release/features/org.eclipse.emf.edapt.runtime.cdo.feature/pom.xml [INFO] Resolving target definition file:/home/jenkins/agent/workspace/emf-edapt-release/features/org.eclipse.emf.edapt.recorder.feature/../../builds/org.eclipse.emf.edapt.releng.target/edapt_with_cdo.target for environments=[linux/gtk/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-11' { source level: 11, target level: 11}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@47400608... [INFO] Resolving dependencies of MavenProject: edapt:org.eclipse.emf.edapt.recorder.feature:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-release/features/org.eclipse.emf.edapt.recorder.feature/pom.xml [INFO] Resolving target definition file:/home/jenkins/agent/workspace/emf-edapt-release/builds/org.eclipse.emf.edapt.releng.p2/../../builds/org.eclipse.emf.edapt.releng.target/edapt_with_cdo.target for environments=[linux/gtk/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-11' { source level: 11, target level: 11}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@47400608... [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.edapt.releng.p2:org.eclipse.emf.edapt.releng.p2:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-release/builds/org.eclipse.emf.edapt.releng.p2/pom.xml [INFO] Resolving target definition file:/home/jenkins/agent/workspace/emf-edapt-release/tests/org.eclipse.emf.edapt.tests/../../builds/org.eclipse.emf.edapt.releng.target/edapt_with_cdo.target for environments=[linux/gtk/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-11' { source level: 11, target level: 11}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@47400608... [INFO] Resolving dependencies of MavenProject: edapt:org.eclipse.emf.edapt.tests:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-release/tests/org.eclipse.emf.edapt.tests/pom.xml [WARNING] Bundle-ClassPath entry icu-data.jar does not exist in /home/jenkins/agent/workspace/emf-edapt-release/.repository/p2/osgi/bundle/com.ibm.icu/58.2.0.v20170418-1837/com.ibm.icu-58.2.0.v20170418-1837.jar [INFO] Fetching org.eclipse.core.net_1.3.200.v20180515-0858.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (33.62kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.net_1.3.200.v20180515-0858.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (33.62kB) [INFO] Unpacking org.eclipse.core.net_1.3.200.v20180515-0858... [INFO] Fetching org.mockito.mockito-core-hamcrest-modified_1.9.5.jar from https://download.eclipse.org/rt/rap/base-platforms/3.14/extra-dependencies/plugins/ (1.28MB) [INFO] Fetching org.objenesis_1.0.0.v201505121915.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (13.97kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.objenesis_1.0.0.v201505121915.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (13.97kB) [INFO] Unpacking org.objenesis_1.0.0.v201505121915... [INFO] Fetching org.eclipse.equinox.launcher_1.5.0.v20180512-1130.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (30.7kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.launcher_1.5.0.v20180512-1130.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (30.7kB) [INFO] Unpacking org.eclipse.equinox.launcher_1.5.0.v20180512-1130... [WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/agent/workspace/emf-edapt-release/.repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.11.100.v20180515-0929/org.eclipse.jdt.debug-3.11.100.v20180515-0929.jar [INFO] Fetching org.eclipse.ui.ide.application_1.2.100.v20180416-2050.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (51.88kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ui.ide.application_1.2.100.v20180416-2050.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (51.88kB) [INFO] Unpacking org.eclipse.ui.ide.application_1.2.100.v20180416-2050... [INFO] Resolving target definition file:/home/jenkins/agent/workspace/emf-edapt-release/tests/org.eclipse.emf.edapt.common.tests/../../builds/org.eclipse.emf.edapt.releng.target/edapt_with_cdo.target for environments=[linux/gtk/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-11' { source level: 11, target level: 11}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@47400608... [INFO] Resolving dependencies of MavenProject: edapt:org.eclipse.emf.edapt.common.tests:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-edapt-release/tests/org.eclipse.emf.edapt.common.tests/pom.xml [WARNING] Bundle-ClassPath entry icu-data.jar does not exist in /home/jenkins/agent/workspace/emf-edapt-release/.repository/p2/osgi/bundle/com.ibm.icu/58.2.0.v20170418-1837/com.ibm.icu-58.2.0.v20170418-1837.jar [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] root [pom] [INFO] plugins [pom] [INFO] org.eclipse.emf.edapt.common [eclipse-plugin] [INFO] org.eclipse.emf.edapt.common.ui [eclipse-plugin] [INFO] org.eclipse.emf.edapt.migration [eclipse-plugin] [INFO] org.eclipse.emf.edapt.declaration [eclipse-plugin] [INFO] org.eclipse.emf.edapt.declaration.edit [eclipse-plugin] [INFO] org.eclipse.emf.edapt.declaration.editor [eclipse-plugin] [INFO] org.eclipse.emf.edapt.history [eclipse-plugin] [INFO] org.eclipse.emf.edapt.history.cdo [eclipse-plugin] [INFO] org.eclipse.emf.edapt.history.edit [eclipse-plugin] [INFO] org.eclipse.emf.edapt.history.editor [eclipse-plugin] [INFO] org.eclipse.emf.edapt.migration.test [eclipse-plugin] [INFO] org.eclipse.emf.edapt.migration.ui [eclipse-plugin] [INFO] features [pom] [INFO] org.eclipse.emf.edapt.runtime.feature [eclipse-feature] [INFO] org.eclipse.emf.edapt.runtime.cdo.feature [eclipse-feature] [INFO] org.eclipse.emf.edapt.recorder.feature [eclipse-feature] [INFO] org.eclipse.emf.edapt.releng.p2 [eclipse-repository] [INFO] org.eclipse.emf.edapt.tests [eclipse-test-plugin] [INFO] org.eclipse.emf.edapt.common.tests [eclipse-test-plugin] [INFO] [INFO] -----------------------------< edapt:root >----------------------------- [INFO] Building root 1.6.0-SNAPSHOT [1/21] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ root --- [INFO] [INFO] ---------------------------< edapt:plugins >---------------------------- [INFO] Building plugins 1.6.0-SNAPSHOT [2/21] [INFO] from ../../plugins/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ plugins --- [INFO] [INFO] --- tycho-source:2.7.5:plugin-source (attach-source) @ plugins --- [INFO] [INFO] --- tycho-pack200a:2.7.5:normalize (pack200-normalize) @ plugins --- [WARNING] Error injecting: org.eclipse.tycho.extras.pack200.mojo.Pack200NormalizeMojo com.google.inject.ProvisionException: Unable to provision, see the following errors: 1) [Guice/ErrorInjectingConstructor]: NoClassDefFoundError: org/codehaus/plexus/util/cli/CommandLineException at Pack200Archiver.(Pack200Archiver.java:33) at ClassRealm[plugin>org.eclipse.tycho.extras:tycho-pack200a-plugin:2.7.5, parent: ClassLoaders$AppClassLoader@277050dc] \_ installed by: WireModule -> PlexusBindingModule while locating Pack200Archiver while locating Pack200NormalizeMojo Learn more: https://github.com/google/guice/wiki/ERROR_INJECTING_CONSTRUCTOR 1 error ====================== Full classname legend: ====================== ClassLoaders$AppClassLoader: "jdk.internal.loader.ClassLoaders$AppClassLoader" Pack200Archiver: "org.eclipse.tycho.extras.pack200.Pack200Archiver" Pack200NormalizeMojo: "org.eclipse.tycho.extras.pack200.mojo.Pack200NormalizeMojo" PlexusBindingModule: "org.eclipse.sisu.plexus.PlexusBindingModule" WireModule: "org.eclipse.sisu.wire.WireModule" ======================== End of classname legend: ======================== at com.google.inject.internal.InternalProvisionException.toProvisionException (InternalProvisionException.java:251) at com.google.inject.internal.InjectorImpl$1.get (InjectorImpl.java:1104) at com.google.inject.internal.InjectorImpl.getInstance (InjectorImpl.java:1139) at org.eclipse.sisu.space.AbstractDeferredClass.get (AbstractDeferredClass.java:48) at com.google.inject.internal.ProviderInternalFactory.provision (ProviderInternalFactory.java:86) at com.google.inject.internal.InternalFactoryToInitializableAdapter.provision (InternalFactoryToInitializableAdapter.java:57) at com.google.inject.internal.ProviderInternalFactory$1.call (ProviderInternalFactory.java:67) at com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision (ProvisionListenerStackCallback.java:109) at com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision (ProvisionListenerStackCallback.java:124) at com.google.inject.internal.ProvisionListenerStackCallback.provision (ProvisionListenerStackCallback.java:66) at com.google.inject.internal.ProviderInternalFactory.circularGet (ProviderInternalFactory.java:62) at com.google.inject.internal.InternalFactoryToInitializableAdapter.get (InternalFactoryToInitializableAdapter.java:47) at com.google.inject.internal.InjectorImpl$1.get (InjectorImpl.java:1101) at org.eclipse.sisu.inject.Guice4$1.get (Guice4.java:162) at org.eclipse.sisu.inject.LazyBeanEntry.getValue (LazyBeanEntry.java:81) at org.eclipse.sisu.plexus.LazyPlexusBean.getValue (LazyPlexusBean.java:51) at org.codehaus.plexus.DefaultPlexusContainer.lookup (DefaultPlexusContainer.java:263) at org.codehaus.plexus.DefaultPlexusContainer.lookup (DefaultPlexusContainer.java:255) at org.apache.maven.plugin.internal.DefaultMavenPluginManager.getConfiguredMojo (DefaultMavenPluginManager.java:494) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:114) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:342) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:330) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:213) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:175) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:76) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:163) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:160) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:910) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:566) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) Caused by: java.lang.NoClassDefFoundError: org/codehaus/plexus/util/cli/CommandLineException at org.eclipse.tycho.extras.pack200.Pack200Archiver. (Pack200Archiver.java:39) at org.eclipse.tycho.extras.pack200.Pack200Archiver$$FastClassByGuice$$292021380.GUICE$TRAMPOLINE () at org.eclipse.tycho.extras.pack200.Pack200Archiver$$FastClassByGuice$$292021380.apply () at com.google.inject.internal.DefaultConstructionProxyFactory$FastClassProxy.newInstance (DefaultConstructionProxyFactory.java:82) at com.google.inject.internal.ConstructorInjector.provision (ConstructorInjector.java:114) at com.google.inject.internal.ConstructorInjector.access$000 (ConstructorInjector.java:33) at com.google.inject.internal.ConstructorInjector$1.call (ConstructorInjector.java:98) at com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision (ProvisionListenerStackCallback.java:109) at org.eclipse.sisu.bean.BeanScheduler$CycleActivator.onProvision (BeanScheduler.java:230) at com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision (ProvisionListenerStackCallback.java:117) at com.google.inject.internal.ProvisionListenerStackCallback.provision (ProvisionListenerStackCallback.java:66) at com.google.inject.internal.ConstructorInjector.construct (ConstructorInjector.java:93) at com.google.inject.internal.ConstructorBindingImpl$Factory.get (ConstructorBindingImpl.java:300) at com.google.inject.internal.ProviderToInternalFactoryAdapter.get (ProviderToInternalFactoryAdapter.java:40) at com.google.inject.internal.SingletonScope$1.get (SingletonScope.java:169) at com.google.inject.internal.InternalFactoryToProviderAdapter.get (InternalFactoryToProviderAdapter.java:45) at com.google.inject.internal.InjectorImpl$1.get (InjectorImpl.java:1101) at org.eclipse.sisu.inject.LazyBeanEntry.getValue (LazyBeanEntry.java:81) at org.eclipse.sisu.plexus.LazyPlexusBean.getValue (LazyPlexusBean.java:51) at org.eclipse.sisu.plexus.PlexusRequirements$RequirementProvider.get (PlexusRequirements.java:250) at org.eclipse.sisu.plexus.ProvidedPropertyBinding.injectProperty (ProvidedPropertyBinding.java:48) at org.eclipse.sisu.bean.BeanInjector.injectMembers (BeanInjector.java:52) at com.google.inject.internal.MembersInjectorImpl.injectMembers (MembersInjectorImpl.java:159) at com.google.inject.internal.ConstructorInjector.provision (ConstructorInjector.java:124) at com.google.inject.internal.ConstructorInjector.access$000 (ConstructorInjector.java:33) at com.google.inject.internal.ConstructorInjector$1.call (ConstructorInjector.java:98) at com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision (ProvisionListenerStackCallback.java:109) at com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision (ProvisionListenerStackCallback.java:124) at com.google.inject.internal.ProvisionListenerStackCallback.provision (ProvisionListenerStackCallback.java:66) at com.google.inject.internal.ConstructorInjector.construct (ConstructorInjector.java:93) at com.google.inject.internal.ConstructorBindingImpl$Factory.get (ConstructorBindingImpl.java:300) at com.google.inject.internal.InjectorImpl$1.get (InjectorImpl.java:1101) at com.google.inject.internal.InjectorImpl.getInstance (InjectorImpl.java:1139) at org.eclipse.sisu.space.AbstractDeferredClass.get (AbstractDeferredClass.java:48) at com.google.inject.internal.ProviderInternalFactory.provision (ProviderInternalFactory.java:86) at com.google.inject.internal.InternalFactoryToInitializableAdapter.provision (InternalFactoryToInitializableAdapter.java:57) at com.google.inject.internal.ProviderInternalFactory$1.call (ProviderInternalFactory.java:67) at com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision (ProvisionListenerStackCallback.java:109) at com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision (ProvisionListenerStackCallback.java:124) at com.google.inject.internal.ProvisionListenerStackCallback.provision (ProvisionListenerStackCallback.java:66) at com.google.inject.internal.ProviderInternalFactory.circularGet (ProviderInternalFactory.java:62) at com.google.inject.internal.InternalFactoryToInitializableAdapter.get (InternalFactoryToInitializableAdapter.java:47) at com.google.inject.internal.InjectorImpl$1.get (InjectorImpl.java:1101) at org.eclipse.sisu.inject.Guice4$1.get (Guice4.java:162) at org.eclipse.sisu.inject.LazyBeanEntry.getValue (LazyBeanEntry.java:81) at org.eclipse.sisu.plexus.LazyPlexusBean.getValue (LazyPlexusBean.java:51) at org.codehaus.plexus.DefaultPlexusContainer.lookup (DefaultPlexusContainer.java:263) at org.codehaus.plexus.DefaultPlexusContainer.lookup (DefaultPlexusContainer.java:255) at org.apache.maven.plugin.internal.DefaultMavenPluginManager.getConfiguredMojo (DefaultMavenPluginManager.java:494) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:114) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:342) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:330) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:213) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:175) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:76) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:163) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:160) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:910) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:566) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) Caused by: java.lang.ClassNotFoundException: org.codehaus.plexus.util.cli.CommandLineException at org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass (SelfFirstStrategy.java:50) at org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass (ClassRealm.java:271) at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass (ClassRealm.java:247) at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass (ClassRealm.java:239) at org.eclipse.tycho.extras.pack200.Pack200Archiver. (Pack200Archiver.java:39) at org.eclipse.tycho.extras.pack200.Pack200Archiver$$FastClassByGuice$$292021380.GUICE$TRAMPOLINE () at org.eclipse.tycho.extras.pack200.Pack200Archiver$$FastClassByGuice$$292021380.apply () at com.google.inject.internal.DefaultConstructionProxyFactory$FastClassProxy.newInstance (DefaultConstructionProxyFactory.java:82) at com.google.inject.internal.ConstructorInjector.provision (ConstructorInjector.java:114) at com.google.inject.internal.ConstructorInjector.access$000 (ConstructorInjector.java:33) at com.google.inject.internal.ConstructorInjector$1.call (ConstructorInjector.java:98) at com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision (ProvisionListenerStackCallback.java:109) at org.eclipse.sisu.bean.BeanScheduler$CycleActivator.onProvision (BeanScheduler.java:230) at com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision (ProvisionListenerStackCallback.java:117) at com.google.inject.internal.ProvisionListenerStackCallback.provision (ProvisionListenerStackCallback.java:66) at com.google.inject.internal.ConstructorInjector.construct (ConstructorInjector.java:93) at com.google.inject.internal.ConstructorBindingImpl$Factory.get (ConstructorBindingImpl.java:300) at com.google.inject.internal.ProviderToInternalFactoryAdapter.get (ProviderToInternalFactoryAdapter.java:40) at com.google.inject.internal.SingletonScope$1.get (SingletonScope.java:169) at com.google.inject.internal.InternalFactoryToProviderAdapter.get (InternalFactoryToProviderAdapter.java:45) at com.google.inject.internal.InjectorImpl$1.get (InjectorImpl.java:1101) at org.eclipse.sisu.inject.LazyBeanEntry.getValue (LazyBeanEntry.java:81) at org.eclipse.sisu.plexus.LazyPlexusBean.getValue (LazyPlexusBean.java:51) at org.eclipse.sisu.plexus.PlexusRequirements$RequirementProvider.get (PlexusRequirements.java:250) at org.eclipse.sisu.plexus.ProvidedPropertyBinding.injectProperty (ProvidedPropertyBinding.java:48) at org.eclipse.sisu.bean.BeanInjector.injectMembers (BeanInjector.java:52) at com.google.inject.internal.MembersInjectorImpl.injectMembers (MembersInjectorImpl.java:159) at com.google.inject.internal.ConstructorInjector.provision (ConstructorInjector.java:124) at com.google.inject.internal.ConstructorInjector.access$000 (ConstructorInjector.java:33) at com.google.inject.internal.ConstructorInjector$1.call (ConstructorInjector.java:98) at com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision (ProvisionListenerStackCallback.java:109) at com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision (ProvisionListenerStackCallback.java:124) at com.google.inject.internal.ProvisionListenerStackCallback.provision (ProvisionListenerStackCallback.java:66) at com.google.inject.internal.ConstructorInjector.construct (ConstructorInjector.java:93) at com.google.inject.internal.ConstructorBindingImpl$Factory.get (ConstructorBindingImpl.java:300) at com.google.inject.internal.InjectorImpl$1.get (InjectorImpl.java:1101) at com.google.inject.internal.InjectorImpl.getInstance (InjectorImpl.java:1139) at org.eclipse.sisu.space.AbstractDeferredClass.get (AbstractDeferredClass.java:48) at com.google.inject.internal.ProviderInternalFactory.provision (ProviderInternalFactory.java:86) at com.google.inject.internal.InternalFactoryToInitializableAdapter.provision (InternalFactoryToInitializableAdapter.java:57) at com.google.inject.internal.ProviderInternalFactory$1.call (ProviderInternalFactory.java:67) at com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision (ProvisionListenerStackCallback.java:109) at com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision (ProvisionListenerStackCallback.java:124) at com.google.inject.internal.ProvisionListenerStackCallback.provision (ProvisionListenerStackCallback.java:66) at com.google.inject.internal.ProviderInternalFactory.circularGet (ProviderInternalFactory.java:62) at com.google.inject.internal.InternalFactoryToInitializableAdapter.get (InternalFactoryToInitializableAdapter.java:47) at com.google.inject.internal.InjectorImpl$1.get (InjectorImpl.java:1101) at org.eclipse.sisu.inject.Guice4$1.get (Guice4.java:162) at org.eclipse.sisu.inject.LazyBeanEntry.getValue (LazyBeanEntry.java:81) at org.eclipse.sisu.plexus.LazyPlexusBean.getValue (LazyPlexusBean.java:51) at org.codehaus.plexus.DefaultPlexusContainer.lookup (DefaultPlexusContainer.java:263) at org.codehaus.plexus.DefaultPlexusContainer.lookup (DefaultPlexusContainer.java:255) at org.apache.maven.plugin.internal.DefaultMavenPluginManager.getConfiguredMojo (DefaultMavenPluginManager.java:494) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:114) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:342) at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:330) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:213) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:175) at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:76) at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:163) at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:160) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) at org.apache.maven.cli.MavenCli.execute (MavenCli.java:910) at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke (Method.java:566) at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for root 1.6.0-SNAPSHOT: [INFO] [INFO] root ............................................... SUCCESS [ 0.074 s] [INFO] plugins ............................................ FAILURE [ 0.201 s] [INFO] org.eclipse.emf.edapt.common ....................... SKIPPED [INFO] org.eclipse.emf.edapt.common.ui .................... SKIPPED [INFO] org.eclipse.emf.edapt.migration .................... SKIPPED [INFO] org.eclipse.emf.edapt.declaration .................. SKIPPED [INFO] org.eclipse.emf.edapt.declaration.edit ............. SKIPPED [INFO] org.eclipse.emf.edapt.declaration.editor ........... SKIPPED [INFO] org.eclipse.emf.edapt.history ...................... SKIPPED [INFO] org.eclipse.emf.edapt.history.cdo .................. SKIPPED [INFO] org.eclipse.emf.edapt.history.edit ................. SKIPPED [INFO] org.eclipse.emf.edapt.history.editor ............... SKIPPED [INFO] org.eclipse.emf.edapt.migration.test ............... SKIPPED [INFO] org.eclipse.emf.edapt.migration.ui ................. SKIPPED [INFO] features ........................................... SKIPPED [INFO] org.eclipse.emf.edapt.runtime.feature .............. SKIPPED [INFO] org.eclipse.emf.edapt.runtime.cdo.feature .......... SKIPPED [INFO] org.eclipse.emf.edapt.recorder.feature ............. SKIPPED [INFO] org.eclipse.emf.edapt.releng.p2 .................... SKIPPED [INFO] org.eclipse.emf.edapt.tests ........................ SKIPPED [INFO] org.eclipse.emf.edapt.common.tests ................. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 48.462 s [INFO] Finished at: 2023-09-11T10:00:07Z [INFO] ------------------------------------------------------------------------ [WARNING] [WARNING] Plugin validation issues were detected in 7 plugin(s) [WARNING] [WARNING] * org.eclipse.tycho:tycho-versions-plugin:2.7.5 [WARNING] * org.apache.maven.plugins:maven-site-plugin:3.12.1 [WARNING] * org.eclipse.tycho:tycho-p2-repository-plugin:2.7.5 [WARNING] * org.eclipse.tycho:tycho-packaging-plugin:2.7.5 [WARNING] * org.eclipse.tycho:tycho-compiler-plugin:2.7.5 [WARNING] * org.eclipse.tycho:tycho-source-plugin:2.7.5 [WARNING] * org.eclipse.tycho:tycho-ds-plugin:2.7.5 [WARNING] [WARNING] For more or less details, use 'maven.plugin.validation' property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE] [WARNING] [ERROR] Failed to execute goal org.eclipse.tycho.extras:tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) on project plugins: Execution pack200-normalize of goal org.eclipse.tycho.extras:tycho-pack200a-plugin:2.7.5:normalize failed: Unable to load the mojo 'normalize' in the plugin 'org.eclipse.tycho.extras:tycho-pack200a-plugin:2.7.5'. A required class is missing: org/codehaus/plexus/util/cli/CommandLineException [ERROR] ----------------------------------------------------- [ERROR] realm = plugin>org.eclipse.tycho.extras:tycho-pack200a-plugin:2.7.5 [ERROR] strategy = org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy [ERROR] urls[0] = file:/home/jenkins/agent/workspace/emf-edapt-release/.repository/org/eclipse/tycho/extras/tycho-pack200a-plugin/2.7.5/tycho-pack200a-plugin-2.7.5.jar [ERROR] urls[1] = file:/home/jenkins/agent/workspace/emf-edapt-release/.repository/org/eclipse/tycho/extras/tycho-pack200-impl/2.7.5/tycho-pack200-impl-2.7.5.jar [ERROR] Number of foreign imports: 1 [ERROR] import: Entry[import from realm ClassRealm[project>edapt:root:1.6.0-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]]] [ERROR] [ERROR] -----------------------------------------------------: org.codehaus.plexus.util.cli.CommandLineException [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginContainerException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :plugins Build step 'Invoke top-level Maven targets' marked build as failure Sending e-mails to: jfaltermeier@eclipsesource.com Recording test results ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error? Archiving artifacts Finished: FAILURE