Skip to content

Console Output

Started by user Matthias Tichy
Started by user Matthias Tichy
Running as Matthias Tichy
Agent basic-pkkmq is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: ""
  name: "basic-pkkmq"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.henshin.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-pkkmq"
    - 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: "basic-pkkmq"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.henshin.svc.cluster.local/henshin/"
    image: "docker.io/eclipsecbi/jiro-agent-basic: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-henshin"
      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-pkkmq in workspace /home/jenkins/agent/workspace/cbi_henshin_release
[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-RjrDrWbNPJFu/agent.72
SSH_AGENT_PID=74
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/cbi_henshin_release@tmp/private_key_4220759390104155739.key (/home/jenkins/agent/workspace/cbi_henshin_release@tmp/private_key_4220759390104155739.key)
[ssh-agent] Using credentials genie.henshin (ssh://genie.henshin@projects-storage.eclipse.org)
No credentials specified
Cloning the remote Git repository
Cloning repository git://git.eclipse.org/gitroot/henshin/org.eclipse.emft.henshin.git
 > git init /home/jenkins/agent/workspace/cbi_henshin_release # timeout=10
Fetching upstream changes from git://git.eclipse.org/gitroot/henshin/org.eclipse.emft.henshin.git
 > git --version # timeout=10
 > git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/henshin/org.eclipse.emft.henshin.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git://git.eclipse.org/gitroot/henshin/org.eclipse.emft.henshin.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/henshin/org.eclipse.emft.henshin.git # timeout=10
Fetching upstream changes from git://git.eclipse.org/gitroot/henshin/org.eclipse.emft.henshin.git
 > git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/henshin/org.eclipse.emft.henshin.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse origin/R160^{commit} # timeout=10
Checking out Revision 02935446401b65544d93be7530cd2031cec01b5a (origin/R160)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 02935446401b65544d93be7530cd2031cec01b5a # timeout=10
Commit message: "Merge "Fix bug 560373." into R160"
 > git rev-list --no-walk 54da4d66b6c85b84e123ab1b842323600b1cc392 # timeout=10
[cbi_henshin_release] $ /bin/sh -xe /tmp/jenkins5893990414658158786.sh
+ cd /home/jenkins/agent/workspace/cbi_henshin_release
+ git checkout R160
Branch 'R160' set up to track remote branch 'R160' from 'origin'.
Switched to a new branch 'R160'
+ git pull
Already up to date.
+ export 'PATH=/opt/tools/java/oracle/jdk-8/latest/bin:/opt/tools/java/oracle/jdk-8/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/tools/apache-maven/latest/bin'
+ mvn clean deploy
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-1062.el7.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] Computing target platform for MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.diagram:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/org.eclipse.emf.henshin.diagram/pom.xml
[WARNING] Target location type 'Profile' is not supported
[INFO] Adding repository http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository
[INFO] Fetching content.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/ (121.18kB)
[INFO] Fetching content.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/ (121.18kB)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/oxygen/ (122B)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/oxygen/ (122B)
[INFO] Adding repository http://download.eclipse.org/releases/oxygen
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/oxygen/ (502B)
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/oxygen/ (502B)
[INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/oxygen/ (142B)
[INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/oxygen/ (142B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/technology/epp/packages/oxygen/ (72.42kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/technology/epp/packages/oxygen/ (72.42kB)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/oxygen/201804111000/ (142B)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/oxygen/201804111000/ (142B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/oxygen/201804111000/ (863.03kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/oxygen/201804111000/ (863.03kB)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/oxygen/201803211000/ (142B)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/oxygen/201803211000/ (142B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/oxygen/201803211000/ (863.37kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/oxygen/201803211000/ (863.37kB)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/oxygen/201712201001/ (142B)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/oxygen/201712201001/ (142B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/oxygen/201712201001/ (861.64kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/oxygen/201712201001/ (861.64kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.diagram:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/org.eclipse.emf.henshin.diagram/pom.xml
[INFO] Fetching 201804111000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/oxygen/
[INFO] Fetching org.eclipse.osgi_3.12.100.v20180210-1608.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (435.62kB)
[INFO] Fetching org.eclipse.osgi_3.12.100.v20180210-1608.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (435.62kB)
[INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20160520211859/repository/
[INFO] Fetching org.apache.batik.bridge_1.6.0.v201011041432.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (148.12kB)
[INFO] Fetching org.apache.batik.bridge_1.6.0.v201011041432.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (148.12kB)
[INFO] Fetching org.apache.batik.css_1.6.0.v201011041432.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (68.07kB)
[INFO] Fetching org.apache.batik.css_1.6.0.v201011041432.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (68.07kB)
[INFO] Fetching org.apache.batik.dom_1.6.1.v201505192100.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (41.57kB)
[INFO] Fetching org.apache.batik.dom_1.6.1.v201505192100.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (41.57kB)
[INFO] Fetching org.apache.batik.dom.svg_1.6.0.v201011041432.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (181.96kB)
[INFO] Fetching org.apache.batik.dom.svg_1.6.0.v201011041432.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (181.96kB)
[INFO] Fetching org.apache.batik.ext.awt_1.6.0.v201011041432.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (131.72kB)
[INFO] Fetching org.apache.batik.ext.awt_1.6.0.v201011041432.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (131.72kB)
[INFO] Fetching org.apache.batik.parser_1.6.0.v201011041432.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (24.56kB)
[INFO] Fetching org.apache.batik.parser_1.6.0.v201011041432.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (24.56kB)
[INFO] Fetching org.apache.batik.util_1.6.0.v201011041432.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (44.63kB)
[INFO] Fetching org.apache.batik.util_1.6.0.v201011041432.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (44.63kB)
[INFO] Fetching org.apache.batik.util.gui_1.6.0.v201011041432.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (67.08kB)
[INFO] Fetching org.apache.batik.util.gui_1.6.0.v201011041432.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (67.08kB)
[INFO] Fetching org.apache.batik.xml_1.6.0.v201011041432.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (21.14kB)
[INFO] Fetching org.apache.batik.xml_1.6.0.v201011041432.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (21.14kB)
[INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (95.1kB)
[INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (95.1kB)
[INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (37.68kB)
[INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (37.68kB)
[INFO] Fetching org.apache.batik.css_1.8.0.v20170214-1941.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (81.58kB)
[INFO] Fetching org.apache.batik.css_1.8.0.v20170214-1941.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (81.58kB)
[INFO] Fetching org.apache.batik.util_1.8.0.v20170214-1941.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (56.27kB)
[INFO] Fetching org.apache.batik.util_1.8.0.v20170214-1941.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (56.27kB)
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (14.95kB)
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (14.95kB)
[INFO] Fetching org.apache.batik.pdf_1.6.0.v201105071520.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (174.68kB)
[INFO] Fetching org.apache.batik.pdf_1.6.0.v201105071520.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (174.68kB)
[INFO] Fetching org.apache.batik.transcoder_1.6.0.v201011041432.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (36.25kB)
[INFO] Fetching org.apache.batik.transcoder_1.6.0.v201011041432.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (36.25kB)
[INFO] Fetching org.apache.batik.svggen_1.6.0.v201011041432.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (60.76kB)
[INFO] Fetching org.apache.batik.svggen_1.6.0.v201011041432.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (60.76kB)
[INFO] Fetching org.eclipse.osgi.services_3.6.0.v20170228-1906.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (41.98kB)
[INFO] Fetching org.eclipse.osgi.services_3.6.0.v20170228-1906.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (41.98kB)
[INFO] Fetching org.apache.felix.scr_2.0.10.v20170501-2007.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (140.57kB)
[INFO] Fetching org.apache.felix.scr_2.0.10.v20170501-2007.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (140.57kB)
[INFO] Fetching org.eclipse.osgi.util_3.4.0.v20170111-1608.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (24.93kB)
[INFO] Fetching org.eclipse.osgi.util_3.4.0.v20170111-1608.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (24.93kB)
[INFO] Fetching org.eclipse.compare_3.7.101.v20170724-1603.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (314.64kB)
[INFO] Fetching org.eclipse.compare_3.7.101.v20170724-1603.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (314.64kB)
[INFO] Fetching org.eclipse.ui_3.109.0.v20170411-1742.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (357.53kB)
[INFO] Fetching org.eclipse.ui_3.109.0.v20170411-1742.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (357.53kB)
[INFO] Fetching org.eclipse.core.resources_3.12.0.v20170417-1558.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (870.77kB)
[INFO] Fetching org.eclipse.core.resources_3.12.0.v20170417-1558.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (870.77kB)
[INFO] Fetching org.eclipse.jface.text_3.12.2.v20180112-1341.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (318.76kB)
[INFO] Fetching org.eclipse.jface.text_3.12.2.v20180112-1341.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (318.76kB)
[INFO] Fetching org.eclipse.ui.ide_3.13.1.v20170822-1526.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (972.73kB)
[INFO] Fetching org.eclipse.ui.ide_3.13.1.v20170822-1526.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (972.73kB)
[INFO] Fetching org.eclipse.ui.views_3.9.0.v20170226-1833.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (48.42kB)
[INFO] Fetching org.eclipse.ui.views_3.9.0.v20170226-1833.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (48.42kB)
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.10.100.v20170426-2021.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (229.15kB)
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.10.100.v20170426-2021.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (229.15kB)
[INFO] Fetching org.eclipse.core.runtime_3.13.0.v20170207-1030.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (35.26kB)
[INFO] Fetching org.eclipse.core.runtime_3.13.0.v20170207-1030.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (35.26kB)
[INFO] Fetching org.eclipse.core.expressions_3.6.0.v20170207-1037.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (33.1kB)
[INFO] Fetching org.eclipse.core.expressions_3.6.0.v20170207-1037.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (33.1kB)
[INFO] Fetching org.eclipse.ui.editors_3.11.0.v20170202-1823.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (199.22kB)
[INFO] Fetching org.eclipse.ui.editors_3.11.0.v20170202-1823.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (199.22kB)
[INFO] Fetching org.eclipse.ui.forms_3.7.101.v20170815-1446.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (122.68kB)
[INFO] Fetching org.eclipse.ui.forms_3.7.101.v20170815-1446.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (122.68kB)
[INFO] Fetching org.eclipse.compare.core_3.6.100.v20170516-0820.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (32.79kB)
[INFO] Fetching org.eclipse.compare.core_3.6.100.v20170516-0820.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (32.79kB)
[INFO] Fetching com.ibm.icu_58.2.0.v20170418-1837.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (8.71MB)
[INFO] Fetching com.ibm.icu_58.2.0.v20170418-1837.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (8.71MB)
[INFO] Fetching org.eclipse.core.commands_3.9.0.v20170530-1048.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (43.34kB)
[INFO] Fetching org.eclipse.core.commands_3.9.0.v20170530-1048.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (43.34kB)
[INFO] Fetching org.eclipse.equinox.common_3.9.0.v20170207-1454.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (51.81kB)
[INFO] Fetching org.eclipse.equinox.common_3.9.0.v20170207-1454.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (51.81kB)
[INFO] Fetching org.eclipse.core.contenttype_3.6.0.v20170207-1037.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (40.97kB)
[INFO] Fetching org.eclipse.core.contenttype_3.6.0.v20170207-1037.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (40.97kB)
[INFO] Fetching org.eclipse.equinox.preferences_3.7.0.v20170126-2132.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (53.99kB)
[INFO] Fetching org.eclipse.equinox.preferences_3.7.0.v20170126-2132.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (53.99kB)
[INFO] Fetching org.eclipse.equinox.registry_3.7.0.v20170222-1344.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (71.7kB)
[INFO] Fetching org.eclipse.equinox.registry_3.7.0.v20170222-1344.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (71.7kB)
[INFO] Fetching org.eclipse.core.databinding_1.6.100.v20170515-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (58.16kB)
[INFO] Fetching org.eclipse.core.databinding_1.6.100.v20170515-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (58.16kB)
[INFO] Fetching org.eclipse.core.databinding.observable_1.6.100.v20170515-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (90.43kB)
[INFO] Fetching org.eclipse.core.databinding.observable_1.6.100.v20170515-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (90.43kB)
[INFO] Fetching org.eclipse.core.databinding.property_1.6.100.v20170515-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (49.74kB)
[INFO] Fetching org.eclipse.core.databinding.property_1.6.100.v20170515-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (49.74kB)
[INFO] Fetching org.eclipse.core.databinding.beans_1.4.0.v20170210-0856.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (22.94kB)
[INFO] Fetching org.eclipse.core.databinding.beans_1.4.0.v20170210-0856.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (22.94kB)
[INFO] Fetching org.eclipse.core.filebuffers_3.6.100.v20170203-1130.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (42.14kB)
[INFO] Fetching org.eclipse.core.filebuffers_3.6.100.v20170203-1130.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (42.14kB)
[INFO] Fetching org.eclipse.text_3.6.100.v20170203-0814.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (91.18kB)
[INFO] Fetching org.eclipse.text_3.6.100.v20170203-0814.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (91.18kB)
[INFO] Fetching org.eclipse.core.filesystem_1.7.0.v20170406-1337.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (27.68kB)
[INFO] Fetching org.eclipse.core.filesystem_1.7.0.v20170406-1337.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (27.68kB)
[INFO] Fetching org.eclipse.core.jobs_3.9.3.v20180115-1757.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (46.25kB)
[INFO] Fetching org.eclipse.core.jobs_3.9.3.v20180115-1757.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (46.25kB)
[INFO] Fetching org.eclipse.equinox.app_1.3.400.v20150715-1528.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (40.76kB)
[INFO] Fetching org.eclipse.equinox.app_1.3.400.v20150715-1528.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (40.76kB)
[INFO] Fetching org.eclipse.core.variables_3.4.0.v20170113-2056.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (18.01kB)
[INFO] Fetching org.eclipse.core.variables_3.4.0.v20170113-2056.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (18.01kB)
[INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (215.67kB)
[INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (215.67kB)
[INFO] Fetching org.eclipse.swt_3.106.3.v20180329-0507.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (17.86kB)
[INFO] Fetching org.eclipse.swt_3.106.3.v20180329-0507.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (17.86kB)
[INFO] Fetching org.eclipse.e4.core.commands_0.12.100.v20170513-0428.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (13.47kB)
[INFO] Fetching org.eclipse.e4.core.commands_0.12.100.v20170513-0428.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (13.47kB)
[INFO] Fetching org.eclipse.e4.core.di_1.6.100.v20170421-1418.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (26.17kB)
[INFO] Fetching org.eclipse.e4.core.di_1.6.100.v20170421-1418.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (26.17kB)
[INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (16.6kB)
[INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (16.6kB)
[INFO] Fetching org.eclipse.e4.core.contexts_1.6.0.v20170322-1144.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (22.58kB)
[INFO] Fetching org.eclipse.e4.core.contexts_1.6.0.v20170322-1144.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (22.58kB)
[INFO] Fetching org.eclipse.e4.core.services_2.1.0.v20170407-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (24.42kB)
[INFO] Fetching org.eclipse.e4.core.services_2.1.0.v20170407-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (24.42kB)
[INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.0.v20170119-2002.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (7.71kB)
[INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.0.v20170119-2002.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (7.71kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.0.v20170228-1728.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (7.77kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.0.v20170228-1728.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (7.77kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.0.v20170407-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (16.46kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.0.v20170407-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (16.46kB)
[INFO] Fetching org.eclipse.equinox.ds_1.5.0.v20170307-1429.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (17.34kB)
[INFO] Fetching org.eclipse.equinox.ds_1.5.0.v20170307-1429.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (17.34kB)
[INFO] Fetching org.eclipse.e4.emf.xpath_0.2.0.v20160630-0728.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (21.68kB)
[INFO] Fetching org.eclipse.e4.emf.xpath_0.2.0.v20160630-0728.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (21.68kB)
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (98kB)
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (98kB)
[INFO] Fetching org.eclipse.emf.ecore_2.13.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (368.51kB)
[INFO] Fetching org.eclipse.emf.ecore_2.13.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (368.51kB)
[INFO] Fetching org.eclipse.e4.ui.bindings_0.12.1.v20170823-1632.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (24.35kB)
[INFO] Fetching org.eclipse.e4.ui.bindings_0.12.1.v20170823-1632.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (24.35kB)
[INFO] Fetching org.eclipse.jface_3.13.2.v20171022-1656.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (355.27kB)
[INFO] Fetching org.eclipse.jface_3.13.2.v20171022-1656.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (355.27kB)
[INFO] Fetching org.eclipse.e4.ui.css.core_0.12.101.v20170712-1547.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (65.05kB)
[INFO] Fetching org.eclipse.e4.ui.css.core_0.12.101.v20170712-1547.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (65.05kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.1.v20170808-1940.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (80.65kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.1.v20170808-1940.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (80.65kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.11.0.v20170312-2302.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (16.49kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.11.0.v20170312-2302.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (16.49kB)
[INFO] Fetching org.eclipse.e4.ui.di_1.2.100.v20170414-1137.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (9.98kB)
[INFO] Fetching org.eclipse.e4.ui.di_1.2.100.v20170414-1137.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (9.98kB)
[INFO] Fetching org.eclipse.e4.ui.model.workbench_2.0.1.v20170713-1800.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (107.68kB)
[INFO] Fetching org.eclipse.e4.ui.model.workbench_2.0.1.v20170713-1800.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (107.68kB)
[INFO] Fetching org.eclipse.e4.ui.services_1.3.0.v20170307-2032.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (13.36kB)
[INFO] Fetching org.eclipse.e4.ui.services_1.3.0.v20170307-2032.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (13.36kB)
[INFO] Fetching org.eclipse.equinox.event_1.4.0.v20170105-1446.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (16.46kB)
[INFO] Fetching org.eclipse.equinox.event_1.4.0.v20170105-1446.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (16.46kB)
[INFO] Fetching org.eclipse.e4.ui.widgets_1.2.0.v20160630-0736.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (9.85kB)
[INFO] Fetching org.eclipse.e4.ui.widgets_1.2.0.v20160630-0736.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (9.85kB)
[INFO] Fetching org.eclipse.e4.ui.workbench_1.5.1.v20170815-1446.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (85.98kB)
[INFO] Fetching org.eclipse.e4.ui.workbench_1.5.1.v20170815-1446.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (85.98kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.13.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (80.3kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.13.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (80.3kB)
[INFO] Fetching org.eclipse.emf.ecore.change_2.11.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (35.92kB)
[INFO] Fetching org.eclipse.emf.ecore.change_2.11.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (35.92kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.1.v20170319-1442.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (55.59kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.1.v20170319-1442.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (55.59kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.102.v20180117-1153.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (94.14kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.102.v20180117-1153.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (94.14kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.101.v20170710-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (70.39kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.101.v20170710-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (70.39kB)
[INFO] Fetching org.eclipse.jface.databinding_1.8.100.v20170503-1507.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (71.53kB)
[INFO] Fetching org.eclipse.jface.databinding_1.8.100.v20170503-1507.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (71.53kB)
[INFO] Fetching org.eclipse.e4.ui.workbench3_0.14.0.v20160630-0740.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (7.93kB)
[INFO] Fetching org.eclipse.e4.ui.workbench3_0.14.0.v20160630-0740.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (7.93kB)
[INFO] Fetching org.eclipse.emf.common_2.13.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (104.66kB)
[INFO] Fetching org.eclipse.emf.common_2.13.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (104.66kB)
[INFO] Fetching org.eclipse.emf.common.ui_2.12.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (56.72kB)
[INFO] Fetching org.eclipse.emf.common.ui_2.12.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (56.72kB)
[INFO] Fetching org.eclipse.emf.ecore.edit_2.9.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (41.48kB)
[INFO] Fetching org.eclipse.emf.ecore.edit_2.9.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (41.48kB)
[INFO] Fetching org.eclipse.emf.edit_2.12.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (88.62kB)
[INFO] Fetching org.eclipse.emf.edit_2.12.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (88.62kB)
[INFO] Fetching org.eclipse.emf.ecore.editor_2.13.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (40.05kB)
[INFO] Fetching org.eclipse.emf.ecore.editor_2.13.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (40.05kB)
[INFO] Fetching org.eclipse.emf.edit.ui_2.13.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (74.95kB)
[INFO] Fetching org.eclipse.emf.edit.ui_2.13.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (74.95kB)
[INFO] Fetching org.eclipse.ui.workbench_3.110.1.v20170704-1208.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (1,013.66kB)
[INFO] Fetching org.eclipse.ui.workbench_3.110.1.v20170704-1208.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (1,013.66kB)
[INFO] Fetching org.eclipse.ui.navigator_3.7.0.v20170418-1342.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (134.81kB)
[INFO] Fetching org.eclipse.ui.navigator_3.7.0.v20170418-1342.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (134.81kB)
[INFO] Fetching org.eclipse.ui.navigator.resources_3.6.1.v20170823-1443.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (66.86kB)
[INFO] Fetching org.eclipse.ui.navigator.resources_3.6.1.v20170823-1443.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (66.86kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.core_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (111.51kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.core_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (111.51kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (28.53kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (28.53kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (61.51kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (61.51kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui_1.8.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (1.14MB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui_1.8.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (1.14MB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (212.78kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (212.78kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (134.21kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (134.21kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (23.61kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers.ide_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (23.61kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (114.76kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (114.76kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (120.78kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (120.78kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (67.95kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (67.95kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui_1.9.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (307.51kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui_1.9.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (307.51kB)
[INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (366.65kB)
[INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (366.65kB)
[INFO] Fetching org.eclipse.emf.validation_1.8.0.201706061352.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (403.65kB)
[INFO] Fetching org.eclipse.emf.validation_1.8.0.201706061352.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (403.65kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.tooling.runtime_3.0.0.201803070847.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (87.57kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.tooling.runtime_3.0.0.201803070847.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (87.57kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui_1.8.1.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (252.27kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui_1.8.1.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (252.27kB)
[INFO] Fetching org.eclipse.emf.transaction_1.9.0.201706061339.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (169.02kB)
[INFO] Fetching org.eclipse.emf.transaction_1.9.0.201706061339.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (169.02kB)
[INFO] Fetching org.eclipse.emf.workspace_1.5.1.201706061339.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (85.04kB)
[INFO] Fetching org.eclipse.emf.workspace_1.5.1.201706061339.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (85.04kB)
[INFO] Fetching org.eclipse.equinox.bidi_1.1.0.v20160728-1031.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (23.15kB)
[INFO] Fetching org.eclipse.equinox.bidi_1.1.0.v20160728-1031.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (23.15kB)
[INFO] Fetching org.eclipse.equinox.p2.core_2.4.101.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (30.32kB)
[INFO] Fetching org.eclipse.equinox.p2.core_2.4.101.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (30.32kB)
[INFO] Fetching org.eclipse.equinox.p2.engine_2.5.0.v20170319-2002.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (73.2kB)
[INFO] Fetching org.eclipse.equinox.p2.engine_2.5.0.v20170319-2002.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (73.2kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.3.200.v20170511-1106.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (101.67kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.3.200.v20170511-1106.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (101.67kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.2.401.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (47.4kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.2.401.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (47.4kB)
[INFO] Fetching org.eclipse.equinox.p2.repository_2.3.301.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (52.24kB)
[INFO] Fetching org.eclipse.equinox.p2.repository_2.3.301.v20170906-1259.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (52.24kB)
[INFO] Fetching org.tukaani.xz_1.5.0.v20170111-1717.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (41.34kB)
[INFO] Fetching org.tukaani.xz_1.5.0.v20170111-1717.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (41.34kB)
[INFO] Fetching org.eclipse.equinox.security_1.2.300.v20170505-1235.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (42.3kB)
[INFO] Fetching org.eclipse.equinox.security_1.2.300.v20170505-1235.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (42.3kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.core_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (114.43kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.core_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (114.43kB)
[INFO] Fetching org.eclipse.ui.console_3.7.1.v20170728-0806.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (82.03kB)
[INFO] Fetching org.eclipse.ui.console_3.7.1.v20170728-0806.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (82.03kB)
[INFO] Fetching org.eclipse.team.core_3.8.100.v20170516-0820.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (127.48kB)
[INFO] Fetching org.eclipse.team.core_3.8.100.v20170516-0820.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (127.48kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.action_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (99.99kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.action_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (99.99kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (117.17kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.action_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (117.17kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (38.66kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.action.ide_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (38.66kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (14.84kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (14.84kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services_1.9.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (99.13kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services_1.9.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (99.13kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties_1.9.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (75.19kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services.properties_1.9.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (75.19kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.core_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (130.4kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.core_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (130.4kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation_1.8.0.201706061354.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (373.75kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation_1.8.0.201706061354.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (373.75kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.type.core_1.9.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (185.96kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.type.core_1.9.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (185.96kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.ui_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (92.26kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.ui_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (92.26kB)
[INFO] Fetching org.eclipse.gmf.runtime.gef.ui_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (99.99kB)
[INFO] Fetching org.eclipse.gmf.runtime.gef.ui_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (99.99kB)
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.1.v20170713-0803.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (40.42kB)
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.1.v20170713-0803.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (40.42kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (48.52kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (48.52kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (215.85kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (215.85kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (88.47kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (88.47kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render_1.8.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (90.72kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing.render_1.8.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (90.72kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt_1.8.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (191.96kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render.awt_1.8.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (191.96kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (107.19kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (107.19kB)
[INFO] Fetching org.eclipse.help_3.8.1.v20170815-1448.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (122.73kB)
[INFO] Fetching org.eclipse.help_3.8.1.v20170815-1448.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (122.73kB)
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.8.0.v20170105-1156.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (105.95kB)
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.8.0.v20170105-1156.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (105.95kB)
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.9.0.v20170412-0825.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (179.49kB)
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.9.0.v20170412-0825.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (179.49kB)
[INFO] Fetching org.eclipse.team.ui_3.8.1.v20170515-1133.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (517.17kB)
[INFO] Fetching org.eclipse.team.ui_3.8.1.v20170515-1133.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (517.17kB)
[INFO] Fetching org.eclipse.ocl_3.6.200.v20170522-1736.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (1.1MB)
[INFO] Fetching org.eclipse.ocl_3.6.200.v20170522-1736.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (1.1MB)
[INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (48.92kB)
[INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (48.92kB)
[INFO] Fetching org.eclipse.ocl.common_1.4.200.v20160613-1518.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (13.81kB)
[INFO] Fetching org.eclipse.ocl.common_1.4.200.v20160613-1518.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (13.81kB)
[INFO] Fetching org.eclipse.ocl.ecore_3.6.200.v20170522-1736.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (100.83kB)
[INFO] Fetching org.eclipse.ocl.ecore_3.6.200.v20170522-1736.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (100.83kB)
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_3.106.3.v20180329-0507.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (1.16MB)
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_3.106.3.v20180329-0507.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (1.16MB)
[INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (17.78kB)
[INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (17.78kB)
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.106.3.v20180329-0507.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (1.25MB)
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.106.3.v20180329-0507.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (1.25MB)
[INFO] Fetching org.eclipse.swt.win32.win32.x86_3.106.3.v20180329-0507.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (1.16MB)
[INFO] Fetching org.eclipse.swt.win32.win32.x86_3.106.3.v20180329-0507.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (1.16MB)
[INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.106.3.v20180329-0507.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (1.16MB)
[INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.106.3.v20180329-0507.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (1.16MB)
[INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.106.3.v20180329-0507.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (955.46kB)
[INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.106.3.v20180329-0507.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (955.46kB)
[INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.diagram:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/org.eclipse.emf.henshin.diagram/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.edit:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/org.eclipse.emf.henshin.edit/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.edit:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/org.eclipse.emf.henshin.edit/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.edit:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/org.eclipse.emf.henshin.edit/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.editor:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/org.eclipse.emf.henshin.editor/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.editor:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/org.eclipse.emf.henshin.editor/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.editor:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/org.eclipse.emf.henshin.editor/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.examples:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/org.eclipse.emf.henshin.examples/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.examples:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/org.eclipse.emf.henshin.examples/pom.xml
[INFO] Fetching org.eclipse.debug.core_3.11.0.v20170605-1534.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (123.34kB)
[INFO] Fetching org.eclipse.debug.core_3.11.0.v20170605-1534.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (123.34kB)
[INFO] Fetching org.eclipse.emf.codegen_2.12.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (102.97kB)
[INFO] Fetching org.eclipse.emf.codegen_2.12.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (102.97kB)
[INFO] Fetching org.eclipse.jdt.core_3.13.102.v20180330-0919.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (6.44MB)
[INFO] Fetching org.eclipse.jdt.core_3.13.102.v20180330-0919.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (6.44MB)
[INFO] Fetching org.eclipse.jdt.launching_3.9.100.v20180323-1351.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (127.62kB)
[INFO] Fetching org.eclipse.jdt.launching_3.9.100.v20180323-1351.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (127.62kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore_2.13.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (451.05kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore_2.13.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (451.05kB)
[INFO] Fetching org.eclipse.uml2.uml_5.3.0.v20170605-1616.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (1.07MB)
[INFO] Fetching org.eclipse.uml2.uml_5.3.0.v20170605-1616.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (1.07MB)
[INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (283.72kB)
[INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (283.72kB)
[INFO] Fetching org.junit.jupiter.api_5.0.0.v20170910-2246.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (36.58kB)
[INFO] Fetching org.junit.jupiter.api_5.0.0.v20170910-2246.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (36.58kB)
[INFO] Fetching org.junit.jupiter.engine_5.0.0.v20170910-2246.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (47.91kB)
[INFO] Fetching org.junit.jupiter.engine_5.0.0.v20170910-2246.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (47.91kB)
[INFO] Fetching org.junit.jupiter.migrationsupport_5.0.0.v20170910-2246.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (20.66kB)
[INFO] Fetching org.junit.jupiter.migrationsupport_5.0.0.v20170910-2246.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (20.66kB)
[INFO] Fetching org.junit.jupiter.params_5.0.0.v20170910-2246.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (150.84kB)
[INFO] Fetching org.junit.jupiter.params_5.0.0.v20170910-2246.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (150.84kB)
[INFO] Fetching org.junit.platform.commons_1.0.0.v20170910-2246.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (36.59kB)
[INFO] Fetching org.junit.platform.commons_1.0.0.v20170910-2246.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (36.59kB)
[INFO] Fetching org.junit.platform.engine_1.0.0.v20170910-2246.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (36.9kB)
[INFO] Fetching org.junit.platform.engine_1.0.0.v20170910-2246.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (36.9kB)
[INFO] Fetching org.junit.platform.launcher_1.0.0.v20170910-2246.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (30.71kB)
[INFO] Fetching org.junit.platform.launcher_1.0.0.v20170910-2246.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (30.71kB)
[INFO] Fetching org.junit.platform.runner_1.0.0.v20170910-2246.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (20.7kB)
[INFO] Fetching org.junit.platform.runner_1.0.0.v20170910-2246.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (20.7kB)
[INFO] Fetching org.junit.platform.suite.api_1.0.0.v20170910-2246.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (16.46kB)
[INFO] Fetching org.junit.platform.suite.api_1.0.0.v20170910-2246.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (16.46kB)
[INFO] Fetching org.junit.vintage.engine_4.12.0.v20170910-2246.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (30.31kB)
[INFO] Fetching org.junit.vintage.engine_4.12.0.v20170910-2246.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (30.31kB)
[INFO] Fetching org.hamcrest.core_1.3.0.v201303031735.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (19.33kB)
[INFO] Fetching org.hamcrest.core_1.3.0.v201303031735.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (19.33kB)
[INFO] Fetching org.opentest4j_1.0.0.v20170910-2246.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (14.23kB)
[INFO] Fetching org.opentest4j_1.0.0.v20170910-2246.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (14.23kB)
[INFO] Fetching org.apiguardian_1.0.0.v20170910-2246.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (12.35kB)
[INFO] Fetching org.apiguardian_1.0.0.v20170910-2246.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (12.35kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.9.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (16.95kB)
[INFO] Fetching org.eclipse.emf.mapping.ecore2xml_2.9.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (16.95kB)
[INFO] Fetching org.eclipse.jdt.debug_3.11.50.v20170920-1717.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (912.26kB)
[INFO] Fetching org.eclipse.jdt.debug_3.11.50.v20170920-1717.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (912.26kB)
[INFO] Fetching org.eclipse.uml2.common_2.1.0.v20170605-1616.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (31.53kB)
[INFO] Fetching org.eclipse.uml2.common_2.1.0.v20170605-1616.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (31.53kB)
[INFO] Fetching org.eclipse.uml2.types_2.0.0.v20170605-1616.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (11.01kB)
[INFO] Fetching org.eclipse.uml2.types_2.0.0.v20170605-1616.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (11.01kB)
[INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.examples:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/org.eclipse.emf.henshin.examples/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.giraph:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/org.eclipse.emf.henshin.giraph/pom.xml
[WARNING] Target location type 'Profile' is not supported
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.giraph:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/org.eclipse.emf.henshin.giraph/pom.xml
[INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (676.21kB)
[INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (676.21kB)
[INFO] Fetching javax.xml_1.3.4.v201005080400.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (246.29kB)
[INFO] Fetching javax.xml_1.3.4.v201005080400.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (246.29kB)
[INFO] Fetching org.apache.ant_1.10.1.v20170504-0840.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (2.58MB)
[INFO] Fetching org.apache.ant_1.10.1.v20170504-0840.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (2.58MB)
[INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (405.11kB)
[INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (405.11kB)
[INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (42.52kB)
[INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (42.52kB)
[INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (114.7kB)
[INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (114.7kB)
[INFO] Fetching org.eclipse.ant.core_3.5.0.v20170509-2149.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (72.08kB)
[INFO] Fetching org.eclipse.ant.core_3.5.0.v20170509-2149.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (72.08kB)
[INFO] Fetching org.eclipse.core.externaltools_1.1.0.v20170113-2056.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (20.53kB)
[INFO] Fetching org.eclipse.core.externaltools_1.1.0.v20170113-2056.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (20.53kB)
[INFO] Fetching org.eclipse.debug.ui_3.12.50.v20170920-1329.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (993.18kB)
[INFO] Fetching org.eclipse.debug.ui_3.12.50.v20170920-1329.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (993.18kB)
[INFO] Fetching org.eclipse.m2e.launching_1.8.3.20180227-2137.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (40.18kB)
[INFO] Fetching org.eclipse.m2e.launching_1.8.3.20180227-2137.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (40.18kB)
[INFO] Fetching org.eclipse.jdt.core.manipulation_1.9.100.v20180321-0831.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (99.42kB)
[INFO] Fetching org.eclipse.jdt.core.manipulation_1.9.100.v20180321-0831.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (99.42kB)
[INFO] Fetching org.eclipse.jdt.debug.ui_3.8.100.v20180322-1256.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (1.61MB)
[INFO] Fetching org.eclipse.jdt.debug.ui_3.8.100.v20180322-1256.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (1.61MB)
[INFO] Fetching org.eclipse.jdt.ui_3.13.100.v20180330-0726.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (4.04MB)
[INFO] Fetching org.eclipse.jdt.ui_3.13.100.v20180330-0726.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (4.04MB)
[INFO] Fetching org.eclipse.search_3.11.100.v20170515-1603.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (218.87kB)
[INFO] Fetching org.eclipse.search_3.11.100.v20170515-1603.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (218.87kB)
[INFO] Fetching org.eclipse.jem.util_2.1.201.v201707201954.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (47.5kB)
[INFO] Fetching org.eclipse.jem.util_2.1.201.v201707201954.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (47.5kB)
[INFO] Fetching org.eclipse.wst.common.core_1.2.0.v200908251833.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (21.59kB)
[INFO] Fetching org.eclipse.wst.common.core_1.2.0.v200908251833.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (21.59kB)
[INFO] Fetching org.eclipse.m2e.archetype.common_1.8.3.20180227-2135.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (1.91MB)
[INFO] Fetching org.eclipse.m2e.archetype.common_1.8.3.20180227-2135.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (1.91MB)
[INFO] Fetching org.eclipse.m2e.maven.runtime_1.8.3.20180227-2135.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (6.24MB)
[INFO] Fetching org.eclipse.m2e.maven.runtime_1.8.3.20180227-2135.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (6.24MB)
[INFO] Fetching org.eclipse.m2e.core_1.8.3.20180227-2137.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (196.05kB)
[INFO] Fetching org.eclipse.m2e.core_1.8.3.20180227-2137.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (196.05kB)
[INFO] Fetching org.eclipse.m2e.maven.indexer_1.8.3.20180227-2135.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (1.08MB)
[INFO] Fetching org.eclipse.m2e.maven.indexer_1.8.3.20180227-2135.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (1.08MB)
[INFO] Fetching org.eclipse.m2e.workspace.cli_0.3.1.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (15.56kB)
[INFO] Fetching org.eclipse.m2e.workspace.cli_0.3.1.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (15.56kB)
[INFO] Fetching org.slf4j.api_1.7.2.v20121108-1250.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (16.96kB)
[INFO] Fetching org.slf4j.api_1.7.2.v20121108-1250.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (16.96kB)
[INFO] Fetching org.eclipse.m2e.core.ui_1.8.3.20180227-2137.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (220.75kB)
[INFO] Fetching org.eclipse.m2e.core.ui_1.8.3.20180227-2137.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (220.75kB)
[INFO] Fetching org.eclipse.m2e.model.edit_1.8.3.20180227-2137.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (124.62kB)
[INFO] Fetching org.eclipse.m2e.model.edit_1.8.3.20180227-2137.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (124.62kB)
[INFO] Fetching org.eclipse.ui.externaltools_3.4.0.v20161212-0515.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (66.75kB)
[INFO] Fetching org.eclipse.ui.externaltools_3.4.0.v20161212-0515.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (66.75kB)
[INFO] Fetching org.eclipse.m2e.maven.runtime.slf4j.simple_1.8.3.20180227-2135.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (19.31kB)
[INFO] Fetching org.eclipse.m2e.maven.runtime.slf4j.simple_1.8.3.20180227-2135.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (19.31kB)
[INFO] Fetching org.eclipse.wst.common.emf_1.2.501.v201803221834.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (77.33kB)
[INFO] Fetching org.eclipse.wst.common.emf_1.2.501.v201803221834.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (77.33kB)
[INFO] Fetching org.eclipse.wst.sse.core_1.1.1002.v201711071507.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (147.43kB)
[INFO] Fetching org.eclipse.wst.sse.core_1.1.1002.v201711071507.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (147.43kB)
[INFO] Fetching org.eclipse.wst.xml.core_1.1.1101.v201711080222.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (242.33kB)
[INFO] Fetching org.eclipse.wst.xml.core_1.1.1101.v201711080222.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (242.33kB)
[INFO] Fetching org.eclipse.wst.xsd.core_1.1.900.v201401141857.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (26.51kB)
[INFO] Fetching org.eclipse.wst.xsd.core_1.1.900.v201401141857.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (26.51kB)
[INFO] Fetching org.eclipse.wst.common.frameworks_1.2.201.v201707201954.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (43.27kB)
[INFO] Fetching org.eclipse.wst.common.frameworks_1.2.201.v201707201954.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (43.27kB)
[INFO] Fetching org.eclipse.wst.common.environment_1.0.400.v200912181831.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (18.6kB)
[INFO] Fetching org.eclipse.wst.common.environment_1.0.400.v200912181831.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (18.6kB)
[INFO] Fetching org.eclipse.wst.common.project.facet.core_1.4.300.v201111030423.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (111.97kB)
[INFO] Fetching org.eclipse.wst.common.project.facet.core_1.4.300.v201111030423.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (111.97kB)
[INFO] Fetching org.eclipse.wst.common.uriresolver_1.2.300.v201702270556.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (24.71kB)
[INFO] Fetching org.eclipse.wst.common.uriresolver_1.2.300.v201702270556.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (24.71kB)
[INFO] Fetching org.eclipse.wst.validation_1.2.701.v201707142105.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (134.29kB)
[INFO] Fetching org.eclipse.wst.validation_1.2.701.v201707142105.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (134.29kB)
[INFO] Fetching org.eclipse.xsd_2.13.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (548.21kB)
[INFO] Fetching org.eclipse.xsd_2.13.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (548.21kB)
[INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.giraph:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/org.eclipse.emf.henshin.giraph/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.interpreter:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/org.eclipse.emf.henshin.interpreter/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.interpreter:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/org.eclipse.emf.henshin.interpreter/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.interpreter:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/org.eclipse.emf.henshin.interpreter/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.interpreter.ui:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/org.eclipse.emf.henshin.interpreter.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.interpreter.ui:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/org.eclipse.emf.henshin.interpreter.ui/pom.xml
[INFO] Fetching org.eclipse.emf.compare_3.5.1.201709090201.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (168.6kB)
[INFO] Fetching org.eclipse.emf.compare_3.5.1.201709090201.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (168.6kB)
[INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (129.49kB)
[INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (129.49kB)
[INFO] Fetching org.eclipse.emf.compare.edit_4.3.1.201709090201.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (62.33kB)
[INFO] Fetching org.eclipse.emf.compare.edit_4.3.1.201709090201.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (62.33kB)
[INFO] Fetching org.eclipse.emf.compare.ide_3.4.1.201709090201.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (32.07kB)
[INFO] Fetching org.eclipse.emf.compare.ide_3.4.1.201709090201.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (32.07kB)
[INFO] Fetching org.eclipse.emf.compare.rcp_2.5.1.201709090201.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (34.4kB)
[INFO] Fetching org.eclipse.emf.compare.rcp_2.5.1.201709090201.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (34.4kB)
[INFO] Fetching org.eclipse.emf.compare.ide.ui_4.4.1.201709090201.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (196.49kB)
[INFO] Fetching org.eclipse.emf.compare.ide.ui_4.4.1.201709090201.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (196.49kB)
[INFO] Fetching org.eclipse.emf.compare.rcp.ui_4.4.1.201709090201.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (116.91kB)
[INFO] Fetching org.eclipse.emf.compare.rcp.ui_4.4.1.201709090201.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (116.91kB)
[INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.interpreter.ui:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/org.eclipse.emf.henshin.interpreter.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.model:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/org.eclipse.emf.henshin.model/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.model:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/org.eclipse.emf.henshin.model/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.model:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/org.eclipse.emf.henshin.model/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.statespace:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/org.eclipse.emf.henshin.statespace/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.statespace:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/org.eclipse.emf.henshin.statespace/pom.xml
[INFO] Fetching org.eclipse.emf.query.ocl_2.0.0.201706061326.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (29.54kB)
[INFO] Fetching org.eclipse.emf.query.ocl_2.0.0.201706061326.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (29.54kB)
[INFO] Fetching org.eclipse.emf.validation.ocl_1.4.0.201706061352.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (20.89kB)
[INFO] Fetching org.eclipse.emf.validation.ocl_1.4.0.201706061352.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (20.89kB)
[INFO] Fetching org.eclipse.emf.query_1.7.0.201706061326.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (141.71kB)
[INFO] Fetching org.eclipse.emf.query_1.7.0.201706061326.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (141.71kB)
[INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.statespace:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/org.eclipse.emf.henshin.statespace/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.statespace.explorer:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/org.eclipse.emf.henshin.statespace.explorer/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.statespace.explorer:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/org.eclipse.emf.henshin.statespace.explorer/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.statespace.explorer:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/org.eclipse.emf.henshin.statespace.explorer/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.statespace.external:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/org.eclipse.emf.henshin.statespace.external/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.statespace.external:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/org.eclipse.emf.henshin.statespace.external/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.statespace.external:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/org.eclipse.emf.henshin.statespace.external/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.multicda.cda:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/org.eclipse.emf.henshin.multicda.cda/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.multicda.cda:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/org.eclipse.emf.henshin.multicda.cda/pom.xml
[INFO] Fetching de.tuberlin.eecs.agg_2.1.0.v201512080800.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (1.17MB)
[INFO] Fetching de.tuberlin.eecs.agg_2.1.0.v201512080800.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (1.17MB)
[INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.multicda.cda:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/org.eclipse.emf.henshin.multicda.cda/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.multicda.cpa:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/org.eclipse.emf.henshin.multicda.cpa/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.multicda.cpa:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/org.eclipse.emf.henshin.multicda.cpa/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.multicda.cpa:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/org.eclipse.emf.henshin.multicda.cpa/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.multicda.cpa.ui:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/org.eclipse.emf.henshin.multicda.cpa.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.multicda.cpa.ui:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/org.eclipse.emf.henshin.multicda.cpa.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.multicda.cpa.ui:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/org.eclipse.emf.henshin.multicda.cpa.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.rulegen:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/org.eclipse.emf.henshin.rulegen/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.rulegen:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/org.eclipse.emf.henshin.rulegen/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.rulegen:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/org.eclipse.emf.henshin.rulegen/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.rulegen.tests:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/org.eclipse.emf.henshin.rulegen.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.rulegen.tests:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/org.eclipse.emf.henshin.rulegen.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.rulegen.tests:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/org.eclipse.emf.henshin.rulegen.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.rulegen.ui:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/org.eclipse.emf.henshin.rulegen.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.rulegen.ui:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/org.eclipse.emf.henshin.rulegen.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.rulegen.ui:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/org.eclipse.emf.henshin.rulegen.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.trace:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/org.eclipse.emf.henshin.trace/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.trace:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/org.eclipse.emf.henshin.trace/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.trace:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/org.eclipse.emf.henshin.trace/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.wrap:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/org.eclipse.emf.henshin.wrap/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.wrap:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/org.eclipse.emf.henshin.wrap/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.wrap:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/org.eclipse.emf.henshin.wrap/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.tests:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/org.eclipse.emf.henshin.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.tests:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/org.eclipse.emf.henshin.tests/pom.xml
[INFO] Fetching org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (30.64kB)
[INFO] Fetching org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (30.64kB)
[INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.tests:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/org.eclipse.emf.henshin.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.text:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/org.eclipse.emf.henshin.text/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.text:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/org.eclipse.emf.henshin.text/pom.xml
[INFO] Fetching com.google.inject_3.0.0.v201605172100.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (141.47kB)
[INFO] Fetching com.google.inject_3.0.0.v201605172100.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (141.47kB)
[INFO] Fetching org.apache.commons.cli_1.2.0.v201404270220.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (24.42kB)
[INFO] Fetching org.apache.commons.cli_1.2.0.v201404270220.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (24.42kB)
[INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (106.17kB)
[INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (106.17kB)
[INFO] Fetching org.apache.commons.logging_1.1.1.v201101211721.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (71.91kB)
[INFO] Fetching org.apache.commons.logging_1.1.1.v201101211721.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (71.91kB)
[INFO] Fetching org.eclipse.xtext_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (763.75kB)
[INFO] Fetching org.eclipse.xtext_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (763.75kB)
[INFO] Fetching org.eclipse.xtext.xbase_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (869.55kB)
[INFO] Fetching org.eclipse.xtext.xbase_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (869.55kB)
[INFO] Fetching org.eclipse.xtext.xbase.lib_2.12.0.v20170518-0757.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (48.91kB)
[INFO] Fetching org.eclipse.xtext.xbase.lib_2.12.0.v20170518-0757.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (48.91kB)
[INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (96.31kB)
[INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (96.31kB)
[INFO] Fetching org.eclipse.xtext.util_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (102.9kB)
[INFO] Fetching org.eclipse.xtext.util_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (102.9kB)
[INFO] Fetching org.eclipse.xtend.lib_2.12.0.v20170518-0757.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (60.07kB)
[INFO] Fetching org.eclipse.xtend.lib_2.12.0.v20170518-0757.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (60.07kB)
[INFO] Fetching org.eclipse.emf.mwe.core_1.3.21.201705291011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (63.18kB)
[INFO] Fetching org.eclipse.emf.mwe.core_1.3.21.201705291011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (63.18kB)
[INFO] Fetching org.eclipse.emf.mwe2.runtime_2.9.1.201705291011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (8.88kB)
[INFO] Fetching org.eclipse.emf.mwe2.runtime_2.9.1.201705291011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (8.88kB)
[INFO] Fetching org.eclipse.emf.mwe.utils_1.3.21.201705291011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (19.36kB)
[INFO] Fetching org.eclipse.emf.mwe.utils_1.3.21.201705291011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (19.36kB)
[INFO] Fetching org.eclipse.emf.mwe2.lib_2.9.1.201705291011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (13.43kB)
[INFO] Fetching org.eclipse.emf.mwe2.lib_2.9.1.201705291011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (13.43kB)
[INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (148.58kB)
[INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (148.58kB)
[INFO] Fetching org.eclipse.xtend.lib.macro_2.12.0.v20170518-0757.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (22.36kB)
[INFO] Fetching org.eclipse.xtend.lib.macro_2.12.0.v20170518-0757.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (22.36kB)
[INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (26.12kB)
[INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (26.12kB)
[INFO] Fetching org.eclipse.xtext.common.types_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (130.65kB)
[INFO] Fetching org.eclipse.xtext.common.types_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (130.65kB)
[INFO] Fetching 201803211000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/oxygen/
[INFO] Fetching org.objectweb.asm_5.2.0.v20170126-0011.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (72.38kB)
[INFO] Fetching org.objectweb.asm_5.2.0.v20170126-0011.jar from http://download.eclipse.org/releases/oxygen/201803211000/plugins/ (72.38kB)
[INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.text:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/org.eclipse.emf.henshin.text/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.text.ide:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/org.eclipse.emf.henshin.text.ide/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.text.ide:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/org.eclipse.emf.henshin.text.ide/pom.xml
[INFO] Fetching org.eclipse.xtext.ide_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (158.48kB)
[INFO] Fetching org.eclipse.xtext.ide_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (158.48kB)
[INFO] Fetching org.eclipse.xtext.xbase.ide_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (281.71kB)
[INFO] Fetching org.eclipse.xtext.xbase.ide_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (281.71kB)
[INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.text.ide:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/org.eclipse.emf.henshin.text.ide/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.text.transformation:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/org.eclipse.emf.henshin.text.transformation/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.text.transformation:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/org.eclipse.emf.henshin.text.transformation/pom.xml
[INFO] Fetching org.eclipse.m2m.qvt.oml_3.7.0.v20170604-1316.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (1MB)
[INFO] Fetching org.eclipse.m2m.qvt.oml_3.7.0.v20170604-1316.jar from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (1MB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.common_3.7.0.v20170604-1316.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (22.19kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.common_3.7.0.v20170604-1316.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (22.19kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.cst.parser_3.6.0.v20170604-1316.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (266.83kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.cst.parser_3.6.0.v20170604-1316.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (266.83kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.ecore.imperativeocl_3.4.0.v20170604-1316.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (37.2kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.ecore.imperativeocl_3.4.0.v20170604-1316.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (37.2kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.emf.util_3.7.0.v20170604-1316.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (26.04kB)
[INFO] Fetching org.eclipse.m2m.qvt.oml.emf.util_3.7.0.v20170604-1316.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (26.04kB)
[INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.text.transformation:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/org.eclipse.emf.henshin.text.transformation/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.text.ui:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/org.eclipse.emf.henshin.text.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.text.ui:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/org.eclipse.emf.henshin.text.ui/pom.xml
[INFO] Fetching org.eclipse.xtext.ui_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (500.78kB)
[INFO] Fetching org.eclipse.xtext.ui_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (500.78kB)
[INFO] Fetching org.eclipse.xtext.ui.shared_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (23.13kB)
[INFO] Fetching org.eclipse.xtext.ui.shared_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (23.13kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (70.14kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (70.14kB)
[INFO] Fetching org.eclipse.xtext.builder_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (117.62kB)
[INFO] Fetching org.eclipse.xtext.builder_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (117.62kB)
[INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (80.37kB)
[INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (80.37kB)
[INFO] Fetching org.eclipse.xtext.common.types.ui_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (85.86kB)
[INFO] Fetching org.eclipse.xtext.common.types.ui_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (85.86kB)
[INFO] Fetching org.eclipse.xtext.smap_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (11.84kB)
[INFO] Fetching org.eclipse.xtext.smap_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (11.84kB)
[INFO] Fetching org.eclipse.xtext.common.types.edit_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (49.47kB)
[INFO] Fetching org.eclipse.xtext.common.types.edit_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (49.47kB)
[INFO] Fetching org.eclipse.xtext.ecore_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (9.34kB)
[INFO] Fetching org.eclipse.xtext.ecore_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (9.34kB)
[INFO] Fetching org.eclipse.xtext.generator_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (258.65kB)
[INFO] Fetching org.eclipse.xtext.generator_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (258.65kB)
[INFO] Fetching org.eclipse.xtext.xtext.generator_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (514.68kB)
[INFO] Fetching org.eclipse.xtext.xtext.generator_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (514.68kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (65.11kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (65.11kB)
[INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.text.ui:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/org.eclipse.emf.henshin.text.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.adapters.xtext:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/adapters/org.eclipse.emf.henshin.adapters.xtext/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.adapters.xtext:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/adapters/org.eclipse.emf.henshin.adapters.xtext/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.adapters.xtext:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/adapters/org.eclipse.emf.henshin.adapters.xtext/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.variability:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/variability/org.eclipse.emf.henshin.variability/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.variability:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/variability/org.eclipse.emf.henshin.variability/pom.xml
[INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (103.26kB)
[INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (103.26kB)
[INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.variability:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/variability/org.eclipse.emf.henshin.variability/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.variability.configuration:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/variability/org.eclipse.emf.henshin.variability.configuration/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.variability.configuration:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/variability/org.eclipse.emf.henshin.variability.configuration/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.variability.configuration:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/variability/org.eclipse.emf.henshin.variability.configuration/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.variability.configuration.ui:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/variability/org.eclipse.emf.henshin.variability.configuration.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.variability.configuration.ui:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/variability/org.eclipse.emf.henshin.variability.configuration.ui/pom.xml
[INFO] Fetching org.eclipse.emf.databinding_1.3.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (27.46kB)
[INFO] Fetching org.eclipse.emf.databinding_1.3.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201804111000/plugins/ (27.46kB)
[INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.variability.configuration.ui:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/variability/org.eclipse.emf.henshin.variability.configuration.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.variability.mergein:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/variability/org.eclipse.emf.henshin.variability.mergein/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.variability.mergein:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/variability/org.eclipse.emf.henshin.variability.mergein/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.variability.mergein:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/variability/org.eclipse.emf.henshin.variability.mergein/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.variability.mergein.refactoring:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/variability/org.eclipse.emf.henshin.variability.mergein.refactoring/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.variability.mergein.refactoring:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/variability/org.eclipse.emf.henshin.variability.mergein.refactoring/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.variability.mergein.refactoring:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/variability/org.eclipse.emf.henshin.variability.mergein.refactoring/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.variability.mergein.ui:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/variability/org.eclipse.emf.henshin.variability.mergein.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.variability.mergein.ui:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/variability/org.eclipse.emf.henshin.variability.mergein.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.variability.mergein.ui:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/variability/org.eclipse.emf.henshin.variability.mergein.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.variability.test:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/variability/org.eclipse.emf.henshin.variability.test/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.variability.test:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/variability/org.eclipse.emf.henshin.variability.test/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.variability.test:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/plugins/variability/org.eclipse.emf.henshin.variability.test/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.sdk:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/features/org.eclipse.emf.henshin.sdk/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.sdk:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/features/org.eclipse.emf.henshin.sdk/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.sdk:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/features/org.eclipse.emf.henshin.sdk/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.sdk.variability:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/features/org.eclipse.emf.henshin.sdk.variability/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.sdk.variability:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/features/org.eclipse.emf.henshin.sdk.variability/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.sdk.variability:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/features/org.eclipse.emf.henshin.sdk.variability/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.p2updatesite:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/p2updatesite/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.p2updatesite:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/p2updatesite/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.p2updatesite:1.6.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_release/p2updatesite/pom.xml
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] parent                                                             [pom]
[INFO] org.eclipse.emf.henshin.model                           [eclipse-plugin]
[INFO] org.eclipse.emf.henshin.edit                            [eclipse-plugin]
[INFO] org.eclipse.emf.henshin.editor                          [eclipse-plugin]
[INFO] org.eclipse.emf.henshin.diagram                         [eclipse-plugin]
[INFO] org.eclipse.emf.henshin.interpreter                     [eclipse-plugin]
[INFO] org.eclipse.emf.henshin.trace                           [eclipse-plugin]
[INFO] org.eclipse.emf.henshin.statespace                      [eclipse-plugin]
[INFO] org.eclipse.emf.henshin.statespace.external             [eclipse-plugin]
[INFO] org.eclipse.emf.henshin.wrap                            [eclipse-plugin]
[INFO] org.eclipse.emf.henshin.examples                        [eclipse-plugin]
[INFO] org.eclipse.emf.henshin.giraph                          [eclipse-plugin]
[INFO] org.eclipse.emf.henshin.interpreter.ui                  [eclipse-plugin]
[INFO] org.eclipse.emf.henshin.statespace.explorer             [eclipse-plugin]
[INFO] org.eclipse.emf.henshin.multicda.cpa                    [eclipse-plugin]
[INFO] org.eclipse.emf.henshin.multicda.cda                    [eclipse-plugin]
[INFO] org.eclipse.emf.henshin.multicda.cpa.ui                 [eclipse-plugin]
[INFO] org.eclipse.emf.henshin.rulegen                         [eclipse-plugin]
[INFO] org.eclipse.emf.henshin.tests                      [eclipse-test-plugin]
[INFO] org.eclipse.emf.henshin.rulegen.tests                   [eclipse-plugin]
[INFO] org.eclipse.emf.henshin.rulegen.ui                      [eclipse-plugin]
[INFO] org.eclipse.emf.henshin.text                            [eclipse-plugin]
[INFO] org.eclipse.emf.henshin.text.ide                        [eclipse-plugin]
[INFO] org.eclipse.emf.henshin.text.transformation             [eclipse-plugin]
[INFO] org.eclipse.emf.henshin.text.ui                         [eclipse-plugin]
[INFO] org.eclipse.emf.henshin.adapters.xtext                  [eclipse-plugin]
[INFO] org.eclipse.emf.henshin.variability                     [eclipse-plugin]
[INFO] org.eclipse.emf.henshin.variability.configuration       [eclipse-plugin]
[INFO] org.eclipse.emf.henshin.variability.configuration.ui    [eclipse-plugin]
[INFO] org.eclipse.emf.henshin.variability.mergein             [eclipse-plugin]
[INFO] org.eclipse.emf.henshin.variability.mergein.refactoring [eclipse-plugin]
[INFO] org.eclipse.emf.henshin.variability.mergein.ui          [eclipse-plugin]
[INFO] org.eclipse.emf.henshin.variability.test                [eclipse-plugin]
[INFO] org.eclipse.emf.henshin.sdk                            [eclipse-feature]
[INFO] org.eclipse.emf.henshin.sdk.variability                [eclipse-feature]
[INFO] org.eclipse.emf.henshin.target               [eclipse-target-definition]
[INFO] org.eclipse.emf.henshin.p2updatesite                [eclipse-repository]
[INFO] 
[INFO] -------------------< org.eclipse.emf.henshin:parent >-------------------
[INFO] Building parent 1.6.0-SNAPSHOT                                    [1/37]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ parent ---
[INFO] 
[INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ parent ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ parent ---
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_release/pom.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/parent/1.6.0-SNAPSHOT/parent-1.6.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ parent ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for parent 1.6.0-SNAPSHOT:
[INFO] 
[INFO] parent ............................................. FAILURE [  0.582 s]
[INFO] org.eclipse.emf.henshin.model ...................... SKIPPED
[INFO] org.eclipse.emf.henshin.edit ....................... SKIPPED
[INFO] org.eclipse.emf.henshin.editor ..................... SKIPPED
[INFO] org.eclipse.emf.henshin.diagram .................... SKIPPED
[INFO] org.eclipse.emf.henshin.interpreter ................ SKIPPED
[INFO] org.eclipse.emf.henshin.trace ...................... SKIPPED
[INFO] org.eclipse.emf.henshin.statespace ................. SKIPPED
[INFO] org.eclipse.emf.henshin.statespace.external ........ SKIPPED
[INFO] org.eclipse.emf.henshin.wrap ....................... SKIPPED
[INFO] org.eclipse.emf.henshin.examples ................... SKIPPED
[INFO] org.eclipse.emf.henshin.giraph ..................... SKIPPED
[INFO] org.eclipse.emf.henshin.interpreter.ui ............. SKIPPED
[INFO] org.eclipse.emf.henshin.statespace.explorer ........ SKIPPED
[INFO] org.eclipse.emf.henshin.multicda.cpa ............... SKIPPED
[INFO] org.eclipse.emf.henshin.multicda.cda ............... SKIPPED
[INFO] org.eclipse.emf.henshin.multicda.cpa.ui ............ SKIPPED
[INFO] org.eclipse.emf.henshin.rulegen .................... SKIPPED
[INFO] org.eclipse.emf.henshin.tests ...................... SKIPPED
[INFO] org.eclipse.emf.henshin.rulegen.tests .............. SKIPPED
[INFO] org.eclipse.emf.henshin.rulegen.ui ................. SKIPPED
[INFO] org.eclipse.emf.henshin.text ....................... SKIPPED
[INFO] org.eclipse.emf.henshin.text.ide ................... SKIPPED
[INFO] org.eclipse.emf.henshin.text.transformation ........ SKIPPED
[INFO] org.eclipse.emf.henshin.text.ui .................... SKIPPED
[INFO] org.eclipse.emf.henshin.adapters.xtext ............. SKIPPED
[INFO] org.eclipse.emf.henshin.variability ................ SKIPPED
[INFO] org.eclipse.emf.henshin.variability.configuration .. SKIPPED
[INFO] org.eclipse.emf.henshin.variability.configuration.ui SKIPPED
[INFO] org.eclipse.emf.henshin.variability.mergein ........ SKIPPED
[INFO] org.eclipse.emf.henshin.variability.mergein.refactoring SKIPPED
[INFO] org.eclipse.emf.henshin.variability.mergein.ui ..... SKIPPED
[INFO] org.eclipse.emf.henshin.variability.test ........... SKIPPED
[INFO] org.eclipse.emf.henshin.sdk ........................ SKIPPED
[INFO] org.eclipse.emf.henshin.sdk.variability ............ SKIPPED
[INFO] org.eclipse.emf.henshin.target ..................... SKIPPED
[INFO] org.eclipse.emf.henshin.p2updatesite ............... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:19 min
[INFO] Finished at: 2020-11-20T19:17:28Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy (default-deploy) on project parent: Deployment failed: repository element was not specified in the POM inside distributionManagement element or in -DaltDeploymentRepository=id::layout::url parameter -> [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
Build step 'Execute shell' marked build as failure
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 74 killed;
[ssh-agent] Stopped.
An attempt to send an e-mail to empty list of recipients, ignored.
Finished: FAILURE