Skip to content

Console Output

Started by user Daniel Strueber
Running as Daniel Strueber
Agent basic-bz252 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-bz252"
  namespace: "henshin"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.henshin.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-bz252"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
        \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "basic-bz252"
    - 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.13.3"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
      subPath: ""
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-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-bz252 (basic) in workspace /home/jenkins/agent/workspace/cbi_henshin_nightly
[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-NRl1M8vq4R7F/agent.55
SSH_AGENT_PID=57
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/cbi_henshin_nightly@tmp/private_key_5727747690818348165.key (/home/jenkins/agent/workspace/cbi_henshin_nightly@tmp/private_key_5727747690818348165.key)
[ssh-agent] Using credentials genie.henshin (ssh://genie.henshin@projects-storage.eclipse.org)
The recommended git tool is: NONE
using credential git.eclipse.org-bot-ssh
Cloning the remote Git repository
Cloning repository https://git.eclipse.org/r/henshin/org.eclipse.emft.henshin.git
 > git init /home/jenkins/agent/workspace/cbi_henshin_nightly # timeout=10
Fetching upstream changes from https://git.eclipse.org/r/henshin/org.eclipse.emft.henshin.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_SSH to set credentials ssh://genie.henshin@git.eclipse.org
[INFO] Currently running in a labeled security context
 > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/cbi_henshin_nightly@tmp/jenkins-gitclient-ssh16860603011826053947.key
Verifying host key using known hosts file
 > git fetch --tags --force --progress -- https://git.eclipse.org/r/henshin/org.eclipse.emft.henshin.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git.eclipse.org/r/henshin/org.eclipse.emft.henshin.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision dfa1c4a63834f120aa9ee71ab519fa6c02852d5d (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f dfa1c4a63834f120aa9ee71ab519fa6c02852d5d # timeout=10
Commit message: "Merge "Remove unused dependencies""
 > git rev-list --no-walk 348dad363094951f9f30957c42a1ede9d4b866a3 # timeout=10
[cbi_henshin_nightly] $ /bin/sh -xe /tmp/jenkins18421830652649982218.sh
+ cd /home/jenkins/agent/workspace/cbi_henshin_nightly
+ git checkout master
Switched to a new branch 'master'
Branch 'master' set up to track remote branch 'master' from 'origin'.
+ git pull
Already up to date.
+ export PATH=/opt/tools/java/openjdk/jdk-11/latest/bin:/opt/tools/java/openjdk/jdk-11/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/tools/apache-maven/latest/bin
+ PATH=/opt/tools/java/openjdk/jdk-11/latest/bin:/opt/tools/java/openjdk/jdk-11/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 -fae -Dmaven.test.skip=true
Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
Maven home: /opt/tools/apache-maven/latest
Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.17.13-200.fc35.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.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/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
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.eclipse.ecf.provider.filetransfer.httpclient4.SNIAwareHttpClient$1 (file:/home/jenkins/.m2/repository/org/eclipse/tycho/tycho-bundles-external/1.3.0/eclipse/plugins/org.eclipse.ecf.provider.filetransfer.httpclient4_1.1.300.v20180301-0132.jar) to method sun.security.ssl.SSLSocketImpl.setHost(java.lang.String)
WARNING: Please consider reporting this to the maintainers of org.eclipse.ecf.provider.filetransfer.httpclient4.SNIAwareHttpClient$1
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
[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/ (501B)
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/oxygen/ (501B)
[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/201706281000/ (142B)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/oxygen/201706281000/ (142B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/oxygen/201706281000/ (854.27kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/oxygen/201706281000/ (854.27kB)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/oxygen/201710111001/ (142B)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/oxygen/201710111001/ (142B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/oxygen/201710111001/ (852.46kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/oxygen/201710111001/ (852.46kB)
[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] 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] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.diagram:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/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/ (63B)
[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/ (63B)
[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 201706281000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/oxygen/ (63B)
[INFO] Fetching org.apache.batik.css_1.8.0.v20170214-1941.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (81.59kB)
[INFO] Fetching org.apache.batik.css_1.8.0.v20170214-1941.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (81.59kB)
[INFO] Fetching org.apache.batik.util_1.8.0.v20170214-1941.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (56.29kB)
[INFO] Fetching org.apache.batik.util_1.8.0.v20170214-1941.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (56.29kB)
[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/201706281000/plugins/ (41.98kB)
[INFO] Fetching org.eclipse.osgi.services_3.6.0.v20170228-1906.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (41.98kB)
[INFO] Fetching org.apache.felix.scr_2.0.10.v20170501-2007.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (140.62kB)
[INFO] Fetching org.apache.felix.scr_2.0.10.v20170501-2007.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (140.62kB)
[INFO] Fetching org.eclipse.osgi.util_3.4.0.v20170111-1608.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (24.93kB)
[INFO] Fetching org.eclipse.osgi.util_3.4.0.v20170111-1608.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (24.93kB)
[INFO] Fetching 201710111001&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/oxygen/ (63B)
[INFO] Fetching org.eclipse.compare_3.7.101.v20170724-1603.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (314.64kB)
[INFO] Fetching org.eclipse.compare_3.7.101.v20170724-1603.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (314.64kB)
[INFO] Fetching org.eclipse.ui_3.109.0.v20170411-1742.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (357.53kB)
[INFO] Fetching org.eclipse.ui_3.109.0.v20170411-1742.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (357.53kB)
[INFO] Fetching org.eclipse.core.resources_3.12.0.v20170417-1558.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (870.77kB)
[INFO] Fetching org.eclipse.core.resources_3.12.0.v20170417-1558.jar from http://download.eclipse.org/releases/oxygen/201706281000/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/201710111001/plugins/ (972.73kB)
[INFO] Fetching org.eclipse.ui.ide_3.13.1.v20170822-1526.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (972.73kB)
[INFO] Fetching org.eclipse.ui.views_3.9.0.v20170226-1833.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (48.42kB)
[INFO] Fetching org.eclipse.ui.views_3.9.0.v20170226-1833.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/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/201706281000/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/201706281000/plugins/ (229.15kB)
[INFO] Fetching org.eclipse.core.runtime_3.13.0.v20170207-1030.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (35.26kB)
[INFO] Fetching org.eclipse.core.runtime_3.13.0.v20170207-1030.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (35.26kB)
[INFO] Fetching org.eclipse.core.expressions_3.6.0.v20170207-1037.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (33.1kB)
[INFO] Fetching org.eclipse.core.expressions_3.6.0.v20170207-1037.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (33.1kB)
[INFO] Fetching org.eclipse.ui.editors_3.11.0.v20170202-1823.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (199.22kB)
[INFO] Fetching org.eclipse.ui.editors_3.11.0.v20170202-1823.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (199.22kB)
[INFO] Fetching org.eclipse.ui.forms_3.7.101.v20170815-1446.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (122.68kB)
[INFO] Fetching org.eclipse.ui.forms_3.7.101.v20170815-1446.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (122.68kB)
[INFO] Fetching org.eclipse.compare.core_3.6.100.v20170516-0820.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (32.79kB)
[INFO] Fetching org.eclipse.compare.core_3.6.100.v20170516-0820.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (32.79kB)
[INFO] Fetching com.ibm.icu_58.2.0.v20170418-1837.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (8.71MB)
[INFO] Fetching com.ibm.icu_58.2.0.v20170418-1837.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (8.71MB)
[INFO] Fetching org.eclipse.core.commands_3.9.0.v20170530-1048.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (43.34kB)
[INFO] Fetching org.eclipse.core.commands_3.9.0.v20170530-1048.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (43.34kB)
[INFO] Fetching org.eclipse.equinox.common_3.9.0.v20170207-1454.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (51.81kB)
[INFO] Fetching org.eclipse.equinox.common_3.9.0.v20170207-1454.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (51.81kB)
[INFO] Fetching org.eclipse.core.contenttype_3.6.0.v20170207-1037.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (40.97kB)
[INFO] Fetching org.eclipse.core.contenttype_3.6.0.v20170207-1037.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (40.97kB)
[INFO] Fetching org.eclipse.equinox.preferences_3.7.0.v20170126-2132.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (53.99kB)
[INFO] Fetching org.eclipse.equinox.preferences_3.7.0.v20170126-2132.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (53.99kB)
[INFO] Fetching org.eclipse.equinox.registry_3.7.0.v20170222-1344.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (71.7kB)
[INFO] Fetching org.eclipse.equinox.registry_3.7.0.v20170222-1344.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (71.7kB)
[INFO] Fetching org.eclipse.core.databinding_1.6.100.v20170515-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (58.16kB)
[INFO] Fetching org.eclipse.core.databinding_1.6.100.v20170515-1119.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/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/201706281000/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/201706281000/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/201706281000/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/201706281000/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/201706281000/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/201706281000/plugins/ (22.94kB)
[INFO] Fetching org.eclipse.core.filebuffers_3.6.100.v20170203-1130.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (42.14kB)
[INFO] Fetching org.eclipse.core.filebuffers_3.6.100.v20170203-1130.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (42.14kB)
[INFO] Fetching org.eclipse.text_3.6.100.v20170203-0814.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (91.18kB)
[INFO] Fetching org.eclipse.text_3.6.100.v20170203-0814.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (91.18kB)
[INFO] Fetching org.eclipse.core.filesystem_1.7.0.v20170406-1337.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (27.68kB)
[INFO] Fetching org.eclipse.core.filesystem_1.7.0.v20170406-1337.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/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/201706281000/plugins/ (40.76kB)
[INFO] Fetching org.eclipse.equinox.app_1.3.400.v20150715-1528.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (40.76kB)
[INFO] Fetching org.eclipse.core.variables_3.4.0.v20170113-2056.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (18.01kB)
[INFO] Fetching org.eclipse.core.variables_3.4.0.v20170113-2056.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (18.01kB)
[INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (215.67kB)
[INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/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/201706281000/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/201706281000/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/201706281000/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/201706281000/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/201706281000/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/201706281000/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/201706281000/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/201706281000/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/201706281000/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/201706281000/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/201706281000/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/201706281000/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/201706281000/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/201706281000/plugins/ (16.46kB)
[INFO] Fetching org.eclipse.equinox.ds_1.5.0.v20170307-1429.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (17.34kB)
[INFO] Fetching org.eclipse.equinox.ds_1.5.0.v20170307-1429.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/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/201706281000/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/201706281000/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/201706281000/plugins/ (368.51kB)
[INFO] Fetching org.eclipse.emf.ecore_2.13.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/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/201710111001/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/201710111001/plugins/ (24.35kB)
[INFO] Fetching 201712201001&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/oxygen/ (63B)
[INFO] Fetching org.eclipse.jface_3.13.2.v20171022-1656.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201712201001/plugins/ (355.27kB)
[INFO] Fetching org.eclipse.jface_3.13.2.v20171022-1656.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201712201001/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/201710111001/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/201710111001/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/201710111001/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/201710111001/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/201706281000/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/201706281000/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/201706281000/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/201706281000/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/201710111001/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/201710111001/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/201706281000/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/201706281000/plugins/ (13.36kB)
[INFO] Fetching org.eclipse.equinox.event_1.4.0.v20170105-1446.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (16.46kB)
[INFO] Fetching org.eclipse.equinox.event_1.4.0.v20170105-1446.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/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/201706281000/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/201706281000/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/201710111001/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/201710111001/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/201706281000/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/201706281000/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/201706281000/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/201706281000/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/201706281000/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/201706281000/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/201710111001/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/201710111001/plugins/ (70.39kB)
[INFO] Fetching org.eclipse.jface.databinding_1.8.100.v20170503-1507.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (71.53kB)
[INFO] Fetching org.eclipse.jface.databinding_1.8.100.v20170503-1507.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/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/201706281000/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/201706281000/plugins/ (7.93kB)
[INFO] Fetching org.eclipse.emf.common_2.13.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (104.66kB)
[INFO] Fetching org.eclipse.emf.common_2.13.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/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/201706281000/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/201706281000/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/201706281000/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/201706281000/plugins/ (41.48kB)
[INFO] Fetching org.eclipse.emf.edit_2.12.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (88.62kB)
[INFO] Fetching org.eclipse.emf.edit_2.12.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/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/201706281000/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/201706281000/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/201706281000/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/201706281000/plugins/ (74.95kB)
[INFO] Fetching org.eclipse.ui.workbench_3.110.1.v20170704-1208.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/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/201710111001/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/201706281000/plugins/ (134.81kB)
[INFO] Fetching org.eclipse.ui.navigator_3.7.0.v20170418-1342.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/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/201710111001/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/201710111001/plugins/ (66.86kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.core_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (111.51kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.core_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (111.51kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (28.53kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.commands.core_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (28.53kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (61.51kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.ui.properties_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (61.51kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui_1.8.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (1.14MB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui_1.8.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (1.14MB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (212.78kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.properties_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (212.78kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (134.21kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.providers_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/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/201706281000/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/201706281000/plugins/ (23.61kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (114.76kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.render_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/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/201706281000/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/201706281000/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/201706281000/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/201706281000/plugins/ (67.95kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui_1.9.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (307.51kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui_1.9.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (307.51kB)
[INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (366.65kB)
[INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (366.65kB)
[INFO] Fetching org.eclipse.emf.validation_1.8.0.201706061352.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (403.65kB)
[INFO] Fetching org.eclipse.emf.validation_1.8.0.201706061352.jar from http://download.eclipse.org/releases/oxygen/201706281000/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/201706281000/plugins/ (252.27kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui_1.8.1.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (252.27kB)
[INFO] Fetching org.eclipse.emf.transaction_1.9.0.201706061339.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (169.02kB)
[INFO] Fetching org.eclipse.emf.transaction_1.9.0.201706061339.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (169.02kB)
[INFO] Fetching org.eclipse.emf.workspace_1.5.1.201706061339.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (85.04kB)
[INFO] Fetching org.eclipse.emf.workspace_1.5.1.201706061339.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (85.04kB)
[INFO] Fetching org.eclipse.equinox.bidi_1.1.0.v20160728-1031.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (23.15kB)
[INFO] Fetching org.eclipse.equinox.bidi_1.1.0.v20160728-1031.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/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/201710111001/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/201710111001/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/201706281000/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/201706281000/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/201706281000/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/201706281000/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/201710111001/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/201710111001/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/201710111001/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/201710111001/plugins/ (52.24kB)
[INFO] Fetching org.tukaani.xz_1.5.0.v20170111-1717.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (41.32kB)
[INFO] Fetching org.tukaani.xz_1.5.0.v20170111-1717.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (41.32kB)
[INFO] Fetching org.eclipse.equinox.security_1.2.300.v20170505-1235.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (42.3kB)
[INFO] Fetching org.eclipse.equinox.security_1.2.300.v20170505-1235.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (42.3kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.core_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (114.43kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.core_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (114.43kB)
[INFO] Fetching org.eclipse.ui.console_3.7.1.v20170728-0806.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (82.03kB)
[INFO] Fetching org.eclipse.ui.console_3.7.1.v20170728-0806.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (82.03kB)
[INFO] Fetching org.eclipse.team.core_3.8.100.v20170516-0820.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (127.48kB)
[INFO] Fetching org.eclipse.team.core_3.8.100.v20170516-0820.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (127.48kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.action_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (99.99kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.action_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/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/201706281000/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/201706281000/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/201706281000/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/201706281000/plugins/ (38.66kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (14.84kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.printing_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (14.84kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services_1.9.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (99.13kB)
[INFO] Fetching org.eclipse.gmf.runtime.common.ui.services_1.9.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/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/201706281000/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/201706281000/plugins/ (75.19kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.core_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (130.4kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.core_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (130.4kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation_1.8.0.201706061354.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (373.75kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation_1.8.0.201706061354.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (373.75kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.type.core_1.9.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (185.96kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.type.core_1.9.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (185.96kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.ui_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (92.26kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.ui_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (92.26kB)
[INFO] Fetching org.eclipse.gmf.runtime.gef.ui_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (99.99kB)
[INFO] Fetching org.eclipse.gmf.runtime.gef.ui_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/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/201710111001/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/201710111001/plugins/ (40.42kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (48.52kB)
[INFO] Fetching org.eclipse.gmf.runtime.draw2d.ui.render_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (48.52kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (215.85kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.actions_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (215.85kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (88.47kB)
[INFO] Fetching org.eclipse.gmf.runtime.diagram.ui.printing_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/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/201706281000/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/201706281000/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/201706281000/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/201706281000/plugins/ (191.96kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (107.19kB)
[INFO] Fetching org.eclipse.gmf.runtime.emf.clipboard.core_1.7.0.201706061437.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (107.19kB)
[INFO] Fetching org.eclipse.help_3.8.1.v20170815-1448.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (122.73kB)
[INFO] Fetching org.eclipse.help_3.8.1.v20170815-1448.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/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/201706281000/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/201706281000/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/201706281000/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/201706281000/plugins/ (179.49kB)
[INFO] Fetching org.eclipse.team.ui_3.8.1.v20170515-1133.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (517.17kB)
[INFO] Fetching org.eclipse.team.ui_3.8.1.v20170515-1133.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (517.17kB)
[INFO] Fetching org.eclipse.ocl_3.6.200.v20170522-1736.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (1.1MB)
[INFO] Fetching org.eclipse.ocl_3.6.200.v20170522-1736.jar from http://download.eclipse.org/releases/oxygen/201706281000/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/201706281000/plugins/ (13.81kB)
[INFO] Fetching org.eclipse.ocl.common_1.4.200.v20160613-1518.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (13.81kB)
[INFO] Fetching org.eclipse.ocl.ecore_3.6.200.v20170522-1736.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (100.83kB)
[INFO] Fetching org.eclipse.ocl.ecore_3.6.200.v20170522-1736.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (100.83kB)
[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] 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] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.diagram:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.diagram/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.edit:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.edit/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.edit:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.edit/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.edit:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.edit/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.editor:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.editor/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.editor:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.editor/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.editor:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.editor/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.examples:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.examples/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.examples:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.examples/pom.xml
[INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (676.21kB)
[INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (676.21kB)
[INFO] Fetching org.eclipse.debug.core_3.11.0.v20170605-1534.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (123.34kB)
[INFO] Fetching org.eclipse.debug.core_3.11.0.v20170605-1534.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (123.34kB)
[INFO] Fetching org.eclipse.emf.codegen_2.12.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (102.97kB)
[INFO] Fetching org.eclipse.emf.codegen_2.12.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/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/201706281000/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/201706281000/plugins/ (451.05kB)
[INFO] Fetching org.eclipse.emf.compare_3.5.1.201709090201.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (168.6kB)
[INFO] Fetching org.eclipse.emf.compare_3.5.1.201709090201.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/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.uml2.uml_5.3.0.v20170605-1616.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (1.07MB)
[INFO] Fetching org.eclipse.uml2.uml_5.3.0.v20170605-1616.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/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 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] Fetching org.eclipse.emf.mapping.ecore2xml_2.9.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/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/201706281000/plugins/ (16.95kB)
[INFO] Fetching org.eclipse.jdt.debug_3.11.50.v20170920-1717.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (912.26kB)
[INFO] Fetching org.eclipse.jdt.debug_3.11.50.v20170920-1717.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (912.26kB)
[INFO] Fetching org.eclipse.uml2.common_2.1.0.v20170605-1616.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (31.53kB)
[INFO] Fetching org.eclipse.uml2.common_2.1.0.v20170605-1616.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (31.53kB)
[INFO] Fetching org.eclipse.uml2.types_2.0.0.v20170605-1616.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (11.01kB)
[INFO] Fetching org.eclipse.uml2.types_2.0.0.v20170605-1616.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (11.01kB)
[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] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.examples:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.examples/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.giraph:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/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.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.giraph/pom.xml
[INFO] Fetching org.eclipse.ant.core_3.5.0.v20170509-2149.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (72.08kB)
[INFO] Fetching org.eclipse.ant.core_3.5.0.v20170509-2149.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (72.08kB)
[INFO] Fetching org.eclipse.debug.ui_3.12.50.v20170920-1329.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (993.18kB)
[INFO] Fetching org.eclipse.debug.ui_3.12.50.v20170920-1329.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (993.18kB)
[INFO] Fetching org.eclipse.emf.compare.edit_4.3.1.201709090201.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (62.33kB)
[INFO] Fetching org.eclipse.emf.compare.edit_4.3.1.201709090201.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (62.33kB)
[INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.giraph:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.giraph/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.interpreter:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.interpreter/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.interpreter:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.interpreter/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.interpreter:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/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.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/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.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.interpreter.ui/pom.xml
[INFO] Fetching org.eclipse.emf.compare.ide_3.4.1.201709090201.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (32.07kB)
[INFO] Fetching org.eclipse.emf.compare.ide_3.4.1.201709090201.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (32.07kB)
[INFO] Fetching org.eclipse.emf.compare.rcp_2.5.1.201709090201.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/plugins/ (34.4kB)
[INFO] Fetching org.eclipse.emf.compare.rcp_2.5.1.201709090201.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201710111001/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/201710111001/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/201710111001/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/201710111001/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/201710111001/plugins/ (116.91kB)
[INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.interpreter.ui:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/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.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.model/pom.xml
[WARNING] Target location type 'Profile' is not supported
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.model:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.model/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.model:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.model/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.statespace:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.statespace/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.statespace:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/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/201706281000/plugins/ (29.54kB)
[INFO] Fetching org.eclipse.emf.query.ocl_2.0.0.201706061326.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (29.54kB)
[INFO] Fetching org.eclipse.emf.validation.ocl_1.4.0.201706061352.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (20.89kB)
[INFO] Fetching org.eclipse.emf.validation.ocl_1.4.0.201706061352.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (20.89kB)
[INFO] Fetching org.eclipse.emf.query_1.7.0.201706061326.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (141.71kB)
[INFO] Fetching org.eclipse.emf.query_1.7.0.201706061326.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (141.71kB)
[INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.statespace:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/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.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/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.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/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.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/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.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/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.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/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.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/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.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/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.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.multicda.cda/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.multicda.cda:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/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.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/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.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/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.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/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.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/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.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/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.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/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.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.rulegen/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.rulegen:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.rulegen/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.rulegen:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/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.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/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.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/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.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/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.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/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.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/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.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/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.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.trace/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.trace:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.trace/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.trace:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.trace/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.wrap:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.wrap/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.wrap:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.wrap/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.wrap:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.wrap/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.tests:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.tests:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/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/201706281000/plugins/ (30.64kB)
[INFO] Fetching org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (30.64kB)
[INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.tests:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.text:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.text/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.text:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/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 javax.annotation_1.2.0.v201602091430.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (21.32kB)
[INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (21.32kB)
[INFO] Fetching org.apache.ant_1.10.1.v20170504-0840.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (2.58MB)
[INFO] Fetching org.apache.ant_1.10.1.v20170504-0840.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (2.58MB)
[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/201706281000/plugins/ (763.75kB)
[INFO] Fetching org.eclipse.xtext_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (763.75kB)
[INFO] Fetching org.eclipse.xtext.xbase_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (869.55kB)
[INFO] Fetching org.eclipse.xtext.xbase_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/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/201706281000/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/201706281000/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/201706281000/plugins/ (102.9kB)
[INFO] Fetching org.eclipse.xtext.util_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (102.9kB)
[INFO] Fetching org.eclipse.xtend.lib_2.12.0.v20170518-0757.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (60.07kB)
[INFO] Fetching org.eclipse.xtend.lib_2.12.0.v20170518-0757.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (60.07kB)
[INFO] Fetching org.eclipse.emf.mwe.core_1.3.21.201705291011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (63.18kB)
[INFO] Fetching org.eclipse.emf.mwe.core_1.3.21.201705291011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (63.18kB)
[INFO] Fetching org.eclipse.emf.mwe2.runtime_2.9.1.201705291011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (8.88kB)
[INFO] Fetching org.eclipse.emf.mwe2.runtime_2.9.1.201705291011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (8.88kB)
[INFO] Fetching org.eclipse.emf.mwe.utils_1.3.21.201705291011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (19.36kB)
[INFO] Fetching org.eclipse.emf.mwe.utils_1.3.21.201705291011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (19.36kB)
[INFO] Fetching org.eclipse.emf.mwe2.lib_2.9.1.201705291011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (13.43kB)
[INFO] Fetching org.eclipse.emf.mwe2.lib_2.9.1.201705291011.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (13.43kB)
[INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (148.58kB)
[INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/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/201706281000/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/201706281000/plugins/ (22.36kB)
[INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (26.12kB)
[INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/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/201706281000/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/201706281000/plugins/ (130.65kB)
[INFO] Fetching org.objectweb.asm_5.2.0.v20170126-0011.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (72.38kB)
[INFO] Fetching org.objectweb.asm_5.2.0.v20170126-0011.jar from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (72.38kB)
[INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.text:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/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.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/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.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/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/201706281000/plugins/ (158.48kB)
[INFO] Fetching org.eclipse.xtext.ide_2.12.0.v20170518-0959.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/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/201706281000/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/201706281000/plugins/ (281.71kB)
[INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.text.ide:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/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.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.text.transformation/pom.xml
[WARNING] Target location type 'Profile' is not supported
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.text.transformation:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/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/201706281000/plugins/ (1MB)
[INFO] Fetching org.eclipse.m2m.qvt.oml_3.7.0.v20170604-1316.jar from http://download.eclipse.org/releases/oxygen/201706281000/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/201706281000/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/201706281000/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/201706281000/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/201706281000/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/201706281000/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/201706281000/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/201706281000/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/201706281000/plugins/ (26.04kB)
[INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.text.transformation:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/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.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/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.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/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/201706281000/plugins/ (500.78kB)
[INFO] Fetching org.eclipse.xtext.ui_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/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/201706281000/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/201706281000/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/201706281000/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/201706281000/plugins/ (70.14kB)
[INFO] Fetching org.eclipse.xtext.builder_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (117.62kB)
[INFO] Fetching org.eclipse.xtext.builder_2.12.0.v20170519-0809.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (117.62kB)
[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.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/201706281000/plugins/ (218.87kB)
[INFO] Fetching org.eclipse.search_3.11.100.v20170515-1603.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (218.87kB)
[INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (80.37kB)
[INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/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/201706281000/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/201706281000/plugins/ (85.86kB)
[INFO] Fetching org.eclipse.xtext.smap_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (11.84kB)
[INFO] Fetching org.eclipse.xtext.smap_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/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/201706281000/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/201706281000/plugins/ (49.47kB)
[INFO] Fetching org.eclipse.xtext.ecore_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (9.34kB)
[INFO] Fetching org.eclipse.xtext.ecore_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (9.34kB)
[INFO] Fetching org.eclipse.xtext.generator_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (258.65kB)
[INFO] Fetching org.eclipse.xtext.generator_2.12.0.v20170519-0752.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/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/201706281000/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/201706281000/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/201706281000/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/201706281000/plugins/ (65.11kB)
[INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.text.ui:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.text.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.monitoring.kieker:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.monitoring.kieker/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.monitoring.kieker:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.monitoring.kieker/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.monitoring.kieker:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.monitoring.kieker/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.monitoring.ui:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.monitoring.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.monitoring.ui:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.monitoring.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.monitoring.ui:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.monitoring.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.adapters.xtext:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/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.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/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.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/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.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.variability:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/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.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/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.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/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.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/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.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/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.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/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.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/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/201706281000/plugins/ (27.46kB)
[INFO] Fetching org.eclipse.emf.databinding_1.3.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (27.46kB)
[INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.variability.configuration.ui:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/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.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/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.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/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.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/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.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/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.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/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.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/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.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/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.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/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.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/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.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/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.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/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.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.test/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.ocl2ac.gc2ac:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.gc2ac/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.ocl2ac.gc2ac:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.gc2ac/pom.xml
[INFO] Fetching org.eclipse.ocl.pivot_1.3.0.v20170522-1753.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (852.22kB)
[INFO] Fetching org.eclipse.ocl.pivot_1.3.0.v20170522-1753.jar.pack.gz from http://download.eclipse.org/releases/oxygen/201706281000/plugins/ (852.22kB)
[INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.ocl2ac.gc2ac:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.gc2ac/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.ocl2ac.model:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.model/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.ocl2ac.model:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.model/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.ocl2ac.model:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.model/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.ocl2ac.model.edit:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.model.edit/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.ocl2ac.model.edit:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.model.edit/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.ocl2ac.model.edit:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.model.edit/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.ocl2ac.model.editor:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.model.editor/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.ocl2ac.model.editor:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.model.editor/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.ocl2ac.model.editor:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.model.editor/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.ocl2ac.ocl2gc:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.ocl2gc/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.ocl2ac.ocl2gc:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.ocl2gc/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.ocl2ac.ocl2gc:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.ocl2gc/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.ocl2ac.tool:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.tool/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.ocl2ac.tool:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.tool/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.ocl2ac.tool:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.tool/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.ocl2ac.utils:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.utils/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.ocl2ac.utils:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.utils/pom.xml
[INFO] Fetching org.apache.commons.io_2.2.0.v201405211200.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (73.56kB)
[INFO] Fetching org.apache.commons.io_2.2.0.v201405211200.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/plugins/ (73.56kB)
[INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.ocl2ac.utils:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.utils/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.sdk:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/features/org.eclipse.emf.henshin.sdk/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.sdk:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/features/org.eclipse.emf.henshin.sdk/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.sdk:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/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.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/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.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/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.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/features/org.eclipse.emf.henshin.sdk.variability/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.sdk.ocl2ac:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/features/org.eclipse.emf.henshin.sdk.ocl2ac/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.sdk.ocl2ac:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/features/org.eclipse.emf.henshin.sdk.ocl2ac/pom.xml
[INFO] Fetching org.eclipse.wb.core.lib_1.9.1.201710100405.jar from http://download.eclipse.org/releases/oxygen/201712201001/plugins/ (5.23MB)
[INFO] Fetching org.eclipse.wb.core.lib_1.9.1.201710100405.jar from http://download.eclipse.org/releases/oxygen/201712201001/plugins/ (5.23MB)
[INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.sdk.ocl2ac:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/features/org.eclipse.emf.henshin.sdk.ocl2ac/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.p2updatesite:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/p2updatesite/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.p2updatesite:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/p2updatesite/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.p2updatesite:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/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.trace                           [eclipse-plugin]
[INFO] org.eclipse.emf.henshin.interpreter                     [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.multicda.cpa                    [eclipse-plugin]
[INFO] org.eclipse.emf.henshin.multicda.cda                    [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.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.monitoring.ui                   [eclipse-plugin]
[INFO] org.eclipse.emf.henshin.monitoring.kieker               [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.ocl2ac.model                    [eclipse-plugin]
[INFO] org.eclipse.emf.henshin.ocl2ac.ocl2gc                   [eclipse-plugin]
[INFO] org.eclipse.emf.henshin.ocl2ac.gc2ac                    [eclipse-plugin]
[INFO] org.eclipse.emf.henshin.ocl2ac.model.edit               [eclipse-plugin]
[INFO] org.eclipse.emf.henshin.ocl2ac.model.editor             [eclipse-plugin]
[INFO] org.eclipse.emf.henshin.ocl2ac.tool                     [eclipse-plugin]
[INFO] org.eclipse.emf.henshin.ocl2ac.utils                    [eclipse-plugin]
[INFO] org.eclipse.emf.henshin.sdk                            [eclipse-feature]
[INFO] org.eclipse.emf.henshin.sdk.variability                [eclipse-feature]
[INFO] org.eclipse.emf.henshin.sdk.ocl2ac                     [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.9.0-SNAPSHOT                                    [1/47]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ parent ---
[INFO] 
[INFO] --- tycho-source-plugin:1.3.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_nightly/pom.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/parent/1.9.0-SNAPSHOT/parent-1.9.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ parent ---
[INFO] 
[INFO] -------< org.eclipse.emf.henshin:org.eclipse.emf.henshin.model >--------
[INFO] Building org.eclipse.emf.henshin.model 1.9.0-SNAPSHOT             [2/47]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.henshin.model ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.henshin.model ---
[INFO] The project's OSGi version is 1.9.0.202302121548
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.emf.henshin.model ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.emf.henshin.model ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.henshin.model ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.model/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.emf.henshin.model ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.model/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 111 source files to /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.model/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.henshin.model ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.model/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.emf.henshin.model ---
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.model/target/org.eclipse.emf.henshin.model-1.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.emf.henshin.model ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.henshin.model ---
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.model/target/org.eclipse.emf.henshin.model-1.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.henshin.model ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.emf.henshin.model ---
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.model/target/org.eclipse.emf.henshin.model-1.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.model/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.model-1.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.model/pom.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.model/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.model-1.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.model/target/org.eclipse.emf.henshin.model-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.model/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.model-1.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.model/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.model/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.model-1.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.model/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.model/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.model-1.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.emf.henshin.model ---
[INFO] 
[INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @ org.eclipse.emf.henshin.model ---
[INFO] 
[INFO] --------< org.eclipse.emf.henshin:org.eclipse.emf.henshin.edit >--------
[INFO] Building org.eclipse.emf.henshin.edit 1.9.0-SNAPSHOT              [3/47]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.henshin.edit ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.henshin.edit ---
[INFO] The project's OSGi version is 1.9.0.202302121548
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.emf.henshin.edit ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.emf.henshin.edit ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.henshin.edit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.edit/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.emf.henshin.edit ---
[WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.edit:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.edit/pom.xml
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.edit/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 60 source files to /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.edit/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.henshin.edit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.edit/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.emf.henshin.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.edit/target/org.eclipse.emf.henshin.edit-1.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.emf.henshin.edit ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.henshin.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.edit/target/org.eclipse.emf.henshin.edit-1.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.henshin.edit ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.emf.henshin.edit ---
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.edit/target/org.eclipse.emf.henshin.edit-1.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.edit/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.edit-1.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.edit/pom.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.edit/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.edit-1.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.edit/target/org.eclipse.emf.henshin.edit-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.edit/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.edit-1.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.edit/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.edit/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.edit-1.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.edit/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.edit/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.edit-1.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.emf.henshin.edit ---
[INFO] 
[INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @ org.eclipse.emf.henshin.edit ---
[INFO] 
[INFO] -------< org.eclipse.emf.henshin:org.eclipse.emf.henshin.editor >-------
[INFO] Building org.eclipse.emf.henshin.editor 1.9.0-SNAPSHOT            [4/47]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.henshin.editor ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.henshin.editor ---
[INFO] The project's OSGi version is 1.9.0.202302121548
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.emf.henshin.editor ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.emf.henshin.editor ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.henshin.editor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.editor/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.emf.henshin.editor ---
[WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.editor:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.editor/pom.xml
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.editor/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 54 source files to /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.editor/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.henshin.editor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.editor/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.emf.henshin.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.editor/target/org.eclipse.emf.henshin.editor-1.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.emf.henshin.editor ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.henshin.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.editor/target/org.eclipse.emf.henshin.editor-1.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.henshin.editor ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.emf.henshin.editor ---
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.editor/target/org.eclipse.emf.henshin.editor-1.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.editor/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.editor-1.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.editor/pom.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.editor/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.editor-1.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.editor/target/org.eclipse.emf.henshin.editor-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.editor/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.editor-1.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.editor/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.editor/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.editor-1.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.editor/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.editor/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.editor-1.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.emf.henshin.editor ---
[INFO] 
[INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @ org.eclipse.emf.henshin.editor ---
[INFO] 
[INFO] ------< org.eclipse.emf.henshin:org.eclipse.emf.henshin.diagram >-------
[INFO] Building org.eclipse.emf.henshin.diagram 1.9.0-SNAPSHOT           [5/47]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.henshin.diagram ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.henshin.diagram ---
[INFO] The project's OSGi version is 1.9.0.202302121548
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.emf.henshin.diagram ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.emf.henshin.diagram ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.henshin.diagram ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.diagram/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.emf.henshin.diagram ---
[WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.diagram:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.diagram/pom.xml
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.diagram/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 148 source files to /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.diagram/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.henshin.diagram ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.diagram/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.emf.henshin.diagram ---
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.diagram/target/org.eclipse.emf.henshin.diagram-1.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.emf.henshin.diagram ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.henshin.diagram ---
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.diagram/target/org.eclipse.emf.henshin.diagram-1.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.henshin.diagram ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.emf.henshin.diagram ---
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.diagram/target/org.eclipse.emf.henshin.diagram-1.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.diagram/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.diagram-1.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.diagram/pom.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.diagram/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.diagram-1.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.diagram/target/org.eclipse.emf.henshin.diagram-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.diagram/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.diagram-1.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.diagram/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.diagram/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.diagram-1.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.diagram/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.diagram/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.diagram-1.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.emf.henshin.diagram ---
[INFO] 
[INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @ org.eclipse.emf.henshin.diagram ---
[INFO] 
[INFO] -------< org.eclipse.emf.henshin:org.eclipse.emf.henshin.trace >--------
[INFO] Building org.eclipse.emf.henshin.trace 1.9.0-SNAPSHOT             [6/47]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.henshin.trace ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.henshin.trace ---
[INFO] The project's OSGi version is 1.9.0.202302121548
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.emf.henshin.trace ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.emf.henshin.trace ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.henshin.trace ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.trace/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.emf.henshin.trace ---
[WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.7 (assumes 1.7)] @ MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.trace:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.trace/pom.xml
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.trace/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.trace/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.henshin.trace ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.trace/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.emf.henshin.trace ---
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.trace/target/org.eclipse.emf.henshin.trace-1.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.emf.henshin.trace ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.henshin.trace ---
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.trace/target/org.eclipse.emf.henshin.trace-1.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.henshin.trace ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.emf.henshin.trace ---
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.trace/target/org.eclipse.emf.henshin.trace-1.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.trace/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.trace-1.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.trace/pom.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.trace/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.trace-1.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.trace/target/org.eclipse.emf.henshin.trace-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.trace/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.trace-1.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.trace/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.trace/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.trace-1.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.trace/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.trace/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.trace-1.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.emf.henshin.trace ---
[INFO] 
[INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @ org.eclipse.emf.henshin.trace ---
[INFO] 
[INFO] ----< org.eclipse.emf.henshin:org.eclipse.emf.henshin.interpreter >-----
[INFO] Building org.eclipse.emf.henshin.interpreter 1.9.0-SNAPSHOT       [7/47]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.henshin.interpreter ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.henshin.interpreter ---
[INFO] The project's OSGi version is 1.9.0.202302121548
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.emf.henshin.interpreter ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.emf.henshin.interpreter ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.henshin.interpreter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.interpreter/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.emf.henshin.interpreter ---
[WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.interpreter:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.interpreter/pom.xml
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.interpreter/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 80 source files to /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.interpreter/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.henshin.interpreter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.interpreter/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.emf.henshin.interpreter ---
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.interpreter/target/org.eclipse.emf.henshin.interpreter-1.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.emf.henshin.interpreter ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.henshin.interpreter ---
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.interpreter/target/org.eclipse.emf.henshin.interpreter-1.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.henshin.interpreter ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.emf.henshin.interpreter ---
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.interpreter/target/org.eclipse.emf.henshin.interpreter-1.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.interpreter/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.interpreter-1.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.interpreter/pom.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.interpreter/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.interpreter-1.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.interpreter/target/org.eclipse.emf.henshin.interpreter-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.interpreter/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.interpreter-1.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.interpreter/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.interpreter/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.interpreter-1.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.interpreter/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.interpreter/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.interpreter-1.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.emf.henshin.interpreter ---
[INFO] 
[INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @ org.eclipse.emf.henshin.interpreter ---
[INFO] 
[INFO] -----< org.eclipse.emf.henshin:org.eclipse.emf.henshin.statespace >-----
[INFO] Building org.eclipse.emf.henshin.statespace 1.9.0-SNAPSHOT        [8/47]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.henshin.statespace ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.henshin.statespace ---
[INFO] The project's OSGi version is 1.9.0.202302121548
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.emf.henshin.statespace ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.emf.henshin.statespace ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.henshin.statespace ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.statespace/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.emf.henshin.statespace ---
[WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.7 (assumes 1.7)] @ MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.statespace:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.statespace/pom.xml
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.statespace/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 66 source files to /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.statespace/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.henshin.statespace ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.statespace/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.emf.henshin.statespace ---
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.statespace/target/org.eclipse.emf.henshin.statespace-1.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.emf.henshin.statespace ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.henshin.statespace ---
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.statespace/target/org.eclipse.emf.henshin.statespace-1.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.henshin.statespace ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.emf.henshin.statespace ---
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.statespace/target/org.eclipse.emf.henshin.statespace-1.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.statespace/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.statespace-1.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.statespace/pom.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.statespace/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.statespace-1.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.statespace/target/org.eclipse.emf.henshin.statespace-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.statespace/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.statespace-1.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.statespace/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.statespace/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.statespace-1.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.statespace/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.statespace/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.statespace-1.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.emf.henshin.statespace ---
[INFO] 
[INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @ org.eclipse.emf.henshin.statespace ---
[INFO] 
[INFO] --< org.eclipse.emf.henshin:org.eclipse.emf.henshin.statespace.external >--
[INFO] Building org.eclipse.emf.henshin.statespace.external 1.9.0-SNAPSHOT [9/47]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.henshin.statespace.external ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.henshin.statespace.external ---
[INFO] The project's OSGi version is 1.9.0.202302121548
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.emf.henshin.statespace.external ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.emf.henshin.statespace.external ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.henshin.statespace.external ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.statespace.external/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.emf.henshin.statespace.external ---
[WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.7 (assumes 1.7)] @ MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.statespace.external:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.statespace.external/pom.xml
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.statespace.external/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 14 source files to /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.statespace.external/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.henshin.statespace.external ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.statespace.external/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.emf.henshin.statespace.external ---
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.statespace.external/target/org.eclipse.emf.henshin.statespace.external-1.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.emf.henshin.statespace.external ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.henshin.statespace.external ---
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.statespace.external/target/org.eclipse.emf.henshin.statespace.external-1.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.henshin.statespace.external ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.emf.henshin.statespace.external ---
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.statespace.external/target/org.eclipse.emf.henshin.statespace.external-1.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.statespace.external/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.statespace.external-1.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.statespace.external/pom.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.statespace.external/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.statespace.external-1.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.statespace.external/target/org.eclipse.emf.henshin.statespace.external-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.statespace.external/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.statespace.external-1.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.statespace.external/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.statespace.external/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.statespace.external-1.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.statespace.external/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.statespace.external/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.statespace.external-1.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.emf.henshin.statespace.external ---
[INFO] 
[INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @ org.eclipse.emf.henshin.statespace.external ---
[INFO] 
[INFO] --------< org.eclipse.emf.henshin:org.eclipse.emf.henshin.wrap >--------
[INFO] Building org.eclipse.emf.henshin.wrap 1.9.0-SNAPSHOT             [10/47]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.henshin.wrap ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.henshin.wrap ---
[INFO] The project's OSGi version is 1.9.0.202302121548
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.emf.henshin.wrap ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.emf.henshin.wrap ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.henshin.wrap ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.wrap/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.emf.henshin.wrap ---
[WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.7 (assumes 1.7)] @ MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.wrap:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.wrap/pom.xml
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.wrap/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 17 source files to /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.wrap/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.henshin.wrap ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.wrap/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.emf.henshin.wrap ---
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.wrap/target/org.eclipse.emf.henshin.wrap-1.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.emf.henshin.wrap ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.henshin.wrap ---
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.wrap/target/org.eclipse.emf.henshin.wrap-1.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.henshin.wrap ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.emf.henshin.wrap ---
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.wrap/target/org.eclipse.emf.henshin.wrap-1.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.wrap/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.wrap-1.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.wrap/pom.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.wrap/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.wrap-1.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.wrap/target/org.eclipse.emf.henshin.wrap-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.wrap/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.wrap-1.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.wrap/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.wrap/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.wrap-1.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.wrap/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.wrap/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.wrap-1.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.emf.henshin.wrap ---
[INFO] 
[INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @ org.eclipse.emf.henshin.wrap ---
[INFO] 
[INFO] ----< org.eclipse.emf.henshin:org.eclipse.emf.henshin.multicda.cpa >----
[INFO] Building org.eclipse.emf.henshin.multicda.cpa 1.9.0-SNAPSHOT     [11/47]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.henshin.multicda.cpa ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.henshin.multicda.cpa ---
[INFO] The project's OSGi version is 1.9.0.202302121548
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.emf.henshin.multicda.cpa ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.emf.henshin.multicda.cpa ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.henshin.multicda.cpa ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.multicda.cpa/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.emf.henshin.multicda.cpa ---
[WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.multicda.cpa:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.multicda.cpa/pom.xml
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.multicda.cpa/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 32 source files to /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.multicda.cpa/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.henshin.multicda.cpa ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.multicda.cpa/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.emf.henshin.multicda.cpa ---
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.multicda.cpa/target/org.eclipse.emf.henshin.multicda.cpa-1.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.emf.henshin.multicda.cpa ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.henshin.multicda.cpa ---
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.multicda.cpa/target/org.eclipse.emf.henshin.multicda.cpa-1.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.henshin.multicda.cpa ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.emf.henshin.multicda.cpa ---
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.multicda.cpa/target/org.eclipse.emf.henshin.multicda.cpa-1.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.multicda.cpa/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.multicda.cpa-1.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.multicda.cpa/pom.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.multicda.cpa/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.multicda.cpa-1.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.multicda.cpa/target/org.eclipse.emf.henshin.multicda.cpa-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.multicda.cpa/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.multicda.cpa-1.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.multicda.cpa/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.multicda.cpa/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.multicda.cpa-1.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.multicda.cpa/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.multicda.cpa/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.multicda.cpa-1.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.emf.henshin.multicda.cpa ---
[INFO] 
[INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @ org.eclipse.emf.henshin.multicda.cpa ---
[INFO] 
[INFO] ----< org.eclipse.emf.henshin:org.eclipse.emf.henshin.multicda.cda >----
[INFO] Building org.eclipse.emf.henshin.multicda.cda 1.9.0-SNAPSHOT     [12/47]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.henshin.multicda.cda ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.henshin.multicda.cda ---
[INFO] The project's OSGi version is 1.9.0.202302121548
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.emf.henshin.multicda.cda ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.emf.henshin.multicda.cda ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.henshin.multicda.cda ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.multicda.cda/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.emf.henshin.multicda.cda ---
[WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.multicda.cda:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.multicda.cda/pom.xml
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.multicda.cda/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 63 source files to /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.multicda.cda/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.henshin.multicda.cda ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.multicda.cda/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.emf.henshin.multicda.cda ---
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.multicda.cda/target/org.eclipse.emf.henshin.multicda.cda-1.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.emf.henshin.multicda.cda ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.henshin.multicda.cda ---
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.multicda.cda/target/org.eclipse.emf.henshin.multicda.cda-1.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.henshin.multicda.cda ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.emf.henshin.multicda.cda ---
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.multicda.cda/target/org.eclipse.emf.henshin.multicda.cda-1.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.multicda.cda/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.multicda.cda-1.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.multicda.cda/pom.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.multicda.cda/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.multicda.cda-1.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.multicda.cda/target/org.eclipse.emf.henshin.multicda.cda-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.multicda.cda/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.multicda.cda-1.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.multicda.cda/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.multicda.cda/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.multicda.cda-1.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.multicda.cda/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.multicda.cda/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.multicda.cda-1.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.emf.henshin.multicda.cda ---
[INFO] 
[INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @ org.eclipse.emf.henshin.multicda.cda ---
[INFO] 
[INFO] ------< org.eclipse.emf.henshin:org.eclipse.emf.henshin.examples >------
[INFO] Building org.eclipse.emf.henshin.examples 1.9.0-SNAPSHOT         [13/47]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.henshin.examples ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.henshin.examples ---
[INFO] The project's OSGi version is 1.9.0.202302121548
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.emf.henshin.examples ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.emf.henshin.examples ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.henshin.examples ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.examples/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.emf.henshin.examples ---
[WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.examples:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.examples/pom.xml
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.examples/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 41 source files to /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.examples/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.henshin.examples ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.examples/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.emf.henshin.examples ---
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.examples/target/org.eclipse.emf.henshin.examples-1.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.emf.henshin.examples ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.henshin.examples ---
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.examples/target/org.eclipse.emf.henshin.examples-1.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.henshin.examples ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.emf.henshin.examples ---
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.examples/target/org.eclipse.emf.henshin.examples-1.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.examples/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.examples-1.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.examples/pom.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.examples/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.examples-1.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.examples/target/org.eclipse.emf.henshin.examples-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.examples/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.examples-1.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.examples/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.examples/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.examples-1.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.examples/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.examples/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.examples-1.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.emf.henshin.examples ---
[INFO] 
[INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @ org.eclipse.emf.henshin.examples ---
[INFO] 
[INFO] -------< org.eclipse.emf.henshin:org.eclipse.emf.henshin.giraph >-------
[INFO] Building org.eclipse.emf.henshin.giraph 1.9.0-SNAPSHOT           [14/47]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.henshin.giraph ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.henshin.giraph ---
[INFO] The project's OSGi version is 1.9.0.202302121548
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.emf.henshin.giraph ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.emf.henshin.giraph ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.henshin.giraph ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.giraph/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.emf.henshin.giraph ---
[WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.7 (assumes 1.7)] @ MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.giraph:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.giraph/pom.xml
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.giraph/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 19 source files to /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.giraph/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.henshin.giraph ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.giraph/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.emf.henshin.giraph ---
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.giraph/target/org.eclipse.emf.henshin.giraph-1.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.emf.henshin.giraph ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.henshin.giraph ---
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.giraph/target/org.eclipse.emf.henshin.giraph-1.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.henshin.giraph ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.emf.henshin.giraph ---
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.giraph/target/org.eclipse.emf.henshin.giraph-1.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.giraph/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.giraph-1.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.giraph/pom.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.giraph/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.giraph-1.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.giraph/target/org.eclipse.emf.henshin.giraph-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.giraph/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.giraph-1.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.giraph/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.giraph/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.giraph-1.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.giraph/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.giraph/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.giraph-1.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.emf.henshin.giraph ---
[INFO] 
[INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @ org.eclipse.emf.henshin.giraph ---
[INFO] 
[INFO] ---< org.eclipse.emf.henshin:org.eclipse.emf.henshin.interpreter.ui >---
[INFO] Building org.eclipse.emf.henshin.interpreter.ui 1.9.0-SNAPSHOT   [15/47]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.henshin.interpreter.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.henshin.interpreter.ui ---
[INFO] The project's OSGi version is 1.9.0.202302121548
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.emf.henshin.interpreter.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.emf.henshin.interpreter.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.henshin.interpreter.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.interpreter.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.emf.henshin.interpreter.ui ---
[WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.interpreter.ui:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.interpreter.ui/pom.xml
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.interpreter.ui/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 26 source files to /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.interpreter.ui/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.henshin.interpreter.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.interpreter.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.emf.henshin.interpreter.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.interpreter.ui/target/org.eclipse.emf.henshin.interpreter.ui-1.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.emf.henshin.interpreter.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.henshin.interpreter.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.interpreter.ui/target/org.eclipse.emf.henshin.interpreter.ui-1.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.henshin.interpreter.ui ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.emf.henshin.interpreter.ui ---
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.interpreter.ui/target/org.eclipse.emf.henshin.interpreter.ui-1.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.interpreter.ui/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.interpreter.ui-1.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.interpreter.ui/pom.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.interpreter.ui/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.interpreter.ui-1.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.interpreter.ui/target/org.eclipse.emf.henshin.interpreter.ui-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.interpreter.ui/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.interpreter.ui-1.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.interpreter.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.interpreter.ui/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.interpreter.ui-1.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.interpreter.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.interpreter.ui/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.interpreter.ui-1.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.emf.henshin.interpreter.ui ---
[INFO] 
[INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @ org.eclipse.emf.henshin.interpreter.ui ---
[INFO] 
[INFO] --< org.eclipse.emf.henshin:org.eclipse.emf.henshin.statespace.explorer >--
[INFO] Building org.eclipse.emf.henshin.statespace.explorer 1.9.0-SNAPSHOT [16/47]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.henshin.statespace.explorer ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.henshin.statespace.explorer ---
[INFO] The project's OSGi version is 1.9.0.202302121548
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.emf.henshin.statespace.explorer ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.emf.henshin.statespace.explorer ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.henshin.statespace.explorer ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.statespace.explorer/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.emf.henshin.statespace.explorer ---
[WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.7 (assumes 1.7)] @ MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.statespace.explorer:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.statespace.explorer/pom.xml
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.statespace.explorer/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 50 source files to /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.statespace.explorer/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.henshin.statespace.explorer ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.statespace.explorer/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.emf.henshin.statespace.explorer ---
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.statespace.explorer/target/org.eclipse.emf.henshin.statespace.explorer-1.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.emf.henshin.statespace.explorer ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.henshin.statespace.explorer ---
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.statespace.explorer/target/org.eclipse.emf.henshin.statespace.explorer-1.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.henshin.statespace.explorer ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.emf.henshin.statespace.explorer ---
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.statespace.explorer/target/org.eclipse.emf.henshin.statespace.explorer-1.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.statespace.explorer/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.statespace.explorer-1.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.statespace.explorer/pom.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.statespace.explorer/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.statespace.explorer-1.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.statespace.explorer/target/org.eclipse.emf.henshin.statespace.explorer-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.statespace.explorer/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.statespace.explorer-1.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.statespace.explorer/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.statespace.explorer/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.statespace.explorer-1.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.statespace.explorer/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.statespace.explorer/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.statespace.explorer-1.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.emf.henshin.statespace.explorer ---
[INFO] 
[INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @ org.eclipse.emf.henshin.statespace.explorer ---
[INFO] 
[INFO] --< org.eclipse.emf.henshin:org.eclipse.emf.henshin.multicda.cpa.ui >---
[INFO] Building org.eclipse.emf.henshin.multicda.cpa.ui 1.9.0-SNAPSHOT  [17/47]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.henshin.multicda.cpa.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.henshin.multicda.cpa.ui ---
[INFO] The project's OSGi version is 1.9.0.202302121548
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.emf.henshin.multicda.cpa.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.emf.henshin.multicda.cpa.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.henshin.multicda.cpa.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.multicda.cpa.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.emf.henshin.multicda.cpa.ui ---
[WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.multicda.cpa.ui:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.multicda.cpa.ui/pom.xml
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.multicda.cpa.ui/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.multicda.cpa.ui/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.henshin.multicda.cpa.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.multicda.cpa.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.emf.henshin.multicda.cpa.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.multicda.cpa.ui/target/org.eclipse.emf.henshin.multicda.cpa.ui-1.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.emf.henshin.multicda.cpa.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.henshin.multicda.cpa.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.multicda.cpa.ui/target/org.eclipse.emf.henshin.multicda.cpa.ui-1.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.henshin.multicda.cpa.ui ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.emf.henshin.multicda.cpa.ui ---
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.multicda.cpa.ui/target/org.eclipse.emf.henshin.multicda.cpa.ui-1.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.multicda.cpa.ui/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.multicda.cpa.ui-1.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.multicda.cpa.ui/pom.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.multicda.cpa.ui/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.multicda.cpa.ui-1.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.multicda.cpa.ui/target/org.eclipse.emf.henshin.multicda.cpa.ui-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.multicda.cpa.ui/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.multicda.cpa.ui-1.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.multicda.cpa.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.multicda.cpa.ui/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.multicda.cpa.ui-1.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.multicda.cpa.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.multicda.cpa.ui/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.multicda.cpa.ui-1.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.emf.henshin.multicda.cpa.ui ---
[INFO] 
[INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @ org.eclipse.emf.henshin.multicda.cpa.ui ---
[INFO] 
[INFO] ------< org.eclipse.emf.henshin:org.eclipse.emf.henshin.rulegen >-------
[INFO] Building org.eclipse.emf.henshin.rulegen 1.9.0-SNAPSHOT          [18/47]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.henshin.rulegen ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.henshin.rulegen ---
[INFO] The project's OSGi version is 1.9.0.202302121548
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.emf.henshin.rulegen ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.emf.henshin.rulegen ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.henshin.rulegen ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.rulegen/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.emf.henshin.rulegen ---
[WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.rulegen:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.rulegen/pom.xml
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.rulegen/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.rulegen/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.henshin.rulegen ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.rulegen/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.emf.henshin.rulegen ---
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.rulegen/target/org.eclipse.emf.henshin.rulegen-1.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.emf.henshin.rulegen ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.henshin.rulegen ---
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.rulegen/target/org.eclipse.emf.henshin.rulegen-1.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.henshin.rulegen ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.emf.henshin.rulegen ---
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.rulegen/target/org.eclipse.emf.henshin.rulegen-1.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.rulegen/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.rulegen-1.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.rulegen/pom.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.rulegen/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.rulegen-1.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.rulegen/target/org.eclipse.emf.henshin.rulegen-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.rulegen/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.rulegen-1.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.rulegen/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.rulegen/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.rulegen-1.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.rulegen/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.rulegen/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.rulegen-1.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.emf.henshin.rulegen ---
[INFO] 
[INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @ org.eclipse.emf.henshin.rulegen ---
[INFO] 
[INFO] -------< org.eclipse.emf.henshin:org.eclipse.emf.henshin.tests >--------
[INFO] Building org.eclipse.emf.henshin.tests 1.9.0-SNAPSHOT            [19/47]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.henshin.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.henshin.tests ---
[INFO] The project's OSGi version is 1.9.0.202302121548
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.emf.henshin.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.emf.henshin.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.henshin.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.emf.henshin.tests ---
[WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.tests:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.tests/pom.xml
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.tests/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 68 source files to /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.tests/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.henshin.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.emf.henshin.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.tests/target/org.eclipse.emf.henshin.tests-1.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.emf.henshin.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.henshin.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.tests/target/org.eclipse.emf.henshin.tests-1.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.henshin.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.emf.henshin.tests ---
[INFO] Skipping tests
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.emf.henshin.tests ---
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.tests/target/org.eclipse.emf.henshin.tests-1.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.tests/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.tests-1.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.tests/pom.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.tests/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.tests-1.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.tests/target/org.eclipse.emf.henshin.tests-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.tests/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.tests-1.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.tests/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.tests-1.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.tests/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.tests-1.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.emf.henshin.tests ---
[INFO] 
[INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @ org.eclipse.emf.henshin.tests ---
[INFO] 
[INFO] ---< org.eclipse.emf.henshin:org.eclipse.emf.henshin.rulegen.tests >----
[INFO] Building org.eclipse.emf.henshin.rulegen.tests 1.9.0-SNAPSHOT    [20/47]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.henshin.rulegen.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.henshin.rulegen.tests ---
[INFO] The project's OSGi version is 1.9.0.202302121548
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.emf.henshin.rulegen.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.emf.henshin.rulegen.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.henshin.rulegen.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.rulegen.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.emf.henshin.rulegen.tests ---
[WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.rulegen.tests:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.rulegen.tests/pom.xml
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.rulegen.tests/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.rulegen.tests/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.henshin.rulegen.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.rulegen.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.emf.henshin.rulegen.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.rulegen.tests/target/org.eclipse.emf.henshin.rulegen.tests-1.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.emf.henshin.rulegen.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.henshin.rulegen.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.rulegen.tests/target/org.eclipse.emf.henshin.rulegen.tests-1.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.henshin.rulegen.tests ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.emf.henshin.rulegen.tests ---
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.rulegen.tests/target/org.eclipse.emf.henshin.rulegen.tests-1.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.rulegen.tests/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.rulegen.tests-1.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.rulegen.tests/pom.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.rulegen.tests/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.rulegen.tests-1.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.rulegen.tests/target/org.eclipse.emf.henshin.rulegen.tests-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.rulegen.tests/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.rulegen.tests-1.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.rulegen.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.rulegen.tests/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.rulegen.tests-1.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.rulegen.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.rulegen.tests/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.rulegen.tests-1.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.emf.henshin.rulegen.tests ---
[INFO] 
[INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @ org.eclipse.emf.henshin.rulegen.tests ---
[INFO] 
[INFO] -----< org.eclipse.emf.henshin:org.eclipse.emf.henshin.rulegen.ui >-----
[INFO] Building org.eclipse.emf.henshin.rulegen.ui 1.9.0-SNAPSHOT       [21/47]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.henshin.rulegen.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.henshin.rulegen.ui ---
[INFO] The project's OSGi version is 1.9.0.202302121548
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.emf.henshin.rulegen.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.emf.henshin.rulegen.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.henshin.rulegen.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.rulegen.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.emf.henshin.rulegen.ui ---
[WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.rulegen.ui:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.rulegen.ui/pom.xml
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.rulegen.ui/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.rulegen.ui/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.henshin.rulegen.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.rulegen.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.emf.henshin.rulegen.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.rulegen.ui/target/org.eclipse.emf.henshin.rulegen.ui-1.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.emf.henshin.rulegen.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.henshin.rulegen.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.rulegen.ui/target/org.eclipse.emf.henshin.rulegen.ui-1.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.henshin.rulegen.ui ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.emf.henshin.rulegen.ui ---
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.rulegen.ui/target/org.eclipse.emf.henshin.rulegen.ui-1.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.rulegen.ui/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.rulegen.ui-1.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.rulegen.ui/pom.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.rulegen.ui/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.rulegen.ui-1.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.rulegen.ui/target/org.eclipse.emf.henshin.rulegen.ui-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.rulegen.ui/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.rulegen.ui-1.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.rulegen.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.rulegen.ui/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.rulegen.ui-1.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.rulegen.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.rulegen.ui/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.rulegen.ui-1.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.emf.henshin.rulegen.ui ---
[INFO] 
[INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @ org.eclipse.emf.henshin.rulegen.ui ---
[INFO] 
[INFO] --------< org.eclipse.emf.henshin:org.eclipse.emf.henshin.text >--------
[INFO] Building org.eclipse.emf.henshin.text 1.9.0-SNAPSHOT             [22/47]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.henshin.text ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.henshin.text ---
[INFO] The project's OSGi version is 1.9.0.202302121548
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.emf.henshin.text ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.emf.henshin.text ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.henshin.text ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.text/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.emf.henshin.text ---
[WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.text:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.text/pom.xml
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.text/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 160 source files to /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.text/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.henshin.text ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.text/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.emf.henshin.text ---
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.text/target/org.eclipse.emf.henshin.text-1.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.emf.henshin.text ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.henshin.text ---
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.text/target/org.eclipse.emf.henshin.text-1.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.henshin.text ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.emf.henshin.text ---
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.text/target/org.eclipse.emf.henshin.text-1.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.text/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.text-1.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.text/pom.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.text/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.text-1.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.text/target/org.eclipse.emf.henshin.text-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.text/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.text-1.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.text/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.text/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.text-1.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.text/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.text/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.text-1.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.emf.henshin.text ---
[INFO] 
[INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @ org.eclipse.emf.henshin.text ---
[INFO] 
[INFO] ------< org.eclipse.emf.henshin:org.eclipse.emf.henshin.text.ide >------
[INFO] Building org.eclipse.emf.henshin.text.ide 1.9.0-SNAPSHOT         [23/47]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.henshin.text.ide ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.henshin.text.ide ---
[INFO] The project's OSGi version is 1.9.0.202302121548
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.emf.henshin.text.ide ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.emf.henshin.text.ide ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.henshin.text.ide ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.text.ide/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.emf.henshin.text.ide ---
[WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.7 (assumes 1.7)] @ MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.text.ide:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.text.ide/pom.xml
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.text.ide/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.text.ide/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.henshin.text.ide ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.text.ide/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.emf.henshin.text.ide ---
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.text.ide/target/org.eclipse.emf.henshin.text.ide-1.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.emf.henshin.text.ide ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.henshin.text.ide ---
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.text.ide/target/org.eclipse.emf.henshin.text.ide-1.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.henshin.text.ide ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.emf.henshin.text.ide ---
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.text.ide/target/org.eclipse.emf.henshin.text.ide-1.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.text.ide/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.text.ide-1.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.text.ide/pom.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.text.ide/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.text.ide-1.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.text.ide/target/org.eclipse.emf.henshin.text.ide-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.text.ide/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.text.ide-1.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.text.ide/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.text.ide/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.text.ide-1.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.text.ide/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.text.ide/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.text.ide-1.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.emf.henshin.text.ide ---
[INFO] 
[INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @ org.eclipse.emf.henshin.text.ide ---
[INFO] 
[INFO] --< org.eclipse.emf.henshin:org.eclipse.emf.henshin.text.transformation >--
[INFO] Building org.eclipse.emf.henshin.text.transformation 1.9.0-SNAPSHOT [24/47]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.henshin.text.transformation ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.henshin.text.transformation ---
[INFO] The project's OSGi version is 1.9.0.202302121548
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.emf.henshin.text.transformation ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.emf.henshin.text.transformation ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.henshin.text.transformation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.text.transformation/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.emf.henshin.text.transformation ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.henshin.text.transformation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.text.transformation/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.emf.henshin.text.transformation ---
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.emf.henshin.text.transformation ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.henshin.text.transformation ---
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.text.transformation/target/org.eclipse.emf.henshin.text.transformation-1.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.henshin.text.transformation ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.emf.henshin.text.transformation ---
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.text.transformation/target/org.eclipse.emf.henshin.text.transformation-1.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.text.transformation/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.text.transformation-1.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.text.transformation/pom.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.text.transformation/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.text.transformation-1.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.text.transformation/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.text.transformation/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.text.transformation-1.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.text.transformation/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.text.transformation/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.text.transformation-1.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.emf.henshin.text.transformation ---
[INFO] 
[INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @ org.eclipse.emf.henshin.text.transformation ---
[INFO] 
[INFO] ------< org.eclipse.emf.henshin:org.eclipse.emf.henshin.text.ui >-------
[INFO] Building org.eclipse.emf.henshin.text.ui 1.9.0-SNAPSHOT          [25/47]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.henshin.text.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.henshin.text.ui ---
[INFO] The project's OSGi version is 1.9.0.202302121548
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.emf.henshin.text.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.emf.henshin.text.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.henshin.text.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.text.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.emf.henshin.text.ui ---
[WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.text.ui:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.text.ui/pom.xml
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.text.ui/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.text.ui/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.henshin.text.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.text.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.emf.henshin.text.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.text.ui/target/org.eclipse.emf.henshin.text.ui-1.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.emf.henshin.text.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.henshin.text.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.text.ui/target/org.eclipse.emf.henshin.text.ui-1.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.henshin.text.ui ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.emf.henshin.text.ui ---
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.text.ui/target/org.eclipse.emf.henshin.text.ui-1.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.text.ui/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.text.ui-1.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.text.ui/pom.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.text.ui/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.text.ui-1.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.text.ui/target/org.eclipse.emf.henshin.text.ui-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.text.ui/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.text.ui-1.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.text.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.text.ui/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.text.ui-1.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.text.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.text.ui/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.text.ui-1.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.emf.henshin.text.ui ---
[INFO] 
[INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @ org.eclipse.emf.henshin.text.ui ---
[INFO] 
[INFO] ---< org.eclipse.emf.henshin:org.eclipse.emf.henshin.monitoring.ui >----
[INFO] Building org.eclipse.emf.henshin.monitoring.ui 1.9.0-SNAPSHOT    [26/47]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.henshin.monitoring.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.henshin.monitoring.ui ---
[INFO] The project's OSGi version is 1.9.0.202302121548
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.emf.henshin.monitoring.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.emf.henshin.monitoring.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.henshin.monitoring.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.monitoring.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.emf.henshin.monitoring.ui ---
[WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.monitoring.ui:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.monitoring.ui/pom.xml
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.monitoring.ui/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.monitoring.ui/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.henshin.monitoring.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.monitoring.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.emf.henshin.monitoring.ui ---
[WARNING] Bundle-Name header not found in /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.monitoring.ui/META-INF/MANIFEST.MF, fallback to Bundle-SymbolicName for source bundle
[WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.monitoring.ui/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.monitoring.ui/target/org.eclipse.emf.henshin.monitoring.ui-1.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.emf.henshin.monitoring.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.henshin.monitoring.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.monitoring.ui/target/org.eclipse.emf.henshin.monitoring.ui-1.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.henshin.monitoring.ui ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.emf.henshin.monitoring.ui ---
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.monitoring.ui/target/org.eclipse.emf.henshin.monitoring.ui-1.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.monitoring.ui/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.monitoring.ui-1.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.monitoring.ui/pom.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.monitoring.ui/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.monitoring.ui-1.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.monitoring.ui/target/org.eclipse.emf.henshin.monitoring.ui-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.monitoring.ui/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.monitoring.ui-1.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.monitoring.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.monitoring.ui/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.monitoring.ui-1.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.monitoring.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.monitoring.ui/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.monitoring.ui-1.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.emf.henshin.monitoring.ui ---
[INFO] 
[INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @ org.eclipse.emf.henshin.monitoring.ui ---
[INFO] 
[INFO] --< org.eclipse.emf.henshin:org.eclipse.emf.henshin.monitoring.kieker >--
[INFO] Building org.eclipse.emf.henshin.monitoring.kieker 1.9.0-SNAPSHOT [27/47]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.henshin.monitoring.kieker ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.henshin.monitoring.kieker ---
[INFO] The project's OSGi version is 1.9.0.202302121548
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.emf.henshin.monitoring.kieker ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.emf.henshin.monitoring.kieker ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.henshin.monitoring.kieker ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.monitoring.kieker/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.emf.henshin.monitoring.kieker ---
[WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.monitoring.kieker:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.monitoring.kieker/pom.xml
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.monitoring.kieker/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.monitoring.kieker/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.henshin.monitoring.kieker ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.monitoring.kieker/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.emf.henshin.monitoring.kieker ---
[WARNING] Bundle-Name header not found in /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.monitoring.kieker/META-INF/MANIFEST.MF, fallback to Bundle-SymbolicName for source bundle
[WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.monitoring.kieker/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.monitoring.kieker/target/org.eclipse.emf.henshin.monitoring.kieker-1.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.emf.henshin.monitoring.kieker ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.henshin.monitoring.kieker ---
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.monitoring.kieker/target/org.eclipse.emf.henshin.monitoring.kieker-1.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.henshin.monitoring.kieker ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.emf.henshin.monitoring.kieker ---
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.monitoring.kieker/target/org.eclipse.emf.henshin.monitoring.kieker-1.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.monitoring.kieker/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.monitoring.kieker-1.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.monitoring.kieker/pom.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.monitoring.kieker/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.monitoring.kieker-1.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.monitoring.kieker/target/org.eclipse.emf.henshin.monitoring.kieker-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.monitoring.kieker/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.monitoring.kieker-1.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.monitoring.kieker/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.monitoring.kieker/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.monitoring.kieker-1.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/org.eclipse.emf.henshin.monitoring.kieker/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.monitoring.kieker/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.monitoring.kieker-1.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.emf.henshin.monitoring.kieker ---
[INFO] 
[INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @ org.eclipse.emf.henshin.monitoring.kieker ---
[INFO] 
[INFO] ---< org.eclipse.emf.henshin:org.eclipse.emf.henshin.adapters.xtext >---
[INFO] Building org.eclipse.emf.henshin.adapters.xtext 1.9.0-SNAPSHOT   [28/47]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.henshin.adapters.xtext ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.henshin.adapters.xtext ---
[INFO] The project's OSGi version is 1.9.0.202302121548
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.emf.henshin.adapters.xtext ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.emf.henshin.adapters.xtext ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.henshin.adapters.xtext ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/adapters/org.eclipse.emf.henshin.adapters.xtext/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.emf.henshin.adapters.xtext ---
[WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.adapters.xtext:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/adapters/org.eclipse.emf.henshin.adapters.xtext/pom.xml
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/adapters/org.eclipse.emf.henshin.adapters.xtext/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/adapters/org.eclipse.emf.henshin.adapters.xtext/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.henshin.adapters.xtext ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/adapters/org.eclipse.emf.henshin.adapters.xtext/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.emf.henshin.adapters.xtext ---
[WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/adapters/org.eclipse.emf.henshin.adapters.xtext/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/adapters/org.eclipse.emf.henshin.adapters.xtext/target/org.eclipse.emf.henshin.adapters.xtext-1.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.emf.henshin.adapters.xtext ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.henshin.adapters.xtext ---
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/adapters/org.eclipse.emf.henshin.adapters.xtext/target/org.eclipse.emf.henshin.adapters.xtext-1.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.henshin.adapters.xtext ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.emf.henshin.adapters.xtext ---
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/adapters/org.eclipse.emf.henshin.adapters.xtext/target/org.eclipse.emf.henshin.adapters.xtext-1.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.adapters.xtext/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.adapters.xtext-1.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/adapters/org.eclipse.emf.henshin.adapters.xtext/pom.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.adapters.xtext/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.adapters.xtext-1.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/adapters/org.eclipse.emf.henshin.adapters.xtext/target/org.eclipse.emf.henshin.adapters.xtext-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.adapters.xtext/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.adapters.xtext-1.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/adapters/org.eclipse.emf.henshin.adapters.xtext/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.adapters.xtext/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.adapters.xtext-1.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/adapters/org.eclipse.emf.henshin.adapters.xtext/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.adapters.xtext/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.adapters.xtext-1.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.emf.henshin.adapters.xtext ---
[INFO] 
[INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @ org.eclipse.emf.henshin.adapters.xtext ---
[INFO] 
[INFO] ----< org.eclipse.emf.henshin:org.eclipse.emf.henshin.variability >-----
[INFO] Building org.eclipse.emf.henshin.variability 1.9.0-SNAPSHOT      [29/47]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.henshin.variability ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.henshin.variability ---
[INFO] The project's OSGi version is 1.9.0.202302121548
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.emf.henshin.variability ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.emf.henshin.variability ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.henshin.variability ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.emf.henshin.variability ---
[WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.variability:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability/pom.xml
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 25 source files to /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.henshin.variability ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.emf.henshin.variability ---
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability/target/org.eclipse.emf.henshin.variability-1.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.emf.henshin.variability ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.henshin.variability ---
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability/target/org.eclipse.emf.henshin.variability-1.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.henshin.variability ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.emf.henshin.variability ---
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability/target/org.eclipse.emf.henshin.variability-1.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.variability/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.variability-1.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability/pom.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.variability/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.variability-1.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability/target/org.eclipse.emf.henshin.variability-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.variability/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.variability-1.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.variability/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.variability-1.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.variability/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.variability-1.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.emf.henshin.variability ---
[INFO] 
[INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @ org.eclipse.emf.henshin.variability ---
[INFO] 
[INFO] --< org.eclipse.emf.henshin:org.eclipse.emf.henshin.variability.configuration >--
[INFO] Building org.eclipse.emf.henshin.variability.configuration 1.9.0-SNAPSHOT [30/47]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.henshin.variability.configuration ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.henshin.variability.configuration ---
[INFO] The project's OSGi version is 1.9.0.202302121548
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.emf.henshin.variability.configuration ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.emf.henshin.variability.configuration ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.henshin.variability.configuration ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.configuration/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.emf.henshin.variability.configuration ---
[WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.variability.configuration:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.configuration/pom.xml
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.configuration/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.configuration/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.henshin.variability.configuration ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.configuration/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.emf.henshin.variability.configuration ---
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.configuration/target/org.eclipse.emf.henshin.variability.configuration-1.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.emf.henshin.variability.configuration ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.henshin.variability.configuration ---
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.configuration/target/org.eclipse.emf.henshin.variability.configuration-1.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.henshin.variability.configuration ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.emf.henshin.variability.configuration ---
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.configuration/target/org.eclipse.emf.henshin.variability.configuration-1.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.variability.configuration/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.variability.configuration-1.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.configuration/pom.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.variability.configuration/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.variability.configuration-1.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.configuration/target/org.eclipse.emf.henshin.variability.configuration-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.variability.configuration/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.variability.configuration-1.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.configuration/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.variability.configuration/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.variability.configuration-1.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.configuration/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.variability.configuration/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.variability.configuration-1.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.emf.henshin.variability.configuration ---
[INFO] 
[INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @ org.eclipse.emf.henshin.variability.configuration ---
[INFO] 
[INFO] --< org.eclipse.emf.henshin:org.eclipse.emf.henshin.variability.configuration.ui >--
[INFO] Building org.eclipse.emf.henshin.variability.configuration.ui 1.9.0-SNAPSHOT [31/47]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.henshin.variability.configuration.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.henshin.variability.configuration.ui ---
[INFO] The project's OSGi version is 1.9.0.202302121548
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.emf.henshin.variability.configuration.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.emf.henshin.variability.configuration.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.henshin.variability.configuration.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.configuration.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.emf.henshin.variability.configuration.ui ---
[WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.variability.configuration.ui:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.configuration.ui/pom.xml
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.configuration.ui/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 35 source files to /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.configuration.ui/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.henshin.variability.configuration.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.configuration.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.emf.henshin.variability.configuration.ui ---
[WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.configuration.ui/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.configuration.ui/target/org.eclipse.emf.henshin.variability.configuration.ui-1.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.emf.henshin.variability.configuration.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.henshin.variability.configuration.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.configuration.ui/target/org.eclipse.emf.henshin.variability.configuration.ui-1.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.henshin.variability.configuration.ui ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.emf.henshin.variability.configuration.ui ---
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.configuration.ui/target/org.eclipse.emf.henshin.variability.configuration.ui-1.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.variability.configuration.ui/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.variability.configuration.ui-1.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.configuration.ui/pom.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.variability.configuration.ui/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.variability.configuration.ui-1.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.configuration.ui/target/org.eclipse.emf.henshin.variability.configuration.ui-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.variability.configuration.ui/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.variability.configuration.ui-1.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.configuration.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.variability.configuration.ui/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.variability.configuration.ui-1.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.configuration.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.variability.configuration.ui/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.variability.configuration.ui-1.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.emf.henshin.variability.configuration.ui ---
[INFO] 
[INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @ org.eclipse.emf.henshin.variability.configuration.ui ---
[INFO] 
[INFO] --< org.eclipse.emf.henshin:org.eclipse.emf.henshin.variability.mergein >--
[INFO] Building org.eclipse.emf.henshin.variability.mergein 1.9.0-SNAPSHOT [32/47]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.henshin.variability.mergein ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.henshin.variability.mergein ---
[INFO] The project's OSGi version is 1.9.0.202302121548
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.emf.henshin.variability.mergein ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.emf.henshin.variability.mergein ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.henshin.variability.mergein ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.mergein/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.emf.henshin.variability.mergein ---
[WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.variability.mergein:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.mergein/pom.xml
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.mergein/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 86 source files to /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.mergein/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.henshin.variability.mergein ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.mergein/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.emf.henshin.variability.mergein ---
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.mergein/target/org.eclipse.emf.henshin.variability.mergein-1.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.emf.henshin.variability.mergein ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.henshin.variability.mergein ---
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.mergein/target/org.eclipse.emf.henshin.variability.mergein-1.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.henshin.variability.mergein ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.emf.henshin.variability.mergein ---
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.mergein/target/org.eclipse.emf.henshin.variability.mergein-1.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.variability.mergein/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.variability.mergein-1.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.mergein/pom.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.variability.mergein/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.variability.mergein-1.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.mergein/target/org.eclipse.emf.henshin.variability.mergein-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.variability.mergein/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.variability.mergein-1.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.mergein/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.variability.mergein/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.variability.mergein-1.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.mergein/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.variability.mergein/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.variability.mergein-1.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.emf.henshin.variability.mergein ---
[INFO] 
[INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @ org.eclipse.emf.henshin.variability.mergein ---
[INFO] 
[INFO] --< org.eclipse.emf.henshin:org.eclipse.emf.henshin.variability.mergein.refactoring >--
[INFO] Building org.eclipse.emf.henshin.variability.mergein.refactoring 1.9.0-SNAPSHOT [33/47]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.henshin.variability.mergein.refactoring ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.henshin.variability.mergein.refactoring ---
[INFO] The project's OSGi version is 1.9.0.202302121548
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.emf.henshin.variability.mergein.refactoring ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.emf.henshin.variability.mergein.refactoring ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.henshin.variability.mergein.refactoring ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.mergein.refactoring/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.emf.henshin.variability.mergein.refactoring ---
[WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.variability.mergein.refactoring:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.mergein.refactoring/pom.xml
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.mergein.refactoring/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.mergein.refactoring/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.henshin.variability.mergein.refactoring ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.mergein.refactoring/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.emf.henshin.variability.mergein.refactoring ---
[WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.mergein.refactoring/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.mergein.refactoring/target/org.eclipse.emf.henshin.variability.mergein.refactoring-1.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.emf.henshin.variability.mergein.refactoring ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.henshin.variability.mergein.refactoring ---
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.mergein.refactoring/target/org.eclipse.emf.henshin.variability.mergein.refactoring-1.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.henshin.variability.mergein.refactoring ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.emf.henshin.variability.mergein.refactoring ---
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.mergein.refactoring/target/org.eclipse.emf.henshin.variability.mergein.refactoring-1.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.variability.mergein.refactoring/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.variability.mergein.refactoring-1.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.mergein.refactoring/pom.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.variability.mergein.refactoring/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.variability.mergein.refactoring-1.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.mergein.refactoring/target/org.eclipse.emf.henshin.variability.mergein.refactoring-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.variability.mergein.refactoring/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.variability.mergein.refactoring-1.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.mergein.refactoring/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.variability.mergein.refactoring/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.variability.mergein.refactoring-1.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.mergein.refactoring/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.variability.mergein.refactoring/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.variability.mergein.refactoring-1.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.emf.henshin.variability.mergein.refactoring ---
[INFO] 
[INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @ org.eclipse.emf.henshin.variability.mergein.refactoring ---
[INFO] 
[INFO] --< org.eclipse.emf.henshin:org.eclipse.emf.henshin.variability.mergein.ui >--
[INFO] Building org.eclipse.emf.henshin.variability.mergein.ui 1.9.0-SNAPSHOT [34/47]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.henshin.variability.mergein.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.henshin.variability.mergein.ui ---
[INFO] The project's OSGi version is 1.9.0.202302121548
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.emf.henshin.variability.mergein.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.emf.henshin.variability.mergein.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.henshin.variability.mergein.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.mergein.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.emf.henshin.variability.mergein.ui ---
[WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.variability.mergein.ui:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.mergein.ui/pom.xml
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.mergein.ui/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.mergein.ui/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.henshin.variability.mergein.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.mergein.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.emf.henshin.variability.mergein.ui ---
[WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.mergein.ui/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.mergein.ui/target/org.eclipse.emf.henshin.variability.mergein.ui-1.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.emf.henshin.variability.mergein.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.henshin.variability.mergein.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.mergein.ui/target/org.eclipse.emf.henshin.variability.mergein.ui-1.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.henshin.variability.mergein.ui ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.emf.henshin.variability.mergein.ui ---
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.mergein.ui/target/org.eclipse.emf.henshin.variability.mergein.ui-1.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.variability.mergein.ui/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.variability.mergein.ui-1.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.mergein.ui/pom.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.variability.mergein.ui/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.variability.mergein.ui-1.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.mergein.ui/target/org.eclipse.emf.henshin.variability.mergein.ui-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.variability.mergein.ui/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.variability.mergein.ui-1.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.mergein.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.variability.mergein.ui/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.variability.mergein.ui-1.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.mergein.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.variability.mergein.ui/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.variability.mergein.ui-1.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.emf.henshin.variability.mergein.ui ---
[INFO] 
[INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @ org.eclipse.emf.henshin.variability.mergein.ui ---
[INFO] 
[INFO] --< org.eclipse.emf.henshin:org.eclipse.emf.henshin.variability.test >--
[INFO] Building org.eclipse.emf.henshin.variability.test 1.9.0-SNAPSHOT [35/47]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.henshin.variability.test ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.henshin.variability.test ---
[INFO] The project's OSGi version is 1.9.0.202302121548
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.emf.henshin.variability.test ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.emf.henshin.variability.test ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.henshin.variability.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.test/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.emf.henshin.variability.test ---
[WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.variability.test:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.test/pom.xml
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.test/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.test/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.henshin.variability.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.test/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.emf.henshin.variability.test ---
[WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.test/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.test/target/org.eclipse.emf.henshin.variability.test-1.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.emf.henshin.variability.test ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.henshin.variability.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.test/target/org.eclipse.emf.henshin.variability.test-1.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.henshin.variability.test ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.emf.henshin.variability.test ---
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.test/target/org.eclipse.emf.henshin.variability.test-1.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.variability.test/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.variability.test-1.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.variability.test/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.variability.test-1.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.test/target/org.eclipse.emf.henshin.variability.test-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.variability.test/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.variability.test-1.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.variability.test/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.variability.test-1.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/variability/org.eclipse.emf.henshin.variability.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.variability.test/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.variability.test-1.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.emf.henshin.variability.test ---
[INFO] 
[INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @ org.eclipse.emf.henshin.variability.test ---
[INFO] 
[INFO] ----< org.eclipse.emf.henshin:org.eclipse.emf.henshin.ocl2ac.model >----
[INFO] Building org.eclipse.emf.henshin.ocl2ac.model 1.9.0-SNAPSHOT     [36/47]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.henshin.ocl2ac.model ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.henshin.ocl2ac.model ---
[INFO] The project's OSGi version is 1.9.0.202302121548
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.emf.henshin.ocl2ac.model ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.emf.henshin.ocl2ac.model ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.henshin.ocl2ac.model ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.model/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.emf.henshin.ocl2ac.model ---
[WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.ocl2ac.model:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.model/pom.xml
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.model/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 99 source files to /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.model/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.henshin.ocl2ac.model ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.model/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.emf.henshin.ocl2ac.model ---
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.model/target/org.eclipse.emf.henshin.ocl2ac.model-1.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.emf.henshin.ocl2ac.model ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.henshin.ocl2ac.model ---
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.model/target/org.eclipse.emf.henshin.ocl2ac.model-1.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.henshin.ocl2ac.model ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.emf.henshin.ocl2ac.model ---
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.model/target/org.eclipse.emf.henshin.ocl2ac.model-1.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.ocl2ac.model/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.ocl2ac.model-1.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.model/pom.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.ocl2ac.model/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.ocl2ac.model-1.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.model/target/org.eclipse.emf.henshin.ocl2ac.model-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.ocl2ac.model/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.ocl2ac.model-1.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.model/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.ocl2ac.model/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.ocl2ac.model-1.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.model/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.ocl2ac.model/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.ocl2ac.model-1.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.emf.henshin.ocl2ac.model ---
[INFO] 
[INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @ org.eclipse.emf.henshin.ocl2ac.model ---
[INFO] 
[INFO] ---< org.eclipse.emf.henshin:org.eclipse.emf.henshin.ocl2ac.ocl2gc >----
[INFO] Building org.eclipse.emf.henshin.ocl2ac.ocl2gc 1.9.0-SNAPSHOT    [37/47]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.henshin.ocl2ac.ocl2gc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.henshin.ocl2ac.ocl2gc ---
[INFO] The project's OSGi version is 1.9.0.202302121548
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.emf.henshin.ocl2ac.ocl2gc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.emf.henshin.ocl2ac.ocl2gc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.henshin.ocl2ac.ocl2gc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.ocl2gc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.emf.henshin.ocl2ac.ocl2gc ---
[WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.ocl2ac.ocl2gc:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.ocl2gc/pom.xml
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.ocl2gc/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.ocl2gc/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.henshin.ocl2ac.ocl2gc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.ocl2gc/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.emf.henshin.ocl2ac.ocl2gc ---
[WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.ocl2gc/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.ocl2gc/target/org.eclipse.emf.henshin.ocl2ac.ocl2gc-1.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.emf.henshin.ocl2ac.ocl2gc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.henshin.ocl2ac.ocl2gc ---
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.ocl2gc/target/org.eclipse.emf.henshin.ocl2ac.ocl2gc-1.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.henshin.ocl2ac.ocl2gc ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.emf.henshin.ocl2ac.ocl2gc ---
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.ocl2gc/target/org.eclipse.emf.henshin.ocl2ac.ocl2gc-1.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.ocl2ac.ocl2gc/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.ocl2ac.ocl2gc-1.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.ocl2gc/pom.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.ocl2ac.ocl2gc/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.ocl2ac.ocl2gc-1.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.ocl2gc/target/org.eclipse.emf.henshin.ocl2ac.ocl2gc-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.ocl2ac.ocl2gc/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.ocl2ac.ocl2gc-1.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.ocl2gc/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.ocl2ac.ocl2gc/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.ocl2ac.ocl2gc-1.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.ocl2gc/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.ocl2ac.ocl2gc/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.ocl2ac.ocl2gc-1.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.emf.henshin.ocl2ac.ocl2gc ---
[INFO] 
[INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @ org.eclipse.emf.henshin.ocl2ac.ocl2gc ---
[INFO] 
[INFO] ----< org.eclipse.emf.henshin:org.eclipse.emf.henshin.ocl2ac.gc2ac >----
[INFO] Building org.eclipse.emf.henshin.ocl2ac.gc2ac 1.9.0-SNAPSHOT     [38/47]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.henshin.ocl2ac.gc2ac ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.henshin.ocl2ac.gc2ac ---
[INFO] The project's OSGi version is 1.9.0.202302121548
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.emf.henshin.ocl2ac.gc2ac ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.emf.henshin.ocl2ac.gc2ac ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.henshin.ocl2ac.gc2ac ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.gc2ac/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.emf.henshin.ocl2ac.gc2ac ---
[WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.ocl2ac.gc2ac:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.gc2ac/pom.xml
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.gc2ac/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.gc2ac/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.henshin.ocl2ac.gc2ac ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.gc2ac/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.emf.henshin.ocl2ac.gc2ac ---
[WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.gc2ac/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.gc2ac/target/org.eclipse.emf.henshin.ocl2ac.gc2ac-1.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.emf.henshin.ocl2ac.gc2ac ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.henshin.ocl2ac.gc2ac ---
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.gc2ac/target/org.eclipse.emf.henshin.ocl2ac.gc2ac-1.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.henshin.ocl2ac.gc2ac ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.emf.henshin.ocl2ac.gc2ac ---
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.gc2ac/target/org.eclipse.emf.henshin.ocl2ac.gc2ac-1.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.ocl2ac.gc2ac/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.ocl2ac.gc2ac-1.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.gc2ac/pom.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.ocl2ac.gc2ac/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.ocl2ac.gc2ac-1.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.gc2ac/target/org.eclipse.emf.henshin.ocl2ac.gc2ac-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.ocl2ac.gc2ac/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.ocl2ac.gc2ac-1.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.gc2ac/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.ocl2ac.gc2ac/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.ocl2ac.gc2ac-1.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.gc2ac/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.ocl2ac.gc2ac/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.ocl2ac.gc2ac-1.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.emf.henshin.ocl2ac.gc2ac ---
[INFO] 
[INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @ org.eclipse.emf.henshin.ocl2ac.gc2ac ---
[INFO] 
[INFO] --< org.eclipse.emf.henshin:org.eclipse.emf.henshin.ocl2ac.model.edit >--
[INFO] Building org.eclipse.emf.henshin.ocl2ac.model.edit 1.9.0-SNAPSHOT [39/47]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.henshin.ocl2ac.model.edit ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.henshin.ocl2ac.model.edit ---
[INFO] The project's OSGi version is 1.9.0.202302121548
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.emf.henshin.ocl2ac.model.edit ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.emf.henshin.ocl2ac.model.edit ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.henshin.ocl2ac.model.edit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.model.edit/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.emf.henshin.ocl2ac.model.edit ---
[WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.ocl2ac.model.edit:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.model.edit/pom.xml
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.model.edit/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 25 source files to /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.model.edit/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.henshin.ocl2ac.model.edit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.model.edit/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.emf.henshin.ocl2ac.model.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.model.edit/target/org.eclipse.emf.henshin.ocl2ac.model.edit-1.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.emf.henshin.ocl2ac.model.edit ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.henshin.ocl2ac.model.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.model.edit/target/org.eclipse.emf.henshin.ocl2ac.model.edit-1.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.henshin.ocl2ac.model.edit ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.emf.henshin.ocl2ac.model.edit ---
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.model.edit/target/org.eclipse.emf.henshin.ocl2ac.model.edit-1.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.ocl2ac.model.edit/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.ocl2ac.model.edit-1.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.model.edit/pom.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.ocl2ac.model.edit/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.ocl2ac.model.edit-1.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.model.edit/target/org.eclipse.emf.henshin.ocl2ac.model.edit-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.ocl2ac.model.edit/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.ocl2ac.model.edit-1.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.model.edit/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.ocl2ac.model.edit/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.ocl2ac.model.edit-1.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.model.edit/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.ocl2ac.model.edit/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.ocl2ac.model.edit-1.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.emf.henshin.ocl2ac.model.edit ---
[INFO] 
[INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @ org.eclipse.emf.henshin.ocl2ac.model.edit ---
[INFO] 
[INFO] --< org.eclipse.emf.henshin:org.eclipse.emf.henshin.ocl2ac.model.editor >--
[INFO] Building org.eclipse.emf.henshin.ocl2ac.model.editor 1.9.0-SNAPSHOT [40/47]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.henshin.ocl2ac.model.editor ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.henshin.ocl2ac.model.editor ---
[INFO] The project's OSGi version is 1.9.0.202302121548
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.emf.henshin.ocl2ac.model.editor ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.emf.henshin.ocl2ac.model.editor ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.henshin.ocl2ac.model.editor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.model.editor/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.emf.henshin.ocl2ac.model.editor ---
[WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.ocl2ac.model.editor:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.model.editor/pom.xml
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.model.editor/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.model.editor/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.henshin.ocl2ac.model.editor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.model.editor/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.emf.henshin.ocl2ac.model.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.model.editor/target/org.eclipse.emf.henshin.ocl2ac.model.editor-1.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.emf.henshin.ocl2ac.model.editor ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.henshin.ocl2ac.model.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.model.editor/target/org.eclipse.emf.henshin.ocl2ac.model.editor-1.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.henshin.ocl2ac.model.editor ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.emf.henshin.ocl2ac.model.editor ---
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.model.editor/target/org.eclipse.emf.henshin.ocl2ac.model.editor-1.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.ocl2ac.model.editor/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.ocl2ac.model.editor-1.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.model.editor/pom.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.ocl2ac.model.editor/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.ocl2ac.model.editor-1.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.model.editor/target/org.eclipse.emf.henshin.ocl2ac.model.editor-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.ocl2ac.model.editor/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.ocl2ac.model.editor-1.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.model.editor/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.ocl2ac.model.editor/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.ocl2ac.model.editor-1.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.model.editor/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.ocl2ac.model.editor/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.ocl2ac.model.editor-1.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.emf.henshin.ocl2ac.model.editor ---
[INFO] 
[INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @ org.eclipse.emf.henshin.ocl2ac.model.editor ---
[INFO] 
[INFO] ----< org.eclipse.emf.henshin:org.eclipse.emf.henshin.ocl2ac.tool >-----
[INFO] Building org.eclipse.emf.henshin.ocl2ac.tool 1.9.0-SNAPSHOT      [41/47]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.henshin.ocl2ac.tool ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.henshin.ocl2ac.tool ---
[INFO] The project's OSGi version is 1.9.0.202302121548
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.emf.henshin.ocl2ac.tool ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.emf.henshin.ocl2ac.tool ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.henshin.ocl2ac.tool ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.tool/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.emf.henshin.ocl2ac.tool ---
[WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.ocl2ac.tool:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.tool/pom.xml
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.tool/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 15 source files to /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.tool/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.henshin.ocl2ac.tool ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.tool/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.emf.henshin.ocl2ac.tool ---
[WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.tool/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.tool/target/org.eclipse.emf.henshin.ocl2ac.tool-1.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.emf.henshin.ocl2ac.tool ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.henshin.ocl2ac.tool ---
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.tool/target/org.eclipse.emf.henshin.ocl2ac.tool-1.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.henshin.ocl2ac.tool ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.emf.henshin.ocl2ac.tool ---
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.tool/target/org.eclipse.emf.henshin.ocl2ac.tool-1.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.ocl2ac.tool/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.ocl2ac.tool-1.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.tool/pom.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.ocl2ac.tool/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.ocl2ac.tool-1.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.tool/target/org.eclipse.emf.henshin.ocl2ac.tool-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.ocl2ac.tool/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.ocl2ac.tool-1.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.tool/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.ocl2ac.tool/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.ocl2ac.tool-1.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.tool/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.ocl2ac.tool/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.ocl2ac.tool-1.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.emf.henshin.ocl2ac.tool ---
[INFO] 
[INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @ org.eclipse.emf.henshin.ocl2ac.tool ---
[INFO] 
[INFO] ----< org.eclipse.emf.henshin:org.eclipse.emf.henshin.ocl2ac.utils >----
[INFO] Building org.eclipse.emf.henshin.ocl2ac.utils 1.9.0-SNAPSHOT     [42/47]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.henshin.ocl2ac.utils ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.henshin.ocl2ac.utils ---
[INFO] The project's OSGi version is 1.9.0.202302121548
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.emf.henshin.ocl2ac.utils ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.emf.henshin.ocl2ac.utils ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.henshin.ocl2ac.utils ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.utils/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.emf.henshin.ocl2ac.utils ---
[WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.emf.henshin:org.eclipse.emf.henshin.ocl2ac.utils:1.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.utils/pom.xml
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.utils/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 27 source files to /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.utils/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.henshin.ocl2ac.utils ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.utils/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.emf.henshin.ocl2ac.utils ---
[WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.utils/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.utils/target/org.eclipse.emf.henshin.ocl2ac.utils-1.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.emf.henshin.ocl2ac.utils ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.emf.henshin.ocl2ac.utils ---
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.utils/target/org.eclipse.emf.henshin.ocl2ac.utils-1.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.henshin.ocl2ac.utils ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.emf.henshin.ocl2ac.utils ---
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.utils/target/org.eclipse.emf.henshin.ocl2ac.utils-1.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.ocl2ac.utils/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.ocl2ac.utils-1.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.utils/pom.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.ocl2ac.utils/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.ocl2ac.utils-1.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.utils/target/org.eclipse.emf.henshin.ocl2ac.utils-1.9.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.ocl2ac.utils/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.ocl2ac.utils-1.9.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.utils/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.ocl2ac.utils/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.ocl2ac.utils-1.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/plugins/ocl2ac/org.eclipse.emf.henshin.ocl2ac.utils/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.ocl2ac.utils/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.ocl2ac.utils-1.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.emf.henshin.ocl2ac.utils ---
[INFO] 
[INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @ org.eclipse.emf.henshin.ocl2ac.utils ---
[INFO] 
[INFO] --------< org.eclipse.emf.henshin:org.eclipse.emf.henshin.sdk >---------
[INFO] Building org.eclipse.emf.henshin.sdk 1.9.0-SNAPSHOT              [43/47]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.henshin.sdk ---
[INFO] Deleting /home/jenkins/agent/workspace/cbi_henshin_nightly/features/org.eclipse.emf.henshin.sdk/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.henshin.sdk ---
[INFO] The project's OSGi version is 1.9.0.202302121548
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.emf.henshin.sdk ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.emf.henshin.sdk ---
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.emf.henshin.sdk ---
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.emf.henshin.sdk ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.emf.henshin.sdk ---
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/features/org.eclipse.emf.henshin.sdk/target/org.eclipse.emf.henshin.sdk-1.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.henshin.sdk ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.henshin.sdk ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.emf.henshin.sdk ---
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/features/org.eclipse.emf.henshin.sdk/target/org.eclipse.emf.henshin.sdk-1.9.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.henshin.sdk ---
[WARNING] artifact org.eclipse.emf.henshin:org.eclipse.emf.henshin.sdk:xml:p2metadata:1.9.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.emf.henshin:org.eclipse.emf.henshin.sdk:xml:p2artifacts:1.9.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.emf.henshin.sdk ---
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/features/org.eclipse.emf.henshin.sdk/target/org.eclipse.emf.henshin.sdk-1.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.sdk/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.sdk-1.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/features/org.eclipse.emf.henshin.sdk/pom.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.sdk/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.sdk-1.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/features/org.eclipse.emf.henshin.sdk/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.sdk/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.sdk-1.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/features/org.eclipse.emf.henshin.sdk/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.sdk/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.sdk-1.9.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/features/org.eclipse.emf.henshin.sdk/target/org.eclipse.emf.henshin.sdk-1.9.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.sdk/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.sdk-1.9.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.emf.henshin.sdk ---
[INFO] 
[INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @ org.eclipse.emf.henshin.sdk ---
[INFO] 
[INFO] --< org.eclipse.emf.henshin:org.eclipse.emf.henshin.sdk.variability >---
[INFO] Building org.eclipse.emf.henshin.sdk.variability 1.9.0-SNAPSHOT  [44/47]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.henshin.sdk.variability ---
[INFO] Deleting /home/jenkins/agent/workspace/cbi_henshin_nightly/features/org.eclipse.emf.henshin.sdk.variability/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.henshin.sdk.variability ---
[INFO] The project's OSGi version is 1.9.0.202302121548
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.emf.henshin.sdk.variability ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.emf.henshin.sdk.variability ---
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.emf.henshin.sdk.variability ---
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.emf.henshin.sdk.variability ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.emf.henshin.sdk.variability ---
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/features/org.eclipse.emf.henshin.sdk.variability/target/org.eclipse.emf.henshin.sdk.variability-1.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.henshin.sdk.variability ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.henshin.sdk.variability ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.emf.henshin.sdk.variability ---
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/features/org.eclipse.emf.henshin.sdk.variability/target/org.eclipse.emf.henshin.sdk.variability-1.9.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.henshin.sdk.variability ---
[WARNING] artifact org.eclipse.emf.henshin:org.eclipse.emf.henshin.sdk.variability:xml:p2metadata:1.9.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.emf.henshin:org.eclipse.emf.henshin.sdk.variability:xml:p2artifacts:1.9.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.emf.henshin.sdk.variability ---
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/features/org.eclipse.emf.henshin.sdk.variability/target/org.eclipse.emf.henshin.sdk.variability-1.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.sdk.variability/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.sdk.variability-1.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/features/org.eclipse.emf.henshin.sdk.variability/pom.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.sdk.variability/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.sdk.variability-1.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/features/org.eclipse.emf.henshin.sdk.variability/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.sdk.variability/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.sdk.variability-1.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/features/org.eclipse.emf.henshin.sdk.variability/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.sdk.variability/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.sdk.variability-1.9.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/features/org.eclipse.emf.henshin.sdk.variability/target/org.eclipse.emf.henshin.sdk.variability-1.9.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.sdk.variability/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.sdk.variability-1.9.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.emf.henshin.sdk.variability ---
[INFO] 
[INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @ org.eclipse.emf.henshin.sdk.variability ---
[INFO] 
[INFO] -----< org.eclipse.emf.henshin:org.eclipse.emf.henshin.sdk.ocl2ac >-----
[INFO] Building org.eclipse.emf.henshin.sdk.ocl2ac 1.9.0-SNAPSHOT       [45/47]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.henshin.sdk.ocl2ac ---
[INFO] Deleting /home/jenkins/agent/workspace/cbi_henshin_nightly/features/org.eclipse.emf.henshin.sdk.ocl2ac/target
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.henshin.sdk.ocl2ac ---
[INFO] The project's OSGi version is 1.9.0.202302121548
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.emf.henshin.sdk.ocl2ac ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.emf.henshin.sdk.ocl2ac ---
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.emf.henshin.sdk.ocl2ac ---
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.emf.henshin.sdk.ocl2ac ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.emf.henshin.sdk.ocl2ac ---
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/features/org.eclipse.emf.henshin.sdk.ocl2ac/target/org.eclipse.emf.henshin.sdk.ocl2ac-1.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.henshin.sdk.ocl2ac ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.henshin.sdk.ocl2ac ---
[INFO] 
[INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.emf.henshin.sdk.ocl2ac ---
[INFO] Building jar: /home/jenkins/agent/workspace/cbi_henshin_nightly/features/org.eclipse.emf.henshin.sdk.ocl2ac/target/org.eclipse.emf.henshin.sdk.ocl2ac-1.9.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.henshin.sdk.ocl2ac ---
[WARNING] artifact org.eclipse.emf.henshin:org.eclipse.emf.henshin.sdk.ocl2ac:xml:p2metadata:1.9.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.emf.henshin:org.eclipse.emf.henshin.sdk.ocl2ac:xml:p2artifacts:1.9.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.emf.henshin.sdk.ocl2ac ---
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/features/org.eclipse.emf.henshin.sdk.ocl2ac/target/org.eclipse.emf.henshin.sdk.ocl2ac-1.9.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.sdk.ocl2ac/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.sdk.ocl2ac-1.9.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/features/org.eclipse.emf.henshin.sdk.ocl2ac/pom.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.sdk.ocl2ac/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.sdk.ocl2ac-1.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/features/org.eclipse.emf.henshin.sdk.ocl2ac/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.sdk.ocl2ac/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.sdk.ocl2ac-1.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/features/org.eclipse.emf.henshin.sdk.ocl2ac/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.sdk.ocl2ac/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.sdk.ocl2ac-1.9.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/features/org.eclipse.emf.henshin.sdk.ocl2ac/target/org.eclipse.emf.henshin.sdk.ocl2ac-1.9.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.sdk.ocl2ac/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.sdk.ocl2ac-1.9.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.emf.henshin.sdk.ocl2ac ---
[INFO] 
[INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @ org.eclipse.emf.henshin.sdk.ocl2ac ---
[INFO] 
[INFO] -------< org.eclipse.emf.henshin:org.eclipse.emf.henshin.target >-------
[INFO] Building org.eclipse.emf.henshin.target 1.9.0-SNAPSHOT           [46/47]
[INFO] ---------------------[ eclipse-target-definition ]----------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.henshin.target ---
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.emf.henshin.target ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-target-definition (default-package-target-definition) @ org.eclipse.emf.henshin.target ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.emf.henshin.target ---
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/releng/org.eclipse.emf.henshin.target/org.eclipse.emf.henshin.target.target to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.target/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.target-1.9.0-SNAPSHOT.target
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/releng/org.eclipse.emf.henshin.target/pom.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.target/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.target-1.9.0-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @ org.eclipse.emf.henshin.target ---
[INFO] 
[INFO] ----< org.eclipse.emf.henshin:org.eclipse.emf.henshin.p2updatesite >----
[INFO] Building org.eclipse.emf.henshin.p2updatesite 1.9.0-SNAPSHOT     [47/47]
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.henshin.p2updatesite ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.henshin.p2updatesite ---
[INFO] The project's OSGi version is 1.9.0.202302121548
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.emf.henshin.p2updatesite ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.henshin.p2updatesite ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/cbi_henshin_nightly/p2updatesite/src/main/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.emf.henshin.p2updatesite ---
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.emf.henshin.p2updatesite ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.3.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.emf.henshin.p2updatesite ---
[INFO] Published profile IUs: [a.jre.javase 10.0.0, config.a.jre.javase 10.0.0]
[INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.3.0:publish-products (default-publish-products) @ org.eclipse.emf.henshin.p2updatesite ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.3.0:publish-categories (default-publish-categories) @ org.eclipse.emf.henshin.p2updatesite ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.3.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.emf.henshin.p2updatesite ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:1.3.0:assemble-repository (default-assemble-repository) @ org.eclipse.emf.henshin.p2updatesite ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:1.3.0:archive-repository (default-archive-repository) @ org.eclipse.emf.henshin.p2updatesite ---
[INFO] Building zip: /home/jenkins/agent/workspace/cbi_henshin_nightly/p2updatesite/target/org.eclipse.emf.henshin.p2updatesite-1.9.0-SNAPSHOT.zip
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.emf.henshin.p2updatesite ---
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/p2updatesite/target/org.eclipse.emf.henshin.p2updatesite-1.9.0-SNAPSHOT.zip to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.p2updatesite/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.p2updatesite-1.9.0-SNAPSHOT.zip
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/p2updatesite/pom.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.p2updatesite/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.p2updatesite-1.9.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/p2updatesite/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.p2updatesite/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.p2updatesite-1.9.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/cbi_henshin_nightly/p2updatesite/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/emf/henshin/org.eclipse.emf.henshin.p2updatesite/1.9.0-SNAPSHOT/org.eclipse.emf.henshin.p2updatesite-1.9.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.emf.henshin.p2updatesite ---
[INFO] 
[INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @ org.eclipse.emf.henshin.p2updatesite ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for parent 1.9.0-SNAPSHOT:
[INFO] 
[INFO] parent ............................................. SUCCESS [  1.360 s]
[INFO] org.eclipse.emf.henshin.model ...................... SUCCESS [  7.903 s]
[INFO] org.eclipse.emf.henshin.edit ....................... SUCCESS [  2.322 s]
[INFO] org.eclipse.emf.henshin.editor ..................... SUCCESS [  2.206 s]
[INFO] org.eclipse.emf.henshin.diagram .................... SUCCESS [  3.446 s]
[INFO] org.eclipse.emf.henshin.trace ...................... SUCCESS [  1.080 s]
[INFO] org.eclipse.emf.henshin.interpreter ................ SUCCESS [  1.623 s]
[INFO] org.eclipse.emf.henshin.statespace ................. SUCCESS [  1.501 s]
[INFO] org.eclipse.emf.henshin.statespace.external ........ SUCCESS [  1.239 s]
[INFO] org.eclipse.emf.henshin.wrap ....................... SUCCESS [  0.978 s]
[INFO] org.eclipse.emf.henshin.multicda.cpa ............... SUCCESS [  1.213 s]
[INFO] org.eclipse.emf.henshin.multicda.cda ............... SUCCESS [  2.210 s]
[INFO] org.eclipse.emf.henshin.examples ................... SUCCESS [  3.868 s]
[INFO] org.eclipse.emf.henshin.giraph ..................... SUCCESS [  1.776 s]
[INFO] org.eclipse.emf.henshin.interpreter.ui ............. SUCCESS [  1.926 s]
[INFO] org.eclipse.emf.henshin.statespace.explorer ........ SUCCESS [  1.713 s]
[INFO] org.eclipse.emf.henshin.multicda.cpa.ui ............ SUCCESS [  5.867 s]
[INFO] org.eclipse.emf.henshin.rulegen .................... SUCCESS [  1.007 s]
[INFO] org.eclipse.emf.henshin.tests ...................... SUCCESS [  5.196 s]
[INFO] org.eclipse.emf.henshin.rulegen.tests .............. SUCCESS [  1.189 s]
[INFO] org.eclipse.emf.henshin.rulegen.ui ................. SUCCESS [  1.163 s]
[INFO] org.eclipse.emf.henshin.text ....................... SUCCESS [  3.499 s]
[INFO] org.eclipse.emf.henshin.text.ide ................... SUCCESS [  2.361 s]
[INFO] org.eclipse.emf.henshin.text.transformation ........ SUCCESS [  0.636 s]
[INFO] org.eclipse.emf.henshin.text.ui .................... SUCCESS [  1.809 s]
[INFO] org.eclipse.emf.henshin.monitoring.ui .............. SUCCESS [  1.157 s]
[INFO] org.eclipse.emf.henshin.monitoring.kieker .......... SUCCESS [  1.483 s]
[INFO] org.eclipse.emf.henshin.adapters.xtext ............. SUCCESS [  1.452 s]
[INFO] org.eclipse.emf.henshin.variability ................ SUCCESS [  2.101 s]
[INFO] org.eclipse.emf.henshin.variability.configuration .. SUCCESS [  1.023 s]
[INFO] org.eclipse.emf.henshin.variability.configuration.ui SUCCESS [  1.406 s]
[INFO] org.eclipse.emf.henshin.variability.mergein ........ SUCCESS [ 14.415 s]
[INFO] org.eclipse.emf.henshin.variability.mergein.refactoring SUCCESS [  0.992 s]
[INFO] org.eclipse.emf.henshin.variability.mergein.ui ..... SUCCESS [  1.157 s]
[INFO] org.eclipse.emf.henshin.variability.test ........... SUCCESS [  1.046 s]
[INFO] org.eclipse.emf.henshin.ocl2ac.model ............... SUCCESS [  1.482 s]
[INFO] org.eclipse.emf.henshin.ocl2ac.ocl2gc .............. SUCCESS [  1.225 s]
[INFO] org.eclipse.emf.henshin.ocl2ac.gc2ac ............... SUCCESS [  1.243 s]
[INFO] org.eclipse.emf.henshin.ocl2ac.model.edit .......... SUCCESS [  1.129 s]
[INFO] org.eclipse.emf.henshin.ocl2ac.model.editor ........ SUCCESS [  1.330 s]
[INFO] org.eclipse.emf.henshin.ocl2ac.tool ................ SUCCESS [  1.220 s]
[INFO] org.eclipse.emf.henshin.ocl2ac.utils ............... SUCCESS [  1.224 s]
[INFO] org.eclipse.emf.henshin.sdk ........................ SUCCESS [  1.074 s]
[INFO] org.eclipse.emf.henshin.sdk.variability ............ SUCCESS [  1.042 s]
[INFO] org.eclipse.emf.henshin.sdk.ocl2ac ................. SUCCESS [  0.985 s]
[INFO] org.eclipse.emf.henshin.target ..................... SUCCESS [  0.225 s]
[INFO] org.eclipse.emf.henshin.p2updatesite ............... SUCCESS [ 12.439 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  04:21 min
[INFO] Finished at: 2023-02-12T15:52:51Z
[INFO] ------------------------------------------------------------------------
+ ./promote.sh nightly
total 92
drwxrwsrwx  4          9415 modeling.emft.henshin  4096 Feb 12 10:51 .
drwxrwsrwx 12          9415 modeling.emft.henshin  4096 Jun 30  2022 ..
-rw-r--r--  1 genie.henshin modeling.emft.henshin  8203 Feb 12 10:52 artifacts.jar
-rw-r--r--  1 genie.henshin modeling.emft.henshin  6888 Feb 12 10:52 artifacts.xml.xz
-rw-r--r--  1 genie.henshin modeling.emft.henshin 27378 Feb 12 10:52 content.jar
-rw-r--r--  1 genie.henshin modeling.emft.henshin 12900 Feb 12 10:52 content.xml.xz
drwxr-sr-x  2 genie.henshin modeling.emft.henshin  4096 Feb 12 10:52 features
-rw-r--r--  1 genie.henshin modeling.emft.henshin   172 Feb 12 10:52 p2.index
drwxr-sr-x  2 genie.henshin modeling.emft.henshin 12288 Feb 12 10:52 plugins
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 57 killed;
[ssh-agent] Stopped.
Finished: SUCCESS