Skip to content

Console Output

Started by upstream project "emf-transaction-deploy-master" build number 6
originally caused by:
 Started by user Pierre-Charles David
Running as Pierre-Charles David
Agent centos-7-4vh3p is provisioned from template centos-7
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: "migration_jipp-migration_centos-7"
  name: "centos-7-4vh3p"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.emfservices.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "centos-7-4vh3p"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dsun.zip.disableMemoryMapping=true\
        \ -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "centos-7-4vh3p"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.emfservices.svc.cluster.local/emfservices/"
    image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-4.2.1"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        memory: "4096Mi"
        cpu: "2000m"
      requests:
        memory: "4096Mi"
        cpu: "1000m"
    securityContext:
      privileged: false
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    beta.kubernetes.io/os: "linux"
  restartPolicy: "Never"
  securityContext: {}
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-emfservices"
      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 centos-7-4vh3p (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-sRnFaNm97jw6/agent.50
SSH_AGENT_PID=52
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration@tmp/private_key_8397124136990930600.key (/home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration@tmp/private_key_8397124136990930600.key)
[ssh-agent] Using credentials genie.emfservices (ssh://genie.emfservices@projects-storage.eclipse.org)
No credentials specified
Cloning the remote Git repository
Cloning repository git://git.eclipse.org/gitroot/emf-transaction/org.eclipse.emf.transaction.git
 > git init /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration # timeout=10
Fetching upstream changes from git://git.eclipse.org/gitroot/emf-transaction/org.eclipse.emf.transaction.git
 > git --version # timeout=10
 > git fetch --tags --progress git://git.eclipse.org/gitroot/emf-transaction/org.eclipse.emf.transaction.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git://git.eclipse.org/gitroot/emf-transaction/org.eclipse.emf.transaction.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git://git.eclipse.org/gitroot/emf-transaction/org.eclipse.emf.transaction.git # timeout=10
Fetching upstream changes from git://git.eclipse.org/gitroot/emf-transaction/org.eclipse.emf.transaction.git
 > git fetch --tags --progress git://git.eclipse.org/gitroot/emf-transaction/org.eclipse.emf.transaction.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 490e769012bcf9bb8b2433ea83e9aa8df51d2765 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 490e769012bcf9bb8b2433ea83e9aa8df51d2765 # timeout=10
Commit message: "[cleanup] Use non-deprecated Assert version"
 > git rev-list --no-walk 490e769012bcf9bb8b2433ea83e9aa8df51d2765 # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
$ pkill Xvnc
$ pkill Xrealvnc
$ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*"
Starting xvnc
[migration] $ Xvnc :42 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset

Xvnc TigerVNC 1.8.0 - built Nov 16 2020 16:47:50
Copyright (C) 1999-2017 TigerVNC Team and many others (see README.txt)
See http://www.tigervnc.org for information on TigerVNC.
Underlying X server release 12004000, The X.Org Foundation


Thu Dec 10 16:08:06 2020
 vncext:      VNC extension running!
 vncext:      Listening for VNC connections on all interface(s), port 5942
 vncext:      created VNC server for screen 0
[migration] $ /opt/tools/apache-maven/latest/bin/mvn -f org.eclipse.emf.transaction.releng/pom.xml -DPLATFORM=2020-09 -Djdk=oracle-jdk8-latest -DBUILD_LABEL=NONE -DBUILD_TYPE=I -Dlabel=migration -Dplatform=2020-09 -Dmaven.repo.local=/home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/.repository clean deploy -B -Pemf-transaction.target
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/tools/apache-maven/latest
Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.10.0-1127.el7.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] Computing target platform for MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.transaction:1.9.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction/pom.xml
[INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ (134B)
[INFO] Adding repository http://download.eclipse.org/cbi/updates/license
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B)
[INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB)
[INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB)
[INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB)
[INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/ (172B)
[INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800
[INFO] Fetching content.xml from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/
[INFO] Fetching p2.index from https://download.eclipse.org/modeling/emf/emf/builds/release/2.23/ (172B)
[INFO] Adding repository https://download.eclipse.org/modeling/emf/emf/builds/release/2.23
[INFO] Fetching content.xml.xz from https://download.eclipse.org/modeling/emf/emf/builds/release/2.23/ (29.13kB)
[INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20200831200620/repository/ (134B)
[INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/drops/R20200831200620/repository
[INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/R20200831200620/repository/
[INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/ (107.42kB)
[INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/ (172B)
[INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200831200620/repository/ (89.46kB)
[INFO] Fetching p2.index from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.12.0/ (172B)
[INFO] Adding repository https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.12.0
[INFO] Fetching content.xml.xz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.12.0/ (21.3kB)
[INFO] Fetching p2.index from https://download.eclipse.org/modeling/emf/validation/updates/releases/R202008210805/ (172B)
[INFO] Adding repository https://download.eclipse.org/modeling/emf/validation/updates/releases/R202008210805
[INFO] Fetching content.xml.xz from https://download.eclipse.org/modeling/emf/validation/updates/releases/R202008210805/ (8.44kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.transaction:1.9.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction/pom.xml
Dec 10, 2020 4:08:28 PM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond
Dec 10, 2020 4:08:28 PM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://download.eclipse.org:443
[INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (9.67MB)
[INFO] Fetching org.eclipse.core.contenttype_3.7.800.v20200724-0804.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (41.25kB)
[INFO] Fetching org.eclipse.equinox.preferences_3.8.0.v20200422-1833.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (55.59kB)
[INFO] Fetching org.eclipse.equinox.registry_3.9.0.v20200625-1425.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (77.12kB)
[INFO] Fetching org.eclipse.equinox.common_3.13.0.v20200828-1034.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (57.14kB)
[INFO] Fetching org.eclipse.osgi_3.16.0.v20200828-0759.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (468.73kB)
[INFO] Fetching org.eclipse.core.expressions_3.7.0.v20200720-1126.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (33.67kB)
[INFO] Fetching org.eclipse.core.runtime_3.19.0.v20200724-1004.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (33.42kB)
[INFO] Fetching org.eclipse.core.filesystem_1.7.700.v20200110-1734.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (27.79kB)
[INFO] Fetching org.eclipse.core.jobs_3.10.800.v20200421-0950.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (46.11kB)
[INFO] Fetching org.eclipse.core.resources_3.13.800.v20200706-2152.jar from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (875.68kB)
[INFO] Fetching org.eclipse.equinox.app_1.5.0.v20200717-0620.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (42.08kB)
[INFO] Fetching org.eclipse.emf.common_2.20.0.v20200822-0801.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (114.54kB)
[INFO] Fetching org.eclipse.emf.ecore_2.23.0.v20200630-0516.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (484.32kB)
[INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (50.81kB)
[INFO] Fetching 2.23&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=/modeling/emf/emf/builds/release/
[INFO] Fetching 60c900cee7ec001a11a694594ff872fa from https://download.eclipse.org/modeling/emf/emf/builds/release/2.23/.blobstore/7/ (96.61kB)
[INFO] Fetching org.eclipse.emf.validation_1.8.0.202008210805.jar from https://download.eclipse.org/modeling/emf/validation/updates/releases/R202008210805/plugins/ (403.7kB)
[INFO] Resolving class path of MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.transaction:1.9.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.transaction.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.transaction.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.ui/pom.xml
[INFO] Fetching com.sun.jna_4.5.1.v20190425-1842.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (1.28MB)
[INFO] Fetching com.sun.jna.platform_4.5.1.v20190425-1842.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (328.72kB)
[INFO] Fetching org.apache.batik.constants_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (13kB)
[INFO] Fetching org.apache.batik.css_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (102.39kB)
[INFO] Fetching org.apache.batik.util_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (63.23kB)
[INFO] Fetching org.apache.batik.i18n_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (14.47kB)
[INFO] Fetching org.apache.xmlgraphics_2.4.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (255.73kB)
[INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (35.59kB)
[INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (15.35kB)
[INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (95.26kB)
[INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (82.7kB)
[INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (33.71kB)
[INFO] Fetching org.apache.felix.scr_2.1.16.v20200110-1820.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (155.55kB)
[INFO] Fetching org.eclipse.osgi.services_3.9.0.v20200511-1725.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (43.97kB)
[INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (30.65kB)
[INFO] Fetching org.eclipse.core.commands_3.9.700.v20191217-1850.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (43.01kB)
[INFO] Fetching org.eclipse.core.databinding_1.10.0.v20200815-1752.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (56.85kB)
[INFO] Fetching org.eclipse.core.databinding.observable_1.10.0.v20200730-0848.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (82.74kB)
[INFO] Fetching org.eclipse.core.databinding.property_1.8.100.v20200619-0651.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (44.71kB)
[INFO] Fetching org.eclipse.e4.core.commands_0.12.900.v20200110-1732.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (13.76kB)
[INFO] Fetching org.eclipse.e4.core.di_1.7.600.v20200428-0912.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (25.88kB)
[INFO] Fetching javax.inject_1.0.0.v20091030.jar from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (14.07kB)
[INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (22.66kB)
[INFO] Fetching org.eclipse.e4.core.services_2.2.400.v20200622-1247.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (27.95kB)
[INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (7.68kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.16.0.v20200507-0938.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (7.72kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.700.v20200622-1247.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (16.43kB)
[INFO] Fetching org.eclipse.e4.emf.xpath_0.2.800.v20200609-0849.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (21.73kB)
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (107.16kB)
[INFO] Fetching org.eclipse.e4.ui.bindings_0.12.900.v20200513-0930.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (23.02kB)
[INFO] Fetching org.eclipse.swt_3.115.0.v20200831-1002.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (16.03kB)
[INFO] Fetching org.eclipse.e4.ui.services_1.3.700.v20190930-1643.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (13.16kB)
[INFO] Fetching org.eclipse.jface_3.21.0.v20200821-1458.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (363.19kB)
[INFO] Fetching org.eclipse.e4.ui.css.core_0.12.1300.v20200615-1701.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (66.19kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.1100.v20200819-0632.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (65.59kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.700.v20200527-0719.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (16.47kB)
[INFO] Fetching org.eclipse.e4.ui.di_1.2.800.v20200128-0855.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (9.76kB)
[INFO] Fetching org.eclipse.e4.ui.dialogs_1.2.0.v20200807-0944.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (27.59kB)
[INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.800.v20200828-0938.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (110.31kB)
[INFO] Fetching org.eclipse.equinox.event_1.5.500.v20200616-0800.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (16.65kB)
[INFO] Fetching org.eclipse.e4.ui.widgets_1.2.700.v20191222-1048.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (9.45kB)
[INFO] Fetching org.eclipse.e4.ui.workbench_1.11.400.v20200828-0938.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (84.58kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (84.06kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.1100.v20200703-0611.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (49.82kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.1300.v20200829-1411.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (94.53kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.1100.v20200619-0644.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (60.83kB)
[INFO] Fetching org.eclipse.jface.databinding_1.12.0.v20200717-1533.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (77.7kB)
[INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.400.v20191216-0805.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (13.07kB)
[INFO] Fetching org.eclipse.urischeme_1.1.100.v20200729-2048.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (21.97kB)
[INFO] Fetching a01e0f62e7ec001a11a694594ff872fa from https://download.eclipse.org/modeling/emf/emf/builds/release/2.23/.blobstore/4/ (59.55kB)
[INFO] Fetching org.eclipse.ui_3.118.0.v20200807-0902.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (339.77kB)
[INFO] Fetching 103a6ed6e7ec001a11a694594ff872fa from https://download.eclipse.org/modeling/emf/emf/builds/release/2.23/.blobstore/1a/ (108.27kB)
[INFO] Fetching org.eclipse.ui.views_3.10.400.v20200611-1719.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (48.2kB)
[INFO] Fetching org.eclipse.ui.workbench_3.120.0.v20200829-1411.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (966.73kB)
[INFO] Fetching org.eclipse.help_3.8.800.v20200525-0755.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (120.7kB)
[INFO] Fetching org.eclipse.jface.notifications_0.2.0.v20200810-0826.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (14.64kB)
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.115.0.v20200831-1002.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (958.24kB)
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (16.71kB)
[INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.115.0.v20200831-1002.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (1.1MB)
[INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.115.0.v20200831-1002.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (833.29kB)
[INFO] Resolving class path of MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.transaction.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.workspace:1.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.workspace:1.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.workspace:1.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.workspace.ui:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.workspace.ui:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.workspace.ui:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.transaction.doc:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.doc/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.transaction.doc:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.doc/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.transaction.doc:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.doc/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.workspace.doc:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace.doc/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.workspace.doc:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace.doc/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.workspace.doc:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace.doc/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.transaction.examples:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.examples/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.transaction.examples:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.examples/pom.xml
[INFO] Fetching org.eclipse.e4.ui.ide_3.15.100.v20200323-2111.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (7.94kB)
[INFO] Fetching org.eclipse.ui.ide_3.17.200.v20200808-0622.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (954.52kB)
[INFO] Fetching org.eclipse.equinox.bidi_1.3.0.v20200612-1624.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (23.97kB)
[INFO] Fetching org.eclipse.equinox.p2.core_2.6.300.v20200211-1504.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (32.04kB)
[INFO] Fetching org.eclipse.equinox.p2.engine_2.6.700.v20200511-1530.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (74.47kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.5.0.v20200511-1530.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (107.88kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (50.94kB)
[INFO] Fetching org.eclipse.equinox.p2.repository_2.4.800.v20200813-0739.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (55.51kB)
[INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (44.42kB)
[INFO] Fetching org.eclipse.equinox.security_1.3.500.v20200114-1637.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (44.56kB)
[INFO] Fetching org.eclipse.jface.text_3.16.400.v20200807-0831.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (316.68kB)
[INFO] Fetching org.eclipse.text_3.10.300.v20200807-0831.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (100.11kB)
[INFO] Fetching org.eclipse.ui.navigator_3.9.400.v20200723-2304.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (131kB)
[INFO] Resolving class path of MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.transaction.examples:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.examples/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.workspace.examples:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace.examples/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.workspace.examples:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace.examples/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.workspace.examples:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace.examples/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.workspace.examples.library.editor:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace.examples.library.editor/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.workspace.examples.library.editor:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace.examples.library.editor/pom.xml
[INFO] Fetching org.eclipse.compare.core_3.6.900.v20200412-2017.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (32.85kB)
[INFO] Fetching org.eclipse.core.variables_3.4.800.v20200120-1101.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (18.03kB)
[INFO] Fetching org.eclipse.debug.core_3.16.0.v20200828-0817.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (125.98kB)
[INFO] Fetching 00c28bb4e7ec001a11a694594ff872fa from https://download.eclipse.org/modeling/emf/emf/builds/release/2.23/.blobstore/7f/ (25.48kB)
[INFO] Fetching 00e251a1e7ec001a11a694594ff872fa from https://download.eclipse.org/modeling/emf/emf/builds/release/2.23/.blobstore/2b/ (16.83kB)
[INFO] Fetching org.eclipse.ui.console_3.9.300.v20200828-0817.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (83.97kB)
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.15.0.v20200812-2334.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (238.57kB)
[INFO] Resolving class path of MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.workspace.examples.library.editor:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace.examples.library.editor/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.transaction.tests:1.10.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.transaction.tests:1.10.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.tests/pom.xml
[INFO] Fetching org.eclipse.compare_3.7.1100.v20200611-0145.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (306.32kB)
[INFO] Fetching org.eclipse.ui.editors_3.13.300.v20200812-2334.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (199.96kB)
[INFO] Fetching org.eclipse.ui.forms_3.10.0.v20200727-0948.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (124.47kB)
[INFO] Fetching org.eclipse.core.filebuffers_3.6.1000.v20200409-1035.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (41.15kB)
[INFO] Fetching org.eclipse.core.net_1.3.1000.v20200715-0827.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (31.78kB)
[INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (123kB)
[INFO] Fetching org.eclipse.equinox.launcher_1.5.800.v20200727-1323.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (29.97kB)
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.11.100.v20200720-0748.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (105.59kB)
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.11.100.v20200817-1715.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (176.92kB)
[INFO] Fetching org.eclipse.team.core_3.8.1100.v20200806-0621.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (124.96kB)
[INFO] Fetching org.eclipse.team.ui_3.8.1000.v20200806-0621.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (491.39kB)
[INFO] Fetching org.eclipse.ui.ide.application_1.3.800.v20200713-0938.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (55.56kB)
[INFO] Fetching org.eclipse.ui.navigator.resources_3.7.400.v20200722-0751.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (70.56kB)
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.1000.v20200609-0849.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (40.74kB)
[INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (29.18kB)
[INFO] Resolving class path of MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.transaction.tests:1.10.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.workspace.tests:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.workspace.tests:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.workspace.tests:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.transaction:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.transaction:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction-feature/pom.xml
[INFO] Fetching org.eclipse.license_2.0.2.v20181016-2210.jar from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/features/ (13.05kB)
[INFO] Resolving class path of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.transaction:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction-feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.transaction.source:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.source-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.transaction.source:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.source-feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.transaction.source:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.source-feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.workspace:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.workspace:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace-feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.workspace:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace-feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.workspace.source:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace.source-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.workspace.source:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace.source-feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.workspace.source:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace.source-feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.transaction.examples:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.examples-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.transaction.examples:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.examples-feature/pom.xml
Dec 10, 2020 4:08:55 PM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond
Dec 10, 2020 4:08:55 PM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://download.eclipse.org:443
[INFO] Fetching org.eclipse.debug.ui_3.14.600.v20200828-0817.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (1,013.97kB)
[INFO] Fetching 302cfa60e7ec001a11a694594ff872fa from https://download.eclipse.org/modeling/emf/emf/builds/release/2.23/.blobstore/5a/ (126.86kB)
[INFO] Fetching org.eclipse.jdt.core_3.23.0.v20200828-0941.jar from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (6.83MB)
[INFO] Fetching org.eclipse.jdt.launching_3.18.0.v20200824-1854.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (281.56kB)
[INFO] Fetching 40feedd0e7ec001a11a694594ff872fa from https://download.eclipse.org/modeling/emf/emf/builds/release/2.23/.blobstore/3/ (416.77kB)
[INFO] Fetching 60983e8ae7ec001a11a694594ff872fa from https://download.eclipse.org/modeling/emf/emf/builds/release/2.23/.blobstore/11/ (37.5kB)
[INFO] Fetching 408d9d60e7ec001a11a694594ff872fa from https://download.eclipse.org/modeling/emf/emf/builds/release/2.23/.blobstore/16/ (30.38kB)
[INFO] Fetching 209b5ba0e7ec001a11a694594ff872fa from https://download.eclipse.org/modeling/emf/emf/builds/release/2.23/.blobstore/3d/ (20.56kB)
[INFO] Fetching 608cfbd3e7ec001a11a694594ff872fa from https://download.eclipse.org/modeling/emf/emf/builds/release/2.23/.blobstore/68/ (11.91kB)
[INFO] Fetching 903fd4d1e7ec001a11a694594ff872fa from https://download.eclipse.org/modeling/emf/emf/builds/release/2.23/.blobstore/4e/ (19.49kB)
[INFO] Fetching d00842c9e7ec001a11a694594ff872fa from https://download.eclipse.org/modeling/emf/emf/builds/release/2.23/.blobstore/5/ (36.25kB)
[INFO] Fetching 3089d0d7e7ec001a11a694594ff872fa from https://download.eclipse.org/modeling/emf/emf/builds/release/2.23/.blobstore/38/ (10.47kB)
[INFO] Fetching 20f72561e7ec001a11a694594ff872fa from https://download.eclipse.org/modeling/emf/emf/builds/release/2.23/.blobstore/8/ (45.22kB)
[INFO] Fetching c0542b5ee7ec001a11a694594ff872fa from https://download.eclipse.org/modeling/emf/emf/builds/release/2.23/.blobstore/1b/ (19.7kB)
[INFO] Fetching 8079afd1e7ec001a11a694594ff872fa from https://download.eclipse.org/modeling/emf/emf/builds/release/2.23/.blobstore/d/ (24.2kB)
[INFO] Fetching c00d1f9de7ec001a11a694594ff872fa from https://download.eclipse.org/modeling/emf/emf/builds/release/2.23/.blobstore/15/ (8.29kB)
[INFO] Fetching a07dfa8fe7ec001a11a694594ff872fa from https://download.eclipse.org/modeling/emf/emf/builds/release/2.23/.blobstore/62/ (31.47kB)
[INFO] Fetching a061246ee7ec001a11a694594ff872fa from https://download.eclipse.org/modeling/emf/emf/builds/release/2.23/.blobstore/4d/ (19.73kB)
[INFO] Fetching e09b586fe7ec001a11a694594ff872fa from https://download.eclipse.org/modeling/emf/emf/builds/release/2.23/.blobstore/51/ (14.43kB)
[INFO] Fetching 303476d7e7ec001a11a694594ff872fa from https://download.eclipse.org/modeling/emf/emf/builds/release/2.23/.blobstore/6b/ (32.43kB)
[INFO] Fetching org.eclipse.emf.examples_2.18.0.v20200703-0924.jar from https://download.eclipse.org/modeling/emf/emf/builds/release/2.23/features/ (19.26kB)
[INFO] Fetching org.eclipse.jdt.ui_3.21.200.v20200828-0853.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (3.87MB)
[INFO] Fetching 0091b25fe7ec001a11a694594ff872fa from https://download.eclipse.org/modeling/emf/emf/builds/release/2.23/.blobstore/1/ (30.19kB)
[INFO] Fetching org.eclipse.jdt.core.manipulation_1.14.100.v20200817-2001.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (495.15kB)
[INFO] Fetching org.eclipse.jdt.debug_3.16.0.v20200828-0821.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (900.12kB)
[INFO] Fetching org.eclipse.search_3.12.0.v20200727-2017.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (214.9kB)
[INFO] Resolving class path of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.transaction.examples:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.examples-feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.transaction.examples.source:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.examples.source-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.transaction.examples.source:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.examples.source-feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.transaction.examples.source:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.examples.source-feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.workspace.doc:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace.doc-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.workspace.doc:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace.doc-feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.workspace.doc:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace.doc-feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.transaction.doc:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.doc-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.transaction.doc:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.doc-feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.transaction.doc:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.doc-feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.workspace.examples:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace.examples-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.workspace.examples:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace.examples-feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.workspace.examples:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace.examples-feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.workspace.examples.source:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace.examples.source-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.workspace.examples.source:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace.examples.source-feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.workspace.examples.source:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace.examples.source-feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.transaction.tests:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.tests-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.transaction.tests:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.tests-feature/pom.xml
[INFO] Fetching org.apache.ant_1.10.8.v20200515-1239.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (2.86MB)
[INFO] Fetching org.apiguardian_1.1.0.v20190826-0900.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (12.57kB)
[INFO] Fetching org.eclipse.ant.optional.junit_3.3.300.v20180822-0818.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (6.78kB)
[INFO] Fetching org.eclipse.test_3.4.600.v20200828-0912.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (21.75kB)
[INFO] Fetching org.junit.jupiter.api_5.6.0.v20200203-2009.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (56.99kB)
[INFO] Fetching org.junit.jupiter.engine_5.6.0.v20200203-2009.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (72.22kB)
[INFO] Fetching org.junit.platform.commons_1.6.0.v20200203-2009.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (50.23kB)
[INFO] Fetching org.junit.platform.engine_1.6.0.v20200203-2009.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (58.76kB)
[INFO] Fetching org.junit.platform.launcher_1.6.0.v20200203-2009.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (50.12kB)
[INFO] Fetching org.junit.vintage.engine_5.6.0.v20200203-2009.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (33.61kB)
[INFO] Fetching org.opentest4j_1.2.0.v20190826-0900.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.17/R-4.17-202009021800/plugins/ (14.79kB)
[INFO] Resolving class path of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.transaction.tests:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.tests-feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.transaction.sdk:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.sdk-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.transaction.sdk:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.sdk-feature/pom.xml
[INFO] Fetching org.eclipse.emf.validation.doc_1.3.0.202008210805.jar from https://download.eclipse.org/modeling/emf/validation/updates/releases/R202008210805/plugins/ (14.12kB)
[INFO] Fetching org.eclipse.emf.validation.examples_1.3.0.202008210805.jar from https://download.eclipse.org/modeling/emf/validation/updates/releases/R202008210805/plugins/ (179.84kB)
[INFO] Fetching org.eclipse.emf.validation.doc_1.12.2.202008210805.jar from https://download.eclipse.org/modeling/emf/validation/updates/releases/R202008210805/features/ (21.3kB)
[INFO] Fetching org.eclipse.emf.validation.ui_1.7.0.202008210805.jar from https://download.eclipse.org/modeling/emf/validation/updates/releases/R202008210805/plugins/ (74.19kB)
[INFO] Fetching org.eclipse.emf.validation.ui.ide_1.3.0.202008210805.jar from https://download.eclipse.org/modeling/emf/validation/updates/releases/R202008210805/plugins/ (22.33kB)
[INFO] Fetching org.eclipse.emf.validation_1.12.2.202008210805.jar from https://download.eclipse.org/modeling/emf/validation/updates/releases/R202008210805/features/ (21.63kB)
[INFO] Fetching org.eclipse.emf.validation.ocl_1.4.0.202008210805.jar from https://download.eclipse.org/modeling/emf/validation/updates/releases/R202008210805/plugins/ (20.82kB)
[INFO] Fetching 6.12.0&format=xml&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=/modeling/mdt/ocl/updates/releases/
[INFO] Fetching org.eclipse.ocl_3.15.0.v20200608-1555.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.12.0/plugins/ (1.14MB)
[INFO] Fetching org.eclipse.ocl.ecore_3.15.0.v20200608-1555.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.12.0/plugins/ (111.44kB)
[INFO] Fetching org.eclipse.emf.validation.ocl_1.12.2.202008210805.jar from https://download.eclipse.org/modeling/emf/validation/updates/releases/R202008210805/features/ (21.56kB)
[INFO] Fetching org.eclipse.emf.validation.ocl.source_1.4.0.202008210805.jar from https://download.eclipse.org/modeling/emf/validation/updates/releases/R202008210805/plugins/ (13.39kB)
[INFO] Fetching org.eclipse.emf.validation.ocl.source_1.12.2.202008210805.jar from https://download.eclipse.org/modeling/emf/validation/updates/releases/R202008210805/features/ (21.21kB)
[INFO] Fetching org.eclipse.emf.validation.sdk_1.12.2.202008210805.jar from https://download.eclipse.org/modeling/emf/validation/updates/releases/R202008210805/features/ (21.2kB)
[INFO] Fetching org.eclipse.emf.validation.source_1.8.0.202008210805.jar from https://download.eclipse.org/modeling/emf/validation/updates/releases/R202008210805/plugins/ (324.23kB)
[INFO] Fetching org.eclipse.emf.validation.ui.source_1.7.0.202008210805.jar from https://download.eclipse.org/modeling/emf/validation/updates/releases/R202008210805/plugins/ (54.05kB)
[INFO] Fetching org.eclipse.emf.validation.ui.ide.source_1.3.0.202008210805.jar from https://download.eclipse.org/modeling/emf/validation/updates/releases/R202008210805/plugins/ (19.05kB)
[INFO] Fetching org.eclipse.emf.validation.source_1.12.2.202008210805.jar from https://download.eclipse.org/modeling/emf/validation/updates/releases/R202008210805/features/ (21.25kB)
[INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20191115185527/repository/
[INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (53.45kB)
[INFO] Fetching org.eclipse.ocl.common_1.8.400.v20200608-1555.jar.pack.gz from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.12.0/plugins/ (14.75kB)
[INFO] Resolving class path of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.transaction.sdk:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.sdk-feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.transaction.master:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.master-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.transaction.master:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.master-feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.transaction.master:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.master-feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.transaction:org.eclipse.emf.transaction.repository:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.repository/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction:org.eclipse.emf.transaction.repository:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.repository/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.transaction:org.eclipse.emf.transaction.repository:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.repository/pom.xml
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] org.eclipse.emf.transaction.releng                                 [pom]
[INFO] org.eclipse.emf.transaction.target                                 [pom]
[INFO] org.eclipse.emf.transaction                             [eclipse-plugin]
[INFO] org.eclipse.emf.transaction.ui                          [eclipse-plugin]
[INFO] org.eclipse.emf.workspace                               [eclipse-plugin]
[INFO] org.eclipse.emf.workspace.ui                            [eclipse-plugin]
[INFO] org.eclipse.emf.transaction.doc                         [eclipse-plugin]
[INFO] org.eclipse.emf.workspace.doc                           [eclipse-plugin]
[INFO] org.eclipse.emf.transaction.examples                    [eclipse-plugin]
[INFO] org.eclipse.emf.workspace.examples                      [eclipse-plugin]
[INFO] org.eclipse.emf.workspace.examples.library.editor       [eclipse-plugin]
[INFO] org.eclipse.emf.transaction.tests                  [eclipse-test-plugin]
[INFO] org.eclipse.emf.workspace.tests                    [eclipse-test-plugin]
[INFO] org.eclipse.emf.transaction                            [eclipse-feature]
[INFO] org.eclipse.emf.transaction.source                     [eclipse-feature]
[INFO] org.eclipse.emf.workspace                              [eclipse-feature]
[INFO] org.eclipse.emf.workspace.source                       [eclipse-feature]
[INFO] org.eclipse.emf.workspace.examples                     [eclipse-feature]
[INFO] org.eclipse.emf.transaction.examples                   [eclipse-feature]
[INFO] org.eclipse.emf.transaction.examples.source            [eclipse-feature]
[INFO] org.eclipse.emf.workspace.doc                          [eclipse-feature]
[INFO] org.eclipse.emf.transaction.doc                        [eclipse-feature]
[INFO] org.eclipse.emf.workspace.examples.source              [eclipse-feature]
[INFO] org.eclipse.emf.transaction.tests                      [eclipse-feature]
[INFO] org.eclipse.emf.transaction.sdk                        [eclipse-feature]
[INFO] org.eclipse.emf.transaction.master                     [eclipse-feature]
[INFO] org.eclipse.emf.transaction.repository              [eclipse-repository]
[INFO] 
[INFO] ---< org.eclipse.emf.transaction:org.eclipse.emf.transaction.releng >---
[INFO] Building org.eclipse.emf.transaction.releng 1.12.0-SNAPSHOT       [1/27]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.transaction.releng ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (replace-build-token) @ org.eclipse.emf.transaction.releng ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.transaction.releng ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.emf.transaction.releng ---
[INFO] Installing /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.releng/pom.xml to /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/.repository/org/eclipse/emf/transaction/org.eclipse.emf.transaction.releng/1.12.0-SNAPSHOT/org.eclipse.emf.transaction.releng-1.12.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (replace-back-build-token) @ org.eclipse.emf.transaction.releng ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ org.eclipse.emf.transaction.releng ---
[INFO] 
[INFO] ---< org.eclipse.emf.transaction:org.eclipse.emf.transaction.target >---
[INFO] Building org.eclipse.emf.transaction.target 1.12.0-SNAPSHOT       [2/27]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.transaction.target ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (replace-build-token) @ org.eclipse.emf.transaction.target ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.transaction.target ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.3:attach-artifact (attach-artifacts) @ org.eclipse.emf.transaction.target ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.emf.transaction.target ---
[INFO] Installing /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.target/pom.xml to /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/.repository/org/eclipse/emf/transaction/org.eclipse.emf.transaction.target/1.12.0-SNAPSHOT/org.eclipse.emf.transaction.target-1.12.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.target/emf-transaction.target to /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/.repository/org/eclipse/emf/transaction/org.eclipse.emf.transaction.target/1.12.0-SNAPSHOT/org.eclipse.emf.transaction.target-1.12.0-SNAPSHOT-emf-transaction.target
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] org.eclipse.emf.transaction.releng 1.12.0-SNAPSHOT . SUCCESS [  3.086 s]
[INFO] org.eclipse.emf.transaction.target 1.12.0-SNAPSHOT . FAILURE [  1.671 s]
[INFO] org.eclipse.emf.transaction 1.9.1-SNAPSHOT ......... SKIPPED
[INFO] org.eclipse.emf.transaction.ui 1.4.0-SNAPSHOT ...... SKIPPED
[INFO] org.eclipse.emf.workspace 1.5.1-SNAPSHOT ........... SKIPPED
[INFO] org.eclipse.emf.workspace.ui 1.3.0-SNAPSHOT ........ SKIPPED
[INFO] org.eclipse.emf.transaction.doc 1.4.0-SNAPSHOT ..... SKIPPED
[INFO] org.eclipse.emf.workspace.doc 1.3.0-SNAPSHOT ....... SKIPPED
[INFO] org.eclipse.emf.transaction.examples 1.2.100-SNAPSHOT SKIPPED
[INFO] org.eclipse.emf.workspace.examples 1.2.0-SNAPSHOT .. SKIPPED
[INFO] org.eclipse.emf.workspace.examples.library.editor 1.2.0-SNAPSHOT SKIPPED
[INFO] org.eclipse.emf.transaction.tests 1.10.1-SNAPSHOT .. SKIPPED
[INFO] org.eclipse.emf.workspace.tests 1.10.0-SNAPSHOT .... SKIPPED
[INFO] org.eclipse.emf.transaction 1.12.0-SNAPSHOT ........ SKIPPED
[INFO] org.eclipse.emf.transaction.source 1.12.0-SNAPSHOT . SKIPPED
[INFO] org.eclipse.emf.workspace 1.12.0-SNAPSHOT .......... SKIPPED
[INFO] org.eclipse.emf.workspace.source 1.12.0-SNAPSHOT ... SKIPPED
[INFO] org.eclipse.emf.workspace.examples 1.12.0-SNAPSHOT . SKIPPED
[INFO] org.eclipse.emf.transaction.examples 1.12.0-SNAPSHOT SKIPPED
[INFO] org.eclipse.emf.transaction.examples.source 1.12.0-SNAPSHOT SKIPPED
[INFO] org.eclipse.emf.workspace.doc 1.12.0-SNAPSHOT ...... SKIPPED
[INFO] org.eclipse.emf.transaction.doc 1.12.0-SNAPSHOT .... SKIPPED
[INFO] org.eclipse.emf.workspace.examples.source 1.12.0-SNAPSHOT SKIPPED
[INFO] org.eclipse.emf.transaction.tests 1.12.0-SNAPSHOT .. SKIPPED
[INFO] org.eclipse.emf.transaction.sdk 1.12.0-SNAPSHOT .... SKIPPED
[INFO] org.eclipse.emf.transaction.master 1.12.0-SNAPSHOT . SKIPPED
[INFO] org.eclipse.emf.transaction.repository 1.12.0-SNAPSHOT SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:04 min
[INFO] Finished at: 2020-12-10T16:09:12Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-install-plugin:2.4:install (default-install) on project org.eclipse.emf.transaction.target: Failed to install artifact org.eclipse.emf.transaction:org.eclipse.emf.transaction.target:target:emf-transaction:1.12.0-SNAPSHOT: /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.target/emf-transaction.target (No such file or directory) -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :org.eclipse.emf.transaction.target
Build step 'Invoke top-level Maven targets' marked build as failure
Terminating xvnc.
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 52 killed;
[ssh-agent] Stopped.
Sending e-mails to: pierre-charles.david@obeo.fr
Finished: FAILURE