Started by user Johannes Faltermeier Running as Johannes Faltermeier Agent basic-tshd8 is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-tshd8" 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-tshd8" - 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-tshd8" - 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-tshd8 (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" > git rev-list --no-walk d29d07c8d11d616ea4f3032620a6d51f592b9481 # timeout=10 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/3.8.6/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.8.6 (84538c9988a25aec085021c365c560670ad80f63) Maven home: /opt/tools/apache-maven/3.8.6 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@3dc7c5fd... 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@3dc7c5fd... [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@3dc7c5fd... [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@3dc7c5fd... [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@3dc7c5fd... [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@3dc7c5fd... [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@3dc7c5fd... [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@3dc7c5fd... [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@3dc7c5fd... [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] 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] 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] 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] 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@3dc7c5fd... [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@3dc7c5fd... [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@3dc7c5fd... [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@3dc7c5fd... [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@3dc7c5fd... [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@3dc7c5fd... [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@3dc7c5fd... [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@3dc7c5fd... [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] 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@3dc7c5fd... [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] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ root --- [INFO] [INFO] ---------------------------< edapt:plugins >---------------------------- [INFO] Building plugins 1.6.0-SNAPSHOT [2/21] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ plugins --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (attach-source) @ plugins --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ plugins --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ plugins --- [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ plugins --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ plugins --- [INFO] [INFO] -----------------< edapt:org.eclipse.emf.edapt.common >----------------- [INFO] Building org.eclipse.emf.edapt.common 1.6.0-SNAPSHOT [3/21] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.edapt.common --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.edapt.common --- [INFO] The project's OSGi version is 1.6.0.202309111005 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.edapt.common --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.edapt.common --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.edapt.common --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.edapt.common --- [INFO] Resolving class path of org.eclipse.emf.edapt.common... [INFO] Fetching org.eclipse.equinox.transforms.hook_1.2.100.v20171221-2204.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (14.89kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.transforms.hook_1.2.100.v20171221-2204.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (14.89kB) [INFO] Unpacking org.eclipse.equinox.transforms.hook_1.2.100.v20171221-2204... [INFO] Fetching org.eclipse.emf.cdo.ecore.retrofit_4.2.0.v20130601-0856.jar.pack.gz from https://archive.eclipse.org/modeling/emf/cdo/drops/R20130613-1157/plugins/ (12.34kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.emf.cdo.ecore.retrofit_4.2.0.v20130601-0856.jar.pack.gz from https://archive.eclipse.org/modeling/emf/cdo/drops/R20130613-1157/plugins/ (12.34kB) [INFO] Unpacking org.eclipse.emf.cdo.ecore.retrofit_4.2.0.v20130601-0856... [INFO] Fetching org.eclipse.equinox.region_1.4.100.v20171221-2204.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (29.17kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.region_1.4.100.v20171221-2204.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (29.17kB) [INFO] Unpacking org.eclipse.equinox.region_1.4.100.v20171221-2204... [INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.200.v20140124-1940.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (9.15kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.core.filesystem.linux.x86_64_1.2.200.v20140124-1940... [INFO] Fetching org.eclipse.osgi.compatibility.state_1.1.100.v20180331-1743.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (101.87kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.osgi.compatibility.state_1.1.100.v20180331-1743.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (101.87kB) [INFO] Unpacking org.eclipse.osgi.compatibility.state_1.1.100.v20180331-1743... [INFO] Fetching org.eclipse.equinox.weaving.hook_1.2.100.v20171221-2204.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (21.68kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.weaving.hook_1.2.100.v20171221-2204.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (21.68kB) [INFO] Unpacking org.eclipse.equinox.weaving.hook_1.2.100.v20171221-2204... [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.edapt.common --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.common/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.emf.edapt.common --- [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.common/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.emf.edapt.common --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.edapt.common --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.common/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.emf.edapt.common --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.emf.edapt.common --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.edapt.common --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (attach-source) @ org.eclipse.emf.edapt.common --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.common/target/org.eclipse.emf.edapt.common-1.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.emf.edapt.common --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.common/target/org.eclipse.emf.edapt.common-1.6.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.edapt.common --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.emf.edapt.common --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.common/target/org.eclipse.emf.edapt.common-1.6.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.emf.edapt.common --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.common/target/org.eclipse.emf.edapt.common-1.6.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.common/target/org.eclipse.emf.edapt.common-1.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.emf.edapt.common --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.common/target/org.eclipse.emf.edapt.common-1.6.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.edapt.common --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.emf.edapt.common --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.emf.edapt.common --- [INFO] No tests to run. [INFO] [INFO] ---------------< edapt:org.eclipse.emf.edapt.common.ui >---------------- [INFO] Building org.eclipse.emf.edapt.common.ui 1.6.0-SNAPSHOT [4/21] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.edapt.common.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.edapt.common.ui --- [INFO] The project's OSGi version is 1.6.0.202309111005 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.edapt.common.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.edapt.common.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.edapt.common.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.edapt.common.ui --- [INFO] Resolving class path of org.eclipse.emf.edapt.common.ui... [INFO] Fetching org.eclipse.equinox.security.linux.x86_64_1.1.0.v20171221-2204.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (12.36kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.equinox.security.linux.x86_64_1.1.0.v20171221-2204.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (12.36kB) [INFO] Unpacking org.eclipse.equinox.security.linux.x86_64_1.1.0.v20171221-2204... [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.0.300.v20180403-0945.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (7.94kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.0.300.v20180403-0945.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (7.94kB) [INFO] Unpacking org.eclipse.e4.ui.swt.gtk_1.0.300.v20180403-0945... [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.edapt.common.ui --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.common.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.emf.edapt.common.ui --- [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.common.ui/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.emf.edapt.common.ui --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.edapt.common.ui --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.common.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.emf.edapt.common.ui --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.emf.edapt.common.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.edapt.common.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (attach-source) @ org.eclipse.emf.edapt.common.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.common.ui/target/org.eclipse.emf.edapt.common.ui-1.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.emf.edapt.common.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.common.ui/target/org.eclipse.emf.edapt.common.ui-1.6.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.edapt.common.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.emf.edapt.common.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.common.ui/target/org.eclipse.emf.edapt.common.ui-1.6.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.emf.edapt.common.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.common.ui/target/org.eclipse.emf.edapt.common.ui-1.6.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.common.ui/target/org.eclipse.emf.edapt.common.ui-1.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.emf.edapt.common.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.common.ui/target/org.eclipse.emf.edapt.common.ui-1.6.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.edapt.common.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.emf.edapt.common.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.emf.edapt.common.ui --- [INFO] No tests to run. [INFO] [INFO] ---------------< edapt:org.eclipse.emf.edapt.migration >---------------- [INFO] Building org.eclipse.emf.edapt.migration 1.6.0-SNAPSHOT [5/21] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.edapt.migration --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.edapt.migration --- [INFO] The project's OSGi version is 1.6.0.202309111005 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.edapt.migration --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.edapt.migration --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.edapt.migration --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.edapt.migration --- [INFO] Resolving class path of org.eclipse.emf.edapt.migration... [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.edapt.migration --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.migration/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.emf.edapt.migration --- [INFO] Compiling 50 source files to /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.migration/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.emf.edapt.migration --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.edapt.migration --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.migration/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.emf.edapt.migration --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.emf.edapt.migration --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.edapt.migration --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (attach-source) @ org.eclipse.emf.edapt.migration --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.migration/target/org.eclipse.emf.edapt.migration-1.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.emf.edapt.migration --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.migration/target/org.eclipse.emf.edapt.migration-1.6.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.edapt.migration --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.emf.edapt.migration --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.migration/target/org.eclipse.emf.edapt.migration-1.6.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.emf.edapt.migration --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.migration/target/org.eclipse.emf.edapt.migration-1.6.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.migration/target/org.eclipse.emf.edapt.migration-1.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.emf.edapt.migration --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.migration/target/org.eclipse.emf.edapt.migration-1.6.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.edapt.migration --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.emf.edapt.migration --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.emf.edapt.migration --- [INFO] No tests to run. [INFO] [INFO] --------------< edapt:org.eclipse.emf.edapt.declaration >--------------- [INFO] Building org.eclipse.emf.edapt.declaration 1.6.0-SNAPSHOT [6/21] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.edapt.declaration --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.edapt.declaration --- [INFO] The project's OSGi version is 1.6.0.202309111005 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.edapt.declaration --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.edapt.declaration --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.edapt.declaration --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.edapt.declaration --- [INFO] Resolving class path of org.eclipse.emf.edapt.declaration... [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.edapt.declaration --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.declaration/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.emf.edapt.declaration --- [INFO] Compiling 107 source files to /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.declaration/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.emf.edapt.declaration --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.edapt.declaration --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.declaration/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.emf.edapt.declaration --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.emf.edapt.declaration --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.edapt.declaration --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (attach-source) @ org.eclipse.emf.edapt.declaration --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.declaration/target/org.eclipse.emf.edapt.declaration-1.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.emf.edapt.declaration --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.declaration/target/org.eclipse.emf.edapt.declaration-1.6.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.edapt.declaration --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.emf.edapt.declaration --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.declaration/target/org.eclipse.emf.edapt.declaration-1.6.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.emf.edapt.declaration --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.declaration/target/org.eclipse.emf.edapt.declaration-1.6.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.declaration/target/org.eclipse.emf.edapt.declaration-1.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.emf.edapt.declaration --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.declaration/target/org.eclipse.emf.edapt.declaration-1.6.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.edapt.declaration --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.emf.edapt.declaration --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.emf.edapt.declaration --- [INFO] No tests to run. [INFO] [INFO] ------------< edapt:org.eclipse.emf.edapt.declaration.edit >------------ [INFO] Building org.eclipse.emf.edapt.declaration.edit 1.6.0-SNAPSHOT [7/21] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.edapt.declaration.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.edapt.declaration.edit --- [INFO] The project's OSGi version is 1.6.0.202309111005 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.edapt.declaration.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.edapt.declaration.edit --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.edapt.declaration.edit --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.edapt.declaration.edit --- [INFO] Resolving class path of org.eclipse.emf.edapt.declaration.edit... [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.edapt.declaration.edit --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.declaration.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.emf.edapt.declaration.edit --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.declaration.edit/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.emf.edapt.declaration.edit --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.edapt.declaration.edit --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.declaration.edit/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.emf.edapt.declaration.edit --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.emf.edapt.declaration.edit --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.edapt.declaration.edit --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (attach-source) @ org.eclipse.emf.edapt.declaration.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.declaration.edit/target/org.eclipse.emf.edapt.declaration.edit-1.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.emf.edapt.declaration.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.declaration.edit/target/org.eclipse.emf.edapt.declaration.edit-1.6.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.edapt.declaration.edit --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.emf.edapt.declaration.edit --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.declaration.edit/target/org.eclipse.emf.edapt.declaration.edit-1.6.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.emf.edapt.declaration.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.declaration.edit/target/org.eclipse.emf.edapt.declaration.edit-1.6.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.declaration.edit/target/org.eclipse.emf.edapt.declaration.edit-1.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.emf.edapt.declaration.edit --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.declaration.edit/target/org.eclipse.emf.edapt.declaration.edit-1.6.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.edapt.declaration.edit --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.emf.edapt.declaration.edit --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.emf.edapt.declaration.edit --- [INFO] No tests to run. [INFO] [INFO] -----------< edapt:org.eclipse.emf.edapt.declaration.editor >----------- [INFO] Building org.eclipse.emf.edapt.declaration.editor 1.6.0-SNAPSHOT [8/21] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.edapt.declaration.editor --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.edapt.declaration.editor --- [INFO] The project's OSGi version is 1.6.0.202309111005 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.edapt.declaration.editor --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.edapt.declaration.editor --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.edapt.declaration.editor --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.edapt.declaration.editor --- [INFO] Resolving class path of org.eclipse.emf.edapt.declaration.editor... [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.edapt.declaration.editor --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.declaration.editor/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.emf.edapt.declaration.editor --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.declaration.editor/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.emf.edapt.declaration.editor --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.edapt.declaration.editor --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.declaration.editor/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.emf.edapt.declaration.editor --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.emf.edapt.declaration.editor --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.edapt.declaration.editor --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (attach-source) @ org.eclipse.emf.edapt.declaration.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.declaration.editor/target/org.eclipse.emf.edapt.declaration.editor-1.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.emf.edapt.declaration.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.declaration.editor/target/org.eclipse.emf.edapt.declaration.editor-1.6.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.edapt.declaration.editor --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.emf.edapt.declaration.editor --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.declaration.editor/target/org.eclipse.emf.edapt.declaration.editor-1.6.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.emf.edapt.declaration.editor --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.declaration.editor/target/org.eclipse.emf.edapt.declaration.editor-1.6.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.declaration.editor/target/org.eclipse.emf.edapt.declaration.editor-1.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.emf.edapt.declaration.editor --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.declaration.editor/target/org.eclipse.emf.edapt.declaration.editor-1.6.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.edapt.declaration.editor --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.emf.edapt.declaration.editor --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.emf.edapt.declaration.editor --- [INFO] No tests to run. [INFO] [INFO] ----------------< edapt:org.eclipse.emf.edapt.history >----------------- [INFO] Building org.eclipse.emf.edapt.history 1.6.0-SNAPSHOT [9/21] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.edapt.history --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.edapt.history --- [INFO] The project's OSGi version is 1.6.0.202309111005 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.edapt.history --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.edapt.history --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.edapt.history --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.edapt.history --- [INFO] Resolving class path of org.eclipse.emf.edapt.history... [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.edapt.history --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.history/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.emf.edapt.history --- [INFO] Compiling 94 source files to /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.history/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.emf.edapt.history --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.edapt.history --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.history/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.emf.edapt.history --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.emf.edapt.history --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.edapt.history --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (attach-source) @ org.eclipse.emf.edapt.history --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.history/target/org.eclipse.emf.edapt.history-1.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.emf.edapt.history --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.history/target/org.eclipse.emf.edapt.history-1.6.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.edapt.history --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.emf.edapt.history --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.history/target/org.eclipse.emf.edapt.history-1.6.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.emf.edapt.history --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.history/target/org.eclipse.emf.edapt.history-1.6.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.history/target/org.eclipse.emf.edapt.history-1.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.emf.edapt.history --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.history/target/org.eclipse.emf.edapt.history-1.6.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.edapt.history --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.emf.edapt.history --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.emf.edapt.history --- [INFO] No tests to run. [INFO] [INFO] --------------< edapt:org.eclipse.emf.edapt.history.cdo >--------------- [INFO] Building org.eclipse.emf.edapt.history.cdo 1.6.0-SNAPSHOT [10/21] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.edapt.history.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.edapt.history.cdo --- [INFO] The project's OSGi version is 1.6.0.202309111005 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.edapt.history.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.edapt.history.cdo --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.edapt.history.cdo --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.edapt.history.cdo --- [INFO] Resolving class path of org.eclipse.emf.edapt.history.cdo... [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.edapt.history.cdo --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.history.cdo/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.emf.edapt.history.cdo --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.history.cdo/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.emf.edapt.history.cdo --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.edapt.history.cdo --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.history.cdo/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.emf.edapt.history.cdo --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.emf.edapt.history.cdo --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.edapt.history.cdo --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (attach-source) @ org.eclipse.emf.edapt.history.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.history.cdo/target/org.eclipse.emf.edapt.history.cdo-1.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.emf.edapt.history.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.history.cdo/target/org.eclipse.emf.edapt.history.cdo-1.6.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.edapt.history.cdo --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.emf.edapt.history.cdo --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.history.cdo/target/org.eclipse.emf.edapt.history.cdo-1.6.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.emf.edapt.history.cdo --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.history.cdo/target/org.eclipse.emf.edapt.history.cdo-1.6.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.history.cdo/target/org.eclipse.emf.edapt.history.cdo-1.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.emf.edapt.history.cdo --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.history.cdo/target/org.eclipse.emf.edapt.history.cdo-1.6.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.edapt.history.cdo --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.emf.edapt.history.cdo --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.emf.edapt.history.cdo --- [INFO] No tests to run. [INFO] [INFO] --------------< edapt:org.eclipse.emf.edapt.history.edit >-------------- [INFO] Building org.eclipse.emf.edapt.history.edit 1.6.0-SNAPSHOT [11/21] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.edapt.history.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.edapt.history.edit --- [INFO] The project's OSGi version is 1.6.0.202309111005 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.edapt.history.edit --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.edapt.history.edit --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.edapt.history.edit --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.edapt.history.edit --- [INFO] Resolving class path of org.eclipse.emf.edapt.history.edit... [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.edapt.history.edit --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.history.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.emf.edapt.history.edit --- [INFO] Compiling 48 source files to /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.history.edit/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.emf.edapt.history.edit --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.edapt.history.edit --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.history.edit/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.emf.edapt.history.edit --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.emf.edapt.history.edit --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.edapt.history.edit --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (attach-source) @ org.eclipse.emf.edapt.history.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.history.edit/target/org.eclipse.emf.edapt.history.edit-1.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.emf.edapt.history.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.history.edit/target/org.eclipse.emf.edapt.history.edit-1.6.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.edapt.history.edit --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.emf.edapt.history.edit --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.history.edit/target/org.eclipse.emf.edapt.history.edit-1.6.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.emf.edapt.history.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.history.edit/target/org.eclipse.emf.edapt.history.edit-1.6.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.history.edit/target/org.eclipse.emf.edapt.history.edit-1.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.emf.edapt.history.edit --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.history.edit/target/org.eclipse.emf.edapt.history.edit-1.6.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.edapt.history.edit --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.emf.edapt.history.edit --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.emf.edapt.history.edit --- [INFO] No tests to run. [INFO] [INFO] -------------< edapt:org.eclipse.emf.edapt.history.editor >------------- [INFO] Building org.eclipse.emf.edapt.history.editor 1.6.0-SNAPSHOT [12/21] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.edapt.history.editor --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.edapt.history.editor --- [INFO] The project's OSGi version is 1.6.0.202309111005 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.edapt.history.editor --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.edapt.history.editor --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.edapt.history.editor --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.edapt.history.editor --- [INFO] Resolving class path of org.eclipse.emf.edapt.history.editor... [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 [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.jdt.compiler.tool_1.2.200.v20180512-1206.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (144.52kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.compiler.tool_1.2.200.v20180512-1206.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (144.52kB) [INFO] Unpacking org.eclipse.jdt.compiler.tool_1.2.200.v20180512-1206... [INFO] Fetching org.eclipse.ant.optional.junit_3.3.200.v20160315-2119.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (6.81kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.ant.optional.junit_3.3.200.v20160315-2119.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (6.81kB) [INFO] Unpacking org.eclipse.ant.optional.junit_3.3.200.v20160315-2119... [INFO] Fetching org.eclipse.jdt.compiler.apt_1.3.200.v20180523-0418.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (76.05kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.jdt.compiler.apt_1.3.200.v20180523-0418.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (76.05kB) [INFO] Unpacking org.eclipse.jdt.compiler.apt_1.3.200.v20180523-0418... [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.edapt.history.editor --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.history.editor/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.emf.edapt.history.editor --- [INFO] Compiling 57 source files to /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.history.editor/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.emf.edapt.history.editor --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.edapt.history.editor --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.history.editor/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.emf.edapt.history.editor --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.emf.edapt.history.editor --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.edapt.history.editor --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (attach-source) @ org.eclipse.emf.edapt.history.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.history.editor/target/org.eclipse.emf.edapt.history.editor-1.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.emf.edapt.history.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.history.editor/target/org.eclipse.emf.edapt.history.editor-1.6.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.edapt.history.editor --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.emf.edapt.history.editor --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.history.editor/target/org.eclipse.emf.edapt.history.editor-1.6.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.emf.edapt.history.editor --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.history.editor/target/org.eclipse.emf.edapt.history.editor-1.6.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.history.editor/target/org.eclipse.emf.edapt.history.editor-1.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.emf.edapt.history.editor --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.history.editor/target/org.eclipse.emf.edapt.history.editor-1.6.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.edapt.history.editor --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.emf.edapt.history.editor --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.emf.edapt.history.editor --- [INFO] No tests to run. [INFO] [INFO] -------------< edapt:org.eclipse.emf.edapt.migration.test >------------- [INFO] Building org.eclipse.emf.edapt.migration.test 1.6.0-SNAPSHOT [13/21] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.edapt.migration.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.edapt.migration.test --- [INFO] The project's OSGi version is 1.6.0.202309111005 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.edapt.migration.test --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.edapt.migration.test --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.edapt.migration.test --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.edapt.migration.test --- [INFO] Resolving class path of org.eclipse.emf.edapt.migration.test... [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.edapt.migration.test --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.migration.test/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.emf.edapt.migration.test --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.migration.test/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.emf.edapt.migration.test --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.edapt.migration.test --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.migration.test/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.emf.edapt.migration.test --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.migration.test/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ org.eclipse.emf.edapt.migration.test --- [INFO] Tests are skipped. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.edapt.migration.test --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (attach-source) @ org.eclipse.emf.edapt.migration.test --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.migration.test/target/org.eclipse.emf.edapt.migration.test-1.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.emf.edapt.migration.test --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.migration.test/target/org.eclipse.emf.edapt.migration.test-1.6.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.edapt.migration.test --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.emf.edapt.migration.test --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.migration.test/target/org.eclipse.emf.edapt.migration.test-1.6.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.emf.edapt.migration.test --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.migration.test/target/org.eclipse.emf.edapt.migration.test-1.6.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.migration.test/target/org.eclipse.emf.edapt.migration.test-1.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.emf.edapt.migration.test --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.migration.test/target/org.eclipse.emf.edapt.migration.test-1.6.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.edapt.migration.test --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.emf.edapt.migration.test --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.emf.edapt.migration.test --- [INFO] No tests to run. [INFO] [INFO] --------------< edapt:org.eclipse.emf.edapt.migration.ui >-------------- [INFO] Building org.eclipse.emf.edapt.migration.ui 1.6.0-SNAPSHOT [14/21] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.edapt.migration.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.edapt.migration.ui --- [INFO] The project's OSGi version is 1.6.0.202309111005 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.edapt.migration.ui --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.edapt.migration.ui --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.edapt.migration.ui --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.edapt.migration.ui --- [INFO] Resolving class path of org.eclipse.emf.edapt.migration.ui... [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 [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] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.edapt.migration.ui --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.migration.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.emf.edapt.migration.ui --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.migration.ui/target/classes [INFO] [INFO] --- tycho-ds-plugin:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.emf.edapt.migration.ui --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.edapt.migration.ui --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.migration.ui/src/test/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:testCompile (default-testCompile) @ org.eclipse.emf.edapt.migration.ui --- [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (default-test) @ org.eclipse.emf.edapt.migration.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.edapt.migration.ui --- [INFO] [INFO] --- tycho-source-plugin:2.7.5:plugin-source (attach-source) @ org.eclipse.emf.edapt.migration.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.migration.ui/target/org.eclipse.emf.edapt.migration.ui-1.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.emf.edapt.migration.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.migration.ui/target/org.eclipse.emf.edapt.migration.ui-1.6.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.edapt.migration.ui --- [INFO] [INFO] --- tycho-pack200a-plugin:2.7.5:normalize (pack200-normalize) @ org.eclipse.emf.edapt.migration.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.migration.ui/target/org.eclipse.emf.edapt.migration.ui-1.6.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.emf.edapt.migration.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.migration.ui/target/org.eclipse.emf.edapt.migration.ui-1.6.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.migration.ui/target/org.eclipse.emf.edapt.migration.ui-1.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-pack200b-plugin:2.7.5:pack (pack200-pack) @ org.eclipse.emf.edapt.migration.ui --- [WARNING] Pack200 actions are deprecated and scheduled for removal. [INFO] Pack200 packing jar /home/jenkins/agent/workspace/emf-edapt-release/plugins/org.eclipse.emf.edapt.migration.ui/target/org.eclipse.emf.edapt.migration.ui-1.6.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.edapt.migration.ui --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:integration-test (default-integration-test) @ org.eclipse.emf.edapt.migration.ui --- [INFO] [INFO] --- maven-failsafe-plugin:2.22.2:verify (default-verify) @ org.eclipse.emf.edapt.migration.ui --- [INFO] No tests to run. [INFO] [INFO] ---------------------------< edapt:features >--------------------------- [INFO] Building features 1.6.0-SNAPSHOT [15/21] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ features --- [INFO] [INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (generate-source-feature) @ features --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ features --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ features --- [INFO] [INFO] ------------< edapt:org.eclipse.emf.edapt.runtime.feature >------------- [INFO] Building org.eclipse.emf.edapt.runtime.feature 1.6.0-SNAPSHOT [16/21] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.edapt.runtime.feature --- [INFO] Deleting /home/jenkins/agent/workspace/emf-edapt-release/features/org.eclipse.emf.edapt.runtime.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.edapt.runtime.feature --- [INFO] The project's OSGi version is 1.6.0.202309111005 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.edapt.runtime.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.edapt.runtime.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.edapt.runtime.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.edapt.runtime.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-feature (default-package-feature) @ org.eclipse.emf.edapt.runtime.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-release/features/org.eclipse.emf.edapt.runtime.feature/target/org.eclipse.emf.edapt.runtime.feature-1.6.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.edapt.runtime.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.edapt.runtime.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (generate-source-feature) @ org.eclipse.emf.edapt.runtime.feature --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-release/features/org.eclipse.emf.edapt.runtime.feature/target/org.eclipse.emf.edapt.runtime.feature-1.6.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.emf.edapt.runtime.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-edapt-release/features/org.eclipse.emf.edapt.runtime.feature/target/org.eclipse.emf.edapt.runtime.feature-1.6.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-edapt-release/features/org.eclipse.emf.edapt.runtime.feature/target/org.eclipse.emf.edapt.runtime.feature-1.6.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.edapt.runtime.feature --- [INFO] [INFO] ----------< edapt:org.eclipse.emf.edapt.runtime.cdo.feature >----------- [INFO] Building org.eclipse.emf.edapt.runtime.cdo.feature 1.6.0-SNAPSHOT [17/21] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.edapt.runtime.cdo.feature --- [INFO] Deleting /home/jenkins/agent/workspace/emf-edapt-release/features/org.eclipse.emf.edapt.runtime.cdo.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.edapt.runtime.cdo.feature --- [INFO] The project's OSGi version is 1.6.0.202309111005 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.edapt.runtime.cdo.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.edapt.runtime.cdo.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.edapt.runtime.cdo.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.edapt.runtime.cdo.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-feature (default-package-feature) @ org.eclipse.emf.edapt.runtime.cdo.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-release/features/org.eclipse.emf.edapt.runtime.cdo.feature/target/org.eclipse.emf.edapt.runtime.cdo.feature-1.6.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.edapt.runtime.cdo.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.edapt.runtime.cdo.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (generate-source-feature) @ org.eclipse.emf.edapt.runtime.cdo.feature --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-release/features/org.eclipse.emf.edapt.runtime.cdo.feature/target/org.eclipse.emf.edapt.runtime.cdo.feature-1.6.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.emf.edapt.runtime.cdo.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-edapt-release/features/org.eclipse.emf.edapt.runtime.cdo.feature/target/org.eclipse.emf.edapt.runtime.cdo.feature-1.6.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-edapt-release/features/org.eclipse.emf.edapt.runtime.cdo.feature/target/org.eclipse.emf.edapt.runtime.cdo.feature-1.6.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.edapt.runtime.cdo.feature --- [INFO] [INFO] ------------< edapt:org.eclipse.emf.edapt.recorder.feature >------------ [INFO] Building org.eclipse.emf.edapt.recorder.feature 1.6.0-SNAPSHOT [18/21] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.edapt.recorder.feature --- [INFO] Deleting /home/jenkins/agent/workspace/emf-edapt-release/features/org.eclipse.emf.edapt.recorder.feature/target [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.edapt.recorder.feature --- [INFO] The project's OSGi version is 1.6.0.202309111005 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.edapt.recorder.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.edapt.recorder.feature --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.edapt.recorder.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.edapt.recorder.feature --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-feature (default-package-feature) @ org.eclipse.emf.edapt.recorder.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-release/features/org.eclipse.emf.edapt.recorder.feature/target/org.eclipse.emf.edapt.recorder.feature-1.6.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.edapt.recorder.feature --- [INFO] [INFO] --- tycho-p2-plugin:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.edapt.recorder.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:2.7.5:source-feature (generate-source-feature) @ org.eclipse.emf.edapt.recorder.feature --- [WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality [INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-release/features/org.eclipse.emf.edapt.recorder.feature/target/org.eclipse.emf.edapt.recorder.feature-1.6.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.1:sign (sign) @ org.eclipse.emf.edapt.recorder.feature --- [INFO] Signing jar: /home/jenkins/agent/workspace/emf-edapt-release/features/org.eclipse.emf.edapt.recorder.feature/target/org.eclipse.emf.edapt.recorder.feature-1.6.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/emf-edapt-release/features/org.eclipse.emf.edapt.recorder.feature/target/org.eclipse.emf.edapt.recorder.feature-1.6.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.edapt.recorder.feature --- [INFO] [INFO] --< org.eclipse.emf.edapt.releng.p2:org.eclipse.emf.edapt.releng.p2 >--- [INFO] Building org.eclipse.emf.edapt.releng.p2 1.6.0-SNAPSHOT [19/21] [INFO] -------------------------[ eclipse-repository ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.edapt.releng.p2 --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.edapt.releng.p2 --- [INFO] The project's OSGi version is 1.6.0.202309111005 [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.emf.edapt.releng.p2 --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.edapt.releng.p2 --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.edapt.releng.p2 --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-release/builds/org.eclipse.emf.edapt.releng.p2/src/main/resources [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.emf.edapt.releng.p2 --- [INFO] Published profile IUs: [a.jre.javase 11.0.0] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:publish-products (default-publish-products) @ org.eclipse.emf.edapt.releng.p2 --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:publish-categories (default-publish-categories) @ org.eclipse.emf.edapt.releng.p2 --- [INFO] [INFO] --- tycho-p2-publisher-plugin:2.7.5:attach-artifacts (default-attach-artifacts) @ org.eclipse.emf.edapt.releng.p2 --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.7.5:assemble-repository (default-assemble-repository) @ org.eclipse.emf.edapt.releng.p2 --- [INFO] [INFO] --- tycho-p2-repository-plugin:2.7.5:archive-repository (default-archive-repository) @ org.eclipse.emf.edapt.releng.p2 --- [INFO] Building zip: /home/jenkins/agent/workspace/emf-edapt-release/builds/org.eclipse.emf.edapt.releng.p2/target/org.eclipse.emf.edapt.releng.p2-1.6.0-SNAPSHOT.zip [INFO] [INFO] -----------------< edapt:org.eclipse.emf.edapt.tests >------------------ [INFO] Building org.eclipse.emf.edapt.tests 1.6.0-SNAPSHOT [20/21] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.edapt.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.edapt.tests --- [INFO] The project's OSGi version is 1.6.0.202309111005 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.edapt.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.edapt.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.edapt.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.edapt.tests --- [INFO] Resolving class path of org.eclipse.emf.edapt.tests... [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 [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.equinox.launcher.gtk.linux.x86_64_1.1.700.v20180518-1200.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (78kB) [INFO] The user operation is waiting for background work to complete. [INFO] Unpacking org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.700.v20180518-1200... [INFO] Fetching org.eclipse.core.net.linux.x86_64_1.2.100.v20180515-0858.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (36.86kB) [INFO] The user operation is waiting for background work to complete. [INFO] Fetching org.eclipse.core.net.linux.x86_64_1.2.100.v20180515-0858.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.8/R-4.8-201806110500/plugins/ (36.86kB) [INFO] Unpacking org.eclipse.core.net.linux.x86_64_1.2.100.v20180515-0858... [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.edapt.tests --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-release/tests/org.eclipse.emf.edapt.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.emf.edapt.tests --- [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/emf-edapt-release/tests/org.eclipse.emf.edapt.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.edapt.tests --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-release/tests/org.eclipse.emf.edapt.tests/src/test/resources [INFO] [INFO] --- maven-surefire-plugin:2.18.1:test (test) @ org.eclipse.emf.edapt.tests --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/emf-edapt-release/tests/org.eclipse.emf.edapt.tests/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.eclipse.emf.ecore.xmi.impl.XMLHandler (file:/home/jenkins/agent/workspace/emf-edapt-release/.repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.11.0.v20150512-0501/org.eclipse.emf.ecore.xmi-2.11.0.v20150512-0501.jar) to method com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy.getEncoding() WARNING: Please consider reporting this to the maintainers of org.eclipse.emf.ecore.xmi.impl.XMLHandler WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release Running org.eclipse.emf.edapt.tests.migration.ArchiveTest Migrate... Release 1 Step 1 Step 2 Step 3 Step 4 ...done Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.623 sec - in org.eclipse.emf.edapt.tests.migration.ArchiveTest Running org.eclipse.emf.edapt.tests.migration.MigrationTest Migrate... Release 1 Step 1 Step 2 Step 3 Step 4 Step 5 ...done Migrate... Release 1 Step 1 Step 2 Step 3 Step 4 Step 5 Step 6 Step 7 Step 8 ...done Migrate... Release 1 Step 1 Step 2 Step 3 Step 4 ...done Migrate... Release 1 Step 1 Step 2 ...done Migrate... Release 1 Step 1 Step 2 Step 3 Step 4 Step 5 Step 6 Step 7 Step 8 Step 9 Step 10 Step 11 ...done Migrate... Release 1 Step 1 Step 2 ...done Migrate... Release 1 Step 1 Step 2 Step 3 Step 4 ...done Migrate... Release 1 Step 1 Step 2 Step 3 Step 4 Step 5 Step 6 Step 7 Step 8 Step 9 Step 10 Step 11 Step 12 Step 13 Step 14 Step 15 Step 16 Step 17 Step 18 Step 19 Step 20 Step 21 Step 22 Step 23 Step 24 Step 25 Step 26 Step 27 Step 28 Step 29 Step 30 Step 31 Step 32 Step 33 Step 34 Step 35 Step 36 Step 37 Step 38 Step 39 Step 40 Step 41 Step 42 ...done Migrate... Release 1 Step 1 Step 2 ...done Migrate... Release 1 Step 1 Step 2 ...done Migrate... Release 1 Step 1 ...done Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 63.222 sec - in org.eclipse.emf.edapt.tests.migration.MigrationTest Running org.eclipse.emf.edapt.tests.migration.CustomSerializationTest Migrate... Release 1 Step 1 Step 2 ...done Migrate... Release 1 Step 1 Step 2 ...done Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec - in org.eclipse.emf.edapt.tests.migration.CustomSerializationTest Running org.eclipse.emf.edapt.tests.migration.SingleMigrationTest Migrate... Release 1 Step 1 Step 2 Step 3 Step 4 Step 5 ...done Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 sec - in org.eclipse.emf.edapt.tests.migration.SingleMigrationTest Running org.eclipse.emf.edapt.tests.migration.ConverterTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.76 sec - in org.eclipse.emf.edapt.tests.migration.ConverterTest Running org.eclipse.emf.edapt.tests.history.SimpleExamplesLifecycleTest Migrate... Release 1 Step 1 Step 2 Step 3 Step 4 ...done Migrate... Release 1 Step 1 Step 2 Step 3 Step 4 Step 5 Step 6 Step 7 Step 8 ...done Migrate... Release 1 Step 1 Step 2 ...done Migrate... Release 1 Step 1 Step 2 Step 3 Step 4 Release 2 Step 1 Step 2 ...done Migrate... Release 1 Step 1 Step 2 Step 3 Step 4 Step 5 ...done Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.874 sec - in org.eclipse.emf.edapt.tests.history.SimpleExamplesLifecycleTest Running org.eclipse.emf.edapt.tests.declaration.OperationExtractorTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec - in org.eclipse.emf.edapt.tests.declaration.OperationExtractorTest Results : Tests run: 21, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.edapt.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.emf.edapt.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-release/tests/org.eclipse.emf.edapt.tests/target/org.eclipse.emf.edapt.tests-1.6.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.edapt.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:test (default-test) @ org.eclipse.emf.edapt.tests --- [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/temurin/jdk-11/latest/bin/java) [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/emf-edapt-release/tests/org.eclipse.emf.edapt.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/temurin/jdk-11/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, --add-opens, java.base/java.lang=ALL-UNNAMED, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/emf-edapt-release/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.0.v20180512-1130/org.eclipse.equinox.launcher-1.5.0.v20180512-1130.jar, -data, /home/jenkins/agent/workspace/emf-edapt-release/tests/org.eclipse.emf.edapt.tests/target/work/data, -install, /home/jenkins/agent/workspace/emf-edapt-release/tests/org.eclipse.emf.edapt.tests/target/work, -configuration, /home/jenkins/agent/workspace/emf-edapt-release/tests/org.eclipse.emf.edapt.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/emf-edapt-release/tests/org.eclipse.emf.edapt.tests/target/surefire.properties] Running org.eclipse.emf.edapt.tests.migration.PersistencyTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.64 s - in org.eclipse.emf.edapt.tests.migration.PersistencyTest testPostLoadProcessor(org.eclipse.emf.edapt.tests.migration.PersistencyTest) Time elapsed: 0.568 s Running org.eclipse.emf.edapt.tests.migration.FactoryHelperTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 s - in org.eclipse.emf.edapt.tests.migration.FactoryHelperTest testRegisterFactoryWithWildcards(org.eclipse.emf.edapt.tests.migration.FactoryHelperTest) Time elapsed: 0.128 s testOverrideFactoryNoRegistration(org.eclipse.emf.edapt.tests.migration.FactoryHelperTest) Time elapsed: 0 s testRegisterFactoryWithoutWildcards(org.eclipse.emf.edapt.tests.migration.FactoryHelperTest) Time elapsed: 0 s Results: Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --------------< edapt:org.eclipse.emf.edapt.common.tests >-------------- [INFO] Building org.eclipse.emf.edapt.common.tests 1.6.0-SNAPSHOT [21/21] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.edapt.common.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.edapt.common.tests --- [INFO] The project's OSGi version is 1.6.0.202309111005 [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.edapt.common.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.edapt.common.tests --- [INFO] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.edapt.common.tests --- [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.edapt.common.tests --- [INFO] Resolving class path of org.eclipse.emf.edapt.common.tests... [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.edapt.common.tests --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-release/tests/org.eclipse.emf.edapt.common.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:2.7.5:compile (default-compile) @ org.eclipse.emf.edapt.common.tests --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/emf-edapt-release/tests/org.eclipse.emf.edapt.common.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.edapt.common.tests --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-edapt-release/tests/org.eclipse.emf.edapt.common.tests/src/test/resources [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.edapt.common.tests --- [INFO] [INFO] --- tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.emf.edapt.common.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-edapt-release/tests/org.eclipse.emf.edapt.common.tests/target/org.eclipse.emf.edapt.common.tests-1.6.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.edapt.common.tests --- [INFO] [INFO] --- tycho-surefire-plugin:2.7.5:test (default-test) @ org.eclipse.emf.edapt.common.tests --- [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/temurin/jdk-11/latest/bin/java) [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/emf-edapt-release/tests/org.eclipse.emf.edapt.common.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/temurin/jdk-11/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/emf-edapt-release/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.0.v20180512-1130/org.eclipse.equinox.launcher-1.5.0.v20180512-1130.jar, -data, /home/jenkins/agent/workspace/emf-edapt-release/tests/org.eclipse.emf.edapt.common.tests/target/work/data, -install, /home/jenkins/agent/workspace/emf-edapt-release/tests/org.eclipse.emf.edapt.common.tests/target/work, -configuration, /home/jenkins/agent/workspace/emf-edapt-release/tests/org.eclipse.emf.edapt.common.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/emf-edapt-release/tests/org.eclipse.emf.edapt.common.tests/target/surefire.properties] Running org.eclipse.emf.edapt.internal.common.URIUtilsTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.445 s - in org.eclipse.emf.edapt.internal.common.URIUtilsTest testGetJavaFileWithPlatformPluginURI(org.eclipse.emf.edapt.internal.common.URIUtilsTest$Core) Time elapsed: 0.337 s increment[1](org.eclipse.emf.edapt.internal.common.URIUtilsTest$IncrementVersionSegment) Time elapsed: 0.005 s increment[v1](org.eclipse.emf.edapt.internal.common.URIUtilsTest$IncrementVersionSegment) Time elapsed: 0.001 s increment[1.0.0](org.eclipse.emf.edapt.internal.common.URIUtilsTest$IncrementVersionSegment) Time elapsed: 0.001 s increment[v1.0.0](org.eclipse.emf.edapt.internal.common.URIUtilsTest$IncrementVersionSegment) Time elapsed: 0 s increment[beta_1](org.eclipse.emf.edapt.internal.common.URIUtilsTest$IncrementVersionSegment) Time elapsed: 0 s increment[beta-1.0.0](org.eclipse.emf.edapt.internal.common.URIUtilsTest$IncrementVersionSegment) Time elapsed: 0 s increment[dev1](org.eclipse.emf.edapt.internal.common.URIUtilsTest$IncrementVersionSegment) Time elapsed: 0 s increment[dev1_1.0.0](org.eclipse.emf.edapt.internal.common.URIUtilsTest$IncrementVersionSegment) Time elapsed: 0 s increment[jar.1.0.0](org.eclipse.emf.edapt.internal.common.URIUtilsTest$IncrementVersionSegment) Time elapsed: 0 s increment[v123456789012345678901234567890](org.eclipse.emf.edapt.internal.common.URIUtilsTest$IncrementVersionSegment) Time elapsed: 0.001 s increment[SNAPSHOT](org.eclipse.emf.edapt.internal.common.URIUtilsTest$IncrementVersionSegment) Time elapsed: 0 s Results: Tests run: 12, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for root 1.6.0-SNAPSHOT: [INFO] [INFO] root ............................................... SUCCESS [ 0.690 s] [INFO] plugins ............................................ SUCCESS [ 5.292 s] [INFO] org.eclipse.emf.edapt.common ....................... SUCCESS [ 16.412 s] [INFO] org.eclipse.emf.edapt.common.ui .................... SUCCESS [ 4.637 s] [INFO] org.eclipse.emf.edapt.migration .................... SUCCESS [ 6.053 s] [INFO] org.eclipse.emf.edapt.declaration .................. SUCCESS [ 4.147 s] [INFO] org.eclipse.emf.edapt.declaration.edit ............. SUCCESS [ 3.487 s] [INFO] org.eclipse.emf.edapt.declaration.editor ........... SUCCESS [ 3.322 s] [INFO] org.eclipse.emf.edapt.history ...................... SUCCESS [ 5.464 s] [INFO] org.eclipse.emf.edapt.history.cdo .................. SUCCESS [ 2.995 s] [INFO] org.eclipse.emf.edapt.history.edit ................. SUCCESS [ 4.096 s] [INFO] org.eclipse.emf.edapt.history.editor ............... SUCCESS [ 11.264 s] [INFO] org.eclipse.emf.edapt.migration.test ............... SUCCESS [ 5.268 s] [INFO] org.eclipse.emf.edapt.migration.ui ................. SUCCESS [ 3.910 s] [INFO] features ........................................... SUCCESS [ 0.004 s] [INFO] org.eclipse.emf.edapt.runtime.feature .............. SUCCESS [ 2.334 s] [INFO] org.eclipse.emf.edapt.runtime.cdo.feature .......... SUCCESS [ 1.887 s] [INFO] org.eclipse.emf.edapt.recorder.feature ............. SUCCESS [ 1.911 s] [INFO] org.eclipse.emf.edapt.releng.p2 .................... SUCCESS [ 3.567 s] [INFO] org.eclipse.emf.edapt.tests ........................ SUCCESS [01:20 min] [INFO] org.eclipse.emf.edapt.common.tests ................. SUCCESS [ 4.512 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 04:17 min [INFO] Finished at: 2023-09-11T10:09:32Z [INFO] ------------------------------------------------------------------------ Sending e-mails to: jfaltermeier@eclipsesource.com Recording test results [Checks API] No suitable checks publisher found. Archiving artifacts Finished: SUCCESS