Skip to content

Console Output

Started by upstream project "emf-transaction-master" build number 105
originally caused by:
 Started by timer
Running as SYSTEM
Agent centos-7-lfb8x is provisioned from template centos-7
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: "migration_jipp-migration_centos-7"
  name: "centos-7-lfb8x"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.emfservices.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "centos-7-lfb8x"
    - 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: "centos-7-lfb8x"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.emfservices.svc.cluster.local/emfservices/"
    image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-4.5"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        memory: "4096Mi"
        cpu: "2000m"
      requests:
        memory: "4096Mi"
        cpu: "1000m"
    securityContext:
      privileged: false
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    beta.kubernetes.io/os: "linux"
  restartPolicy: "Never"
  securityContext: {}
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-emfservices"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Building remotely on centos-7-lfb8x (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-C3lf0frMDV7l/agent.62
SSH_AGENT_PID=64
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration@tmp/private_key_15898425481331918748.key (/home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration@tmp/private_key_15898425481331918748.key)
[ssh-agent] Using credentials genie.emfservices (ssh://genie.emfservices@projects-storage.eclipse.org)
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository git://git.eclipse.org/gitroot/emf-transaction/org.eclipse.emf.transaction.git
 > git init /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration # timeout=10
Fetching upstream changes from git://git.eclipse.org/gitroot/emf-transaction/org.eclipse.emf.transaction.git
 > git --version # timeout=10
 > git --version # 'git version 1.8.3.1'
 > git fetch --tags --progress git://git.eclipse.org/gitroot/emf-transaction/org.eclipse.emf.transaction.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git://git.eclipse.org/gitroot/emf-transaction/org.eclipse.emf.transaction.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 809ee8fba7e2e568335dec6d5ccf76e06981560b (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 809ee8fba7e2e568335dec6d5ccf76e06981560b # timeout=10
Commit message: "[releng] Add Target Platform for 2020-12"
 > git rev-list --no-walk 809ee8fba7e2e568335dec6d5ccf76e06981560b # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
$ pkill Xvnc
$ pkill Xrealvnc
$ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*"
[migration] $ vncserver -list
Starting xvnc
[migration] $ Xvnc :34 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset

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


Wed Mar 17 09:52:11 2021
 vncext:      VNC extension running!
 vncext:      Listening for VNC connections on all interface(s), port 5934
 vncext:      created VNC server for screen 0
[migration] $ /opt/tools/apache-maven/latest/bin/mvn -f org.eclipse.emf.transaction.releng/pom.xml -DPLATFORM=oxygen -Djdk=openjdk-jdk11-latest -DBUILD_LABEL=NONE -DBUILD_TYPE=I -Dlabel=migration -Dplatform=oxygen -Dmaven.repo.local=/home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/.repository clean verify -B -Pemf-transaction.target,hudson.eclipse.org
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
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: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] Computing target platform for MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.transaction:1.9.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction/pom.xml
[INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ (134B)
[INFO] Adding repository http://download.eclipse.org/cbi/updates/license
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B)
[INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB)
[INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB)
[INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB)
[INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/ (142B)
[INFO] Adding repository http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410
[INFO] Fetching content.xml.xz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/ (108.54kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/emf/updates/2.13/ (134B)
[INFO] Adding repository http://download.eclipse.org/modeling/emf/emf/updates/2.13
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.13/ (444B)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/ (65.98kB)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.13/xcore/R201706130242/ (9.65kB)
[INFO] Fetching p2.index from http://download.eclipse.org/tools/orbit/downloads/drops/R20170919201930/repository/ (134B)
[INFO] Adding repository http://download.eclipse.org/tools/orbit/downloads/drops/R20170919201930/repository
[INFO] Fetching compositeContent.xml from http://download.eclipse.org/tools/orbit/downloads/drops/R20170919201930/repository/
[INFO] Fetching content.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20170303204511/repository/ (117.26kB)
[INFO] Fetching p2.index from http://download.eclipse.org/tools/orbit/downloads/drops2/R20170919201930/repository/ (172B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/tools/orbit/downloads/drops2/R20170919201930/repository/ (54.58kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.3.0/ (115B)
[INFO] Adding repository http://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.3.0
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.3.0/ (41.99kB)
[INFO] Adding repository http://download.eclipse.org/modeling/emf/validation/updates/releases
[INFO] Fetching compositeContent.xml from http://download.eclipse.org/modeling/emf/validation/updates/releases/
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/validation/updates/releases/R201505312255/ (116B)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/validation/updates/releases/R201505312255/ (10.21kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/validation/updates/releases/R201606071713/ (116B)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/validation/updates/releases/R201606071713/ (10.86kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/validation/updates/releases/R201706061352/ (116B)
[INFO] Fetching content.jar from http://download.eclipse.org/modeling/emf/validation/updates/releases/R201706061352/ (10.87kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/validation/updates/releases/R201812070911/ (172B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/validation/updates/releases/R201812070911/ (8.69kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/emf/validation/updates/releases/R202008210805/ (172B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/emf/validation/updates/releases/R202008210805/ (8.44kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.transaction:1.9.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction/pom.xml
Mar 17, 2021 9:53:23 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond
Mar 17, 2021 9:53:24 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {}->http://download.eclipse.org:80
[INFO] Fetching R-4.7.1a-201710090410&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/eclipse/updates/4.7/
[INFO] Fetching org.eclipse.osgi_3.12.50.v20170928-1321.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (436.32kB)
[INFO] Fetching org.eclipse.core.contenttype_3.6.0.v20170207-1037.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (40.97kB)
[INFO] Fetching org.eclipse.equinox.preferences_3.7.0.v20170126-2132.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (53.99kB)
[INFO] Fetching org.eclipse.equinox.registry_3.7.0.v20170222-1344.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (71.7kB)
[INFO] Fetching org.eclipse.equinox.common_3.9.0.v20170207-1454.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (51.81kB)
[INFO] Fetching org.eclipse.core.expressions_3.6.0.v20170207-1037.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (33.1kB)
[INFO] Fetching org.eclipse.core.runtime_3.13.0.v20170207-1030.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (35.26kB)
[INFO] Fetching org.eclipse.core.filesystem_1.7.0.v20170406-1337.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (27.68kB)
[INFO] Fetching org.eclipse.core.jobs_3.9.1.v20170714-0547.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (46.01kB)
[INFO] Fetching org.eclipse.core.resources_3.12.0.v20170417-1558.jar from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (870.77kB)
[INFO] Fetching org.eclipse.equinox.app_1.3.400.v20150715-1528.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (40.76kB)
[INFO] Fetching org.eclipse.emf.common_2.13.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (104.66kB)
[INFO] Fetching org.eclipse.emf.ecore_2.13.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (368.51kB)
[INFO] Fetching org.eclipse.emf.ecore.change_2.11.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (35.92kB)
[INFO] Fetching R201706090928&format=xml&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=//modeling/emf/emf/updates/2.13/core/
[INFO] Fetching org.eclipse.emf.edit_2.12.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/plugins/ (88.62kB)
[INFO] Fetching releases&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/modeling/emf/validation/updates/
[INFO] Fetching org.eclipse.emf.validation_1.8.0.201706061352.jar from http://download.eclipse.org/modeling/emf/validation/updates/releases/R201706061352/plugins/ (403.65kB)
[INFO] Fetching com.ibm.icu_58.2.0.v20170418-1837.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (8.71MB)
[INFO] Resolving class path of MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.transaction:1.9.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.transaction.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.transaction.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.ui/pom.xml
[INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (21.32kB)
[INFO] Fetching org.apache.batik.css_1.8.0.v20170214-1941.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (81.58kB)
[INFO] Fetching org.apache.batik.util_1.8.0.v20170214-1941.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (56.27kB)
[INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (37.68kB)
[INFO] Fetching org.eclipse.osgi.services_3.6.0.v20170228-1906.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (41.98kB)
[INFO] Fetching org.apache.felix.scr_2.0.10.v20170501-2007.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (140.59kB)
[INFO] Fetching org.eclipse.osgi.util_3.4.0.v20170111-1608.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (24.93kB)
[INFO] Fetching org.eclipse.core.commands_3.9.0.v20170530-1048.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (43.34kB)
[INFO] Fetching org.eclipse.core.databinding_1.6.100.v20170515-1119.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (58.16kB)
[INFO] Fetching org.eclipse.core.databinding.observable_1.6.100.v20170515-1119.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (90.43kB)
[INFO] Fetching org.eclipse.core.databinding.property_1.6.100.v20170515-1119.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (49.74kB)
[INFO] Fetching org.eclipse.e4.core.commands_0.12.100.v20170513-0428.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (13.47kB)
[INFO] Fetching org.eclipse.e4.core.di_1.6.100.v20170421-1418.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (26.17kB)
[INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (16.6kB)
[INFO] Fetching org.eclipse.e4.core.contexts_1.6.0.v20170322-1144.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (22.58kB)
[INFO] Fetching org.eclipse.e4.core.services_2.1.0.v20170407-0928.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (24.42kB)
[INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.0.v20170119-2002.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (7.71kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.0.v20170228-1728.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/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/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (16.46kB)
[INFO] Fetching org.eclipse.equinox.ds_1.5.0.v20170307-1429.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (17.34kB)
[INFO] Fetching org.eclipse.e4.emf.xpath_0.2.0.v20160630-0728.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (21.68kB)
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (98kB)
[INFO] Fetching org.eclipse.e4.ui.bindings_0.12.1.v20170823-1632.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (24.35kB)
[INFO] Fetching org.eclipse.swt_3.106.1.v20170926-0519.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (17.86kB)
[INFO] Fetching org.eclipse.jface_3.13.1.v20170810-0135.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (355.4kB)
[INFO] Fetching org.eclipse.e4.ui.css.core_0.12.101.v20170712-1547.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (65.05kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.1.v20170808-1940.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/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/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (16.49kB)
[INFO] Fetching org.eclipse.e4.ui.di_1.2.100.v20170414-1137.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (9.98kB)
[INFO] Fetching org.eclipse.e4.ui.model.workbench_2.0.1.v20170713-1800.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (107.68kB)
[INFO] Fetching org.eclipse.e4.ui.services_1.3.0.v20170307-2032.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (13.36kB)
[INFO] Fetching org.eclipse.equinox.event_1.4.0.v20170105-1446.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (16.46kB)
[INFO] Fetching org.eclipse.e4.ui.widgets_1.2.0.v20160630-0736.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (9.85kB)
[INFO] Fetching org.eclipse.e4.ui.workbench_1.5.1.v20170815-1446.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (85.98kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.13.0.v20170609-0707.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (80.3kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.1.v20170319-1442.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (55.59kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.101.v20170713-1343.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (94.16kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.101.v20170710-1119.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (70.39kB)
[INFO] Fetching org.eclipse.jface.databinding_1.8.100.v20170503-1507.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (71.53kB)
[INFO] Fetching org.eclipse.e4.ui.workbench3_0.14.0.v20160630-0740.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (7.93kB)
[INFO] Fetching org.eclipse.emf.common.ui_2.12.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/plugins/ (56.72kB)
[INFO] Fetching org.eclipse.ui_3.109.0.v20170411-1742.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (357.53kB)
[INFO] Fetching org.eclipse.emf.edit.ui_2.13.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/plugins/ (74.95kB)
[INFO] Fetching org.eclipse.ui.views_3.9.0.v20170226-1833.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (48.42kB)
[INFO] Fetching org.eclipse.ui.workbench_3.110.1.v20170704-1208.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (1,013.66kB)
[INFO] Fetching org.eclipse.help_3.8.1.v20170815-1448.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (122.73kB)
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.106.1.v20170926-0519.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (1.25MB)
[INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.106.1.v20170926-0519.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (1.16MB)
[INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.106.1.v20170926-0519.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (954.94kB)
[INFO] Resolving class path of MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.transaction.ui:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.workspace:1.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.workspace:1.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.workspace:1.5.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.workspace.ui:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.workspace.ui:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.workspace.ui:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.transaction.doc:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.doc/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.transaction.doc:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.doc/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.transaction.doc:1.4.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.doc/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.workspace.doc:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace.doc/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.workspace.doc:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace.doc/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.workspace.doc:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace.doc/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.transaction.examples:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.examples/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.transaction.examples:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.examples/pom.xml
[INFO] Fetching org.eclipse.ui.ide_3.13.1.v20170822-1526.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (972.73kB)
[INFO] Fetching org.eclipse.equinox.bidi_1.1.0.v20160728-1031.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (23.15kB)
[INFO] Fetching org.eclipse.equinox.p2.core_2.4.101.v20170906-1259.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (30.32kB)
[INFO] Fetching org.eclipse.equinox.p2.engine_2.5.0.v20170319-2002.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (73.2kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.3.200.v20170511-1106.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (101.67kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.2.401.v20170906-1259.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (47.4kB)
[INFO] Fetching org.eclipse.equinox.p2.repository_2.3.301.v20170906-1259.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (52.24kB)
[INFO] Fetching org.tukaani.xz_1.5.0.v20170111-1717.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (41.32kB)
[INFO] Fetching org.eclipse.equinox.security_1.2.300.v20170505-1235.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (42.3kB)
[INFO] Fetching org.eclipse.jface.text_3.12.0.v20170523-1043.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (318.65kB)
[INFO] Fetching org.eclipse.text_3.6.100.v20170203-0814.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (91.18kB)
[INFO] Resolving class path of MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.transaction.examples:1.2.100-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.examples/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.workspace.examples:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace.examples/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.workspace.examples:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace.examples/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.workspace.examples:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace.examples/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.workspace.examples.library.editor:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace.examples.library.editor/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.workspace.examples.library.editor:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace.examples.library.editor/pom.xml
[INFO] Fetching org.eclipse.compare.core_3.6.100.v20170516-0820.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (32.79kB)
[INFO] Fetching org.eclipse.core.variables_3.4.0.v20170113-2056.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (18.01kB)
[INFO] Fetching org.eclipse.emf.examples.library_2.6.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/plugins/ (23.65kB)
[INFO] Fetching org.eclipse.emf.examples.library.edit_2.6.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/plugins/ (15.18kB)
[INFO] Fetching org.eclipse.ui.console_3.7.1.v20170728-0806.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (82.03kB)
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.10.100.v20170426-2021.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (229.15kB)
[INFO] Resolving class path of MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.workspace.examples.library.editor:1.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace.examples.library.editor/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.transaction.tests:1.10.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.transaction.tests:1.10.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.tests/pom.xml
[INFO] Fetching org.eclipse.compare_3.7.101.v20170724-1603.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (314.64kB)
[INFO] Fetching org.eclipse.ui.editors_3.11.0.v20170202-1823.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (199.22kB)
[INFO] Fetching org.eclipse.ui.forms_3.7.101.v20170815-1446.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (122.68kB)
[INFO] Fetching org.eclipse.core.filebuffers_3.6.100.v20170203-1130.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (42.14kB)
[INFO] Fetching org.eclipse.core.net_1.3.100.v20170516-0820.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (33.81kB)
[INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (283.72kB)
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.8.0.v20170105-1156.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (105.95kB)
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.9.0.v20170412-0825.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (179.49kB)
[INFO] Fetching org.eclipse.ui.navigator_3.7.0.v20170418-1342.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (134.81kB)
[INFO] Fetching org.eclipse.team.core_3.8.100.v20170516-0820.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (127.48kB)
[INFO] Fetching org.eclipse.team.ui_3.8.1.v20170515-1133.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (517.17kB)
[INFO] Fetching org.eclipse.ui.ide.application_1.2.0.v20170512-1452.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (51.89kB)
[INFO] Fetching org.eclipse.ui.navigator.resources_3.6.1.v20170823-1443.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (66.86kB)
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.1.v20170713-0803.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (40.42kB)
[INFO] Fetching org.hamcrest.core_1.3.0.v201303031735.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (19.33kB)
[INFO] Fetching org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (30.64kB)
[INFO] Resolving class path of MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.transaction.tests:1.10.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.workspace.tests:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.workspace.tests:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.workspace.tests:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.transaction:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.transaction:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction-feature/pom.xml
[INFO] Fetching org.eclipse.license_2.0.2.v20181016-2210.jar from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/features/ (13.05kB)
[INFO] Resolving class path of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.transaction:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction-feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.transaction.source:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.source-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.transaction.source:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.source-feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.transaction.source:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.source-feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.workspace:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.workspace:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace-feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.workspace:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace-feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.workspace.source:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace.source-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.workspace.source:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace.source-feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.workspace.source:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace.source-feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.transaction.examples:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.examples-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.transaction.examples:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.examples-feature/pom.xml
[INFO] Fetching org.eclipse.debug.core_3.11.0.v20170605-1534.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (123.34kB)
[INFO] Fetching org.eclipse.debug.ui_3.12.50.v20170920-1329.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (993.18kB)
[INFO] Fetching org.eclipse.emf.codegen_2.12.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/plugins/ (102.97kB)
[INFO] Fetching org.eclipse.jdt.core_3.13.50.v20171007-0855.jar from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (6.4MB)
[INFO] Fetching org.eclipse.jdt.launching_3.9.50.v20171009-0349.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (126.71kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore_2.13.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/plugins/ (451.05kB)
[INFO] Fetching org.eclipse.emf.converter_2.8.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/plugins/ (35.17kB)
[INFO] Fetching org.eclipse.emf.databinding_1.3.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/plugins/ (27.46kB)
[INFO] Fetching org.eclipse.emf.databinding.edit_1.3.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/plugins/ (18.6kB)
[INFO] Fetching org.eclipse.emf.examples.databinding.project.core_1.0.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/plugins/ (10.8kB)
[INFO] Fetching org.eclipse.emf.examples.databinding.project.core.model_1.1.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/plugins/ (18.21kB)
[INFO] Fetching org.eclipse.emf.examples.databinding.project.ui.rcp_1.2.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/plugins/ (33.53kB)
[INFO] Fetching org.eclipse.emf.examples_2.6.0.v20170609-0928.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/plugins/ (11.31kB)
[INFO] Fetching org.eclipse.emf.java_2.6.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/plugins/ (43.45kB)
[INFO] Fetching org.eclipse.emf.java.edit_2.6.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/plugins/ (18.01kB)
[INFO] Fetching org.eclipse.emf.java.editor_2.6.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/plugins/ (22.39kB)
[INFO] Fetching org.eclipse.emf.activities_2.6.0.v20170609-0928.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/plugins/ (8.6kB)
[INFO] Fetching org.eclipse.emf.examples.library.editor_2.6.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/plugins/ (29.28kB)
[INFO] Fetching org.eclipse.emf.exporter.html_2.6.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/plugins/ (19.63kB)
[INFO] Fetching org.eclipse.emf.examples.generator.validator_1.3.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/plugins/ (13.43kB)
[INFO] Fetching org.eclipse.emf.examples.jet.article2_2.5.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/plugins/ (30.42kB)
[INFO] Fetching org.eclipse.emf.examples_2.12.0.v20170609-0928.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/features/ (17.8kB)
[INFO] Fetching org.eclipse.jdt.ui_3.13.50.v20170929-1653.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (4.03MB)
Mar 17, 2021 9:54:01 AM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond
Mar 17, 2021 9:54:01 AM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {}->http://download.eclipse.org:80
[INFO] Fetching org.eclipse.emf.examples.library.edit.source_2.6.0.v20170609-0928.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/plugins/ (31.42kB)
[INFO] Fetching org.eclipse.emf.examples.library.source_2.6.0.v20170609-0928.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/plugins/ (60.43kB)
[INFO] Fetching org.eclipse.emf.java.source_2.6.0.v20170609-0928.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/plugins/ (72.04kB)
[INFO] Fetching org.eclipse.emf.exporter.html.source_2.6.0.v20170609-0928.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/plugins/ (18.01kB)
[INFO] Fetching org.eclipse.emf.java.editor.source_2.6.0.v20170609-0928.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/plugins/ (23.03kB)
[INFO] Fetching org.eclipse.emf.java.edit.source_2.6.0.v20170609-0928.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/plugins/ (26.62kB)
[INFO] Fetching org.eclipse.emf.examples.databinding.project.ui.rcp.source_1.2.0.v20170609-0928.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/plugins/ (59.1kB)
[INFO] Fetching org.eclipse.emf.examples.library.editor.source_2.6.0.v20170609-0928.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/plugins/ (33.79kB)
[INFO] Fetching org.eclipse.emf.examples.jet.article2.source_2.5.0.v20170609-0928.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/plugins/ (38.63kB)
[INFO] Fetching org.eclipse.emf.examples.generator.validator.source_1.3.0.v20170609-0928.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/plugins/ (16.88kB)
[INFO] Fetching org.eclipse.emf.examples.databinding.project.core.source_1.0.0.v20170609-0928.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/plugins/ (15.59kB)
[INFO] Fetching org.eclipse.emf.examples.databinding.project.core.model.source_1.1.0.v20170609-0928.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/plugins/ (35kB)
[INFO] Fetching org.eclipse.emf.examples.source_2.12.0.v20170609-0928.jar from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/features/ (17.44kB)
[INFO] Fetching org.eclipse.emf.exporter_2.7.0.v20170609-0928.jar.pack.gz from http://download.eclipse.org/modeling/emf/emf/updates/2.13/core/R201706090928/plugins/ (28.63kB)
[INFO] Fetching org.eclipse.jdt.core.manipulation_1.9.50.v20170920-1015.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (99.48kB)
[INFO] Fetching org.eclipse.jdt.debug_3.11.50.v20170920-1717.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (912.26kB)
[INFO] Fetching org.eclipse.search_3.11.100.v20170515-1603.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (218.87kB)
[INFO] Resolving class path of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.transaction.examples:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.examples-feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.transaction.examples.source:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.examples.source-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.transaction.examples.source:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.examples.source-feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.transaction.examples.source:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.examples.source-feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.workspace.doc:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace.doc-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.workspace.doc:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace.doc-feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.workspace.doc:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace.doc-feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.transaction.doc:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.doc-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.transaction.doc:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.doc-feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.transaction.doc:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.doc-feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.workspace.examples:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace.examples-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.workspace.examples:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace.examples-feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.workspace.examples:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace.examples-feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.workspace.examples.source:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace.examples.source-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.workspace.examples.source:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace.examples.source-feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.workspace.examples.source:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace.examples.source-feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.transaction.tests:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.tests-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.transaction.tests:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.tests-feature/pom.xml
[INFO] Fetching org.apache.ant_1.10.1.v20170504-0840.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (2.58MB)
[INFO] Fetching org.eclipse.ant.optional.junit_3.3.200.v20160315-2119.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (6.81kB)
[INFO] Fetching org.eclipse.test_3.4.0.v20170511-1043.jar.pack.gz from http://download.eclipse.org/eclipse/updates/4.7/R-4.7.1a-201710090410/plugins/ (525.62kB)
[INFO] Resolving class path of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.transaction.tests:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.tests-feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.transaction.sdk:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.sdk-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.transaction.sdk:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.sdk-feature/pom.xml
[INFO] Fetching org.eclipse.emf.validation.doc_1.3.0.201706061352.jar from http://download.eclipse.org/modeling/emf/validation/updates/releases/R201706061352/plugins/ (14.19kB)
[INFO] Fetching org.eclipse.emf.validation.examples_1.3.0.201706061352.jar from http://download.eclipse.org/modeling/emf/validation/updates/releases/R201706061352/plugins/ (179.92kB)
[INFO] Fetching org.eclipse.emf.validation.doc_1.11.0.201706061352.jar from http://download.eclipse.org/modeling/emf/validation/updates/releases/R201706061352/features/ (21.33kB)
[INFO] Fetching org.eclipse.emf.validation.ui_1.7.0.201706061352.jar from http://download.eclipse.org/modeling/emf/validation/updates/releases/R201706061352/plugins/ (74.27kB)
[INFO] Fetching org.eclipse.emf.validation.ui.ide_1.3.0.201706061352.jar from http://download.eclipse.org/modeling/emf/validation/updates/releases/R201706061352/plugins/ (22.4kB)
[INFO] Fetching org.eclipse.emf.validation_1.11.0.201706061352.jar from http://download.eclipse.org/modeling/emf/validation/updates/releases/R201706061352/features/ (21.68kB)
[INFO] Fetching org.eclipse.emf.validation.ocl_1.4.0.201706061352.jar from http://download.eclipse.org/modeling/emf/validation/updates/releases/R201706061352/plugins/ (20.89kB)
[INFO] Fetching 6.3.0&format=xml&protocol=http&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=/modeling/mdt/ocl/updates/releases/
[INFO] Fetching org.eclipse.ocl_3.6.200.v20170522-1736.jar from http://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.3.0/plugins/ (1.1MB)
[INFO] Fetching org.eclipse.ocl.ecore_3.6.200.v20170522-1736.jar.pack.gz from http://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.3.0/plugins/ (100.83kB)
[INFO] Fetching org.eclipse.emf.validation.ocl_1.11.0.201706061352.jar from http://download.eclipse.org/modeling/emf/validation/updates/releases/R201706061352/features/ (21.6kB)
[INFO] Fetching org.eclipse.emf.validation.ocl.source_1.4.0.201706061352.jar from http://download.eclipse.org/modeling/emf/validation/updates/releases/R201706061352/plugins/ (13.41kB)
[INFO] Fetching org.eclipse.emf.validation.ocl.source_1.11.0.201706061352.jar from http://download.eclipse.org/modeling/emf/validation/updates/releases/R201706061352/features/ (21.24kB)
[INFO] Fetching org.eclipse.emf.validation.sdk_1.11.0.201706061352.jar from http://download.eclipse.org/modeling/emf/validation/updates/releases/R201706061352/features/ (21.24kB)
[INFO] Fetching org.eclipse.emf.validation.source_1.8.0.201706061352.jar from http://download.eclipse.org/modeling/emf/validation/updates/releases/R201706061352/plugins/ (324.13kB)
[INFO] Fetching org.eclipse.emf.validation.ui.source_1.7.0.201706061352.jar from http://download.eclipse.org/modeling/emf/validation/updates/releases/R201706061352/plugins/ (54.08kB)
[INFO] Fetching org.eclipse.emf.validation.ui.ide.source_1.3.0.201706061352.jar from http://download.eclipse.org/modeling/emf/validation/updates/releases/R201706061352/plugins/ (19.08kB)
[INFO] Fetching org.eclipse.emf.validation.source_1.11.0.201706061352.jar from http://download.eclipse.org/modeling/emf/validation/updates/releases/R201706061352/features/ (21.28kB)
[INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20160520211859/repository/
[INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20170303204511/repository/plugins/ (48.92kB)
[INFO] Fetching org.eclipse.ocl.common_1.4.200.v20160613-1518.jar from http://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.3.0/plugins/ (33.58kB)
[WARNING] Some attempts to read artifact osgi.bundle,org.eclipse.ocl.common,1.4.200.v20160613-1518 failed:
[WARNING]    An error occurred while transferring artifact packed: osgi.bundle,org.eclipse.ocl.common,1.4.200.v20160613-1518 from repository http://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.3.0:
[WARNING]       Retry another mirror:
[WARNING]          Error while reading from repository: /modeling/mdt/ocl/updates/releases/6.3.0/plugins/org.eclipse.ocl.common_1.4.200.v20160613-1518.jar.pack.gz.
[INFO] Resolving class path of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.transaction.sdk:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.sdk-feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.transaction.master:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.master-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.transaction.master:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.master-feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.transaction.master:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.master-feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.emf.transaction:org.eclipse.emf.transaction.repository:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.repository/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction:org.eclipse.emf.transaction.repository:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.repository/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.emf.transaction:org.eclipse.emf.transaction.repository:1.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.repository/pom.xml
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] org.eclipse.emf.transaction.releng                                 [pom]
[INFO] org.eclipse.emf.transaction.target                                 [pom]
[INFO] org.eclipse.emf.transaction                             [eclipse-plugin]
[INFO] org.eclipse.emf.transaction.ui                          [eclipse-plugin]
[INFO] org.eclipse.emf.workspace                               [eclipse-plugin]
[INFO] org.eclipse.emf.workspace.ui                            [eclipse-plugin]
[INFO] org.eclipse.emf.transaction.doc                         [eclipse-plugin]
[INFO] org.eclipse.emf.workspace.doc                           [eclipse-plugin]
[INFO] org.eclipse.emf.transaction.examples                    [eclipse-plugin]
[INFO] org.eclipse.emf.workspace.examples                      [eclipse-plugin]
[INFO] org.eclipse.emf.workspace.examples.library.editor       [eclipse-plugin]
[INFO] org.eclipse.emf.transaction.tests                  [eclipse-test-plugin]
[INFO] org.eclipse.emf.workspace.tests                    [eclipse-test-plugin]
[INFO] org.eclipse.emf.transaction                            [eclipse-feature]
[INFO] org.eclipse.emf.transaction.source                     [eclipse-feature]
[INFO] org.eclipse.emf.workspace                              [eclipse-feature]
[INFO] org.eclipse.emf.workspace.source                       [eclipse-feature]
[INFO] org.eclipse.emf.workspace.examples                     [eclipse-feature]
[INFO] org.eclipse.emf.transaction.examples                   [eclipse-feature]
[INFO] org.eclipse.emf.transaction.examples.source            [eclipse-feature]
[INFO] org.eclipse.emf.workspace.doc                          [eclipse-feature]
[INFO] org.eclipse.emf.transaction.doc                        [eclipse-feature]
[INFO] org.eclipse.emf.workspace.examples.source              [eclipse-feature]
[INFO] org.eclipse.emf.transaction.tests                      [eclipse-feature]
[INFO] org.eclipse.emf.transaction.sdk                        [eclipse-feature]
[INFO] org.eclipse.emf.transaction.master                     [eclipse-feature]
[INFO] org.eclipse.emf.transaction.repository              [eclipse-repository]
[INFO] 
[INFO] ---< org.eclipse.emf.transaction:org.eclipse.emf.transaction.releng >---
[INFO] Building org.eclipse.emf.transaction.releng 1.12.0-SNAPSHOT       [1/27]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.transaction.releng ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (replace-build-token) @ org.eclipse.emf.transaction.releng ---
[INFO] Executing tasks

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

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.transaction.target ---
[INFO] 
[INFO] --- build-helper-maven-plugin:1.3:attach-artifact (attach-artifacts) @ org.eclipse.emf.transaction.target ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.emf.transaction.target ---
[INFO] 
[INFO] --< org.eclipse.emf.transaction.plugins:org.eclipse.emf.transaction >---
[INFO] Building org.eclipse.emf.transaction 1.9.1-SNAPSHOT               [3/27]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.transaction ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.transaction ---
[INFO] The project's OSGi version is 1.9.1.202103170952
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.transaction ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.transaction ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (replace-build-token) @ org.eclipse.emf.transaction ---
[INFO] Executing tasks

main:
     [echo] Replacing @build@ token within about.mappings with build id
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.transaction ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.emf.transaction ---
[INFO] Compiling 58 source files to /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.transaction ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.transaction ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction/target/org.eclipse.emf.transaction-1.9.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.transaction ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.emf.transaction ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction/target/org.eclipse.emf.transaction-1.9.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.transaction ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.emf.transaction ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction/target/org.eclipse.emf.transaction-1.9.1-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction/target/org.eclipse.emf.transaction-1.9.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.eclipse.emf.transaction.plugins:org.eclipse.emf.transaction.ui >--
[INFO] Building org.eclipse.emf.transaction.ui 1.4.0-SNAPSHOT            [4/27]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.transaction.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.transaction.ui ---
[INFO] The project's OSGi version is 1.4.0.202103170952
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.transaction.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.transaction.ui ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (replace-build-token) @ org.eclipse.emf.transaction.ui ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.transaction.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.emf.transaction.ui ---
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.ui/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.transaction.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.transaction.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.ui/target/org.eclipse.emf.transaction.ui-1.4.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.transaction.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.emf.transaction.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.ui/target/org.eclipse.emf.transaction.ui-1.4.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.transaction.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.emf.transaction.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.ui/target/org.eclipse.emf.transaction.ui-1.4.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.ui/target/org.eclipse.emf.transaction.ui-1.4.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---< org.eclipse.emf.transaction.plugins:org.eclipse.emf.workspace >----
[INFO] Building org.eclipse.emf.workspace 1.5.1-SNAPSHOT                 [5/27]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.workspace ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.workspace ---
[INFO] The project's OSGi version is 1.5.1.202103170952
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.workspace ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.workspace ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (replace-build-token) @ org.eclipse.emf.workspace ---
[INFO] Executing tasks

main:
     [echo] Replacing @build@ token within about.mappings with build id
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.workspace ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.emf.workspace ---
[INFO] Compiling 24 source files to /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.workspace ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.workspace ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace/target/org.eclipse.emf.workspace-1.5.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.workspace ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.emf.workspace ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace/target/org.eclipse.emf.workspace-1.5.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.workspace ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.emf.workspace ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace/target/org.eclipse.emf.workspace-1.5.1-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace/target/org.eclipse.emf.workspace-1.5.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.eclipse.emf.transaction.plugins:org.eclipse.emf.workspace.ui >--
[INFO] Building org.eclipse.emf.workspace.ui 1.3.0-SNAPSHOT              [6/27]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.workspace.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.workspace.ui ---
[INFO] The project's OSGi version is 1.3.0.202103170952
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.workspace.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.workspace.ui ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (replace-build-token) @ org.eclipse.emf.workspace.ui ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.workspace.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.emf.workspace.ui ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace.ui/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.workspace.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.workspace.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace.ui/target/org.eclipse.emf.workspace.ui-1.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.workspace.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.emf.workspace.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace.ui/target/org.eclipse.emf.workspace.ui-1.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.workspace.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.emf.workspace.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace.ui/target/org.eclipse.emf.workspace.ui-1.3.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace.ui/target/org.eclipse.emf.workspace.ui-1.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.eclipse.emf.transaction.plugins:org.eclipse.emf.transaction.doc >--
[INFO] Building org.eclipse.emf.transaction.doc 1.4.0-SNAPSHOT           [7/27]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.transaction.doc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.transaction.doc ---
[INFO] The project's OSGi version is 1.4.0.202103170952
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.transaction.doc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.transaction.doc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (replace-build-token) @ org.eclipse.emf.transaction.doc ---
[INFO] Executing tasks

main:
     [echo] Replacing @build@ token within about.mappings with build id
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.transaction.doc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.doc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.emf.transaction.doc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.transaction.doc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.doc/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.transaction.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.doc/target/org.eclipse.emf.transaction.doc-1.4.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.transaction.doc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.emf.transaction.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.doc/target/org.eclipse.emf.transaction.doc-1.4.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.transaction.doc ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.emf.transaction.doc ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.doc/target/org.eclipse.emf.transaction.doc-1.4.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.doc/target/org.eclipse.emf.transaction.doc-1.4.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.eclipse.emf.transaction.plugins:org.eclipse.emf.workspace.doc >--
[INFO] Building org.eclipse.emf.workspace.doc 1.3.0-SNAPSHOT             [8/27]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.workspace.doc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.workspace.doc ---
[INFO] The project's OSGi version is 1.3.0.202103170952
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.workspace.doc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.workspace.doc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (replace-build-token) @ org.eclipse.emf.workspace.doc ---
[INFO] Executing tasks

main:
     [echo] Replacing @build@ token within about.mappings with build id
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.workspace.doc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace.doc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.emf.workspace.doc ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.workspace.doc ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace.doc/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.workspace.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace.doc/target/org.eclipse.emf.workspace.doc-1.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.workspace.doc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.emf.workspace.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace.doc/target/org.eclipse.emf.workspace.doc-1.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.workspace.doc ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.emf.workspace.doc ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace.doc/target/org.eclipse.emf.workspace.doc-1.3.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace.doc/target/org.eclipse.emf.workspace.doc-1.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.eclipse.emf.transaction.plugins:org.eclipse.emf.transaction.examples >--
[INFO] Building org.eclipse.emf.transaction.examples 1.2.100-SNAPSHOT    [9/27]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.transaction.examples ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.transaction.examples ---
[INFO] The project's OSGi version is 1.2.100.202103170952
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.transaction.examples ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.transaction.examples ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (replace-build-token) @ org.eclipse.emf.transaction.examples ---
[INFO] Executing tasks

main:
     [echo] Replacing @build@ token within about.mappings with build id
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.transaction.examples ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.examples/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.emf.transaction.examples ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.examples/target/classes
[INFO] 
[INFO] --- maven-antrun-plugin:1.7:run (compile) @ org.eclipse.emf.transaction.examples ---
[INFO] Executing tasks

main:

init:

zip.examples:
      [zip] Building zip: /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.examples/zips/workspace.zip

init:

refresh:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.transaction.examples ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.examples/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.transaction.examples ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.examples/target/org.eclipse.emf.transaction.examples-1.2.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.transaction.examples ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.emf.transaction.examples ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.examples/target/org.eclipse.emf.transaction.examples-1.2.100-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.transaction.examples ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.emf.transaction.examples ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.examples/target/org.eclipse.emf.transaction.examples-1.2.100-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.examples/target/org.eclipse.emf.transaction.examples-1.2.100-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.eclipse.emf.transaction.plugins:org.eclipse.emf.workspace.examples >--
[INFO] Building org.eclipse.emf.workspace.examples 1.2.0-SNAPSHOT       [10/27]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.workspace.examples ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.workspace.examples ---
[INFO] The project's OSGi version is 1.2.0.202103170952
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.workspace.examples ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.workspace.examples ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (replace-build-token) @ org.eclipse.emf.workspace.examples ---
[INFO] Executing tasks

main:
     [echo] Replacing @build@ token within about.mappings with build id
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.workspace.examples ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace.examples/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.emf.workspace.examples ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.workspace.examples ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace.examples/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.workspace.examples ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace.examples/target/org.eclipse.emf.workspace.examples-1.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.workspace.examples ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.emf.workspace.examples ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace.examples/target/org.eclipse.emf.workspace.examples-1.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.workspace.examples ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.emf.workspace.examples ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace.examples/target/org.eclipse.emf.workspace.examples-1.2.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace.examples/target/org.eclipse.emf.workspace.examples-1.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.eclipse.emf.transaction.plugins:org.eclipse.emf.workspace.examples.library.editor >--
[INFO] Building org.eclipse.emf.workspace.examples.library.editor 1.2.0-SNAPSHOT [11/27]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.workspace.examples.library.editor ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.workspace.examples.library.editor ---
[INFO] The project's OSGi version is 1.2.0.202103170952
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.workspace.examples.library.editor ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.workspace.examples.library.editor ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (replace-build-token) @ org.eclipse.emf.workspace.examples.library.editor ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.workspace.examples.library.editor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace.examples.library.editor/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.emf.workspace.examples.library.editor ---
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace.examples.library.editor/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.workspace.examples.library.editor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace.examples.library.editor/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.workspace.examples.library.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace.examples.library.editor/target/org.eclipse.emf.workspace.examples.library.editor-1.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.workspace.examples.library.editor ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.emf.workspace.examples.library.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace.examples.library.editor/target/org.eclipse.emf.workspace.examples.library.editor-1.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.workspace.examples.library.editor ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.emf.workspace.examples.library.editor ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace.examples.library.editor/target/org.eclipse.emf.workspace.examples.library.editor-1.2.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace.examples.library.editor/target/org.eclipse.emf.workspace.examples.library.editor-1.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.eclipse.emf.transaction.plugins:org.eclipse.emf.transaction.tests >--
[INFO] Building org.eclipse.emf.transaction.tests 1.10.1-SNAPSHOT       [12/27]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.transaction.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.transaction.tests ---
[INFO] The project's OSGi version is 1.10.1.202103170952
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.transaction.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.transaction.tests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (replace-build-token) @ org.eclipse.emf.transaction.tests ---
[INFO] Executing tasks

main:
     [echo] Replacing @build@ token within about.mappings with build id
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.transaction.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.emf.transaction.tests ---
[INFO] Compiling 49 source files to /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.tests/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.transaction.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.transaction.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.tests/target/org.eclipse.emf.transaction.tests-1.10.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.transaction.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.emf.transaction.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.tests/target/org.eclipse.emf.transaction.tests-1.10.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.transaction.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.7.0:test (default-test) @ org.eclipse.emf.transaction.tests ---
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.4.0.v20161219-1356/org.eclipse.equinox.launcher-1.4.0.v20161219-1356.jar, -data, /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.tests/target/work/data, -install, /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.tests/target/work, -configuration, /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.tests/target/surefire.properties]
Running org.eclipse.emf.transaction.tests.PrivilegedRunnableTest
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.eclipse.emf.ecore.xmi.impl.XMLHandler (file:/home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/.repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.13.0.v20170609-0707/org.eclipse.emf.ecore.xmi-2.13.0.v20170609-0707.jar) to method com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy.getEncoding()
WARNING: Please consider reporting this to the maintainers of org.eclipse.emf.ecore.xmi.impl.XMLHandler
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Got expected exception: transaction is not the domain's current transaction
Got expected exception: transaction is not the domain's current transaction
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.37 s - in org.eclipse.emf.transaction.tests.PrivilegedRunnableTest
test_sharingReadOnlyTransaction(org.eclipse.emf.transaction.tests.PrivilegedRunnableTest)  Time elapsed: 1.217 s
test_runtimeExceptionInRunnable_146625(org.eclipse.emf.transaction.tests.PrivilegedRunnableTest)  Time elapsed: 0.513 s
test_transactionMustBeActive(org.eclipse.emf.transaction.tests.PrivilegedRunnableTest)  Time elapsed: 0.514 s
test_transactionMustBeCurrent(org.eclipse.emf.transaction.tests.PrivilegedRunnableTest)  Time elapsed: 0.513 s
test_nestedSharing(org.eclipse.emf.transaction.tests.PrivilegedRunnableTest)  Time elapsed: 1.017 s
test_sharingReadWriteTransaction(org.eclipse.emf.transaction.tests.PrivilegedRunnableTest)  Time elapsed: 1.013 s
test_concurrentAcquireDuringPrivilegedRunnable_162027(org.eclipse.emf.transaction.tests.PrivilegedRunnableTest)  Time elapsed: 3.512 s
test_DoNothing(org.eclipse.emf.transaction.tests.PrivilegedRunnableTest)  Time elapsed: 0.011 s
Running org.eclipse.emf.transaction.tests.TransactionOptionsTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.277 s - in org.eclipse.emf.transaction.tests.TransactionOptionsTest
test_nested_unvalidated_124334(org.eclipse.emf.transaction.tests.TransactionOptionsTest)  Time elapsed: 0.064 s
test_noNotificationsInSilentUnprotected_152335(org.eclipse.emf.transaction.tests.TransactionOptionsTest)  Time elapsed: 0.011 s
test_noNotifications(org.eclipse.emf.transaction.tests.TransactionOptionsTest)  Time elapsed: 0.01 s
test_childrenOfSilentUnprotected_152332(org.eclipse.emf.transaction.tests.TransactionOptionsTest)  Time elapsed: 0.009 s
test_defaultTransactionOptions(org.eclipse.emf.transaction.tests.TransactionOptionsTest)  Time elapsed: 0.012 s
test_noUndo(org.eclipse.emf.transaction.tests.TransactionOptionsTest)  Time elapsed: 0.008 s
test_noUndo_regularCommand(org.eclipse.emf.transaction.tests.TransactionOptionsTest)  Time elapsed: 0.01 s
test_unprotected(org.eclipse.emf.transaction.tests.TransactionOptionsTest)  Time elapsed: 0.044 s
test_transactionOptionInheritance_135569(org.eclipse.emf.transaction.tests.TransactionOptionsTest)  Time elapsed: 0.008 s
test_noUndo_recordingCommand(org.eclipse.emf.transaction.tests.TransactionOptionsTest)  Time elapsed: 0.009 s
test_optionsInheritedAtActivationTime_(org.eclipse.emf.transaction.tests.TransactionOptionsTest)  Time elapsed: 0.008 s
test_noValidation(org.eclipse.emf.transaction.tests.TransactionOptionsTest)  Time elapsed: 0.008 s
test_nested_noNotifications_124334(org.eclipse.emf.transaction.tests.TransactionOptionsTest)  Time elapsed: 0.008 s
test_nested_unvalidatedPostCommit_124334(org.eclipse.emf.transaction.tests.TransactionOptionsTest)  Time elapsed: 0.008 s
test_noTriggers(org.eclipse.emf.transaction.tests.TransactionOptionsTest)  Time elapsed: 0.007 s
test_notificationsNotRetainedAfterCommit_152335(org.eclipse.emf.transaction.tests.TransactionOptionsTest)  Time elapsed: 0.042 s
test_DoNothing(org.eclipse.emf.transaction.tests.TransactionOptionsTest)  Time elapsed: 0.007 s
Running org.eclipse.emf.transaction.tests.JobManagerSuspensionDeadlockTest
Thread-1: Started
Thread-2: Started
Thread-2: Invoke runExclusive
Thread-2: Do something in exclusive mode for 1 second
Thread-1: Invoke runExclusive
Thread-2: Finished
Thread-1: Do something Do something in exclusive mode
Thread-1: Finished
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.255 s - in org.eclipse.emf.transaction.tests.JobManagerSuspensionDeadlockTest
testDeadlock(org.eclipse.emf.transaction.tests.JobManagerSuspensionDeadlockTest)  Time elapsed: 1.253 s
Running org.eclipse.emf.transaction.tests.BasicTransactionTest
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.232 s - in org.eclipse.emf.transaction.tests.BasicTransactionTest
test_readWrongThread_250498(org.eclipse.emf.transaction.tests.BasicTransactionTest)  Time elapsed: 0.032 s
test_read_readWriteTransaction(org.eclipse.emf.transaction.tests.BasicTransactionTest)  Time elapsed: 0.008 s
test_resourceContentsChanges_write(org.eclipse.emf.transaction.tests.BasicTransactionTest)  Time elapsed: 0.008 s
test_read(org.eclipse.emf.transaction.tests.BasicTransactionTest)  Time elapsed: 0.007 s
test_newResourceContentsChanges_write(org.eclipse.emf.transaction.tests.BasicTransactionTest)  Time elapsed: 0.007 s
test_read_exclusive_nested(org.eclipse.emf.transaction.tests.BasicTransactionTest)  Time elapsed: 0.008 s
test_write_readOnlytransaction(org.eclipse.emf.transaction.tests.BasicTransactionTest)  Time elapsed: 0.007 s
test_loadUnloadDuringRead(org.eclipse.emf.transaction.tests.BasicTransactionTest)  Time elapsed: 0.008 s
test_newResourceContentsChanges_read(org.eclipse.emf.transaction.tests.BasicTransactionTest)  Time elapsed: 0.006 s
test_write_wrongThread(org.eclipse.emf.transaction.tests.BasicTransactionTest)  Time elapsed: 0.039 s
test_write_command(org.eclipse.emf.transaction.tests.BasicTransactionTest)  Time elapsed: 0.007 s
test_resourceContentsChanges_read(org.eclipse.emf.transaction.tests.BasicTransactionTest)  Time elapsed: 0.007 s
test_concurrentWrite_runnable(org.eclipse.emf.transaction.tests.BasicTransactionTest)  Time elapsed: 0.011 s
test_read_exclusive(org.eclipse.emf.transaction.tests.BasicTransactionTest)  Time elapsed: 0.007 s
test_write_readWritetransaction(org.eclipse.emf.transaction.tests.BasicTransactionTest)  Time elapsed: 0.007 s
test_closedTransaction_close(org.eclipse.emf.transaction.tests.BasicTransactionTest)  Time elapsed: 0.006 s
test_read_readOnlyTransaction(org.eclipse.emf.transaction.tests.BasicTransactionTest)  Time elapsed: 0.006 s
test_write(org.eclipse.emf.transaction.tests.BasicTransactionTest)  Time elapsed: 0.006 s
test_DoNothing(org.eclipse.emf.transaction.tests.BasicTransactionTest)  Time elapsed: 0.043 s
Running org.eclipse.emf.transaction.tests.EditingDomainTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.eclipse.emf.transaction.tests.EditingDomainTest
test_factoryUnmapResourceSet_161168(org.eclipse.emf.transaction.tests.EditingDomainTest)  Time elapsed: 0.009 s
test_readOnlyResourceMap_filesystem_bug156428(org.eclipse.emf.transaction.tests.EditingDomainTest)  Time elapsed: 0.012 s
test_DoNothing(org.eclipse.emf.transaction.tests.EditingDomainTest)  Time elapsed: 0.006 s
Running org.eclipse.emf.transaction.tests.ValidateEditTest
Got expected exception: Book does not have a title.
Got expected exception: Book does not have a title.
Got expected exception: 
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s - in org.eclipse.emf.transaction.tests.ValidateEditTest
test_validationRollback_validateEditFails(org.eclipse.emf.transaction.tests.ValidateEditTest)  Time elapsed: 0.008 s
test_noValidateEditRequired(org.eclipse.emf.transaction.tests.ValidateEditTest)  Time elapsed: 0.007 s
test_liveValidationFailure_validateEditOK(org.eclipse.emf.transaction.tests.ValidateEditTest)  Time elapsed: 0.007 s
test_customValidateEditSupport(org.eclipse.emf.transaction.tests.ValidateEditTest)  Time elapsed: 0.042 s
test_DoNothing(org.eclipse.emf.transaction.tests.ValidateEditTest)  Time elapsed: 0.007 s
Running org.eclipse.emf.transaction.tests.EditingDomainValidatorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.emf.transaction.tests.EditingDomainValidatorTest
test_createValidators_177643(org.eclipse.emf.transaction.tests.EditingDomainValidatorTest)  Time elapsed: 0.008 s
test_DoNothing(org.eclipse.emf.transaction.tests.EditingDomainValidatorTest)  Time elapsed: 0.006 s
Running org.eclipse.emf.transaction.tests.LifecycleListenersTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.emf.transaction.tests.LifecycleListenersTest
test_eventSequence_rollback(org.eclipse.emf.transaction.tests.LifecycleListenersTest)  Time elapsed: 0.007 s
test_eventSequence_commit(org.eclipse.emf.transaction.tests.LifecycleListenersTest)  Time elapsed: 0.007 s
test_DoNothing(org.eclipse.emf.transaction.tests.LifecycleListenersTest)  Time elapsed: 0.006 s
Running org.eclipse.emf.transaction.tests.ValidationRollbackTest
Got expected rollback
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.187 s - in org.eclipse.emf.transaction.tests.ValidationRollbackTest
test_rollbackOnAbortExecutionException_230129(org.eclipse.emf.transaction.tests.ValidationRollbackTest)  Time elapsed: 0.007 s
test_rollback(org.eclipse.emf.transaction.tests.ValidationRollbackTest)  Time elapsed: 0.041 s
test_validation(org.eclipse.emf.transaction.tests.ValidationRollbackTest)  Time elapsed: 0.006 s
test_rollback_nesting_noNotifications_206819(org.eclipse.emf.transaction.tests.ValidationRollbackTest)  Time elapsed: 0.006 s
test_rollbackNotifiesCommandStackListeners_175725(org.eclipse.emf.transaction.tests.ValidationRollbackTest)  Time elapsed: 0.008 s
test_rollbackNestingTransactionOnException_135673(org.eclipse.emf.transaction.tests.ValidationRollbackTest)  Time elapsed: 0.007 s
test_rollback_nesting_trailingNotifications_206819(org.eclipse.emf.transaction.tests.ValidationRollbackTest)  Time elapsed: 0.006 s
test_rollback_nestedTransactions_illegalSubList_227429(org.eclipse.emf.transaction.tests.ValidationRollbackTest)  Time elapsed: 0.008 s
test_rollback_nested(org.eclipse.emf.transaction.tests.ValidationRollbackTest)  Time elapsed: 0.007 s
test_rollback_outer(org.eclipse.emf.transaction.tests.ValidationRollbackTest)  Time elapsed: 0.006 s
test_validation_nestedCommitted(org.eclipse.emf.transaction.tests.ValidationRollbackTest)  Time elapsed: 0.006 s
test_danglingTransactionOnException_149340(org.eclipse.emf.transaction.tests.ValidationRollbackTest)  Time elapsed: 0.039 s
test_validation_nestedRolledBack(org.eclipse.emf.transaction.tests.ValidationRollbackTest)  Time elapsed: 0.005 s
test_triggerRollback_146853(org.eclipse.emf.transaction.tests.ValidationRollbackTest)  Time elapsed: 0.01 s
test_rollbackOnRuntimeException_185040(org.eclipse.emf.transaction.tests.ValidationRollbackTest)  Time elapsed: 0.007 s
test_triggerRollback_cancel_146853(org.eclipse.emf.transaction.tests.ValidationRollbackTest)  Time elapsed: 0.007 s
test_abort(org.eclipse.emf.transaction.tests.ValidationRollbackTest)  Time elapsed: 0.005 s
test_DoNothing(org.eclipse.emf.transaction.tests.ValidationRollbackTest)  Time elapsed: 0.005 s
Running org.eclipse.emf.transaction.tests.EditingDomainRegistryTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.153 s - in org.eclipse.emf.transaction.tests.EditingDomainRegistryTest
test_listenerRegistration_universalListener(org.eclipse.emf.transaction.tests.EditingDomainRegistryTest)  Time elapsed: 0.007 s
test_registerDefaultFactory_136674(org.eclipse.emf.transaction.tests.EditingDomainRegistryTest)  Time elapsed: 0.006 s
test_changeDomainId(org.eclipse.emf.transaction.tests.EditingDomainRegistryTest)  Time elapsed: 0.006 s
test_dynamicAddRemove(org.eclipse.emf.transaction.tests.EditingDomainRegistryTest)  Time elapsed: 0.035 s
test_listenerRegistration_singleDomain_multipleListeners(org.eclipse.emf.transaction.tests.EditingDomainRegistryTest)  Time elapsed: 2.044 s
test_replaceDomain(org.eclipse.emf.transaction.tests.EditingDomainRegistryTest)  Time elapsed: 0.005 s
test_listenerRegistration_multiDomains_singleListener(org.eclipse.emf.transaction.tests.EditingDomainRegistryTest)  Time elapsed: 2.039 s
test_DoNothing(org.eclipse.emf.transaction.tests.EditingDomainRegistryTest)  Time elapsed: 0.005 s
Running org.eclipse.emf.transaction.tests.TransactionChangeRecorderTest
Got expected exception: resource is still in the domain's resource set
Got expected exception: Cannot modify resource set without a write transaction
Got expected exception: resource is still in the domain's resource set
Got expected exception: resource is still in the domain's resource set
Got expected exception: Cannot modify resource set without a write transaction
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.222 s - in org.eclipse.emf.transaction.tests.TransactionChangeRecorderTest
test_nestedNotLoaded_readOnlyTX(org.eclipse.emf.transaction.tests.TransactionChangeRecorderTest)  Time elapsed: 0.012 s
test_freeDetachedElements_161169(org.eclipse.emf.transaction.tests.TransactionChangeRecorderTest)  Time elapsed: 0.012 s
test_freeDetachedResources_properContents_161169(org.eclipse.emf.transaction.tests.TransactionChangeRecorderTest)  Time elapsed: 0.014 s
test_changeRecorderPropagatedOnLoad_readOnlyTX(org.eclipse.emf.transaction.tests.TransactionChangeRecorderTest)  Time elapsed: 0.013 s
test_freeElements_multipleEditingDomains_161169(org.eclipse.emf.transaction.tests.TransactionChangeRecorderTest)  Time elapsed: 0.01 s
test_resourceLoadsWhileUnloading_189587(org.eclipse.emf.transaction.tests.TransactionChangeRecorderTest)  Time elapsed: 0.047 s
test_changeRecorderPropagatedOnLoad_writeTX(org.eclipse.emf.transaction.tests.TransactionChangeRecorderTest)  Time elapsed: 0.012 s
test_changeRecorderDispose_161169(org.eclipse.emf.transaction.tests.TransactionChangeRecorderTest)  Time elapsed: 0.011 s
test_propagation_setTarget(org.eclipse.emf.transaction.tests.TransactionChangeRecorderTest)  Time elapsed: 0.011 s
test_freeDetachedResources_161169(org.eclipse.emf.transaction.tests.TransactionChangeRecorderTest)  Time elapsed: 0.01 s
test_nestedNotLoaded_writeTX(org.eclipse.emf.transaction.tests.TransactionChangeRecorderTest)  Time elapsed: 0.01 s
test_changeRecorderDispose_detachedElements_161169(org.eclipse.emf.transaction.tests.TransactionChangeRecorderTest)  Time elapsed: 0.036 s
test_freeDetachedElements_properContents_161169(org.eclipse.emf.transaction.tests.TransactionChangeRecorderTest)  Time elapsed: 0.013 s
test_DoNothing(org.eclipse.emf.transaction.tests.TransactionChangeRecorderTest)  Time elapsed: 0.009 s
Running org.eclipse.emf.transaction.tests.UndoRedoTest
Got expected runtime exception: null
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.222 s - in org.eclipse.emf.transaction.tests.UndoRedoTest
test_triggerCommands_recording(org.eclipse.emf.transaction.tests.UndoRedoTest)  Time elapsed: 0.008 s
test_undoRecordingCommandWithRecordingCommandTrigger_218276(org.eclipse.emf.transaction.tests.UndoRedoTest)  Time elapsed: 0.007 s
test_undoResourceLoad(org.eclipse.emf.transaction.tests.UndoRedoTest)  Time elapsed: 0.01 s
test_nonredoableCommand_138287(org.eclipse.emf.transaction.tests.UndoRedoTest)  Time elapsed: 0.007 s
test_nonredoableTriggerCommands(org.eclipse.emf.transaction.tests.UndoRedoTest)  Time elapsed: 0.046 s
test_undoResourceUnload(org.eclipse.emf.transaction.tests.UndoRedoTest)  Time elapsed: 0.007 s
test_nonredoableTriggerCommand_138287(org.eclipse.emf.transaction.tests.UndoRedoTest)  Time elapsed: 0.007 s
test_undoNestedRecordingCommandWithRecordingCommandTrigger_218276(org.eclipse.emf.transaction.tests.UndoRedoTest)  Time elapsed: 0.007 s
test_triggerCommands_nonRecording(org.eclipse.emf.transaction.tests.UndoRedoTest)  Time elapsed: 0.007 s
test_triggerCommands_singleUndoRedo_133388(org.eclipse.emf.transaction.tests.UndoRedoTest)  Time elapsed: 0.007 s
test_recordingCommand(org.eclipse.emf.transaction.tests.UndoRedoTest)  Time elapsed: 0.007 s
test_undoRedoOptionsNotSharedbyDomains_bug207986(org.eclipse.emf.transaction.tests.UndoRedoTest)  Time elapsed: 0.006 s
test_defaultUndoRedoOptionsMapReadOnly_bug207986(org.eclipse.emf.transaction.tests.UndoRedoTest)  Time elapsed: 0.005 s
test_nonredoableTriggerCommand_RecordingCommand_138287(org.eclipse.emf.transaction.tests.UndoRedoTest)  Time elapsed: 0.049 s
test_DoNothing(org.eclipse.emf.transaction.tests.UndoRedoTest)  Time elapsed: 0.039 s
Running org.eclipse.emf.transaction.tests.ChangeDescriptionTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.emf.transaction.tests.ChangeDescriptionTest
testChangeDescriptionInNonEMFTEditingDomain1(org.eclipse.emf.transaction.tests.ChangeDescriptionTest)  Time elapsed: 0.001 s
testChangeDescriptionInNonEMFTEditingDomain2(org.eclipse.emf.transaction.tests.ChangeDescriptionTest)  Time elapsed: 0.001 s
testChangeDescriptionInEMFTEditingDomain1(org.eclipse.emf.transaction.tests.ChangeDescriptionTest)  Time elapsed: 0.001 s
testChangeDescriptionInEMFTEditingDomain2(org.eclipse.emf.transaction.tests.ChangeDescriptionTest)  Time elapsed: 0.001 s
Running org.eclipse.emf.transaction.tests.NotificationFilterTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.eclipse.emf.transaction.tests.NotificationFilterTest
test_filteringOnDispatch(org.eclipse.emf.transaction.tests.NotificationFilterTest)  Time elapsed: 0.005 s
test_contentTypeFilter_specific(org.eclipse.emf.transaction.tests.NotificationFilterTest)  Time elapsed: 0.007 s
test_contentTypeFilter_miss(org.eclipse.emf.transaction.tests.NotificationFilterTest)  Time elapsed: 0.006 s
test_contentTypeFilter_general(org.eclipse.emf.transaction.tests.NotificationFilterTest)  Time elapsed: 0.009 s
test_contentTypeFilter_noContent(org.eclipse.emf.transaction.tests.NotificationFilterTest)  Time elapsed: 0.006 s
test_DoNothing(org.eclipse.emf.transaction.tests.NotificationFilterTest)  Time elapsed: 0.006 s
Running org.eclipse.emf.transaction.tests.ResourceSetListenersTest
Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.211 s - in org.eclipse.emf.transaction.tests.ResourceSetListenersTest
test_precommit_nestedChange(org.eclipse.emf.transaction.tests.ResourceSetListenersTest)  Time elapsed: 0.005 s
test_precommit_cannotClose(org.eclipse.emf.transaction.tests.ResourceSetListenersTest)  Time elapsed: 0.006 s
test_rollback_resourceChangePropagation_unloaded_145321(org.eclipse.emf.transaction.tests.ResourceSetListenersTest)  Time elapsed: 0.006 s
test_triggerCommands_cascading(org.eclipse.emf.transaction.tests.ResourceSetListenersTest)  Time elapsed: 0.008 s
test_precommit_readOnly(org.eclipse.emf.transaction.tests.ResourceSetListenersTest)  Time elapsed: 0.008 s
test_precommit(org.eclipse.emf.transaction.tests.ResourceSetListenersTest)  Time elapsed: 0.005 s
test_rollback_noEvents_145321(org.eclipse.emf.transaction.tests.ResourceSetListenersTest)  Time elapsed: 0.007 s
test_readNotifications_cascading(org.eclipse.emf.transaction.tests.ResourceSetListenersTest)  Time elapsed: 0.006 s
test_unbatchedNotifications_reuseEvents_128445(org.eclipse.emf.transaction.tests.ResourceSetListenersTest)  Time elapsed: 0.008 s
test_postcommit_ordering(org.eclipse.emf.transaction.tests.ResourceSetListenersTest)  Time elapsed: 0.007 s
test_precommit_aggregatedCascade_121508(org.eclipse.emf.transaction.tests.ResourceSetListenersTest)  Time elapsed: 0.036 s
test_postcommitIncludesTriggerChanges(org.eclipse.emf.transaction.tests.ResourceSetListenersTest)  Time elapsed: 0.007 s
test_precommit_nestedChange2(org.eclipse.emf.transaction.tests.ResourceSetListenersTest)  Time elapsed: 0.006 s
test_rollback_resourceChangePropagation_created_145321(org.eclipse.emf.transaction.tests.ResourceSetListenersTest)  Time elapsed: 0.006 s
test_triggerCommands(org.eclipse.emf.transaction.tests.ResourceSetListenersTest)  Time elapsed: 0.006 s
test_rollback_resourceChangePropagation_uri_145321(org.eclipse.emf.transaction.tests.ResourceSetListenersTest)  Time elapsed: 0.006 s
test_postcommit(org.eclipse.emf.transaction.tests.ResourceSetListenersTest)  Time elapsed: 0.006 s
test_internalListenerNotifications_177642(org.eclipse.emf.transaction.tests.ResourceSetListenersTest)  Time elapsed: 0.005 s
test_precommit_aggregated_121508(org.eclipse.emf.transaction.tests.ResourceSetListenersTest)  Time elapsed: 0.006 s
test_postcommit_readOnly(org.eclipse.emf.transaction.tests.ResourceSetListenersTest)  Time elapsed: 0.006 s
test_postcommit_nestedChange(org.eclipse.emf.transaction.tests.ResourceSetListenersTest)  Time elapsed: 0.006 s
test_unbatchedNotifications(org.eclipse.emf.transaction.tests.ResourceSetListenersTest)  Time elapsed: 0.006 s
test_recordingCommandsAsTriggers_bug157103(org.eclipse.emf.transaction.tests.ResourceSetListenersTest)  Time elapsed: 0.007 s
test_rollback_resourceChangePropagation_loaded_145321(org.eclipse.emf.transaction.tests.ResourceSetListenersTest)  Time elapsed: 0.028 s
test_DoNothing(org.eclipse.emf.transaction.tests.ResourceSetListenersTest)  Time elapsed: 0.006 s
Running org.eclipse.emf.transaction.tests.RecordingCommandTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.emf.transaction.tests.RecordingCommandTest
testPrePostDoExecute(org.eclipse.emf.transaction.tests.RecordingCommandTest)  Time elapsed: 0.006 s
test_DoNothing(org.eclipse.emf.transaction.tests.RecordingCommandTest)  Time elapsed: 0.006 s
Running org.eclipse.emf.transaction.tests.AbstractTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.emf.transaction.tests.AbstractTest
test_DoNothing(org.eclipse.emf.transaction.tests.AbstractTest)  Time elapsed: 0.005 s
Running org.eclipse.emf.transaction.tests.PerformanceTest
Performance test: test_loadLargishModelWithoutRecording
===============================
Raw timing: 285
Raw timing: 170
Raw timing: 183
Raw timing: 208
Raw timing: 171
Raw timing: 145
Raw timing: 147
Raw timing: 125
Raw timing: 115
Raw timing: 113
Raw timing: 133
Raw timing: 103
Number of pre-commit events : 55
Number of post-commit events: 60
Remove high timing: 285
Remove low timing : 103
Mean time for 10 runs: 151.0
Standard deviation: 29.708584617918103
===============================
Performance test: test_validatorTransactionTreeOptimizations_152332
===============================
Raw timing: 210
Raw timing: 190
Raw timing: 149
Raw timing: 147
Raw timing: 134
Raw timing: 107
Raw timing: 94
Raw timing: 97
Raw timing: 99
Raw timing: 94
Raw timing: 100
Raw timing: 96
Total number of notifications: 22221
Number of pre-commit notifications sent: 1221
Number of post-commit notifications sent: 12221
Number of validation notifications sent: 22221
Remove high timing: 210
Remove low timing : 94
Mean time for 10 runs: 121.3
Standard deviation: 30.724745727182185
===============================
Performance test: test_ReadWriteValidator_findTree_132590
===============================
Raw timing: 43
Raw timing: 32
Raw timing: 30
Raw timing: 28
Raw timing: 31
Raw timing: 25
Raw timing: 26
Raw timing: 25
Raw timing: 31
Raw timing: 25
Raw timing: 27
Raw timing: 27
Remove high timing: 43
Remove low timing : 25
Mean time for 10 runs: 28.2
Standard deviation: 2.481934729198171
===============================
Performance test: test_DoNothing
===============================
Mean time for 10 runs: NaN
Standard deviation: NaN
===============================
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.065 s - in org.eclipse.emf.transaction.tests.PerformanceTest
test_loadLargishModelWithoutRecording(org.eclipse.emf.transaction.tests.PerformanceTest)  Time elapsed: 2.177 s
test_validatorTransactionTreeOptimizations_152332(org.eclipse.emf.transaction.tests.PerformanceTest)  Time elapsed: 1.525 s
test_ReadWriteValidator_findTree_132590(org.eclipse.emf.transaction.tests.PerformanceTest)  Time elapsed: 0.355 s
test_DoNothing(org.eclipse.emf.transaction.tests.PerformanceTest)  Time elapsed: 0.007 s
Running org.eclipse.emf.transaction.tests.MemoryLeakTest
Used Heap: 12809 kB
Used Heap: 13177 kB
Additional heap used by the transaction: 368 kB
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.238 s - in org.eclipse.emf.transaction.tests.MemoryLeakTest
test_nonRecordingChildTransactions_153908(org.eclipse.emf.transaction.tests.MemoryLeakTest)  Time elapsed: 4.112 s
test_crossReferenceAdapter_undoredo_recordingTriggerCommands(org.eclipse.emf.transaction.tests.MemoryLeakTest)  Time elapsed: 0.01 s
test_crossReferenceAdapter_undoredo_normalTriggerCommands(org.eclipse.emf.transaction.tests.MemoryLeakTest)  Time elapsed: 0.006 s
test_crossReferenceAdapter_undoredo_recordingCommands(org.eclipse.emf.transaction.tests.MemoryLeakTest)  Time elapsed: 0.006 s
test_reclaimEditingDomain(org.eclipse.emf.transaction.tests.MemoryLeakTest)  Time elapsed: 2.044 s
test_crossReferenceAdapter_undoredo_normalCommands(org.eclipse.emf.transaction.tests.MemoryLeakTest)  Time elapsed: 0.007 s
test_unloadResource(org.eclipse.emf.transaction.tests.MemoryLeakTest)  Time elapsed: 2.045 s
test_DoNothing(org.eclipse.emf.transaction.tests.MemoryLeakTest)  Time elapsed: 0.006 s
Running org.eclipse.emf.transaction.util.tests.LockTest
Got expected exception: Attempted to beginRule: org.eclipse.emf.transaction.util.Lock$AcquireRule@6f8c474b, does not match outer scope rule: R/
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.602 s - in org.eclipse.emf.transaction.util.tests.LockTest
test_yield_noneWaiting(org.eclipse.emf.transaction.util.tests.LockTest)  Time elapsed: 0 s
test_uiSafeWaitForAcquire_implicitJob_bug162141(org.eclipse.emf.transaction.util.tests.LockTest)  Time elapsed: 0.036 s
test_interrupt_uiSafeAcquire_jobInterrupted(org.eclipse.emf.transaction.util.tests.LockTest)  Time elapsed: 1.252 s
test_interrupt_acquire_alreadyInterrupted(org.eclipse.emf.transaction.util.tests.LockTest)  Time elapsed: 0 s
test_uiSafeWaitForAcquire_beginRuleThrows_bug205857(org.eclipse.emf.transaction.util.tests.LockTest)  Time elapsed: 0.552 s
test_interrupt_acquire(org.eclipse.emf.transaction.util.tests.LockTest)  Time elapsed: 1.002 s
test_waitForAcquire(org.eclipse.emf.transaction.util.tests.LockTest)  Time elapsed: 1.001 s
test_waitForAcquire_timeout(org.eclipse.emf.transaction.util.tests.LockTest)  Time elapsed: 1.001 s
test_interrupt_uiSafeAcquire_jobCancelled(org.eclipse.emf.transaction.util.tests.LockTest)  Time elapsed: 0.752 s
test_yieldExclusion(org.eclipse.emf.transaction.util.tests.LockTest)  Time elapsed: 0.502 s
test_uiSafeWaitForAcquire(org.eclipse.emf.transaction.util.tests.LockTest)  Time elapsed: 0 s
test_acquire(org.eclipse.emf.transaction.util.tests.LockTest)  Time elapsed: 0 s
test_depth(org.eclipse.emf.transaction.util.tests.LockTest)  Time elapsed: 0 s
test_yield(org.eclipse.emf.transaction.util.tests.LockTest)  Time elapsed: 0.501 s
test_uiSafeWaitForAcquire_explicitJob_beginRule_262175(org.eclipse.emf.transaction.util.tests.LockTest)  Time elapsed: 1.001 s
Running org.eclipse.emf.transaction.util.tests.CompositeChangeDescriptionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in org.eclipse.emf.transaction.util.tests.CompositeChangeDescriptionTest
test_canApply(org.eclipse.emf.transaction.util.tests.CompositeChangeDescriptionTest)  Time elapsed: 0.006 s
test_resourceChanges(org.eclipse.emf.transaction.util.tests.CompositeChangeDescriptionTest)  Time elapsed: 0.005 s
test_objectChanges(org.eclipse.emf.transaction.util.tests.CompositeChangeDescriptionTest)  Time elapsed: 0.008 s
test_objectsToAttach(org.eclipse.emf.transaction.util.tests.CompositeChangeDescriptionTest)  Time elapsed: 0.005 s
test_objectsToDetach(org.eclipse.emf.transaction.util.tests.CompositeChangeDescriptionTest)  Time elapsed: 0.005 s
test_applyAndReverse(org.eclipse.emf.transaction.util.tests.CompositeChangeDescriptionTest)  Time elapsed: 0.006 s
test_apply(org.eclipse.emf.transaction.util.tests.CompositeChangeDescriptionTest)  Time elapsed: 0.004 s
test_DoNothing(org.eclipse.emf.transaction.util.tests.CompositeChangeDescriptionTest)  Time elapsed: 0.006 s
Running org.eclipse.emf.transaction.multithread.tests.WriteOperationTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.904 s - in org.eclipse.emf.transaction.multithread.tests.WriteOperationTest
testWriteOperation(org.eclipse.emf.transaction.multithread.tests.WriteOperationTest)  Time elapsed: 0.201 s
testSimultaneousWrites(org.eclipse.emf.transaction.multithread.tests.WriteOperationTest)  Time elapsed: 0.302 s
testNestedWrites(org.eclipse.emf.transaction.multithread.tests.WriteOperationTest)  Time elapsed: 0.401 s
Running org.eclipse.emf.transaction.multithread.tests.ReadWriteOperationTest
java.lang.InterruptedException
	at org.eclipse.emf.transaction.util.Lock.uiSafeAcquire(Lock.java:420)
	at org.eclipse.emf.transaction.impl.TransactionalEditingDomainImpl.acquire(TransactionalEditingDomainImpl.java:575)
	at org.eclipse.emf.transaction.impl.TransactionalEditingDomainImpl.activate(TransactionalEditingDomainImpl.java:503)
	at org.eclipse.emf.transaction.impl.TransactionImpl.start(TransactionImpl.java:199)
	at org.eclipse.emf.transaction.impl.TransactionalCommandStackImpl.createTransaction(TransactionalCommandStackImpl.java:195)
	at org.eclipse.emf.transaction.impl.TransactionalCommandStackImpl.doExecute(TransactionalCommandStackImpl.java:54)
	at org.eclipse.emf.transaction.impl.AbstractTransactionalCommandStack.execute(AbstractTransactionalCommandStack.java:160)
	at org.eclipse.emf.transaction.multithread.tests.WriteThread.run(WriteThread.java:62)
	at org.eclipse.emf.transaction.multithread.tests.ReadWriteOperationTest.test_interruptionOfUIThread_149982(ReadWriteOperationTest.java:358)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1499)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1472)
Caused by: org.eclipse.core.runtime.OperationCanceledException
	at org.eclipse.core.internal.jobs.ThreadJob.waitForRun(ThreadJob.java:252)
	at org.eclipse.core.internal.jobs.ThreadJob.joinRun(ThreadJob.java:199)
	at org.eclipse.core.internal.jobs.ImplicitJobs.begin(ImplicitJobs.java:92)
	at org.eclipse.core.internal.jobs.JobManager.beginRule(JobManager.java:308)
	at org.eclipse.emf.transaction.util.Lock.uiSafeAcquire(Lock.java:355)
	... 52 more
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.067 s - in org.eclipse.emf.transaction.multithread.tests.ReadWriteOperationTest
testComplexSimultaneousReadsWrites(org.eclipse.emf.transaction.multithread.tests.ReadWriteOperationTest)  Time elapsed: 0.502 s
testNestedReadInWrite(org.eclipse.emf.transaction.multithread.tests.ReadWriteOperationTest)  Time elapsed: 0.301 s
testSimultaneousReadsWrites(org.eclipse.emf.transaction.multithread.tests.ReadWriteOperationTest)  Time elapsed: 0.503 s
testLongRunningReadWithWrites(org.eclipse.emf.transaction.multithread.tests.ReadWriteOperationTest)  Time elapsed: 1.505 s
test_interruptionOfUIThread_149982(org.eclipse.emf.transaction.multithread.tests.ReadWriteOperationTest)  Time elapsed: 0.255 s
Running org.eclipse.emf.transaction.multithread.tests.AbstractMultithreadTest
java.lang.InterruptedException
	at org.eclipse.emf.transaction.util.Lock.uiSafeAcquire(Lock.java:420)
	at org.eclipse.emf.transaction.impl.TransactionalEditingDomainImpl.acquire(TransactionalEditingDomainImpl.java:575)
	at org.eclipse.emf.transaction.impl.TransactionalEditingDomainImpl.activate(TransactionalEditingDomainImpl.java:503)
	at org.eclipse.emf.transaction.impl.TransactionImpl.start(TransactionImpl.java:199)
	at org.eclipse.emf.transaction.impl.TransactionalCommandStackImpl.createTransaction(TransactionalCommandStackImpl.java:195)
	at org.eclipse.emf.transaction.impl.TransactionalCommandStackImpl.doExecute(TransactionalCommandStackImpl.java:54)
	at org.eclipse.emf.transaction.impl.AbstractTransactionalCommandStack.execute(AbstractTransactionalCommandStack.java:160)
	at org.eclipse.emf.transaction.multithread.tests.WriteThread.run(WriteThread.java:62)
	at org.eclipse.emf.transaction.multithread.tests.ReadWriteOperationTest.test_interruptionOfUIThread_149982(ReadWriteOperationTest.java:358)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at junit.framework.TestCase.runTest(TestCase.java:176)
	at junit.framework.TestCase.runBare(TestCase.java:141)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:129)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at junit.framework.TestSuite.runTest(TestSuite.java:252)
	at junit.framework.TestSuite.run(TestSuite.java:247)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.39 s - in org.eclipse.emf.transaction.multithread.tests.AbstractMultithreadTest
testSimultaneousRead(org.eclipse.emf.transaction.multithread.tests.ReadOperationTest)  Time elapsed: 0.301 s
testMultipleLongRunningYieldingReads(org.eclipse.emf.transaction.multithread.tests.ReadOperationTest)  Time elapsed: 4.114 s
testLongRunningYieldingRead(org.eclipse.emf.transaction.multithread.tests.ReadOperationTest)  Time elapsed: 1.405 s
testReadOperation(org.eclipse.emf.transaction.multithread.tests.ReadOperationTest)  Time elapsed: 0.201 s
testNestedReads(org.eclipse.emf.transaction.multithread.tests.ReadOperationTest)  Time elapsed: 0.401 s
testWriteOperation(org.eclipse.emf.transaction.multithread.tests.WriteOperationTest)  Time elapsed: 0.2 s
testSimultaneousWrites(org.eclipse.emf.transaction.multithread.tests.WriteOperationTest)  Time elapsed: 0.301 s
testNestedWrites(org.eclipse.emf.transaction.multithread.tests.WriteOperationTest)  Time elapsed: 0.4 s
testComplexSimultaneousReadsWrites(org.eclipse.emf.transaction.multithread.tests.ReadWriteOperationTest)  Time elapsed: 0.503 s
testNestedReadInWrite(org.eclipse.emf.transaction.multithread.tests.ReadWriteOperationTest)  Time elapsed: 0.301 s
testSimultaneousReadsWrites(org.eclipse.emf.transaction.multithread.tests.ReadWriteOperationTest)  Time elapsed: 0.502 s
testLongRunningReadWithWrites(org.eclipse.emf.transaction.multithread.tests.ReadWriteOperationTest)  Time elapsed: 1.505 s
test_interruptionOfUIThread_149982(org.eclipse.emf.transaction.multithread.tests.ReadWriteOperationTest)  Time elapsed: 0.254 s
Running org.eclipse.emf.transaction.multithread.tests.ReadOperationTest
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:653)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:590)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1499)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1472)
Caused by: org.eclipse.core.runtime.OperationCanceledException
	at org.eclipse.core.internal.jobs.ThreadJob.waitForRun(ThreadJob.java:252)
	at org.eclipse.core.internal.jobs.ThreadJob.joinRun(ThreadJob.java:199)
	at org.eclipse.core.internal.jobs.ImplicitJobs.begin(ImplicitJobs.java:92)
	at org.eclipse.core.internal.jobs.JobManager.beginRule(JobManager.java:308)
	at org.eclipse.emf.transaction.util.Lock.uiSafeAcquire(Lock.java:355)
	... 54 more
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.421 s - in org.eclipse.emf.transaction.multithread.tests.ReadOperationTest
testSimultaneousRead(org.eclipse.emf.transaction.multithread.tests.ReadOperationTest)  Time elapsed: 0.301 s
testMultipleLongRunningYieldingReads(org.eclipse.emf.transaction.multithread.tests.ReadOperationTest)  Time elapsed: 4.113 s
testLongRunningYieldingRead(org.eclipse.emf.transaction.multithread.tests.ReadOperationTest)  Time elapsed: 1.404 s
testReadOperation(org.eclipse.emf.transaction.multithread.tests.ReadOperationTest)  Time elapsed: 0.201 s
testNestedReads(org.eclipse.emf.transaction.multithread.tests.ReadOperationTest)  Time elapsed: 0.401 s

Results:

Tests run: 212, Failures: 0, Errors: 0, Skipped: 0

[INFO] All tests passed!
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.emf.transaction.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.tests/target/org.eclipse.emf.transaction.tests-1.10.1-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.tests/target/org.eclipse.emf.transaction.tests-1.10.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.eclipse.emf.transaction.plugins:org.eclipse.emf.workspace.tests >--
[INFO] Building org.eclipse.emf.workspace.tests 1.10.0-SNAPSHOT         [13/27]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.workspace.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.workspace.tests ---
[INFO] The project's OSGi version is 1.10.0.202103170952
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.workspace.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.workspace.tests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (replace-build-token) @ org.eclipse.emf.workspace.tests ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.workspace.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.emf.workspace.tests ---
[INFO] Compiling 34 source files to /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace.tests/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.workspace.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.workspace.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace.tests/target/org.eclipse.emf.workspace.tests-1.10.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.workspace.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.emf.workspace.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace.tests/target/org.eclipse.emf.workspace.tests-1.10.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.workspace.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.7.0:test (default-test) @ org.eclipse.emf.workspace.tests ---
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.4.0.v20161219-1356/org.eclipse.equinox.launcher-1.4.0.v20161219-1356.jar, -data, /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace.tests/target/work/data, -install, /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace.tests/target/work, -configuration, /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace.tests/target/surefire.properties]
Running org.eclipse.emf.workspace.tests.UndoContextTest
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.eclipse.emf.ecore.xmi.impl.XMLHandler (file:/home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/.repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.13.0.v20170609-0707/org.eclipse.emf.ecore.xmi-2.13.0.v20170609-0707.jar) to method com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy.getEncoding()
WARNING: Please consider reporting this to the maintainers of org.eclipse.emf.ecore.xmi.impl.XMLHandler
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.39 s - in org.eclipse.emf.workspace.tests.UndoContextTest
test_localChanges(org.eclipse.emf.workspace.tests.UndoContextTest)  Time elapsed: 0.278 s
test_remoteChanges(org.eclipse.emf.workspace.tests.UndoContextTest)  Time elapsed: 0.02 s
test_DoNothing(org.eclipse.emf.workspace.tests.UndoContextTest)  Time elapsed: 0.011 s
Running org.eclipse.emf.workspace.tests.AbstractEMFOperationTest
Got expected exception: operation has been executed
Got expected exception: operation has been executed
Got expected exception: operation has been executed
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.302 s - in org.eclipse.emf.workspace.tests.AbstractEMFOperationTest
test_triggerCommands_cascading(org.eclipse.emf.workspace.tests.AbstractEMFOperationTest)  Time elapsed: 0.039 s
test_options_124741(org.eclipse.emf.workspace.tests.AbstractEMFOperationTest)  Time elapsed: 0.011 s
test_validation(org.eclipse.emf.workspace.tests.AbstractEMFOperationTest)  Time elapsed: 0.031 s
test_inheritValidateEditOption_247691(org.eclipse.emf.workspace.tests.AbstractEMFOperationTest)  Time elapsed: 0.013 s
test_rollbackNestingTransactionOnException_135673(org.eclipse.emf.workspace.tests.AbstractEMFOperationTest)  Time elapsed: 0.042 s
test_undoWithRecordingCommandTrigger_218276(org.eclipse.emf.workspace.tests.AbstractEMFOperationTest)  Time elapsed: 0.019 s
test_executeInActiveTransaction_245393(org.eclipse.emf.workspace.tests.AbstractEMFOperationTest)  Time elapsed: 0.014 s
test_setOptions_245419(org.eclipse.emf.workspace.tests.AbstractEMFOperationTest)  Time elapsed: 0.011 s
test_nullProgressMonitors_bug150033(org.eclipse.emf.workspace.tests.AbstractEMFOperationTest)  Time elapsed: 0.01 s
test_triggerCommands(org.eclipse.emf.workspace.tests.AbstractEMFOperationTest)  Time elapsed: 0.051 s
test_triggerCommands_nonEMF(org.eclipse.emf.workspace.tests.AbstractEMFOperationTest)  Time elapsed: 0.012 s
test_rollbackOnError_250253(org.eclipse.emf.workspace.tests.AbstractEMFOperationTest)  Time elapsed: 0.01 s
test_execute_undo_redo(org.eclipse.emf.workspace.tests.AbstractEMFOperationTest)  Time elapsed: 0.018 s
test_undoRedoNonEMFOperationWithEMFChanges_155268(org.eclipse.emf.workspace.tests.AbstractEMFOperationTest)  Time elapsed: 0.01 s
test_DoNothing(org.eclipse.emf.workspace.tests.AbstractEMFOperationTest)  Time elapsed: 0.008 s
Running org.eclipse.emf.workspace.tests.EMFCommandOperationTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.135 s - in org.eclipse.emf.workspace.tests.EMFCommandOperationTest
test_triggerCommands_cascading(org.eclipse.emf.workspace.tests.EMFCommandOperationTest)  Time elapsed: 0.011 s
test_validation(org.eclipse.emf.workspace.tests.EMFCommandOperationTest)  Time elapsed: 0.008 s
test_RecordingCommand_triggerCommands(org.eclipse.emf.workspace.tests.EMFCommandOperationTest)  Time elapsed: 0.01 s
test_undoRecordingCommandWithRecordingCommandTrigger_218276(org.eclipse.emf.workspace.tests.EMFCommandOperationTest)  Time elapsed: 0.01 s
test_nonredoableCommand_138287(org.eclipse.emf.workspace.tests.EMFCommandOperationTest)  Time elapsed: 0.008 s
test_nonredoableTriggerCommand_138287(org.eclipse.emf.workspace.tests.EMFCommandOperationTest)  Time elapsed: 0.011 s
test_undoNestedRecordingCommandWithRecordingCommandTrigger_218276(org.eclipse.emf.workspace.tests.EMFCommandOperationTest)  Time elapsed: 0.041 s
test_triggerCommands(org.eclipse.emf.workspace.tests.EMFCommandOperationTest)  Time elapsed: 0.009 s
test_RecordingCommand_execute_undo_redo(org.eclipse.emf.workspace.tests.EMFCommandOperationTest)  Time elapsed: 0.009 s
test_execute_undo_redo(org.eclipse.emf.workspace.tests.EMFCommandOperationTest)  Time elapsed: 0.008 s
test_DoNothing(org.eclipse.emf.workspace.tests.EMFCommandOperationTest)  Time elapsed: 0.007 s
Running org.eclipse.emf.workspace.tests.MemoryLeakTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s - in org.eclipse.emf.workspace.tests.MemoryLeakTest
test_crossReferenceAdapter_undoredo_operations(org.eclipse.emf.workspace.tests.MemoryLeakTest)  Time elapsed: 0.012 s
test_crossReferenceAdapter_undoredo_recordingTriggerCommands(org.eclipse.emf.workspace.tests.MemoryLeakTest)  Time elapsed: 0.01 s
test_crossReferenceAdapter_undoredo_operationTriggerOperations(org.eclipse.emf.workspace.tests.MemoryLeakTest)  Time elapsed: 0.042 s
test_crossReferenceAdapter_undoredo_normalTriggerCommands(org.eclipse.emf.workspace.tests.MemoryLeakTest)  Time elapsed: 0.009 s
test_crossReferenceAdapter_undoredo_recordingCommands(org.eclipse.emf.workspace.tests.MemoryLeakTest)  Time elapsed: 0.009 s
test_crossReferenceAdapter_undoredo_operationTriggerCommands(org.eclipse.emf.workspace.tests.MemoryLeakTest)  Time elapsed: 0.009 s
test_crossReferenceAdapter_undoredo_normalCommands(org.eclipse.emf.workspace.tests.MemoryLeakTest)  Time elapsed: 0.008 s
test_DoNothing(org.eclipse.emf.workspace.tests.MemoryLeakTest)  Time elapsed: 0.007 s
Running org.eclipse.emf.workspace.tests.CompositeEMFOperationTest
Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.368 s - in org.eclipse.emf.workspace.tests.CompositeEMFOperationTest
test_triggerCommands_aggregate(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.009 s
test_contexts(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.038 s
test_execute_cancel_123614(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.008 s
test_noTransactionNesting_mixed_135545(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.009 s
test_validation(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.008 s
test_errorInNestedAEO_transactionNesting_250253(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.008 s
test_redo_cancelMonitor_123614(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.007 s
test_redo_cancel_123614(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.007 s
test_canRedo(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.007 s
test_canUndo(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.008 s
test_execute_error_123614(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.039 s
test_undo_cancel_123614(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.007 s
test_noTransactionNesting_pureEMF_135545(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.008 s
test_noTransactionNesting_differentOptions_135545(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.008 s
test_execute_cancelMonitor_123614(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.007 s
test_triggerCommands(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.008 s
test_canExecute(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.007 s
test_undo_error_123614(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.006 s
test_undo_cancelMonitor_123614(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.036 s
test_errorInNestedAEO_noTransactionNesting_250253(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.021 s
test_rollback_nested(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.026 s
test_contexts_listIterator_125151(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.054 s
test_execute_undo_redo(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.008 s
test_redo_error_123614(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.007 s
test_execute_undo_redo_nested(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.008 s
test_DoNothing(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.006 s
Running org.eclipse.emf.workspace.tests.AbstractTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.emf.workspace.tests.AbstractTest
test_DoNothing(org.eclipse.emf.workspace.tests.AbstractTest)  Time elapsed: 0.006 s
Running org.eclipse.emf.workspace.tests.BasicWorkbenchTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 s - in org.eclipse.emf.workspace.tests.BasicWorkbenchTest
test_read_readWriteTransaction(org.eclipse.emf.workspace.tests.BasicWorkbenchTest)  Time elapsed: 0.006 s
test_resourceContentsChanges_write(org.eclipse.emf.workspace.tests.BasicWorkbenchTest)  Time elapsed: 0.007 s
test_read(org.eclipse.emf.workspace.tests.BasicWorkbenchTest)  Time elapsed: 0.005 s
test_newResourceContentsChanges_write(org.eclipse.emf.workspace.tests.BasicWorkbenchTest)  Time elapsed: 0.006 s
test_write_readOnlytransaction(org.eclipse.emf.workspace.tests.BasicWorkbenchTest)  Time elapsed: 0.005 s
test_loadUnloadDuringRead(org.eclipse.emf.workspace.tests.BasicWorkbenchTest)  Time elapsed: 0.007 s
test_newResourceContentsChanges_read(org.eclipse.emf.workspace.tests.BasicWorkbenchTest)  Time elapsed: 0.034 s
test_write_wrongThread(org.eclipse.emf.workspace.tests.BasicWorkbenchTest)  Time elapsed: 0.011 s
test_write_command(org.eclipse.emf.workspace.tests.BasicWorkbenchTest)  Time elapsed: 0.006 s
test_resourceContentsChanges_read(org.eclipse.emf.workspace.tests.BasicWorkbenchTest)  Time elapsed: 0.006 s
test_read_exclusive(org.eclipse.emf.workspace.tests.BasicWorkbenchTest)  Time elapsed: 0.006 s
test_write_readWritetransaction(org.eclipse.emf.workspace.tests.BasicWorkbenchTest)  Time elapsed: 0.006 s
test_read_readOnlyTransaction(org.eclipse.emf.workspace.tests.BasicWorkbenchTest)  Time elapsed: 0.007 s
test_write(org.eclipse.emf.workspace.tests.BasicWorkbenchTest)  Time elapsed: 0.006 s
test_DoNothing(org.eclipse.emf.workspace.tests.BasicWorkbenchTest)  Time elapsed: 0.006 s
Running org.eclipse.emf.workspace.tests.WorkbenchCommandStackTest
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.182 s - in org.eclipse.emf.workspace.tests.WorkbenchCommandStackTest
test_nestedExecutionInOpenComposite_203352(org.eclipse.emf.workspace.tests.WorkbenchCommandStackTest)  Time elapsed: 0.007 s
test_flushingOnResourceUnload(org.eclipse.emf.workspace.tests.WorkbenchCommandStackTest)  Time elapsed: 0.033 s
test_undoRedoNotifyListeners_173839(org.eclipse.emf.workspace.tests.WorkbenchCommandStackTest)  Time elapsed: 0.006 s
test_mostRecentCommand(org.eclipse.emf.workspace.tests.WorkbenchCommandStackTest)  Time elapsed: 0.006 s
test_rollbackNotifiesCommandStackListeners_175725(org.eclipse.emf.workspace.tests.WorkbenchCommandStackTest)  Time elapsed: 0.008 s
test_undo_redo(org.eclipse.emf.workspace.tests.WorkbenchCommandStackTest)  Time elapsed: 0.005 s
testUndoContextPropagationFromTriggerListeners(org.eclipse.emf.workspace.tests.WorkbenchCommandStackTest)  Time elapsed: 0.009 s
test_triggerRollback_operation_cancel_146853(org.eclipse.emf.workspace.tests.WorkbenchCommandStackTest)  Time elapsed: 0.009 s
test_isSaveNeeded_214325(org.eclipse.emf.workspace.tests.WorkbenchCommandStackTest)  Time elapsed: 0.007 s
test_nestedExecutionInAbstractOperation_244654(org.eclipse.emf.workspace.tests.WorkbenchCommandStackTest)  Time elapsed: 0.006 s
test_triggerRollback_146853(org.eclipse.emf.workspace.tests.WorkbenchCommandStackTest)  Time elapsed: 0.009 s
testSaveIsDoneAPIs(org.eclipse.emf.workspace.tests.WorkbenchCommandStackTest)  Time elapsed: 0.038 s
test_execute(org.eclipse.emf.workspace.tests.WorkbenchCommandStackTest)  Time elapsed: 0.005 s
test_recordingCommandsAsTriggers_bug157103(org.eclipse.emf.workspace.tests.WorkbenchCommandStackTest)  Time elapsed: 0.007 s
test_triggerRollback_operation_146853(org.eclipse.emf.workspace.tests.WorkbenchCommandStackTest)  Time elapsed: 0.007 s
test_triggerRollback_cancel_146853(org.eclipse.emf.workspace.tests.WorkbenchCommandStackTest)  Time elapsed: 0.006 s
test_flush(org.eclipse.emf.workspace.tests.WorkbenchCommandStackTest)  Time elapsed: 0.006 s
test_DoNothing(org.eclipse.emf.workspace.tests.WorkbenchCommandStackTest)  Time elapsed: 0.005 s
Running org.eclipse.emf.workspace.tests.EMFOperationCommandTest
Got expected exception: Uncaught exception during pre-commit trigger processing
Got expected exception: Undo of operation was rolled back (possibly due to concurrent write)
Got expected exception: Uncaught exception during pre-commit trigger processing
Got expected exception: Uncaught exception during pre-commit trigger processing
Got expected exception: Redo of operation was rolled back (possibly due to concurrent write)
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 s - in org.eclipse.emf.workspace.tests.EMFOperationCommandTest
test_multipleDisposableOperation_209491(org.eclipse.emf.workspace.tests.EMFOperationCommandTest)  Time elapsed: 0.006 s
test_operationTriggerErrorStatus_234868(org.eclipse.emf.workspace.tests.EMFOperationCommandTest)  Time elapsed: 0.006 s
test_execute_undo_redo_trigger_recordingCommand(org.eclipse.emf.workspace.tests.EMFOperationCommandTest)  Time elapsed: 0.007 s
test_operationTriggerErrorStatus_nonEMF_undo_234868(org.eclipse.emf.workspace.tests.EMFOperationCommandTest)  Time elapsed: 0.007 s
test_rollback_trigger(org.eclipse.emf.workspace.tests.EMFOperationCommandTest)  Time elapsed: 0.005 s
test_nonredoableOperation_138287(org.eclipse.emf.workspace.tests.EMFOperationCommandTest)  Time elapsed: 0.006 s
test_operationTriggerErrorStatus_nonEMF_234868(org.eclipse.emf.workspace.tests.EMFOperationCommandTest)  Time elapsed: 0.007 s
test_execute_undo_redo(org.eclipse.emf.workspace.tests.EMFOperationCommandTest)  Time elapsed: 0.005 s
test_execute_undo_redo_trigger(org.eclipse.emf.workspace.tests.EMFOperationCommandTest)  Time elapsed: 0.006 s
test_operationTriggerFails_234868(org.eclipse.emf.workspace.tests.EMFOperationCommandTest)  Time elapsed: 0.006 s
test_operationTriggerErrorStatus_nonEMF_redo_234868(org.eclipse.emf.workspace.tests.EMFOperationCommandTest)  Time elapsed: 0.007 s
test_DoNothing(org.eclipse.emf.workspace.tests.EMFOperationCommandTest)  Time elapsed: 0.005 s
Running org.eclipse.emf.workspace.util.tests.ValidateEditTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.emf.workspace.util.tests.ValidateEditTest
test_noValidateEditRequired(org.eclipse.emf.workspace.util.tests.ValidateEditTest)  Time elapsed: 0.008 s
test_DoNothing(org.eclipse.emf.workspace.util.tests.ValidateEditTest)  Time elapsed: 0.005 s
Running org.eclipse.emf.workspace.util.tests.OperationChangeDescriptionTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.emf.workspace.util.tests.OperationChangeDescriptionTest
test_canApply(org.eclipse.emf.workspace.util.tests.OperationChangeDescriptionTest)  Time elapsed: 0 s
test_emfChanges(org.eclipse.emf.workspace.util.tests.OperationChangeDescriptionTest)  Time elapsed: 0 s
test_applyAndReverse(org.eclipse.emf.workspace.util.tests.OperationChangeDescriptionTest)  Time elapsed: 0 s
test_apply(org.eclipse.emf.workspace.util.tests.OperationChangeDescriptionTest)  Time elapsed: 0 s
Running org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.158 s - in org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest
test_defaultMoveBehaviour(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 0.008 s
test_synchMovedResourceWithUnencodedURI_197291(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 0.012 s
test_getFile(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 0.005 s
test_move(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 0.006 s
test_getUnderlyingFile_163291(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 0.006 s
test_change(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 0.007 s
test_synchMoveResourceWithEncodedURI_197291(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 0.009 s
test_deletion(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 0.007 s
test_deleteProjectAndDisposeSynchronizer_233004(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 1.005 s
test_getFile_fileURI_156772(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 0.006 s
test_defaultChangeBehaviour(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 0.008 s
test_getFileWithEncodedURI_128315(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 0.005 s
test_resourceDeletedThatHadMarkers_207306(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 0.008 s
test_multipleChanges(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 0.016 s
test_synchResourceWithUnencodedURI_197291(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 0.01 s
test_synchResourceWithEncodedURI_197291(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 0.012 s
test_getFile_normalization_156772(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 0.008 s
test_defaultDeleteBehaviour(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 0.007 s
test_DoNothing(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 0.007 s
Running org.eclipse.emf.workspace.util.tests.ResourceUndoContextTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s - in org.eclipse.emf.workspace.util.tests.ResourceUndoContextTest
test_getAffectedResources_localRef(org.eclipse.emf.workspace.util.tests.ResourceUndoContextTest)  Time elapsed: 0.002 s
test_getAffectedResources_attribute(org.eclipse.emf.workspace.util.tests.ResourceUndoContextTest)  Time elapsed: 0 s
test_matches(org.eclipse.emf.workspace.util.tests.ResourceUndoContextTest)  Time elapsed: 0 s
test_getAffectedResources_deletedElement_126113(org.eclipse.emf.workspace.util.tests.ResourceUndoContextTest)  Time elapsed: 0.001 s
test_unsettableManyReference_264220(org.eclipse.emf.workspace.util.tests.ResourceUndoContextTest)  Time elapsed: 0.037 s
test_getAffectedResources_remoteRef_bidirectional(org.eclipse.emf.workspace.util.tests.ResourceUndoContextTest)  Time elapsed: 0.001 s
test_getAffectedResources_remoteRef_unidirectional(org.eclipse.emf.workspace.util.tests.ResourceUndoContextTest)  Time elapsed: 0 s

Results:

Tests run: 141, Failures: 0, Errors: 0, Skipped: 0

[INFO] All tests passed!
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.emf.workspace.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace.tests/target/org.eclipse.emf.workspace.tests-1.10.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace.tests/target/org.eclipse.emf.workspace.tests-1.10.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.eclipse.emf.transaction.features:org.eclipse.emf.transaction >--
[INFO] Building org.eclipse.emf.transaction 1.12.0-SNAPSHOT             [14/27]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.transaction ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.transaction ---
[INFO] The project's OSGi version is 1.12.0.202103170952
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.transaction ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.transaction ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (replace-build-token) @ org.eclipse.emf.transaction ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.transaction ---
[INFO] 
[INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.transaction ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.emf.transaction ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction-feature/target/org.eclipse.emf.transaction-1.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.transaction ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.transaction ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.emf.transaction ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction-feature/target/org.eclipse.emf.transaction-1.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --< org.eclipse.emf.transaction.features:org.eclipse.emf.transaction.source >--
[INFO] Building org.eclipse.emf.transaction.source 1.12.0-SNAPSHOT      [15/27]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.transaction.source ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.transaction.source ---
[INFO] The project's OSGi version is 1.12.0.202103170952
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.transaction.source ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.transaction.source ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (replace-build-token) @ org.eclipse.emf.transaction.source ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.transaction.source ---
[INFO] 
[INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.transaction.source ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.emf.transaction.source ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.source-feature/target/org.eclipse.emf.transaction.source-1.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.transaction.source ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.transaction.source ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.emf.transaction.source ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.source-feature/target/org.eclipse.emf.transaction.source-1.12.0-SNAPSHOT.jar
[INFO] 
[INFO] ---< org.eclipse.emf.transaction.features:org.eclipse.emf.workspace >---
[INFO] Building org.eclipse.emf.workspace 1.12.0-SNAPSHOT               [16/27]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.workspace ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.workspace ---
[INFO] The project's OSGi version is 1.12.0.202103170952
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.workspace ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.workspace ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (replace-build-token) @ org.eclipse.emf.workspace ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.workspace ---
[INFO] 
[INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.workspace ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.emf.workspace ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace-feature/target/org.eclipse.emf.workspace-1.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.workspace ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.workspace ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.emf.workspace ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace-feature/target/org.eclipse.emf.workspace-1.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --< org.eclipse.emf.transaction.features:org.eclipse.emf.workspace.source >--
[INFO] Building org.eclipse.emf.workspace.source 1.12.0-SNAPSHOT        [17/27]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.workspace.source ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.workspace.source ---
[INFO] The project's OSGi version is 1.12.0.202103170952
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.workspace.source ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.workspace.source ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (replace-build-token) @ org.eclipse.emf.workspace.source ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.workspace.source ---
[INFO] 
[INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.workspace.source ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.emf.workspace.source ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace.source-feature/target/org.eclipse.emf.workspace.source-1.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.workspace.source ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.workspace.source ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.emf.workspace.source ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace.source-feature/target/org.eclipse.emf.workspace.source-1.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --< org.eclipse.emf.transaction.features:org.eclipse.emf.workspace.examples >--
[INFO] Building org.eclipse.emf.workspace.examples 1.12.0-SNAPSHOT      [18/27]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.workspace.examples ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.workspace.examples ---
[INFO] The project's OSGi version is 1.12.0.202103170952
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.workspace.examples ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.workspace.examples ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (replace-build-token) @ org.eclipse.emf.workspace.examples ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.workspace.examples ---
[INFO] 
[INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.workspace.examples ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.emf.workspace.examples ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace.examples-feature/target/org.eclipse.emf.workspace.examples-1.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.workspace.examples ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.workspace.examples ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.emf.workspace.examples ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace.examples-feature/target/org.eclipse.emf.workspace.examples-1.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --< org.eclipse.emf.transaction.features:org.eclipse.emf.transaction.examples >--
[INFO] Building org.eclipse.emf.transaction.examples 1.12.0-SNAPSHOT    [19/27]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.transaction.examples ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.transaction.examples ---
[INFO] The project's OSGi version is 1.12.0.202103170952
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.transaction.examples ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.transaction.examples ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (replace-build-token) @ org.eclipse.emf.transaction.examples ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.transaction.examples ---
[INFO] 
[INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.transaction.examples ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.emf.transaction.examples ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.examples-feature/target/org.eclipse.emf.transaction.examples-1.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.transaction.examples ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.transaction.examples ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.emf.transaction.examples ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.examples-feature/target/org.eclipse.emf.transaction.examples-1.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --< org.eclipse.emf.transaction.features:org.eclipse.emf.transaction.examples.source >--
[INFO] Building org.eclipse.emf.transaction.examples.source 1.12.0-SNAPSHOT [20/27]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.transaction.examples.source ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.transaction.examples.source ---
[INFO] The project's OSGi version is 1.12.0.202103170952
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.transaction.examples.source ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.transaction.examples.source ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (replace-build-token) @ org.eclipse.emf.transaction.examples.source ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.transaction.examples.source ---
[INFO] 
[INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.transaction.examples.source ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.emf.transaction.examples.source ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.examples.source-feature/target/org.eclipse.emf.transaction.examples.source-1.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.transaction.examples.source ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.transaction.examples.source ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.emf.transaction.examples.source ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.examples.source-feature/target/org.eclipse.emf.transaction.examples.source-1.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --< org.eclipse.emf.transaction.features:org.eclipse.emf.workspace.doc >--
[INFO] Building org.eclipse.emf.workspace.doc 1.12.0-SNAPSHOT           [21/27]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.workspace.doc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.workspace.doc ---
[INFO] The project's OSGi version is 1.12.0.202103170952
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.workspace.doc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.workspace.doc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (replace-build-token) @ org.eclipse.emf.workspace.doc ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.workspace.doc ---
[INFO] 
[INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.workspace.doc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.emf.workspace.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace.doc-feature/target/org.eclipse.emf.workspace.doc-1.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.workspace.doc ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.workspace.doc ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.emf.workspace.doc ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace.doc-feature/target/org.eclipse.emf.workspace.doc-1.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --< org.eclipse.emf.transaction.features:org.eclipse.emf.transaction.doc >--
[INFO] Building org.eclipse.emf.transaction.doc 1.12.0-SNAPSHOT         [22/27]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.transaction.doc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.transaction.doc ---
[INFO] The project's OSGi version is 1.12.0.202103170952
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.transaction.doc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.transaction.doc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (replace-build-token) @ org.eclipse.emf.transaction.doc ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.transaction.doc ---
[INFO] 
[INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.transaction.doc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.emf.transaction.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.doc-feature/target/org.eclipse.emf.transaction.doc-1.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.transaction.doc ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.transaction.doc ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.emf.transaction.doc ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.doc-feature/target/org.eclipse.emf.transaction.doc-1.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --< org.eclipse.emf.transaction.features:org.eclipse.emf.workspace.examples.source >--
[INFO] Building org.eclipse.emf.workspace.examples.source 1.12.0-SNAPSHOT [23/27]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.workspace.examples.source ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.workspace.examples.source ---
[INFO] The project's OSGi version is 1.12.0.202103170952
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.workspace.examples.source ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.workspace.examples.source ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (replace-build-token) @ org.eclipse.emf.workspace.examples.source ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.workspace.examples.source ---
[INFO] 
[INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.workspace.examples.source ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.emf.workspace.examples.source ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace.examples.source-feature/target/org.eclipse.emf.workspace.examples.source-1.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.workspace.examples.source ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.workspace.examples.source ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.emf.workspace.examples.source ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.workspace.examples.source-feature/target/org.eclipse.emf.workspace.examples.source-1.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --< org.eclipse.emf.transaction.features:org.eclipse.emf.transaction.tests >--
[INFO] Building org.eclipse.emf.transaction.tests 1.12.0-SNAPSHOT       [24/27]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.transaction.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.transaction.tests ---
[INFO] The project's OSGi version is 1.12.0.202103170952
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.transaction.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.transaction.tests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (replace-build-token) @ org.eclipse.emf.transaction.tests ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.transaction.tests ---
[INFO] 
[INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.transaction.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.emf.transaction.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.tests-feature/target/org.eclipse.emf.transaction.tests-1.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.transaction.tests ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.transaction.tests ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.emf.transaction.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.tests-feature/target/org.eclipse.emf.transaction.tests-1.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --< org.eclipse.emf.transaction.features:org.eclipse.emf.transaction.sdk >--
[INFO] Building org.eclipse.emf.transaction.sdk 1.12.0-SNAPSHOT         [25/27]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.transaction.sdk ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.transaction.sdk ---
[INFO] The project's OSGi version is 1.12.0.202103170952
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.transaction.sdk ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.transaction.sdk ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (replace-build-token) @ org.eclipse.emf.transaction.sdk ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.transaction.sdk ---
[INFO] 
[INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.transaction.sdk ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.emf.transaction.sdk ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.sdk-feature/target/org.eclipse.emf.transaction.sdk-1.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.transaction.sdk ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.transaction.sdk ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.emf.transaction.sdk ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.sdk-feature/target/org.eclipse.emf.transaction.sdk-1.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --< org.eclipse.emf.transaction.features:org.eclipse.emf.transaction.master >--
[INFO] Building org.eclipse.emf.transaction.master 1.12.0-SNAPSHOT      [26/27]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.transaction.master ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.transaction.master ---
[INFO] The project's OSGi version is 1.12.0.202103170952
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.transaction.master ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.transaction.master ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (replace-build-token) @ org.eclipse.emf.transaction.master ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.transaction.master ---
[INFO] 
[INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.transaction.master ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.emf.transaction.master ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.master-feature/target/org.eclipse.emf.transaction.master-1.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.transaction.master ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.transaction.master ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.emf.transaction.master ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.master-feature/target/org.eclipse.emf.transaction.master-1.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --< org.eclipse.emf.transaction:org.eclipse.emf.transaction.repository >--
[INFO] Building org.eclipse.emf.transaction.repository 1.12.0-SNAPSHOT  [27/27]
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.transaction.repository ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.transaction.repository ---
[INFO] The project's OSGi version is 1.12.0.202103170952
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.emf.transaction.repository ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (replace-build-token) @ org.eclipse.emf.transaction.repository ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.transaction.repository ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.repository/src/main/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.transaction.repository ---
[INFO] 
[INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.transaction.repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.emf.transaction.repository ---
[INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0]
[INFO] Published profile IUs: [a.jre.javase 14.0.0, config.a.jre.javase 14.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-products (default-publish-products) @ org.eclipse.emf.transaction.repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-categories (default-publish-categories) @ org.eclipse.emf.transaction.repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.7.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.emf.transaction.repository ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:1.7.0:assemble-repository (default-assemble-repository) @ org.eclipse.emf.transaction.repository ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:1.7.0:archive-repository (default-archive-repository) @ org.eclipse.emf.transaction.repository ---
[INFO] Building zip: /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.repository/target/org.eclipse.emf.transaction.repository-1.12.0-SNAPSHOT.zip
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.emf.transaction.repository ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] org.eclipse.emf.transaction.releng 1.12.0-SNAPSHOT . SUCCESS [  8.039 s]
[INFO] org.eclipse.emf.transaction.target 1.12.0-SNAPSHOT . SUCCESS [  2.343 s]
[INFO] org.eclipse.emf.transaction 1.9.1-SNAPSHOT ......... SUCCESS [ 11.791 s]
[INFO] org.eclipse.emf.transaction.ui 1.4.0-SNAPSHOT ...... SUCCESS [  2.841 s]
[INFO] org.eclipse.emf.workspace 1.5.1-SNAPSHOT ........... SUCCESS [  3.234 s]
[INFO] org.eclipse.emf.workspace.ui 1.3.0-SNAPSHOT ........ SUCCESS [  3.042 s]
[INFO] org.eclipse.emf.transaction.doc 1.4.0-SNAPSHOT ..... SUCCESS [  2.317 s]
[INFO] org.eclipse.emf.workspace.doc 1.3.0-SNAPSHOT ....... SUCCESS [  2.325 s]
[INFO] org.eclipse.emf.transaction.examples 1.2.100-SNAPSHOT SUCCESS [  4.698 s]
[INFO] org.eclipse.emf.workspace.examples 1.2.0-SNAPSHOT .. SUCCESS [  3.779 s]
[INFO] org.eclipse.emf.workspace.examples.library.editor 1.2.0-SNAPSHOT SUCCESS [  2.973 s]
[INFO] org.eclipse.emf.transaction.tests 1.10.1-SNAPSHOT .. SUCCESS [01:01 min]
[INFO] org.eclipse.emf.workspace.tests 1.10.0-SNAPSHOT .... SUCCESS [  8.488 s]
[INFO] org.eclipse.emf.transaction 1.12.0-SNAPSHOT ........ SUCCESS [  1.446 s]
[INFO] org.eclipse.emf.transaction.source 1.12.0-SNAPSHOT . SUCCESS [  1.304 s]
[INFO] org.eclipse.emf.workspace 1.12.0-SNAPSHOT .......... SUCCESS [  1.301 s]
[INFO] org.eclipse.emf.workspace.source 1.12.0-SNAPSHOT ... SUCCESS [  1.313 s]
[INFO] org.eclipse.emf.workspace.examples 1.12.0-SNAPSHOT . SUCCESS [  1.316 s]
[INFO] org.eclipse.emf.transaction.examples 1.12.0-SNAPSHOT SUCCESS [  1.439 s]
[INFO] org.eclipse.emf.transaction.examples.source 1.12.0-SNAPSHOT SUCCESS [  1.363 s]
[INFO] org.eclipse.emf.workspace.doc 1.12.0-SNAPSHOT ...... SUCCESS [  1.355 s]
[INFO] org.eclipse.emf.transaction.doc 1.12.0-SNAPSHOT .... SUCCESS [  1.246 s]
[INFO] org.eclipse.emf.workspace.examples.source 1.12.0-SNAPSHOT SUCCESS [  1.323 s]
[INFO] org.eclipse.emf.transaction.tests 1.12.0-SNAPSHOT .. SUCCESS [  1.268 s]
[INFO] org.eclipse.emf.transaction.sdk 1.12.0-SNAPSHOT .... SUCCESS [  1.282 s]
[INFO] org.eclipse.emf.transaction.master 1.12.0-SNAPSHOT . SUCCESS [  1.265 s]
[INFO] org.eclipse.emf.transaction.repository 1.12.0-SNAPSHOT SUCCESS [  2.037 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  04:11 min
[INFO] Finished at: 2021-03-17T09:56:24Z
[INFO] ------------------------------------------------------------------------
[migration] $ /bin/sh -xe /tmp/jenkins5065883418947294066.sh
+ '[' oxygen = oxygen ']'
+ '[' -d update-site ']'
+ mkdir update-site
+ cp -R org.eclipse.emf.transaction.repository/target/repository/artifacts.jar org.eclipse.emf.transaction.repository/target/repository/artifacts.xml.xz org.eclipse.emf.transaction.repository/target/repository/content.jar org.eclipse.emf.transaction.repository/target/repository/content.xml.xz org.eclipse.emf.transaction.repository/target/repository/features org.eclipse.emf.transaction.repository/target/repository/p2.index org.eclipse.emf.transaction.repository/target/repository/plugins update-site/
+ /bin/sh org.eclipse.emf.transaction.repository/emf-transaction-jiro-publish.sh
2021-03-17-09:56:25 Using local update-site: /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.repository/target/repository/
2021-03-17-09:56:25 Publishing as interim (I) build
2021-03-17-09:56:25 Publishing to remote update-site: /home/data/httpd/download.eclipse.org/modeling/emf/transaction/updates/interim
2021-03-17-09:56:25 Working in /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.repository/target/emf-transaction-master/PLATFORM=oxygen,jdk=openjdk-jdk11-latest,label=migration-publish-tmp
2021-03-17-09:56:25 dropDir is I202103170952
2021-03-17-09:56:25 Copied /home/jenkins/agent/workspace/emf-transaction-master/PLATFORM/oxygen/jdk/openjdk-jdk11-latest/label/migration/org.eclipse.emf.transaction.repository/target/repository/ to local directory updates/interim/I202103170952.
2021-03-17-09:56:25 version is now I202103170952
2021-03-17-09:56:25 Publishing local updates/interim/I202103170952 directory to remote update site /home/data/httpd/download.eclipse.org/modeling/emf/transaction/updates/interim/I202103170952
2021-03-17-09:56:26 Add existing update sites to the composite update site repository file.
2021-03-17-09:56:26 Composite entries:  I202103031051 I202103101047 I202103101052 I202103170947 I202103170952
Terminating xvnc.
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 64 killed;
[ssh-agent] Stopped.
Archiving artifacts
Recording test results
[Checks API] No suitable checks publisher found.
Finished: SUCCESS