Skip to content
Unstable

Console Output

Started by upstream project "emf-transaction-all" build number 16
originally caused by:
 Started by an SCM change
Running as SYSTEM
Agent centos-7-znr13 is provisioned from template centos-7
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30"
    jenkins/label: "migration_jipp-migration_centos-7"
  name: "centos-7-znr13"
  namespace: "emfservices"
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-znr13"
    - 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-znr13"
    - 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-3107.v665000b_51092"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
      subPath: ""
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-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-znr13 (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-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-E1bACe6DHQIX/agent.48
SSH_AGENT_PID=50
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration@tmp/private_key_2103252132188379391.key (/home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration@tmp/private_key_2103252132188379391.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 https://github.com/eclipse/emf-transaction.git
 > git init /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration # timeout=10
Fetching upstream changes from https://github.com/eclipse/emf-transaction.git
 > git --version # timeout=10
 > git --version # 'git version 2.36.6'
 > git fetch --tags --force --progress -- https://github.com/eclipse/emf-transaction.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/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 df6eac57197421f6ac860bee8c4dd6a20d68d0be (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f df6eac57197421f6ac860bee8c4dd6a20d68d0be # timeout=10
Commit message: "[releng] Fix typo in TP definition"
 > git rev-list --no-walk 5039133e340883a6e224ea2d2bf0428abf58012c # 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] $ Xvnc -help
Starting xvnc
[migration] $ Xvnc :30 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset

Xvnc TigerVNC 1.8.0 - built Apr  5 2023 13:48:56
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


Fri Jul 14 11:44:05 2023
 vncext:      VNC extension running!
 vncext:      Listening for VNC connections on all interface(s), port 5930
 vncext:      created VNC server for screen 0
[migration] $ /opt/tools/apache-maven/latest/bin/mvn -f releng/org.eclipse.emf.transaction.releng/pom.xml -DPLATFORM=2022-03 -Djdk=openjdk-jdk17-latest -Dlabel=migration -Dplatform=2022-03 -Dmaven.repo.local=/home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/.repository clean verify -B -Pemf-transaction.target,hudson.eclipse.org
Apache Maven 3.9.1 (2e178502fcdbffc201671fb2537d0cb4b4cc58f8)
Maven home: /opt/tools/apache-maven/latest
Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] Resolving target definition file:/home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/releng/org.eclipse.emf.transaction.target/2022-03.target for environments=[linux/gtk/x86_64, win32/win32/x86_64, macosx/cocoa/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@138d978e...
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.transaction:1.9.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/bundles/org.eclipse.emf.transaction/pom.xml
[INFO] Fetching R-4.23-202203080310&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/eclipse/updates/4.23/ (63B)
[INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (12.94MB)
[INFO] Fetching org.eclipse.core.contenttype_3.8.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (100.02kB)
[INFO] Fetching org.eclipse.equinox.preferences_3.9.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (136.29kB)
[INFO] Fetching org.eclipse.equinox.registry_3.11.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (194.4kB)
[INFO] Fetching org.eclipse.equinox.common_3.16.0.v20220211-2322.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (144.49kB)
[INFO] Fetching org.eclipse.osgi_3.17.200.v20220215-2237.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (1.46MB)
[INFO] Fetching org.eclipse.core.expressions_3.8.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (92.12kB)
[INFO] Fetching org.eclipse.core.runtime_3.24.100.v20220211-2001.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (70.8kB)
[INFO] Fetching org.eclipse.core.filesystem_1.9.300.v20220121-1426.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (69.81kB)
[INFO] Fetching org.eclipse.core.jobs_3.12.100.v20220120-1329.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (108.25kB)
[INFO] Fetching org.eclipse.core.resources_3.16.100.v20220214-1012.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (880.97kB)
[INFO] Fetching org.eclipse.equinox.app_1.6.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (89.14kB)
[INFO] Fetching org.eclipse.emf.common_2.24.0.v20220123-0838.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (367.53kB)
[INFO] Fetching org.eclipse.emf.ecore_2.26.0.v20220123-0838.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (1.26MB)
[INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (87.54kB)
[INFO] Fetching org.eclipse.emf.edit_2.17.0.v20220201-1551.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (294.61kB)
[INFO] Fetching org.eclipse.emf.validation_1.8.0.202008210805.jar from https://download.eclipse.org/modeling/emf/validation/updates/releases/R202008210805/plugins/ (403.7kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.transaction.ui:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/bundles/org.eclipse.emf.transaction.ui/pom.xml
[INFO] Fetching com.sun.jna_5.8.0.v20210503-0343.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (1.68MB)
[INFO] Fetching com.sun.jna.platform_5.8.0.v20210406-1004.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (1.41MB)
[INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (46.27kB)
[INFO] Fetching org.apache.batik.constants_1.14.0.v20210324-0332.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (20.34kB)
[INFO] Fetching org.apache.batik.css_1.14.0.v20210324-0332.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (353.59kB)
[INFO] Fetching org.apache.batik.util_1.14.0.v20210324-0332.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (144.34kB)
[INFO] Fetching org.apache.batik.i18n_1.14.0.v20210324-0332.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (23.5kB)
[INFO] Fetching org.apache.xmlgraphics_2.6.0.v20210409-0748.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (703.81kB)
[INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (95.26kB)
[INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (15.35kB)
[INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (35.59kB)
[INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (302.53kB)
[INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (71.45kB)
[INFO] Fetching org.apache.felix.scr_2.1.24.v20200924-1939.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (411.93kB)
[INFO] Fetching org.eclipse.osgi.services_3.10.200.v20210723-0643.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (126.4kB)
[INFO] Fetching org.eclipse.osgi.util_3.6.100.v20210723-1119.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (72.7kB)
[INFO] Fetching org.eclipse.core.commands_3.10.100.v20210722-1426.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (114.56kB)
[INFO] Fetching org.eclipse.core.databinding_1.11.0.v20220118-1028.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (287.81kB)
[INFO] Fetching org.eclipse.core.databinding.observable_1.12.0.v20211231-1006.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (313kB)
[INFO] Fetching org.eclipse.core.databinding.property_1.9.0.v20210619-1129.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (163.08kB)
[INFO] Fetching org.eclipse.e4.core.commands_1.0.100.v20211204-1536.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (25.92kB)
[INFO] Fetching org.eclipse.e4.core.di_1.8.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (52.48kB)
[INFO] Fetching javax.inject_1.0.0.v20091030.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (14.07kB)
[INFO] Fetching org.eclipse.e4.core.contexts_1.9.100.v20211011-1349.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (55.13kB)
[INFO] Fetching org.eclipse.e4.core.services_2.3.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (69.65kB)
[INFO] Fetching org.eclipse.e4.core.di.annotations_1.7.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (12kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.17.100.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (11.14kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.16.200.v20210910-0640.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (40.46kB)
[INFO] Fetching org.eclipse.e4.emf.xpath_0.3.0.v20210722-1426.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (51.03kB)
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (317.81kB)
[INFO] Fetching org.eclipse.e4.ui.bindings_0.13.100.v20210722-1426.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (45.85kB)
[INFO] Fetching org.eclipse.swt_3.119.0.v20220223-1102.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (16.97kB)
[INFO] Fetching org.eclipse.e4.ui.services_1.5.0.v20210115-1333.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (24.31kB)
[INFO] Fetching org.eclipse.jface_3.25.0.v20220218-1636.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (1.11MB)
[INFO] Fetching org.eclipse.e4.ui.css.core_0.13.200.v20211022-1402.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (213.89kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.400.v20211026-1534.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (203.91kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.0.v20201026-1147.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (27.72kB)
[INFO] Fetching org.eclipse.e4.ui.di_1.4.0.v20210621-1133.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (16.41kB)
[INFO] Fetching org.eclipse.e4.ui.dialogs_1.3.200.v20211210-1500.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (56.73kB)
[INFO] Fetching org.eclipse.e4.ui.model.workbench_2.2.0.v20210727-1533.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (394.73kB)
[INFO] Fetching org.eclipse.equinox.event_1.6.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (33.33kB)
[INFO] Fetching org.eclipse.e4.ui.widgets_1.3.0.v20210621-1136.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (13.3kB)
[INFO] Fetching org.eclipse.e4.ui.workbench_1.13.100.v20211019-0756.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (260.38kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (229.56kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.400.v20211102-0453.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (118.14kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.400.v20220308-0630.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (251.6kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.400.v20220222-1128.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (147.16kB)
[INFO] Fetching org.eclipse.jface.databinding_1.13.0.v20210619-1146.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (295.36kB)
[INFO] Fetching org.eclipse.e4.ui.workbench3_0.16.0.v20210619-0956.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (21.08kB)
[INFO] Fetching org.eclipse.urischeme_1.2.100.v20211001-1648.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (51.9kB)
[INFO] Fetching 2.29&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=/modeling/emf/emf/builds/release/ (63B)
[INFO] Fetching org.eclipse.emf.common.ui_2.20.0.v20220226-1304.jar from https://download.eclipse.org/modeling/emf/emf/builds/release/2.29/plugins/ (161.81kB)
[INFO] Fetching org.eclipse.ui_3.201.0.v20220124-1108.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (432.55kB)
[INFO] Fetching org.eclipse.emf.edit.ui_2.21.0.v20220226-1304.jar from https://download.eclipse.org/modeling/emf/emf/builds/release/2.29/plugins/ (345.11kB)
[INFO] Fetching org.eclipse.ui.views_3.11.100.v20210816-0811.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (105.57kB)
[INFO] Fetching org.eclipse.ui.workbench_3.125.0.v20220308-0722.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (3.49MB)
[INFO] Fetching org.eclipse.help_3.9.100.v20210721-0601.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (270.25kB)
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.119.0.v20220223-1102.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (2.08MB)
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (21.24kB)
[INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.119.0.v20220223-1102.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (2.47MB)
[INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.119.0.v20220223-1102.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (2.14MB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.workspace:1.5.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/bundles/org.eclipse.emf.workspace/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.workspace.ui:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/bundles/org.eclipse.emf.workspace.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.transaction.doc:1.4.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/doc/org.eclipse.emf.transaction.doc/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.workspace.doc:1.3.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/doc/org.eclipse.emf.workspace.doc/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.transaction.examples:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/examples/org.eclipse.emf.transaction.examples/pom.xml
[INFO] Fetching org.bouncycastle.bcpg_1.70.0.v20220105-1522.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (359.18kB)
[INFO] Fetching org.bouncycastle.bcprov_1.70.0.v20220105-1522.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (5.58MB)
[INFO] Fetching org.eclipse.e4.ui.ide_3.16.0.v20210625-1251.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (11.51kB)
[INFO] Fetching org.eclipse.ui.ide_3.18.500.v20220215-1304.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (2.44MB)
[INFO] Fetching org.eclipse.equinox.bidi_1.4.100.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (50.74kB)
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.4.400.v20220223-1131.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (170.85kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.6.100.v20210813-0606.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (360.09kB)
[INFO] Fetching org.tukaani.xz_1.9.0.v20210624-1259.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (131.39kB)
[INFO] Fetching org.eclipse.equinox.p2.core_2.9.0.v20220210-1157.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (76.5kB)
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.2.200.v20220207-0719.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (74.12kB)
[INFO] Fetching org.eclipse.equinox.p2.repository_2.6.0.v20220215-0840.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (173.65kB)
[INFO] Fetching org.eclipse.equinox.p2.engine_2.7.300.v20220209-1714.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (218.82kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.4.0.v20210315-2228.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (130.72kB)
[INFO] Fetching org.eclipse.equinox.security_1.3.900.v20220108-1321.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (113.21kB)
[INFO] Fetching org.eclipse.jface.text_3.20.0.v20220218-1549.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (1.03MB)
[INFO] Fetching org.eclipse.text_3.12.0.v20210512-1644.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (288.46kB)
[INFO] Fetching org.eclipse.ui.navigator_3.10.200.v20211009-1706.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (423.11kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.workspace.examples:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/examples/org.eclipse.emf.workspace.examples/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.workspace.examples.library.editor:1.2.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/examples/org.eclipse.emf.workspace.examples.library.editor/pom.xml
[INFO] Fetching org.eclipse.compare.core_3.6.1000.v20201020-1107.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (66.43kB)
[INFO] Fetching org.eclipse.core.variables_3.5.100.v20210721-1355.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (35.64kB)
[INFO] Fetching org.eclipse.debug.core_3.19.0.v20220125-2302.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (396.72kB)
[INFO] Fetching org.eclipse.emf.examples.library_2.10.0.v20200518-1440.jar from https://download.eclipse.org/modeling/emf/emf/builds/release/2.29/plugins/ (67.58kB)
[INFO] Fetching org.eclipse.emf.examples.library.edit_2.9.0.v20200518-1440.jar from https://download.eclipse.org/modeling/emf/emf/builds/release/2.29/plugins/ (47.5kB)
[INFO] Fetching org.eclipse.ui.console_3.11.100.v20210721-1355.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (209.6kB)
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.400.v20220218-1619.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (674.85kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.transaction.tests:1.10.2-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/tests/org.eclipse.emf.transaction.tests/pom.xml
[INFO] Fetching org.eclipse.compare_3.8.300.v20220121-1000.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (804.8kB)
[INFO] Fetching org.eclipse.ui.editors_3.14.300.v20210913-0815.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (618.79kB)
[INFO] Fetching org.eclipse.ui.forms_3.11.300.v20211022-1451.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (330.12kB)
[INFO] Fetching org.eclipse.core.filebuffers_3.7.200.v20220202-1008.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (115.6kB)
[INFO] Fetching org.eclipse.core.net_1.3.1100.v20210424-0724.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (64.42kB)
[INFO] Fetching org.junit_4.13.2.v20211018-1956.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (421.77kB)
[INFO] Fetching org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (52.65kB)
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.12.100.v20210926-1112.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (341.2kB)
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.12.0.v20210618-1953.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (468.75kB)
[INFO] Fetching org.eclipse.team.core_3.9.300.v20220204-0611.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (401.7kB)
[INFO] Fetching org.eclipse.team.ui_3.9.200.v20211130-1532.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (1.42MB)
[INFO] Fetching org.eclipse.ui.ide.application_1.4.300.v20220114-0859.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (113.09kB)
[INFO] Fetching org.eclipse.ui.navigator.resources_3.8.400.v20220203-1803.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (172.29kB)
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.100.v20201223-1348.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (107.15kB)
[INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (65.43kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.plugins:org.eclipse.emf.workspace.tests:1.10.1-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/tests/org.eclipse.emf.workspace.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.transaction:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/features/org.eclipse.emf.transaction-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.transaction.source:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/features/org.eclipse.emf.transaction.source-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.workspace:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/features/org.eclipse.emf.workspace-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.workspace.source:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/features/org.eclipse.emf.workspace.source-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.transaction.examples:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/features/org.eclipse.emf.transaction.examples-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.transaction.examples.source:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/features/org.eclipse.emf.transaction.examples.source-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.workspace.doc:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/features/org.eclipse.emf.workspace.doc-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.transaction.doc:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/features/org.eclipse.emf.transaction.doc-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.workspace.examples:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/features/org.eclipse.emf.workspace.examples-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.workspace.examples.source:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/features/org.eclipse.emf.workspace.examples.source-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.transaction.tests:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/features/org.eclipse.emf.transaction.tests-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.transaction.sdk:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/features/org.eclipse.emf.transaction.sdk-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction.features:org.eclipse.emf.transaction.master:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/features/org.eclipse.emf.transaction.master-feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.emf.transaction:org.eclipse.emf.transaction.repository:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/releng/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.13.0-SNAPSHOT       [1/27]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.transaction.releng ---
[INFO] 
[INFO] --- antrun:3.0.0:run (replace-build-token) @ org.eclipse.emf.transaction.releng ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.transaction.releng ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2: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.13.0-SNAPSHOT       [2/27]
[INFO]   from ../org.eclipse.emf.transaction.target/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.transaction.target ---
[INFO] 
[INFO] --- antrun:3.0.0:run (replace-build-token) @ org.eclipse.emf.transaction.target ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.transaction.target ---
[INFO] 
[INFO] --- build-helper:1.3:attach-artifact (attach-artifacts) @ org.eclipse.emf.transaction.target ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2: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.2-SNAPSHOT               [3/27]
[INFO]   from ../../bundles/org.eclipse.emf.transaction/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.transaction ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.transaction ---
[INFO] The project's OSGi version is 1.9.2.202307141144
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.transaction ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.transaction ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.transaction ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.transaction ---
[INFO] Resolving class path of org.eclipse.emf.transaction...
[INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.600.v20220207-1403.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (249.4kB)
[INFO] Fetching org.eclipse.core.filesystem.win32.x86_64_1.4.200.v20190812-0909.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (37.47kB)
[INFO] Fetching org.eclipse.core.filesystem.linux.x86_64_1.2.300.v20180828-0158.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (11.32kB)
[INFO] Fetching org.eclipse.core.filesystem.macosx_1.3.300.v20210427-1937.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (25.6kB)
[INFO] Fetching org.eclipse.core.resources.win32.x86_64_3.5.400.v20190812-0909.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (57.74kB)
[INFO] 
[INFO] --- antrun:3.0.0:run (replace-build-token) @ org.eclipse.emf.transaction ---
[INFO] Executing tasks
[WARNING]      [echo] Replacing @build@ token within about.mappings with build id
[INFO] Executed tasks
[INFO] 
[INFO] --- resources: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-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/bundles/org.eclipse.emf.transaction/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.emf.transaction ---
[INFO] Compiling 58 source files to /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/bundles/org.eclipse.emf.transaction/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.emf.transaction ---
[INFO] 
[INFO] --- resources: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-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/bundles/org.eclipse.emf.transaction/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.emf.transaction ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.transaction ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.transaction ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.transaction ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/bundles/org.eclipse.emf.transaction/target/org.eclipse.emf.transaction-1.9.2-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.emf.transaction ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/bundles/org.eclipse.emf.transaction/target/org.eclipse.emf.transaction-1.9.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.transaction ---
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.emf.transaction ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.emf.transaction ---
[INFO] No tests to run.
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.emf.transaction ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/bundles/org.eclipse.emf.transaction/target/org.eclipse.emf.transaction-1.9.2-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/bundles/org.eclipse.emf.transaction/target/org.eclipse.emf.transaction-1.9.2-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.eclipse.emf.transaction.plugins:org.eclipse.emf.transaction.ui >--
[INFO] Building org.eclipse.emf.transaction.ui 1.4.1-SNAPSHOT            [4/27]
[INFO]   from ../../bundles/org.eclipse.emf.transaction.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.transaction.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.transaction.ui ---
[INFO] The project's OSGi version is 1.4.1.202307141144
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.transaction.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.transaction.ui ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.transaction.ui ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.transaction.ui ---
[INFO] Resolving class path of org.eclipse.emf.transaction.ui...
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.600.v20200416-0656.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (29.62kB)
[INFO] Fetching org.eclipse.ui.cocoa_1.2.400.v20191217-1850.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (9.54kB)
[INFO] Fetching org.eclipse.e4.ui.swt.win32_1.1.0.v20201119-1132.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (10.25kB)
[INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.1.100.v20210108-1832.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (10.74kB)
[INFO] 
[INFO] --- antrun:3.0.0:run (replace-build-token) @ org.eclipse.emf.transaction.ui ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- resources: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-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/bundles/org.eclipse.emf.transaction.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.emf.transaction.ui ---
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/bundles/org.eclipse.emf.transaction.ui/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.emf.transaction.ui ---
[INFO] 
[INFO] --- resources: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-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/bundles/org.eclipse.emf.transaction.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.emf.transaction.ui ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.transaction.ui ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.transaction.ui ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.transaction.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/bundles/org.eclipse.emf.transaction.ui/target/org.eclipse.emf.transaction.ui-1.4.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.emf.transaction.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/bundles/org.eclipse.emf.transaction.ui/target/org.eclipse.emf.transaction.ui-1.4.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.transaction.ui ---
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.emf.transaction.ui ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.emf.transaction.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.emf.transaction.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/bundles/org.eclipse.emf.transaction.ui/target/org.eclipse.emf.transaction.ui-1.4.1-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/bundles/org.eclipse.emf.transaction.ui/target/org.eclipse.emf.transaction.ui-1.4.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] ---< org.eclipse.emf.transaction.plugins:org.eclipse.emf.workspace >----
[INFO] Building org.eclipse.emf.workspace 1.5.2-SNAPSHOT                 [5/27]
[INFO]   from ../../bundles/org.eclipse.emf.workspace/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.workspace ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.workspace ---
[INFO] The project's OSGi version is 1.5.2.202307141144
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.workspace ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.workspace ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.workspace ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.workspace ---
[INFO] Resolving class path of org.eclipse.emf.workspace...
[INFO] 
[INFO] --- antrun:3.0.0:run (replace-build-token) @ org.eclipse.emf.workspace ---
[INFO] Executing tasks
[WARNING]      [echo] Replacing @build@ token within about.mappings with build id
[INFO] Executed tasks
[INFO] 
[INFO] --- resources: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-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/bundles/org.eclipse.emf.workspace/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.emf.workspace ---
[INFO] Compiling 24 source files to /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/bundles/org.eclipse.emf.workspace/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.emf.workspace ---
[INFO] 
[INFO] --- resources: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-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/bundles/org.eclipse.emf.workspace/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.emf.workspace ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.workspace ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.workspace ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.workspace ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/bundles/org.eclipse.emf.workspace/target/org.eclipse.emf.workspace-1.5.2-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.emf.workspace ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/bundles/org.eclipse.emf.workspace/target/org.eclipse.emf.workspace-1.5.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.workspace ---
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.emf.workspace ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.emf.workspace ---
[INFO] No tests to run.
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.emf.workspace ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/bundles/org.eclipse.emf.workspace/target/org.eclipse.emf.workspace-1.5.2-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/bundles/org.eclipse.emf.workspace/target/org.eclipse.emf.workspace-1.5.2-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.eclipse.emf.transaction.plugins:org.eclipse.emf.workspace.ui >--
[INFO] Building org.eclipse.emf.workspace.ui 1.3.1-SNAPSHOT              [6/27]
[INFO]   from ../../bundles/org.eclipse.emf.workspace.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.workspace.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.workspace.ui ---
[INFO] The project's OSGi version is 1.3.1.202307141144
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.workspace.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.workspace.ui ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.workspace.ui ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.workspace.ui ---
[INFO] Resolving class path of org.eclipse.emf.workspace.ui...
[INFO] 
[INFO] --- antrun:3.0.0:run (replace-build-token) @ org.eclipse.emf.workspace.ui ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- resources: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-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/bundles/org.eclipse.emf.workspace.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.emf.workspace.ui ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/bundles/org.eclipse.emf.workspace.ui/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.emf.workspace.ui ---
[INFO] 
[INFO] --- resources: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-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/bundles/org.eclipse.emf.workspace.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.emf.workspace.ui ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.workspace.ui ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.workspace.ui ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.workspace.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/bundles/org.eclipse.emf.workspace.ui/target/org.eclipse.emf.workspace.ui-1.3.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.emf.workspace.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/bundles/org.eclipse.emf.workspace.ui/target/org.eclipse.emf.workspace.ui-1.3.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.workspace.ui ---
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.emf.workspace.ui ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.emf.workspace.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.emf.workspace.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/bundles/org.eclipse.emf.workspace.ui/target/org.eclipse.emf.workspace.ui-1.3.1-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/bundles/org.eclipse.emf.workspace.ui/target/org.eclipse.emf.workspace.ui-1.3.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.eclipse.emf.transaction.plugins:org.eclipse.emf.transaction.doc >--
[INFO] Building org.eclipse.emf.transaction.doc 1.4.1-SNAPSHOT           [7/27]
[INFO]   from ../../doc/org.eclipse.emf.transaction.doc/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.transaction.doc ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.transaction.doc ---
[INFO] The project's OSGi version is 1.4.1.202307141144
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.transaction.doc ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.transaction.doc ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.transaction.doc ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.transaction.doc ---
[INFO] Resolving class path of org.eclipse.emf.transaction.doc...
[INFO] 
[INFO] --- antrun:3.0.0:run (replace-build-token) @ org.eclipse.emf.transaction.doc ---
[INFO] Executing tasks
[WARNING]      [echo] Replacing @build@ token within about.mappings with build id
[INFO] Executed tasks
[INFO] 
[INFO] --- resources: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-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/doc/org.eclipse.emf.transaction.doc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.emf.transaction.doc ---
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.emf.transaction.doc ---
[INFO] 
[INFO] --- resources: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-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/doc/org.eclipse.emf.transaction.doc/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.emf.transaction.doc ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.transaction.doc ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.transaction.doc ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.transaction.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/doc/org.eclipse.emf.transaction.doc/target/org.eclipse.emf.transaction.doc-1.4.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.emf.transaction.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/doc/org.eclipse.emf.transaction.doc/target/org.eclipse.emf.transaction.doc-1.4.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.transaction.doc ---
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.emf.transaction.doc ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.emf.transaction.doc ---
[INFO] No tests to run.
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.emf.transaction.doc ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/doc/org.eclipse.emf.transaction.doc/target/org.eclipse.emf.transaction.doc-1.4.1-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/doc/org.eclipse.emf.transaction.doc/target/org.eclipse.emf.transaction.doc-1.4.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.eclipse.emf.transaction.plugins:org.eclipse.emf.workspace.doc >--
[INFO] Building org.eclipse.emf.workspace.doc 1.3.1-SNAPSHOT             [8/27]
[INFO]   from ../../doc/org.eclipse.emf.workspace.doc/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.workspace.doc ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.workspace.doc ---
[INFO] The project's OSGi version is 1.3.1.202307141144
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.workspace.doc ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.workspace.doc ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.workspace.doc ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.workspace.doc ---
[INFO] Resolving class path of org.eclipse.emf.workspace.doc...
[INFO] 
[INFO] --- antrun:3.0.0:run (replace-build-token) @ org.eclipse.emf.workspace.doc ---
[INFO] Executing tasks
[WARNING]      [echo] Replacing @build@ token within about.mappings with build id
[INFO] Executed tasks
[INFO] 
[INFO] --- resources: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-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/doc/org.eclipse.emf.workspace.doc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.emf.workspace.doc ---
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.emf.workspace.doc ---
[INFO] 
[INFO] --- resources: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-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/doc/org.eclipse.emf.workspace.doc/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.emf.workspace.doc ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.workspace.doc ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.workspace.doc ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.workspace.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/doc/org.eclipse.emf.workspace.doc/target/org.eclipse.emf.workspace.doc-1.3.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.emf.workspace.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/doc/org.eclipse.emf.workspace.doc/target/org.eclipse.emf.workspace.doc-1.3.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.workspace.doc ---
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.emf.workspace.doc ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.emf.workspace.doc ---
[INFO] No tests to run.
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.emf.workspace.doc ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/doc/org.eclipse.emf.workspace.doc/target/org.eclipse.emf.workspace.doc-1.3.1-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/doc/org.eclipse.emf.workspace.doc/target/org.eclipse.emf.workspace.doc-1.3.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.eclipse.emf.transaction.plugins:org.eclipse.emf.transaction.examples >--
[INFO] Building org.eclipse.emf.transaction.examples 1.3.0-SNAPSHOT      [9/27]
[INFO]   from ../../examples/org.eclipse.emf.transaction.examples/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.transaction.examples ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.transaction.examples ---
[INFO] The project's OSGi version is 1.3.0.202307141144
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.transaction.examples ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.transaction.examples ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.transaction.examples ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.transaction.examples ---
[INFO] Resolving class path of org.eclipse.emf.transaction.examples...
[INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.1.300.v20211021-1418.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (40.75kB)
[INFO] Fetching org.eclipse.equinox.security.macosx_1.101.400.v20210427-1958.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (28.06kB)
[INFO] Fetching org.eclipse.equinox.security.linux_1.0.200.v20210616-0726.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (23.39kB)
[INFO] Fetching org.eclipse.ui.win32_3.4.400.v20200414-1247.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (22.27kB)
[INFO] 
[INFO] --- antrun: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] --- resources: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-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/examples/org.eclipse.emf.transaction.examples/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.emf.transaction.examples ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/examples/org.eclipse.emf.transaction.examples/target/classes
[INFO] 
[INFO] --- antrun: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-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/examples/org.eclipse.emf.transaction.examples/zips/workspace.zip

init:

refresh:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.emf.transaction.examples ---
[INFO] 
[INFO] --- resources: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-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/examples/org.eclipse.emf.transaction.examples/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.emf.transaction.examples ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.transaction.examples ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.transaction.examples ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.transaction.examples ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/examples/org.eclipse.emf.transaction.examples/target/org.eclipse.emf.transaction.examples-1.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.emf.transaction.examples ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/examples/org.eclipse.emf.transaction.examples/target/org.eclipse.emf.transaction.examples-1.3.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.transaction.examples ---
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.emf.transaction.examples ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.emf.transaction.examples ---
[INFO] No tests to run.
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.emf.transaction.examples ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/examples/org.eclipse.emf.transaction.examples/target/org.eclipse.emf.transaction.examples-1.3.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/examples/org.eclipse.emf.transaction.examples/target/org.eclipse.emf.transaction.examples-1.3.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.eclipse.emf.transaction.plugins:org.eclipse.emf.workspace.examples >--
[INFO] Building org.eclipse.emf.workspace.examples 1.2.1-SNAPSHOT       [10/27]
[INFO]   from ../../examples/org.eclipse.emf.workspace.examples/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.workspace.examples ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.workspace.examples ---
[INFO] The project's OSGi version is 1.2.1.202307141144
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.workspace.examples ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.workspace.examples ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.workspace.examples ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.workspace.examples ---
[INFO] Resolving class path of org.eclipse.emf.workspace.examples...
[INFO] 
[INFO] --- antrun:3.0.0:run (replace-build-token) @ org.eclipse.emf.workspace.examples ---
[INFO] Executing tasks
[WARNING]      [echo] Replacing @build@ token within about.mappings with build id
[INFO] Executed tasks
[INFO] 
[INFO] --- resources: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-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/examples/org.eclipse.emf.workspace.examples/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.emf.workspace.examples ---
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.emf.workspace.examples ---
[INFO] 
[INFO] --- resources: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-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/examples/org.eclipse.emf.workspace.examples/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.emf.workspace.examples ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.workspace.examples ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.workspace.examples ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.workspace.examples ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/examples/org.eclipse.emf.workspace.examples/target/org.eclipse.emf.workspace.examples-1.2.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.emf.workspace.examples ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/examples/org.eclipse.emf.workspace.examples/target/org.eclipse.emf.workspace.examples-1.2.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.workspace.examples ---
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.emf.workspace.examples ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.emf.workspace.examples ---
[INFO] No tests to run.
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.emf.workspace.examples ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/examples/org.eclipse.emf.workspace.examples/target/org.eclipse.emf.workspace.examples-1.2.1-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/examples/org.eclipse.emf.workspace.examples/target/org.eclipse.emf.workspace.examples-1.2.1-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.1-SNAPSHOT [11/27]
[INFO]   from ../../examples/org.eclipse.emf.workspace.examples.library.editor/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.workspace.examples.library.editor ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.workspace.examples.library.editor ---
[INFO] The project's OSGi version is 1.2.1.202307141144
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.workspace.examples.library.editor ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.workspace.examples.library.editor ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.workspace.examples.library.editor ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.workspace.examples.library.editor ---
[INFO] Resolving class path of org.eclipse.emf.workspace.examples.library.editor...
[INFO] 
[INFO] --- antrun:3.0.0:run (replace-build-token) @ org.eclipse.emf.workspace.examples.library.editor ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- resources: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-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/examples/org.eclipse.emf.workspace.examples.library.editor/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.emf.workspace.examples.library.editor ---
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/examples/org.eclipse.emf.workspace.examples.library.editor/target/classes
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.emf.workspace.examples.library.editor ---
[INFO] 
[INFO] --- resources: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-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/examples/org.eclipse.emf.workspace.examples.library.editor/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.emf.workspace.examples.library.editor ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.emf.workspace.examples.library.editor ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.workspace.examples.library.editor ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.workspace.examples.library.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/examples/org.eclipse.emf.workspace.examples.library.editor/target/org.eclipse.emf.workspace.examples.library.editor-1.2.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.emf.workspace.examples.library.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/examples/org.eclipse.emf.workspace.examples.library.editor/target/org.eclipse.emf.workspace.examples.library.editor-1.2.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.workspace.examples.library.editor ---
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.emf.workspace.examples.library.editor ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.emf.workspace.examples.library.editor ---
[INFO] No tests to run.
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.emf.workspace.examples.library.editor ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/examples/org.eclipse.emf.workspace.examples.library.editor/target/org.eclipse.emf.workspace.examples.library.editor-1.2.1-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/examples/org.eclipse.emf.workspace.examples.library.editor/target/org.eclipse.emf.workspace.examples.library.editor-1.2.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.eclipse.emf.transaction.plugins:org.eclipse.emf.transaction.tests >--
[INFO] Building org.eclipse.emf.transaction.tests 1.10.2-SNAPSHOT       [12/27]
[INFO]   from ../../tests/org.eclipse.emf.transaction.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.transaction.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.transaction.tests ---
[INFO] The project's OSGi version is 1.10.2.202307141144
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.transaction.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.transaction.tests ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.transaction.tests ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.transaction.tests ---
[INFO] Resolving class path of org.eclipse.emf.transaction.tests...
[INFO] Fetching org.eclipse.core.net.win32.x86_64_1.1.500.v20190925-1337.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (34.71kB)
[INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.400.v20211117-0650.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (40.8kB)
[INFO] Fetching org.eclipse.core.net.linux_1.0.100.v20220111-1854.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (14.42kB)
[INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.400.v20211117-0650.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (84.05kB)
[INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.400.v20211117-0650.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (132.48kB)
[INFO] 
[INFO] --- antrun:3.0.0:run (replace-build-token) @ org.eclipse.emf.transaction.tests ---
[INFO] Executing tasks
[WARNING]      [echo] Replacing @build@ token within about.mappings with build id
[INFO] Executed tasks
[INFO] 
[INFO] --- resources: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-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/tests/org.eclipse.emf.transaction.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.emf.transaction.tests ---
[INFO] Compiling 49 source files to /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/tests/org.eclipse.emf.transaction.tests/target/classes
[INFO] 
[INFO] --- resources: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-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/tests/org.eclipse.emf.transaction.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.transaction.tests ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.transaction.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/tests/org.eclipse.emf.transaction.tests/target/org.eclipse.emf.transaction.tests-1.10.2-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.emf.transaction.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/tests/org.eclipse.emf.transaction.tests/target/org.eclipse.emf.transaction.tests-1.10.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.transaction.tests ---
[INFO] 
[INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.emf.transaction.tests ---
[INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java)
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/tests/org.eclipse.emf.transaction.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/tests/org.eclipse.emf.transaction.tests/target/work/data, -install, /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/tests/org.eclipse.emf.transaction.tests/target/work, -configuration, /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/tests/org.eclipse.emf.transaction.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/tests/org.eclipse.emf.transaction.tests/target/surefire.properties]
Running org.eclipse.emf.transaction.tests.EditingDomainValidatorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.445 s - in org.eclipse.emf.transaction.tests.EditingDomainValidatorTest
test_createValidators_177643(org.eclipse.emf.transaction.tests.EditingDomainValidatorTest)  Time elapsed: 0.239 s
test_DoNothing(org.eclipse.emf.transaction.tests.EditingDomainValidatorTest)  Time elapsed: 0.015 s
Running org.eclipse.emf.transaction.tests.PerformanceTest
Performance test: test_loadLargishModelWithoutRecording
===============================
Raw timing: 391
Raw timing: 231
Raw timing: 195
Raw timing: 170
Raw timing: 226
Raw timing: 179
Raw timing: 164
Raw timing: 125
Raw timing: 191
Raw timing: 108
Raw timing: 108
Raw timing: 106
Number of pre-commit events : 55
Number of post-commit events: 60
Remove high timing: 391
Remove low timing : 106
Mean time for 10 runs: 169.7
Standard deviation: 42.13324103365417
===============================
Performance test: test_validatorTransactionTreeOptimizations_152332
===============================
Raw timing: 275
Raw timing: 186
Raw timing: 155
Raw timing: 136
Raw timing: 146
Raw timing: 166
Raw timing: 112
Raw timing: 122
Raw timing: 80
Raw timing: 79
Raw timing: 73
Raw timing: 81
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: 275
Remove low timing : 73
Mean time for 10 runs: 126.3
Standard deviation: 36.196823065014975
===============================
Performance test: test_ReadWriteValidator_findTree_132590
===============================
Raw timing: 36
Raw timing: 35
Raw timing: 33
Raw timing: 49
Raw timing: 76
Raw timing: 43
Raw timing: 69
Raw timing: 30
Raw timing: 30
Raw timing: 28
Raw timing: 30
Raw timing: 31
Remove high timing: 76
Remove low timing : 28
Mean time for 10 runs: 38.6
Standard deviation: 11.757550765359255
===============================
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.721 s - in org.eclipse.emf.transaction.tests.PerformanceTest
test_loadLargishModelWithoutRecording(org.eclipse.emf.transaction.tests.PerformanceTest)  Time elapsed: 2.581 s
test_validatorTransactionTreeOptimizations_152332(org.eclipse.emf.transaction.tests.PerformanceTest)  Time elapsed: 1.625 s
test_ReadWriteValidator_findTree_132590(org.eclipse.emf.transaction.tests.PerformanceTest)  Time elapsed: 0.503 s
test_DoNothing(org.eclipse.emf.transaction.tests.PerformanceTest)  Time elapsed: 0.009 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.067 s - in org.eclipse.emf.transaction.tests.ValidateEditTest
test_validationRollback_validateEditFails(org.eclipse.emf.transaction.tests.ValidateEditTest)  Time elapsed: 0.03 s
test_noValidateEditRequired(org.eclipse.emf.transaction.tests.ValidateEditTest)  Time elapsed: 0.009 s
test_liveValidationFailure_validateEditOK(org.eclipse.emf.transaction.tests.ValidateEditTest)  Time elapsed: 0.009 s
test_customValidateEditSupport(org.eclipse.emf.transaction.tests.ValidateEditTest)  Time elapsed: 0.009 s
test_DoNothing(org.eclipse.emf.transaction.tests.ValidateEditTest)  Time elapsed: 0.008 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.195 s - in org.eclipse.emf.transaction.tests.UndoRedoTest
test_triggerCommands_recording(org.eclipse.emf.transaction.tests.UndoRedoTest)  Time elapsed: 0.036 s
test_undoRecordingCommandWithRecordingCommandTrigger_218276(org.eclipse.emf.transaction.tests.UndoRedoTest)  Time elapsed: 0.009 s
test_undoResourceLoad(org.eclipse.emf.transaction.tests.UndoRedoTest)  Time elapsed: 0.012 s
test_nonredoableCommand_138287(org.eclipse.emf.transaction.tests.UndoRedoTest)  Time elapsed: 0.008 s
test_nonredoableTriggerCommands(org.eclipse.emf.transaction.tests.UndoRedoTest)  Time elapsed: 0.014 s
test_undoResourceUnload(org.eclipse.emf.transaction.tests.UndoRedoTest)  Time elapsed: 0.008 s
test_nonredoableTriggerCommand_138287(org.eclipse.emf.transaction.tests.UndoRedoTest)  Time elapsed: 0.039 s
test_undoNestedRecordingCommandWithRecordingCommandTrigger_218276(org.eclipse.emf.transaction.tests.UndoRedoTest)  Time elapsed: 0.009 s
test_triggerCommands_nonRecording(org.eclipse.emf.transaction.tests.UndoRedoTest)  Time elapsed: 0.008 s
test_triggerCommands_singleUndoRedo_133388(org.eclipse.emf.transaction.tests.UndoRedoTest)  Time elapsed: 0.01 s
test_recordingCommand(org.eclipse.emf.transaction.tests.UndoRedoTest)  Time elapsed: 0.009 s
test_undoRedoOptionsNotSharedbyDomains_bug207986(org.eclipse.emf.transaction.tests.UndoRedoTest)  Time elapsed: 0.008 s
test_defaultUndoRedoOptionsMapReadOnly_bug207986(org.eclipse.emf.transaction.tests.UndoRedoTest)  Time elapsed: 0.007 s
test_nonredoableTriggerCommand_RecordingCommand_138287(org.eclipse.emf.transaction.tests.UndoRedoTest)  Time elapsed: 0.008 s
test_DoNothing(org.eclipse.emf.transaction.tests.UndoRedoTest)  Time elapsed: 0.007 s
Running org.eclipse.emf.transaction.tests.PrivilegedRunnableTest
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.086 s - in org.eclipse.emf.transaction.tests.PrivilegedRunnableTest
test_sharingReadOnlyTransaction(org.eclipse.emf.transaction.tests.PrivilegedRunnableTest)  Time elapsed: 1.008 s
test_runtimeExceptionInRunnable_146625(org.eclipse.emf.transaction.tests.PrivilegedRunnableTest)  Time elapsed: 0.508 s
test_transactionMustBeActive(org.eclipse.emf.transaction.tests.PrivilegedRunnableTest)  Time elapsed: 0.508 s
test_transactionMustBeCurrent(org.eclipse.emf.transaction.tests.PrivilegedRunnableTest)  Time elapsed: 0.509 s
test_nestedSharing(org.eclipse.emf.transaction.tests.PrivilegedRunnableTest)  Time elapsed: 1.009 s
test_sharingReadWriteTransaction(org.eclipse.emf.transaction.tests.PrivilegedRunnableTest)  Time elapsed: 1.025 s
test_concurrentAcquireDuringPrivilegedRunnable_162027(org.eclipse.emf.transaction.tests.PrivilegedRunnableTest)  Time elapsed: 3.51 s
test_DoNothing(org.eclipse.emf.transaction.tests.PrivilegedRunnableTest)  Time elapsed: 0.007 s
Running org.eclipse.emf.transaction.tests.BasicTransactionTest
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.197 s - in org.eclipse.emf.transaction.tests.BasicTransactionTest
test_readWrongThread_250498(org.eclipse.emf.transaction.tests.BasicTransactionTest)  Time elapsed: 0.028 s
test_read_readWriteTransaction(org.eclipse.emf.transaction.tests.BasicTransactionTest)  Time elapsed: 0.007 s
test_resourceContentsChanges_write(org.eclipse.emf.transaction.tests.BasicTransactionTest)  Time elapsed: 0.006 s
test_read(org.eclipse.emf.transaction.tests.BasicTransactionTest)  Time elapsed: 0.006 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.006 s
test_write_readOnlytransaction(org.eclipse.emf.transaction.tests.BasicTransactionTest)  Time elapsed: 0.006 s
test_loadUnloadDuringRead(org.eclipse.emf.transaction.tests.BasicTransactionTest)  Time elapsed: 0.03 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.006 s
test_write_command(org.eclipse.emf.transaction.tests.BasicTransactionTest)  Time elapsed: 0.006 s
test_resourceContentsChanges_read(org.eclipse.emf.transaction.tests.BasicTransactionTest)  Time elapsed: 0.006 s
test_concurrentWrite_runnable(org.eclipse.emf.transaction.tests.BasicTransactionTest)  Time elapsed: 0.013 s
test_read_exclusive(org.eclipse.emf.transaction.tests.BasicTransactionTest)  Time elapsed: 0.006 s
test_write_readWritetransaction(org.eclipse.emf.transaction.tests.BasicTransactionTest)  Time elapsed: 0.006 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.005 s
test_write(org.eclipse.emf.transaction.tests.BasicTransactionTest)  Time elapsed: 0.005 s
test_DoNothing(org.eclipse.emf.transaction.tests.BasicTransactionTest)  Time elapsed: 0.033 s
Running org.eclipse.emf.transaction.tests.AbstractTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.emf.transaction.tests.AbstractTest
test_DoNothing(org.eclipse.emf.transaction.tests.AbstractTest)  Time elapsed: 0.006 s
Running org.eclipse.emf.transaction.tests.ChangeDescriptionTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.emf.transaction.tests.ChangeDescriptionTest
testChangeDescriptionInNonEMFTEditingDomain1(org.eclipse.emf.transaction.tests.ChangeDescriptionTest)  Time elapsed: 0.002 s
testChangeDescriptionInNonEMFTEditingDomain2(org.eclipse.emf.transaction.tests.ChangeDescriptionTest)  Time elapsed: 0.001 s
testChangeDescriptionInEMFTEditingDomain1(org.eclipse.emf.transaction.tests.ChangeDescriptionTest)  Time elapsed: 0.002 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.04 s - in org.eclipse.emf.transaction.tests.NotificationFilterTest
test_filteringOnDispatch(org.eclipse.emf.transaction.tests.NotificationFilterTest)  Time elapsed: 0.006 s
test_contentTypeFilter_specific(org.eclipse.emf.transaction.tests.NotificationFilterTest)  Time elapsed: 0.009 s
test_contentTypeFilter_miss(org.eclipse.emf.transaction.tests.NotificationFilterTest)  Time elapsed: 0.007 s
test_contentTypeFilter_general(org.eclipse.emf.transaction.tests.NotificationFilterTest)  Time elapsed: 0.006 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.RecordingCommandTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.eclipse.emf.transaction.tests.RecordingCommandTest
testPrePostDoExecute(org.eclipse.emf.transaction.tests.RecordingCommandTest)  Time elapsed: 0.007 s
test_DoNothing(org.eclipse.emf.transaction.tests.RecordingCommandTest)  Time elapsed: 0.005 s
Running org.eclipse.emf.transaction.tests.EditingDomainRegistryTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.16 s - in org.eclipse.emf.transaction.tests.EditingDomainRegistryTest
test_listenerRegistration_universalListener(org.eclipse.emf.transaction.tests.EditingDomainRegistryTest)  Time elapsed: 0.006 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.005 s
test_dynamicAddRemove(org.eclipse.emf.transaction.tests.EditingDomainRegistryTest)  Time elapsed: 0.006 s
test_listenerRegistration_singleDomain_multipleListeners(org.eclipse.emf.transaction.tests.EditingDomainRegistryTest)  Time elapsed: 2.074 s
test_replaceDomain(org.eclipse.emf.transaction.tests.EditingDomainRegistryTest)  Time elapsed: 0.006 s
test_listenerRegistration_multiDomains_singleListener(org.eclipse.emf.transaction.tests.EditingDomainRegistryTest)  Time elapsed: 2.049 s
test_DoNothing(org.eclipse.emf.transaction.tests.EditingDomainRegistryTest)  Time elapsed: 0.007 s
Running org.eclipse.emf.transaction.tests.EditingDomainTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.emf.transaction.tests.EditingDomainTest
test_factoryUnmapResourceSet_161168(org.eclipse.emf.transaction.tests.EditingDomainTest)  Time elapsed: 0.007 s
test_readOnlyResourceMap_filesystem_bug156428(org.eclipse.emf.transaction.tests.EditingDomainTest)  Time elapsed: 0.007 s
test_DoNothing(org.eclipse.emf.transaction.tests.EditingDomainTest)  Time elapsed: 0.005 s
Running org.eclipse.emf.transaction.tests.TransactionOptionsTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 s - in org.eclipse.emf.transaction.tests.TransactionOptionsTest
test_nested_unvalidated_124334(org.eclipse.emf.transaction.tests.TransactionOptionsTest)  Time elapsed: 0.006 s
test_noNotificationsInSilentUnprotected_152335(org.eclipse.emf.transaction.tests.TransactionOptionsTest)  Time elapsed: 0.005 s
test_noNotifications(org.eclipse.emf.transaction.tests.TransactionOptionsTest)  Time elapsed: 0.006 s
test_childrenOfSilentUnprotected_152332(org.eclipse.emf.transaction.tests.TransactionOptionsTest)  Time elapsed: 0.005 s
test_defaultTransactionOptions(org.eclipse.emf.transaction.tests.TransactionOptionsTest)  Time elapsed: 0.006 s
test_noUndo(org.eclipse.emf.transaction.tests.TransactionOptionsTest)  Time elapsed: 0.006 s
test_noUndo_regularCommand(org.eclipse.emf.transaction.tests.TransactionOptionsTest)  Time elapsed: 0.005 s
test_unprotected(org.eclipse.emf.transaction.tests.TransactionOptionsTest)  Time elapsed: 0.006 s
test_transactionOptionInheritance_135569(org.eclipse.emf.transaction.tests.TransactionOptionsTest)  Time elapsed: 0.005 s
test_noUndo_recordingCommand(org.eclipse.emf.transaction.tests.TransactionOptionsTest)  Time elapsed: 0.006 s
test_optionsInheritedAtActivationTime_(org.eclipse.emf.transaction.tests.TransactionOptionsTest)  Time elapsed: 0.006 s
test_noValidation(org.eclipse.emf.transaction.tests.TransactionOptionsTest)  Time elapsed: 0.005 s
test_nested_noNotifications_124334(org.eclipse.emf.transaction.tests.TransactionOptionsTest)  Time elapsed: 0.006 s
test_nested_unvalidatedPostCommit_124334(org.eclipse.emf.transaction.tests.TransactionOptionsTest)  Time elapsed: 0.024 s
test_noTriggers(org.eclipse.emf.transaction.tests.TransactionOptionsTest)  Time elapsed: 0.006 s
test_notificationsNotRetainedAfterCommit_152335(org.eclipse.emf.transaction.tests.TransactionOptionsTest)  Time elapsed: 0.005 s
test_DoNothing(org.eclipse.emf.transaction.tests.TransactionOptionsTest)  Time elapsed: 0.005 s
Running org.eclipse.emf.transaction.tests.ResourceSetListenersTest
Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.193 s - in org.eclipse.emf.transaction.tests.ResourceSetListenersTest
test_precommit_nestedChange(org.eclipse.emf.transaction.tests.ResourceSetListenersTest)  Time elapsed: 0.007 s
test_precommit_cannotClose(org.eclipse.emf.transaction.tests.ResourceSetListenersTest)  Time elapsed: 0.005 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.006 s
test_precommit(org.eclipse.emf.transaction.tests.ResourceSetListenersTest)  Time elapsed: 0.006 s
test_rollback_noEvents_145321(org.eclipse.emf.transaction.tests.ResourceSetListenersTest)  Time elapsed: 0.005 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.024 s
test_postcommit_ordering(org.eclipse.emf.transaction.tests.ResourceSetListenersTest)  Time elapsed: 0.006 s
test_precommit_aggregatedCascade_121508(org.eclipse.emf.transaction.tests.ResourceSetListenersTest)  Time elapsed: 0.006 s
test_postcommitIncludesTriggerChanges(org.eclipse.emf.transaction.tests.ResourceSetListenersTest)  Time elapsed: 0.005 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.006 s
test_precommit_aggregated_121508(org.eclipse.emf.transaction.tests.ResourceSetListenersTest)  Time elapsed: 0.005 s
test_postcommit_readOnly(org.eclipse.emf.transaction.tests.ResourceSetListenersTest)  Time elapsed: 0.007 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.027 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.006 s
test_DoNothing(org.eclipse.emf.transaction.tests.ResourceSetListenersTest)  Time elapsed: 0.007 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.224 s - in org.eclipse.emf.transaction.tests.TransactionChangeRecorderTest
test_nestedNotLoaded_readOnlyTX(org.eclipse.emf.transaction.tests.TransactionChangeRecorderTest)  Time elapsed: 0.015 s
test_freeDetachedElements_161169(org.eclipse.emf.transaction.tests.TransactionChangeRecorderTest)  Time elapsed: 0.015 s
test_freeDetachedResources_properContents_161169(org.eclipse.emf.transaction.tests.TransactionChangeRecorderTest)  Time elapsed: 0.042 s
test_changeRecorderPropagatedOnLoad_readOnlyTX(org.eclipse.emf.transaction.tests.TransactionChangeRecorderTest)  Time elapsed: 0.011 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.013 s
test_changeRecorderPropagatedOnLoad_writeTX(org.eclipse.emf.transaction.tests.TransactionChangeRecorderTest)  Time elapsed: 0.011 s
test_changeRecorderDispose_161169(org.eclipse.emf.transaction.tests.TransactionChangeRecorderTest)  Time elapsed: 0.009 s
test_propagation_setTarget(org.eclipse.emf.transaction.tests.TransactionChangeRecorderTest)  Time elapsed: 0.049 s
test_freeDetachedResources_161169(org.eclipse.emf.transaction.tests.TransactionChangeRecorderTest)  Time elapsed: 0.009 s
test_nestedNotLoaded_writeTX(org.eclipse.emf.transaction.tests.TransactionChangeRecorderTest)  Time elapsed: 0.009 s
test_changeRecorderDispose_detachedElements_161169(org.eclipse.emf.transaction.tests.TransactionChangeRecorderTest)  Time elapsed: 0.009 s
test_freeDetachedElements_properContents_161169(org.eclipse.emf.transaction.tests.TransactionChangeRecorderTest)  Time elapsed: 0.011 s
test_DoNothing(org.eclipse.emf.transaction.tests.TransactionChangeRecorderTest)  Time elapsed: 0.008 s
Running org.eclipse.emf.transaction.tests.AllTests
Got expected exception: Attempted to beginRule: org.eclipse.emf.transaction.util.Lock$AcquireRule@49b320b1, does not match outer scope rule: R/
Got expected rollback
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
Got expected runtime exception: null
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:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at junit.framework.TestCase.runTest(TestCase.java:177)
	at junit.framework.TestCase.runBare(TestCase.java:142)
	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:130)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90)
	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:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	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:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
Caused by: org.eclipse.core.runtime.OperationCanceledException
	at org.eclipse.core.internal.jobs.ThreadJob.waitForRun(ThreadJob.java:281)
	at org.eclipse.core.internal.jobs.ThreadJob.joinRun(ThreadJob.java:207)
	at org.eclipse.core.internal.jobs.ImplicitJobs.begin(ImplicitJobs.java:95)
	at org.eclipse.core.internal.jobs.JobManager.beginRule(JobManager.java:311)
	at org.eclipse.emf.transaction.util.Lock.uiSafeAcquire(Lock.java:355)
	... 51 more
Got expected exception: transaction is not the domain's current transaction
Got expected exception: transaction is not the domain's current transaction
Got expected exception: Book does not have a title.
Got expected exception: Book does not have a title.
Got expected exception: 
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
Performance test: test_loadLargishModelWithoutRecording
===============================
Raw timing: 246
Raw timing: 165
Raw timing: 141
Raw timing: 130
Raw timing: 130
Raw timing: 107
Raw timing: 92
Raw timing: 101
Raw timing: 91
Raw timing: 89
Raw timing: 116
Raw timing: 92
Number of pre-commit events : 55
Number of post-commit events: 60
Remove high timing: 246
Remove low timing : 89
Mean time for 10 runs: 116.5
Standard deviation: 23.448880570295888
===============================
Performance test: test_validatorTransactionTreeOptimizations_152332
===============================
Raw timing: 166
Raw timing: 130
Raw timing: 145
Raw timing: 143
Raw timing: 121
Raw timing: 133
Raw timing: 148
Raw timing: 96
Raw timing: 89
Raw timing: 113
Raw timing: 78
Raw timing: 78
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: 166
Remove low timing : 78
Mean time for 10 runs: 119.6
Standard deviation: 23.572017308664954
===============================
Performance test: test_ReadWriteValidator_findTree_132590
===============================
Raw timing: 35
Raw timing: 37
Raw timing: 32
Raw timing: 32
Raw timing: 32
Raw timing: 35
Raw timing: 34
Raw timing: 45
Raw timing: 30
Raw timing: 31
Raw timing: 30
Raw timing: 31
Remove high timing: 45
Remove low timing : 30
Mean time for 10 runs: 32.9
Standard deviation: 2.118962010041709
===============================
Performance test: test_DoNothing
===============================
Mean time for 10 runs: NaN
Standard deviation: NaN
===============================
Used Heap: 15615 kB
Used Heap: 15984 kB
Additional heap used by the transaction: 369 kB
Tests run: 203, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 41.837 s <<< FAILURE! - in org.eclipse.emf.transaction.tests.AllTests
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.065 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.001 s
test_uiSafeWaitForAcquire_beginRuleThrows_bug205857(org.eclipse.emf.transaction.util.tests.LockTest)  Time elapsed: 0.551 s
test_interrupt_acquire(org.eclipse.emf.transaction.util.tests.LockTest)  Time elapsed: 1.001 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.501 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
test_canApply(org.eclipse.emf.transaction.util.tests.CompositeChangeDescriptionTest)  Time elapsed: 0.009 s
test_resourceChanges(org.eclipse.emf.transaction.util.tests.CompositeChangeDescriptionTest)  Time elapsed: 0.006 s
test_objectChanges(org.eclipse.emf.transaction.util.tests.CompositeChangeDescriptionTest)  Time elapsed: 0.006 s
test_objectsToAttach(org.eclipse.emf.transaction.util.tests.CompositeChangeDescriptionTest)  Time elapsed: 0.006 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.005 s
test_DoNothing(org.eclipse.emf.transaction.util.tests.CompositeChangeDescriptionTest)  Time elapsed: 0.005 s
test_getEditingDomain_EObject(org.eclipse.emf.transaction.util.tests.TransactionUtilTests)  Time elapsed: 0.005 s
test_getEditingDomain_Object(org.eclipse.emf.transaction.util.tests.TransactionUtilTests)  Time elapsed: 0.005 s
test_getEditingDomain_ResourceSet(org.eclipse.emf.transaction.util.tests.TransactionUtilTests)  Time elapsed: 0.005 s
test_getEditingDomain_Resource(org.eclipse.emf.transaction.util.tests.TransactionUtilTests)  Time elapsed: 0.005 s
test_DoNothing(org.eclipse.emf.transaction.util.tests.TransactionUtilTests)  Time elapsed: 0.005 s
test_readWrongThread_250498(org.eclipse.emf.transaction.tests.BasicTransactionTest)  Time elapsed: 0.027 s
test_read_readWriteTransaction(org.eclipse.emf.transaction.tests.BasicTransactionTest)  Time elapsed: 0.005 s
test_resourceContentsChanges_write(org.eclipse.emf.transaction.tests.BasicTransactionTest)  Time elapsed: 0.006 s
test_read(org.eclipse.emf.transaction.tests.BasicTransactionTest)  Time elapsed: 0.004 s
test_newResourceContentsChanges_write(org.eclipse.emf.transaction.tests.BasicTransactionTest)  Time elapsed: 0.005 s
test_read_exclusive_nested(org.eclipse.emf.transaction.tests.BasicTransactionTest)  Time elapsed: 0.005 s
test_write_readOnlytransaction(org.eclipse.emf.transaction.tests.BasicTransactionTest)  Time elapsed: 0.005 s
test_loadUnloadDuringRead(org.eclipse.emf.transaction.tests.BasicTransactionTest)  Time elapsed: 0.005 s
test_newResourceContentsChanges_read(org.eclipse.emf.transaction.tests.BasicTransactionTest)  Time elapsed: 0.004 s
test_write_wrongThread(org.eclipse.emf.transaction.tests.BasicTransactionTest)  Time elapsed: 0.005 s
test_write_command(org.eclipse.emf.transaction.tests.BasicTransactionTest)  Time elapsed: 0.005 s
test_resourceContentsChanges_read(org.eclipse.emf.transaction.tests.BasicTransactionTest)  Time elapsed: 0.005 s
test_concurrentWrite_runnable(org.eclipse.emf.transaction.tests.BasicTransactionTest)  Time elapsed: 0.005 s
test_read_exclusive(org.eclipse.emf.transaction.tests.BasicTransactionTest)  Time elapsed: 0.005 s
test_write_readWritetransaction(org.eclipse.emf.transaction.tests.BasicTransactionTest)  Time elapsed: 0.005 s
test_closedTransaction_close(org.eclipse.emf.transaction.tests.BasicTransactionTest)  Time elapsed: 0.029 s
test_read_readOnlyTransaction(org.eclipse.emf.transaction.tests.BasicTransactionTest)  Time elapsed: 0.005 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.005 s
test_factoryUnmapResourceSet_161168(org.eclipse.emf.transaction.tests.EditingDomainTest)  Time elapsed: 0.005 s
test_readOnlyResourceMap_filesystem_bug156428(org.eclipse.emf.transaction.tests.EditingDomainTest)  Time elapsed: 0.005 s
test_DoNothing(org.eclipse.emf.transaction.tests.EditingDomainTest)  Time elapsed: 0.005 s
test_rollbackOnAbortExecutionException_230129(org.eclipse.emf.transaction.tests.ValidationRollbackTest)  Time elapsed: 0.005 s
test_rollback(org.eclipse.emf.transaction.tests.ValidationRollbackTest)  Time elapsed: 0.006 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.007 s
test_rollbackNestingTransactionOnException_135673(org.eclipse.emf.transaction.tests.ValidationRollbackTest)  Time elapsed: 0.005 s
test_rollback_nesting_trailingNotifications_206819(org.eclipse.emf.transaction.tests.ValidationRollbackTest)  Time elapsed: 0.029 s
test_rollback_nestedTransactions_illegalSubList_227429(org.eclipse.emf.transaction.tests.ValidationRollbackTest)  Time elapsed: 0.007 s
test_rollback_nested(org.eclipse.emf.transaction.tests.ValidationRollbackTest)  Time elapsed: 0.006 s
test_rollback_outer(org.eclipse.emf.transaction.tests.ValidationRollbackTest)  Time elapsed: 0.005 s
test_validation_nestedCommitted(org.eclipse.emf.transaction.tests.ValidationRollbackTest)  Time elapsed: 0.004 s
test_danglingTransactionOnException_149340(org.eclipse.emf.transaction.tests.ValidationRollbackTest)  Time elapsed: 0.007 s
test_validation_nestedRolledBack(org.eclipse.emf.transaction.tests.ValidationRollbackTest)  Time elapsed: 0.006 s
test_triggerRollback_146853(org.eclipse.emf.transaction.tests.ValidationRollbackTest)  Time elapsed: 0.009 s
test_rollbackOnRuntimeException_185040(org.eclipse.emf.transaction.tests.ValidationRollbackTest)  Time elapsed: 0.006 s
test_triggerRollback_cancel_146853(org.eclipse.emf.transaction.tests.ValidationRollbackTest)  Time elapsed: 0.005 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.004 s
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.005 s
test_rollback_resourceChangePropagation_unloaded_145321(org.eclipse.emf.transaction.tests.ResourceSetListenersTest)  Time elapsed: 0.024 s
test_triggerCommands_cascading(org.eclipse.emf.transaction.tests.ResourceSetListenersTest)  Time elapsed: 0.006 s
test_precommit_readOnly(org.eclipse.emf.transaction.tests.ResourceSetListenersTest)  Time elapsed: 0.005 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.004 s
test_readNotifications_cascading(org.eclipse.emf.transaction.tests.ResourceSetListenersTest)  Time elapsed: 0.005 s
test_unbatchedNotifications_reuseEvents_128445(org.eclipse.emf.transaction.tests.ResourceSetListenersTest)  Time elapsed: 0.005 s
test_postcommit_ordering(org.eclipse.emf.transaction.tests.ResourceSetListenersTest)  Time elapsed: 0.005 s
test_precommit_aggregatedCascade_121508(org.eclipse.emf.transaction.tests.ResourceSetListenersTest)  Time elapsed: 0.005 s
test_postcommitIncludesTriggerChanges(org.eclipse.emf.transaction.tests.ResourceSetListenersTest)  Time elapsed: 0.005 s
test_precommit_nestedChange2(org.eclipse.emf.transaction.tests.ResourceSetListenersTest)  Time elapsed: 0.005 s
test_rollback_resourceChangePropagation_created_145321(org.eclipse.emf.transaction.tests.ResourceSetListenersTest)  Time elapsed: 0.005 s
test_triggerCommands(org.eclipse.emf.transaction.tests.ResourceSetListenersTest)  Time elapsed: 0.004 s
test_rollback_resourceChangePropagation_uri_145321(org.eclipse.emf.transaction.tests.ResourceSetListenersTest)  Time elapsed: 0.005 s
test_postcommit(org.eclipse.emf.transaction.tests.ResourceSetListenersTest)  Time elapsed: 0.005 s
test_internalListenerNotifications_177642(org.eclipse.emf.transaction.tests.ResourceSetListenersTest)  Time elapsed: 0.004 s
test_precommit_aggregated_121508(org.eclipse.emf.transaction.tests.ResourceSetListenersTest)  Time elapsed: 0.028 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.004 s
test_unbatchedNotifications(org.eclipse.emf.transaction.tests.ResourceSetListenersTest)  Time elapsed: 0.004 s
test_recordingCommandsAsTriggers_bug157103(org.eclipse.emf.transaction.tests.ResourceSetListenersTest)  Time elapsed: 0.005 s
test_rollback_resourceChangePropagation_loaded_145321(org.eclipse.emf.transaction.tests.ResourceSetListenersTest)  Time elapsed: 0.005 s
test_DoNothing(org.eclipse.emf.transaction.tests.ResourceSetListenersTest)  Time elapsed: 0.004 s
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.006 s
test_contentTypeFilter_miss(org.eclipse.emf.transaction.tests.NotificationFilterTest)  Time elapsed: 0.004 s
test_contentTypeFilter_general(org.eclipse.emf.transaction.tests.NotificationFilterTest)  Time elapsed: 0.005 s
test_contentTypeFilter_noContent(org.eclipse.emf.transaction.tests.NotificationFilterTest)  Time elapsed: 0.004 s
test_DoNothing(org.eclipse.emf.transaction.tests.NotificationFilterTest)  Time elapsed: 0.005 s
test_eventSequence_rollback(org.eclipse.emf.transaction.tests.LifecycleListenersTest)  Time elapsed: 0.006 s
test_eventSequence_commit(org.eclipse.emf.transaction.tests.LifecycleListenersTest)  Time elapsed: 0.008 s
test_DoNothing(org.eclipse.emf.transaction.tests.LifecycleListenersTest)  Time elapsed: 0.005 s
test_nested_unvalidated_124334(org.eclipse.emf.transaction.tests.TransactionOptionsTest)  Time elapsed: 0.023 s
test_noNotificationsInSilentUnprotected_152335(org.eclipse.emf.transaction.tests.TransactionOptionsTest)  Time elapsed: 0.004 s
test_noNotifications(org.eclipse.emf.transaction.tests.TransactionOptionsTest)  Time elapsed: 0.004 s
test_childrenOfSilentUnprotected_152332(org.eclipse.emf.transaction.tests.TransactionOptionsTest)  Time elapsed: 0.005 s
test_defaultTransactionOptions(org.eclipse.emf.transaction.tests.TransactionOptionsTest)  Time elapsed: 0.005 s
test_noUndo(org.eclipse.emf.transaction.tests.TransactionOptionsTest)  Time elapsed: 0.004 s
test_noUndo_regularCommand(org.eclipse.emf.transaction.tests.TransactionOptionsTest)  Time elapsed: 0.004 s
test_unprotected(org.eclipse.emf.transaction.tests.TransactionOptionsTest)  Time elapsed: 0.004 s
test_transactionOptionInheritance_135569(org.eclipse.emf.transaction.tests.TransactionOptionsTest)  Time elapsed: 0.004 s
test_noUndo_recordingCommand(org.eclipse.emf.transaction.tests.TransactionOptionsTest)  Time elapsed: 0.005 s
test_optionsInheritedAtActivationTime_(org.eclipse.emf.transaction.tests.TransactionOptionsTest)  Time elapsed: 0.005 s
test_noValidation(org.eclipse.emf.transaction.tests.TransactionOptionsTest)  Time elapsed: 0.004 s
test_nested_noNotifications_124334(org.eclipse.emf.transaction.tests.TransactionOptionsTest)  Time elapsed: 0.005 s
test_nested_unvalidatedPostCommit_124334(org.eclipse.emf.transaction.tests.TransactionOptionsTest)  Time elapsed: 0.005 s
test_noTriggers(org.eclipse.emf.transaction.tests.TransactionOptionsTest)  Time elapsed: 0.004 s
test_notificationsNotRetainedAfterCommit_152335(org.eclipse.emf.transaction.tests.TransactionOptionsTest)  Time elapsed: 0.005 s
test_DoNothing(org.eclipse.emf.transaction.tests.TransactionOptionsTest)  Time elapsed: 0.004 s
test_nestedNotLoaded_readOnlyTX(org.eclipse.emf.transaction.tests.TransactionChangeRecorderTest)  Time elapsed: 0.024 s
test_freeDetachedElements_161169(org.eclipse.emf.transaction.tests.TransactionChangeRecorderTest)  Time elapsed: 0.009 s
test_freeDetachedResources_properContents_161169(org.eclipse.emf.transaction.tests.TransactionChangeRecorderTest)  Time elapsed: 0.011 s
test_changeRecorderPropagatedOnLoad_readOnlyTX(org.eclipse.emf.transaction.tests.TransactionChangeRecorderTest)  Time elapsed: 0.01 s
test_freeElements_multipleEditingDomains_161169(org.eclipse.emf.transaction.tests.TransactionChangeRecorderTest)  Time elapsed: 0.009 s
test_resourceLoadsWhileUnloading_189587(org.eclipse.emf.transaction.tests.TransactionChangeRecorderTest)  Time elapsed: 0.009 s
test_changeRecorderPropagatedOnLoad_writeTX(org.eclipse.emf.transaction.tests.TransactionChangeRecorderTest)  Time elapsed: 0.009 s
test_changeRecorderDispose_161169(org.eclipse.emf.transaction.tests.TransactionChangeRecorderTest)  Time elapsed: 0.009 s
test_propagation_setTarget(org.eclipse.emf.transaction.tests.TransactionChangeRecorderTest)  Time elapsed: 0.008 s
test_freeDetachedResources_161169(org.eclipse.emf.transaction.tests.TransactionChangeRecorderTest)  Time elapsed: 0.03 s
test_nestedNotLoaded_writeTX(org.eclipse.emf.transaction.tests.TransactionChangeRecorderTest)  Time elapsed: 0.008 s
test_changeRecorderDispose_detachedElements_161169(org.eclipse.emf.transaction.tests.TransactionChangeRecorderTest)  Time elapsed: 0.008 s
test_freeDetachedElements_properContents_161169(org.eclipse.emf.transaction.tests.TransactionChangeRecorderTest)  Time elapsed: 0.016 s
test_DoNothing(org.eclipse.emf.transaction.tests.TransactionChangeRecorderTest)  Time elapsed: 0.009 s
test_triggerCommands_recording(org.eclipse.emf.transaction.tests.UndoRedoTest)  Time elapsed: 0.006 s
test_undoRecordingCommandWithRecordingCommandTrigger_218276(org.eclipse.emf.transaction.tests.UndoRedoTest)  Time elapsed: 0.006 s
test_undoResourceLoad(org.eclipse.emf.transaction.tests.UndoRedoTest)  Time elapsed: 0.009 s
test_nonredoableCommand_138287(org.eclipse.emf.transaction.tests.UndoRedoTest)  Time elapsed: 0.005 s
test_nonredoableTriggerCommands(org.eclipse.emf.transaction.tests.UndoRedoTest)  Time elapsed: 0.006 s
test_undoResourceUnload(org.eclipse.emf.transaction.tests.UndoRedoTest)  Time elapsed: 0.024 s
test_nonredoableTriggerCommand_138287(org.eclipse.emf.transaction.tests.UndoRedoTest)  Time elapsed: 0.013 s
test_undoNestedRecordingCommandWithRecordingCommandTrigger_218276(org.eclipse.emf.transaction.tests.UndoRedoTest)  Time elapsed: 0.006 s
test_triggerCommands_nonRecording(org.eclipse.emf.transaction.tests.UndoRedoTest)  Time elapsed: 0.006 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.005 s
test_undoRedoOptionsNotSharedbyDomains_bug207986(org.eclipse.emf.transaction.tests.UndoRedoTest)  Time elapsed: 0.005 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.004 s
test_DoNothing(org.eclipse.emf.transaction.tests.UndoRedoTest)  Time elapsed: 0.005 s
test_listenerRegistration_universalListener(org.eclipse.emf.transaction.tests.EditingDomainRegistryTest)  Time elapsed: 0.005 s
test_registerDefaultFactory_136674(org.eclipse.emf.transaction.tests.EditingDomainRegistryTest)  Time elapsed: 0.004 s
test_changeDomainId(org.eclipse.emf.transaction.tests.EditingDomainRegistryTest)  Time elapsed: 0.005 s
test_dynamicAddRemove(org.eclipse.emf.transaction.tests.EditingDomainRegistryTest)  Time elapsed: 0.005 s
test_listenerRegistration_singleDomain_multipleListeners(org.eclipse.emf.transaction.tests.EditingDomainRegistryTest)  Time elapsed: 2.091 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.055 s
test_DoNothing(org.eclipse.emf.transaction.tests.EditingDomainRegistryTest)  Time elapsed: 0.005 s
testSimultaneousRead(org.eclipse.emf.transaction.multithread.tests.ReadOperationTest)  Time elapsed: 0.302 s
testMultipleLongRunningYieldingReads(org.eclipse.emf.transaction.multithread.tests.ReadOperationTest)  Time elapsed: 4.112 s
testLongRunningYieldingRead(org.eclipse.emf.transaction.multithread.tests.ReadOperationTest)  Time elapsed: 1.402 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.201 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.401 s
testComplexSimultaneousReadsWrites(org.eclipse.emf.transaction.multithread.tests.ReadWriteOperationTest)  Time elapsed: 0.501 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.503 s
test_interruptionOfUIThread_149982(org.eclipse.emf.transaction.multithread.tests.ReadWriteOperationTest)  Time elapsed: 0.254 s
test_sharingReadOnlyTransaction(org.eclipse.emf.transaction.tests.PrivilegedRunnableTest)  Time elapsed: 0.506 s
test_runtimeExceptionInRunnable_146625(org.eclipse.emf.transaction.tests.PrivilegedRunnableTest)  Time elapsed: 0.005 s
test_transactionMustBeActive(org.eclipse.emf.transaction.tests.PrivilegedRunnableTest)  Time elapsed: 0.506 s
test_transactionMustBeCurrent(org.eclipse.emf.transaction.tests.PrivilegedRunnableTest)  Time elapsed: 0.006 s
test_nestedSharing(org.eclipse.emf.transaction.tests.PrivilegedRunnableTest)  Time elapsed: 0.506 s
test_sharingReadWriteTransaction(org.eclipse.emf.transaction.tests.PrivilegedRunnableTest)  Time elapsed: 0.507 s
test_concurrentAcquireDuringPrivilegedRunnable_162027(org.eclipse.emf.transaction.tests.PrivilegedRunnableTest)  Time elapsed: 3.513 s
test_DoNothing(org.eclipse.emf.transaction.tests.PrivilegedRunnableTest)  Time elapsed: 0.006 s
test_createValidators_177643(org.eclipse.emf.transaction.tests.EditingDomainValidatorTest)  Time elapsed: 0.006 s  <<< FAILURE!
junit.framework.AssertionFailedError: expected:<1> but was:<2>
	at org.eclipse.emf.transaction.tests.EditingDomainValidatorTest.test_createValidators_177643(EditingDomainValidatorTest.java:62)

test_DoNothing(org.eclipse.emf.transaction.tests.EditingDomainValidatorTest)  Time elapsed: 0.004 s
test_validationRollback_validateEditFails(org.eclipse.emf.transaction.tests.ValidateEditTest)  Time elapsed: 0.005 s
test_noValidateEditRequired(org.eclipse.emf.transaction.tests.ValidateEditTest)  Time elapsed: 0.004 s
test_liveValidationFailure_validateEditOK(org.eclipse.emf.transaction.tests.ValidateEditTest)  Time elapsed: 0.005 s
test_customValidateEditSupport(org.eclipse.emf.transaction.tests.ValidateEditTest)  Time elapsed: 0.005 s
test_DoNothing(org.eclipse.emf.transaction.tests.ValidateEditTest)  Time elapsed: 0.004 s
testDeadlock(org.eclipse.emf.transaction.tests.JobManagerSuspensionDeadlockTest)  Time elapsed: 1.252 s
testPrePostDoExecute(org.eclipse.emf.transaction.tests.RecordingCommandTest)  Time elapsed: 0.006 s
test_DoNothing(org.eclipse.emf.transaction.tests.RecordingCommandTest)  Time elapsed: 0.005 s
testChangeDescriptionInNonEMFTEditingDomain1(org.eclipse.emf.transaction.tests.ChangeDescriptionTest)  Time elapsed: 0 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 s
test_loadLargishModelWithoutRecording(org.eclipse.emf.transaction.tests.PerformanceTest)  Time elapsed: 1.693 s
test_validatorTransactionTreeOptimizations_152332(org.eclipse.emf.transaction.tests.PerformanceTest)  Time elapsed: 1.448 s
test_ReadWriteValidator_findTree_132590(org.eclipse.emf.transaction.tests.PerformanceTest)  Time elapsed: 0.41 s
test_DoNothing(org.eclipse.emf.transaction.tests.PerformanceTest)  Time elapsed: 0.005 s
test_nonRecordingChildTransactions_153908(org.eclipse.emf.transaction.tests.MemoryLeakTest)  Time elapsed: 4.125 s
test_crossReferenceAdapter_undoredo_recordingTriggerCommands(org.eclipse.emf.transaction.tests.MemoryLeakTest)  Time elapsed: 0.012 s
test_crossReferenceAdapter_undoredo_normalTriggerCommands(org.eclipse.emf.transaction.tests.MemoryLeakTest)  Time elapsed: 0.008 s
test_crossReferenceAdapter_undoredo_recordingCommands(org.eclipse.emf.transaction.tests.MemoryLeakTest)  Time elapsed: 0.005 s
test_reclaimEditingDomain(org.eclipse.emf.transaction.tests.MemoryLeakTest)  Time elapsed: 2.055 s
test_crossReferenceAdapter_undoredo_normalCommands(org.eclipse.emf.transaction.tests.MemoryLeakTest)  Time elapsed: 0.005 s
test_unloadResource(org.eclipse.emf.transaction.tests.MemoryLeakTest)  Time elapsed: 2.053 s
test_DoNothing(org.eclipse.emf.transaction.tests.MemoryLeakTest)  Time elapsed: 0.004 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.252 s - in org.eclipse.emf.transaction.tests.JobManagerSuspensionDeadlockTest
testDeadlock(org.eclipse.emf.transaction.tests.JobManagerSuspensionDeadlockTest)  Time elapsed: 1.251 s
Running org.eclipse.emf.transaction.tests.ValidationRollbackTest
Got expected rollback
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s - in org.eclipse.emf.transaction.tests.ValidationRollbackTest
test_rollbackOnAbortExecutionException_230129(org.eclipse.emf.transaction.tests.ValidationRollbackTest)  Time elapsed: 0.004 s
test_rollback(org.eclipse.emf.transaction.tests.ValidationRollbackTest)  Time elapsed: 0.005 s
test_validation(org.eclipse.emf.transaction.tests.ValidationRollbackTest)  Time elapsed: 0.004 s
test_rollback_nesting_noNotifications_206819(org.eclipse.emf.transaction.tests.ValidationRollbackTest)  Time elapsed: 0.004 s
test_rollbackNotifiesCommandStackListeners_175725(org.eclipse.emf.transaction.tests.ValidationRollbackTest)  Time elapsed: 0.005 s
test_rollbackNestingTransactionOnException_135673(org.eclipse.emf.transaction.tests.ValidationRollbackTest)  Time elapsed: 0.004 s
test_rollback_nesting_trailingNotifications_206819(org.eclipse.emf.transaction.tests.ValidationRollbackTest)  Time elapsed: 0.004 s
test_rollback_nestedTransactions_illegalSubList_227429(org.eclipse.emf.transaction.tests.ValidationRollbackTest)  Time elapsed: 0.005 s
test_rollback_nested(org.eclipse.emf.transaction.tests.ValidationRollbackTest)  Time elapsed: 0.004 s
test_rollback_outer(org.eclipse.emf.transaction.tests.ValidationRollbackTest)  Time elapsed: 0.004 s
test_validation_nestedCommitted(org.eclipse.emf.transaction.tests.ValidationRollbackTest)  Time elapsed: 0.005 s
test_danglingTransactionOnException_149340(org.eclipse.emf.transaction.tests.ValidationRollbackTest)  Time elapsed: 0.004 s
test_validation_nestedRolledBack(org.eclipse.emf.transaction.tests.ValidationRollbackTest)  Time elapsed: 0.004 s
test_triggerRollback_146853(org.eclipse.emf.transaction.tests.ValidationRollbackTest)  Time elapsed: 0.005 s
test_rollbackOnRuntimeException_185040(org.eclipse.emf.transaction.tests.ValidationRollbackTest)  Time elapsed: 0.005 s
test_triggerRollback_cancel_146853(org.eclipse.emf.transaction.tests.ValidationRollbackTest)  Time elapsed: 0.004 s
test_abort(org.eclipse.emf.transaction.tests.ValidationRollbackTest)  Time elapsed: 0.004 s
test_DoNothing(org.eclipse.emf.transaction.tests.ValidationRollbackTest)  Time elapsed: 0.004 s
Running org.eclipse.emf.transaction.tests.LifecycleListenersTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 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.004 s
test_DoNothing(org.eclipse.emf.transaction.tests.LifecycleListenersTest)  Time elapsed: 0.004 s
Running org.eclipse.emf.transaction.tests.MemoryLeakTest
Used Heap: 15798 kB
Used Heap: 16167 kB
Additional heap used by the transaction: 368 kB
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.252 s - in org.eclipse.emf.transaction.tests.MemoryLeakTest
test_nonRecordingChildTransactions_153908(org.eclipse.emf.transaction.tests.MemoryLeakTest)  Time elapsed: 4.116 s
test_crossReferenceAdapter_undoredo_recordingTriggerCommands(org.eclipse.emf.transaction.tests.MemoryLeakTest)  Time elapsed: 0.005 s
test_crossReferenceAdapter_undoredo_normalTriggerCommands(org.eclipse.emf.transaction.tests.MemoryLeakTest)  Time elapsed: 0.005 s
test_crossReferenceAdapter_undoredo_recordingCommands(org.eclipse.emf.transaction.tests.MemoryLeakTest)  Time elapsed: 0.005 s
test_reclaimEditingDomain(org.eclipse.emf.transaction.tests.MemoryLeakTest)  Time elapsed: 2.054 s
test_crossReferenceAdapter_undoredo_normalCommands(org.eclipse.emf.transaction.tests.MemoryLeakTest)  Time elapsed: 0.006 s
test_unloadResource(org.eclipse.emf.transaction.tests.MemoryLeakTest)  Time elapsed: 2.055 s
test_DoNothing(org.eclipse.emf.transaction.tests.MemoryLeakTest)  Time elapsed: 0.005 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:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at junit.framework.TestCase.runTest(TestCase.java:177)
	at junit.framework.TestCase.runBare(TestCase.java:142)
	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:130)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90)
	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:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	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:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
Caused by: org.eclipse.core.runtime.OperationCanceledException
	at org.eclipse.core.internal.jobs.ThreadJob.waitForRun(ThreadJob.java:281)
	at org.eclipse.core.internal.jobs.ThreadJob.joinRun(ThreadJob.java:207)
	at org.eclipse.core.internal.jobs.ImplicitJobs.begin(ImplicitJobs.java:95)
	at org.eclipse.core.internal.jobs.JobManager.beginRule(JobManager.java:311)
	at org.eclipse.emf.transaction.util.Lock.uiSafeAcquire(Lock.java:355)
	... 49 more
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.382 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.111 s
testLongRunningYieldingRead(org.eclipse.emf.transaction.multithread.tests.ReadOperationTest)  Time elapsed: 1.403 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.201 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.401 s
testComplexSimultaneousReadsWrites(org.eclipse.emf.transaction.multithread.tests.ReadWriteOperationTest)  Time elapsed: 0.501 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.504 s
test_interruptionOfUIThread_149982(org.eclipse.emf.transaction.multithread.tests.ReadWriteOperationTest)  Time elapsed: 0.252 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.2 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.4 s
Running org.eclipse.emf.transaction.multithread.tests.ReadOperationTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.417 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.111 s
testLongRunningYieldingRead(org.eclipse.emf.transaction.multithread.tests.ReadOperationTest)  Time elapsed: 1.403 s
testReadOperation(org.eclipse.emf.transaction.multithread.tests.ReadOperationTest)  Time elapsed: 0.2 s
testNestedReads(org.eclipse.emf.transaction.multithread.tests.ReadOperationTest)  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:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at junit.framework.TestCase.runTest(TestCase.java:177)
	at junit.framework.TestCase.runBare(TestCase.java:142)
	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:130)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90)
	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:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	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:128)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:23)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1440)
Caused by: org.eclipse.core.runtime.OperationCanceledException
	at org.eclipse.core.internal.jobs.ThreadJob.waitForRun(ThreadJob.java:281)
	at org.eclipse.core.internal.jobs.ThreadJob.joinRun(ThreadJob.java:207)
	at org.eclipse.core.internal.jobs.ImplicitJobs.begin(ImplicitJobs.java:95)
	at org.eclipse.core.internal.jobs.JobManager.beginRule(JobManager.java:311)
	at org.eclipse.emf.transaction.util.Lock.uiSafeAcquire(Lock.java:355)
	... 47 more
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.061 s - in org.eclipse.emf.transaction.multithread.tests.ReadWriteOperationTest
testComplexSimultaneousReadsWrites(org.eclipse.emf.transaction.multithread.tests.ReadWriteOperationTest)  Time elapsed: 0.501 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.503 s
test_interruptionOfUIThread_149982(org.eclipse.emf.transaction.multithread.tests.ReadWriteOperationTest)  Time elapsed: 0.253 s
Running org.eclipse.emf.transaction.util.tests.InternalUtilTests
Got expected exception: Attempted to beginRule: org.eclipse.emf.transaction.util.Lock$AcquireRule@460647ad, does not match outer scope rule: R/
Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.614 s - in org.eclipse.emf.transaction.util.tests.InternalUtilTests
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 s
test_interrupt_uiSafeAcquire_jobInterrupted(org.eclipse.emf.transaction.util.tests.LockTest)  Time elapsed: 1.251 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.551 s
test_interrupt_acquire(org.eclipse.emf.transaction.util.tests.LockTest)  Time elapsed: 1.001 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.753 s
test_yieldExclusion(org.eclipse.emf.transaction.util.tests.LockTest)  Time elapsed: 0.501 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
test_canApply(org.eclipse.emf.transaction.util.tests.CompositeChangeDescriptionTest)  Time elapsed: 0.004 s
test_resourceChanges(org.eclipse.emf.transaction.util.tests.CompositeChangeDescriptionTest)  Time elapsed: 0.004 s
test_objectChanges(org.eclipse.emf.transaction.util.tests.CompositeChangeDescriptionTest)  Time elapsed: 0.005 s
test_objectsToAttach(org.eclipse.emf.transaction.util.tests.CompositeChangeDescriptionTest)  Time elapsed: 0.004 s
test_objectsToDetach(org.eclipse.emf.transaction.util.tests.CompositeChangeDescriptionTest)  Time elapsed: 0.004 s
test_applyAndReverse(org.eclipse.emf.transaction.util.tests.CompositeChangeDescriptionTest)  Time elapsed: 0.003 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.004 s
test_getEditingDomain_EObject(org.eclipse.emf.transaction.util.tests.TransactionUtilTests)  Time elapsed: 0.004 s
test_getEditingDomain_Object(org.eclipse.emf.transaction.util.tests.TransactionUtilTests)  Time elapsed: 0.004 s
test_getEditingDomain_ResourceSet(org.eclipse.emf.transaction.util.tests.TransactionUtilTests)  Time elapsed: 0.004 s
test_getEditingDomain_Resource(org.eclipse.emf.transaction.util.tests.TransactionUtilTests)  Time elapsed: 0.003 s
test_DoNothing(org.eclipse.emf.transaction.util.tests.TransactionUtilTests)  Time elapsed: 0.004 s
Running org.eclipse.emf.transaction.util.tests.LockTest
Got expected exception: Attempted to beginRule: org.eclipse.emf.transaction.util.Lock$AcquireRule@3b52b97e, does not match outer scope rule: R/
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.559 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 s
test_interrupt_uiSafeAcquire_jobInterrupted(org.eclipse.emf.transaction.util.tests.LockTest)  Time elapsed: 1.251 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.551 s
test_interrupt_acquire(org.eclipse.emf.transaction.util.tests.LockTest)  Time elapsed: 1.001 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 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.5 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.5 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.TransactionUtilTests
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.emf.transaction.util.tests.TransactionUtilTests
test_getEditingDomain_EObject(org.eclipse.emf.transaction.util.tests.TransactionUtilTests)  Time elapsed: 0.005 s
test_getEditingDomain_Object(org.eclipse.emf.transaction.util.tests.TransactionUtilTests)  Time elapsed: 0.004 s
test_getEditingDomain_ResourceSet(org.eclipse.emf.transaction.util.tests.TransactionUtilTests)  Time elapsed: 0.004 s
test_getEditingDomain_Resource(org.eclipse.emf.transaction.util.tests.TransactionUtilTests)  Time elapsed: 0.004 s
test_DoNothing(org.eclipse.emf.transaction.util.tests.TransactionUtilTests)  Time elapsed: 0.004 s
Running org.eclipse.emf.transaction.util.tests.CompositeChangeDescriptionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s - in org.eclipse.emf.transaction.util.tests.CompositeChangeDescriptionTest
test_canApply(org.eclipse.emf.transaction.util.tests.CompositeChangeDescriptionTest)  Time elapsed: 0.004 s
test_resourceChanges(org.eclipse.emf.transaction.util.tests.CompositeChangeDescriptionTest)  Time elapsed: 0.004 s
test_objectChanges(org.eclipse.emf.transaction.util.tests.CompositeChangeDescriptionTest)  Time elapsed: 0.005 s
test_objectsToAttach(org.eclipse.emf.transaction.util.tests.CompositeChangeDescriptionTest)  Time elapsed: 0.004 s
test_objectsToDetach(org.eclipse.emf.transaction.util.tests.CompositeChangeDescriptionTest)  Time elapsed: 0.004 s
test_applyAndReverse(org.eclipse.emf.transaction.util.tests.CompositeChangeDescriptionTest)  Time elapsed: 0.005 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.004 s

Results:

Failures: 
org.eclipse.emf.transaction.tests.EditingDomainValidatorTest.test_createValidators_177643(org.eclipse.emf.transaction.tests.EditingDomainValidatorTest)
  Run 1: PASS
  Run 2: EditingDomainValidatorTest.test_createValidators_177643:62 expected:<1> but was:<2>


Tests run: 447, Failures: 1, Errors: 0, Skipped: 0

[ERROR] There are test failures.

Please refer to /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/tests/org.eclipse.emf.transaction.tests/target/surefire-reports for the individual test results.
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.emf.transaction.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/tests/org.eclipse.emf.transaction.tests/target/org.eclipse.emf.transaction.tests-1.10.2-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/tests/org.eclipse.emf.transaction.tests/target/org.eclipse.emf.transaction.tests-1.10.2-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.eclipse.emf.transaction.plugins:org.eclipse.emf.workspace.tests >--
[INFO] Building org.eclipse.emf.workspace.tests 1.10.1-SNAPSHOT         [13/27]
[INFO]   from ../../tests/org.eclipse.emf.workspace.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.workspace.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.emf.workspace.tests ---
[INFO] The project's OSGi version is 1.10.1.202307141144
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.workspace.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.workspace.tests ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.workspace.tests ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.emf.workspace.tests ---
[INFO] Resolving class path of org.eclipse.emf.workspace.tests...
[INFO] 
[INFO] --- antrun:3.0.0:run (replace-build-token) @ org.eclipse.emf.workspace.tests ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- resources: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-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/tests/org.eclipse.emf.workspace.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.emf.workspace.tests ---
[INFO] Compiling 34 source files to /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/tests/org.eclipse.emf.workspace.tests/target/classes
[INFO] 
[INFO] --- resources: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-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/tests/org.eclipse.emf.workspace.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.workspace.tests ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.workspace.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/tests/org.eclipse.emf.workspace.tests/target/org.eclipse.emf.workspace.tests-1.10.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.emf.workspace.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/tests/org.eclipse.emf.workspace.tests/target/org.eclipse.emf.workspace.tests-1.10.1-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.workspace.tests ---
[INFO] 
[INFO] --- tycho-surefire:2.7.5:test (default-test) @ org.eclipse.emf.workspace.tests ---
[INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java)
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/tests/org.eclipse.emf.workspace.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/tests/org.eclipse.emf.workspace.tests/target/work/data, -install, /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/tests/org.eclipse.emf.workspace.tests/target/work, -configuration, /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/tests/org.eclipse.emf.workspace.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/tests/org.eclipse.emf.workspace.tests/target/surefire.properties]
Running org.eclipse.emf.workspace.tests.WorkbenchCommandStackTest
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.735 s - in org.eclipse.emf.workspace.tests.WorkbenchCommandStackTest
test_nestedExecutionInOpenComposite_203352(org.eclipse.emf.workspace.tests.WorkbenchCommandStackTest)  Time elapsed: 0.3 s
test_flushingOnResourceUnload(org.eclipse.emf.workspace.tests.WorkbenchCommandStackTest)  Time elapsed: 0.026 s
test_undoRedoNotifyListeners_173839(org.eclipse.emf.workspace.tests.WorkbenchCommandStackTest)  Time elapsed: 0.02 s
test_mostRecentCommand(org.eclipse.emf.workspace.tests.WorkbenchCommandStackTest)  Time elapsed: 0.013 s
test_rollbackNotifiesCommandStackListeners_175725(org.eclipse.emf.workspace.tests.WorkbenchCommandStackTest)  Time elapsed: 0.029 s
test_undo_redo(org.eclipse.emf.workspace.tests.WorkbenchCommandStackTest)  Time elapsed: 0.031 s
testUndoContextPropagationFromTriggerListeners(org.eclipse.emf.workspace.tests.WorkbenchCommandStackTest)  Time elapsed: 0.015 s
test_triggerRollback_operation_cancel_146853(org.eclipse.emf.workspace.tests.WorkbenchCommandStackTest)  Time elapsed: 0.017 s
test_isSaveNeeded_214325(org.eclipse.emf.workspace.tests.WorkbenchCommandStackTest)  Time elapsed: 0.011 s
test_nestedExecutionInAbstractOperation_244654(org.eclipse.emf.workspace.tests.WorkbenchCommandStackTest)  Time elapsed: 0.011 s
test_triggerRollback_146853(org.eclipse.emf.workspace.tests.WorkbenchCommandStackTest)  Time elapsed: 0.047 s
testSaveIsDoneAPIs(org.eclipse.emf.workspace.tests.WorkbenchCommandStackTest)  Time elapsed: 0.011 s
test_execute(org.eclipse.emf.workspace.tests.WorkbenchCommandStackTest)  Time elapsed: 0.01 s
test_recordingCommandsAsTriggers_bug157103(org.eclipse.emf.workspace.tests.WorkbenchCommandStackTest)  Time elapsed: 0.012 s
test_triggerRollback_operation_146853(org.eclipse.emf.workspace.tests.WorkbenchCommandStackTest)  Time elapsed: 0.01 s
test_triggerRollback_cancel_146853(org.eclipse.emf.workspace.tests.WorkbenchCommandStackTest)  Time elapsed: 0.01 s
test_flush(org.eclipse.emf.workspace.tests.WorkbenchCommandStackTest)  Time elapsed: 0.04 s
test_DoNothing(org.eclipse.emf.workspace.tests.WorkbenchCommandStackTest)  Time elapsed: 0.008 s
Running org.eclipse.emf.workspace.tests.CompositeEMFOperationTest
Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.322 s - in org.eclipse.emf.workspace.tests.CompositeEMFOperationTest
test_triggerCommands_aggregate(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.013 s
test_contexts(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.009 s
test_execute_cancel_123614(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.037 s
test_noTransactionNesting_mixed_135545(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.01 s
test_validation(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.01 s
test_errorInNestedAEO_transactionNesting_250253(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.011 s
test_redo_cancelMonitor_123614(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.009 s
test_redo_cancel_123614(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.008 s
test_canRedo(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.009 s
test_canUndo(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.038 s
test_execute_error_123614(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.008 s
test_undo_cancel_123614(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.008 s
test_noTransactionNesting_pureEMF_135545(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.009 s
test_noTransactionNesting_differentOptions_135545(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.011 s
test_execute_cancelMonitor_123614(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.008 s
test_triggerCommands(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.013 s
test_canExecute(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.008 s
test_undo_error_123614(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.011 s
test_undo_cancelMonitor_123614(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.03 s
test_errorInNestedAEO_noTransactionNesting_250253(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.009 s
test_rollback_nested(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.008 s
test_contexts_listIterator_125151(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.008 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.008 s
test_execute_undo_redo_nested(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.009 s
test_DoNothing(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.007 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.127 s - in org.eclipse.emf.workspace.tests.EMFOperationCommandTest
test_multipleDisposableOperation_209491(org.eclipse.emf.workspace.tests.EMFOperationCommandTest)  Time elapsed: 0.007 s
test_operationTriggerErrorStatus_234868(org.eclipse.emf.workspace.tests.EMFOperationCommandTest)  Time elapsed: 0.009 s
test_execute_undo_redo_trigger_recordingCommand(org.eclipse.emf.workspace.tests.EMFOperationCommandTest)  Time elapsed: 0.008 s
test_operationTriggerErrorStatus_nonEMF_undo_234868(org.eclipse.emf.workspace.tests.EMFOperationCommandTest)  Time elapsed: 0.01 s
test_rollback_trigger(org.eclipse.emf.workspace.tests.EMFOperationCommandTest)  Time elapsed: 0.008 s
test_nonredoableOperation_138287(org.eclipse.emf.workspace.tests.EMFOperationCommandTest)  Time elapsed: 0.007 s
test_operationTriggerErrorStatus_nonEMF_234868(org.eclipse.emf.workspace.tests.EMFOperationCommandTest)  Time elapsed: 0.008 s
test_execute_undo_redo(org.eclipse.emf.workspace.tests.EMFOperationCommandTest)  Time elapsed: 0.008 s
test_execute_undo_redo_trigger(org.eclipse.emf.workspace.tests.EMFOperationCommandTest)  Time elapsed: 0.035 s
test_operationTriggerFails_234868(org.eclipse.emf.workspace.tests.EMFOperationCommandTest)  Time elapsed: 0.008 s
test_operationTriggerErrorStatus_nonEMF_redo_234868(org.eclipse.emf.workspace.tests.EMFOperationCommandTest)  Time elapsed: 0.009 s
test_DoNothing(org.eclipse.emf.workspace.tests.EMFOperationCommandTest)  Time elapsed: 0.007 s
Running org.eclipse.emf.workspace.tests.MemoryLeakTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 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.009 s
test_crossReferenceAdapter_undoredo_operationTriggerOperations(org.eclipse.emf.workspace.tests.MemoryLeakTest)  Time elapsed: 0.041 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.008 s
test_crossReferenceAdapter_undoredo_operationTriggerCommands(org.eclipse.emf.workspace.tests.MemoryLeakTest)  Time elapsed: 0.008 s
test_crossReferenceAdapter_undoredo_normalCommands(org.eclipse.emf.workspace.tests.MemoryLeakTest)  Time elapsed: 0.009 s
test_DoNothing(org.eclipse.emf.workspace.tests.MemoryLeakTest)  Time elapsed: 0.007 s
Running org.eclipse.emf.workspace.tests.UndoContextTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.emf.workspace.tests.UndoContextTest
test_localChanges(org.eclipse.emf.workspace.tests.UndoContextTest)  Time elapsed: 0.009 s
test_remoteChanges(org.eclipse.emf.workspace.tests.UndoContextTest)  Time elapsed: 0.008 s
test_DoNothing(org.eclipse.emf.workspace.tests.UndoContextTest)  Time elapsed: 0.006 s
Running org.eclipse.emf.workspace.tests.BasicWorkbenchTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 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.006 s
test_read(org.eclipse.emf.workspace.tests.BasicWorkbenchTest)  Time elapsed: 0.006 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.006 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.005 s
test_write_wrongThread(org.eclipse.emf.workspace.tests.BasicWorkbenchTest)  Time elapsed: 0.007 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.031 s
test_read_readOnlyTransaction(org.eclipse.emf.workspace.tests.BasicWorkbenchTest)  Time elapsed: 0.006 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.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.005 s
Running org.eclipse.emf.workspace.tests.EMFCommandOperationTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s - in org.eclipse.emf.workspace.tests.EMFCommandOperationTest
test_triggerCommands_cascading(org.eclipse.emf.workspace.tests.EMFCommandOperationTest)  Time elapsed: 0.007 s
test_validation(org.eclipse.emf.workspace.tests.EMFCommandOperationTest)  Time elapsed: 0.007 s
test_RecordingCommand_triggerCommands(org.eclipse.emf.workspace.tests.EMFCommandOperationTest)  Time elapsed: 0.051 s
test_undoRecordingCommandWithRecordingCommandTrigger_218276(org.eclipse.emf.workspace.tests.EMFCommandOperationTest)  Time elapsed: 0.007 s
test_nonredoableCommand_138287(org.eclipse.emf.workspace.tests.EMFCommandOperationTest)  Time elapsed: 0.006 s
test_nonredoableTriggerCommand_138287(org.eclipse.emf.workspace.tests.EMFCommandOperationTest)  Time elapsed: 0.007 s
test_undoNestedRecordingCommandWithRecordingCommandTrigger_218276(org.eclipse.emf.workspace.tests.EMFCommandOperationTest)  Time elapsed: 0.007 s
test_triggerCommands(org.eclipse.emf.workspace.tests.EMFCommandOperationTest)  Time elapsed: 0.007 s
test_RecordingCommand_execute_undo_redo(org.eclipse.emf.workspace.tests.EMFCommandOperationTest)  Time elapsed: 0.006 s
test_execute_undo_redo(org.eclipse.emf.workspace.tests.EMFCommandOperationTest)  Time elapsed: 0.006 s
test_DoNothing(org.eclipse.emf.workspace.tests.EMFCommandOperationTest)  Time elapsed: 0.005 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.162 s - in org.eclipse.emf.workspace.tests.AbstractEMFOperationTest
test_triggerCommands_cascading(org.eclipse.emf.workspace.tests.AbstractEMFOperationTest)  Time elapsed: 0.008 s
test_options_124741(org.eclipse.emf.workspace.tests.AbstractEMFOperationTest)  Time elapsed: 0.006 s
test_validation(org.eclipse.emf.workspace.tests.AbstractEMFOperationTest)  Time elapsed: 0.029 s
test_inheritValidateEditOption_247691(org.eclipse.emf.workspace.tests.AbstractEMFOperationTest)  Time elapsed: 0.006 s
test_rollbackNestingTransactionOnException_135673(org.eclipse.emf.workspace.tests.AbstractEMFOperationTest)  Time elapsed: 0.006 s
test_undoWithRecordingCommandTrigger_218276(org.eclipse.emf.workspace.tests.AbstractEMFOperationTest)  Time elapsed: 0.007 s
test_executeInActiveTransaction_245393(org.eclipse.emf.workspace.tests.AbstractEMFOperationTest)  Time elapsed: 0.006 s
test_setOptions_245419(org.eclipse.emf.workspace.tests.AbstractEMFOperationTest)  Time elapsed: 0.006 s
test_nullProgressMonitors_bug150033(org.eclipse.emf.workspace.tests.AbstractEMFOperationTest)  Time elapsed: 0.006 s
test_triggerCommands(org.eclipse.emf.workspace.tests.AbstractEMFOperationTest)  Time elapsed: 0.006 s
test_triggerCommands_nonEMF(org.eclipse.emf.workspace.tests.AbstractEMFOperationTest)  Time elapsed: 0.008 s
test_rollbackOnError_250253(org.eclipse.emf.workspace.tests.AbstractEMFOperationTest)  Time elapsed: 0.006 s
test_execute_undo_redo(org.eclipse.emf.workspace.tests.AbstractEMFOperationTest)  Time elapsed: 0.045 s
test_undoRedoNonEMFOperationWithEMFChanges_155268(org.eclipse.emf.workspace.tests.AbstractEMFOperationTest)  Time elapsed: 0.007 s
test_DoNothing(org.eclipse.emf.workspace.tests.AbstractEMFOperationTest)  Time elapsed: 0.006 s
Running org.eclipse.emf.workspace.tests.AllTests
Got expected exception: operation has been executed
Got expected exception: operation has been executed
Got expected exception: operation has been executed
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: 140, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.024 s - in org.eclipse.emf.workspace.tests.AllTests
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.006 s
test_read(org.eclipse.emf.workspace.tests.BasicWorkbenchTest)  Time elapsed: 0.006 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.006 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.03 s
test_write_wrongThread(org.eclipse.emf.workspace.tests.BasicWorkbenchTest)  Time elapsed: 0.006 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.005 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.006 s
test_write(org.eclipse.emf.workspace.tests.BasicWorkbenchTest)  Time elapsed: 0.005 s
test_DoNothing(org.eclipse.emf.workspace.tests.BasicWorkbenchTest)  Time elapsed: 0.004 s
test_triggerCommands_cascading(org.eclipse.emf.workspace.tests.AbstractEMFOperationTest)  Time elapsed: 0.007 s
test_options_124741(org.eclipse.emf.workspace.tests.AbstractEMFOperationTest)  Time elapsed: 0.006 s
test_validation(org.eclipse.emf.workspace.tests.AbstractEMFOperationTest)  Time elapsed: 0.006 s
test_inheritValidateEditOption_247691(org.eclipse.emf.workspace.tests.AbstractEMFOperationTest)  Time elapsed: 0.034 s
test_rollbackNestingTransactionOnException_135673(org.eclipse.emf.workspace.tests.AbstractEMFOperationTest)  Time elapsed: 0.005 s
test_undoWithRecordingCommandTrigger_218276(org.eclipse.emf.workspace.tests.AbstractEMFOperationTest)  Time elapsed: 0.006 s
test_executeInActiveTransaction_245393(org.eclipse.emf.workspace.tests.AbstractEMFOperationTest)  Time elapsed: 0.005 s
test_setOptions_245419(org.eclipse.emf.workspace.tests.AbstractEMFOperationTest)  Time elapsed: 0.006 s
test_nullProgressMonitors_bug150033(org.eclipse.emf.workspace.tests.AbstractEMFOperationTest)  Time elapsed: 0.005 s
test_triggerCommands(org.eclipse.emf.workspace.tests.AbstractEMFOperationTest)  Time elapsed: 0.006 s
test_triggerCommands_nonEMF(org.eclipse.emf.workspace.tests.AbstractEMFOperationTest)  Time elapsed: 0.005 s
test_rollbackOnError_250253(org.eclipse.emf.workspace.tests.AbstractEMFOperationTest)  Time elapsed: 0.005 s
test_execute_undo_redo(org.eclipse.emf.workspace.tests.AbstractEMFOperationTest)  Time elapsed: 0.01 s
test_undoRedoNonEMFOperationWithEMFChanges_155268(org.eclipse.emf.workspace.tests.AbstractEMFOperationTest)  Time elapsed: 0.006 s
test_DoNothing(org.eclipse.emf.workspace.tests.AbstractEMFOperationTest)  Time elapsed: 0.004 s
test_triggerCommands_cascading(org.eclipse.emf.workspace.tests.EMFCommandOperationTest)  Time elapsed: 0.006 s
test_validation(org.eclipse.emf.workspace.tests.EMFCommandOperationTest)  Time elapsed: 0.006 s
test_RecordingCommand_triggerCommands(org.eclipse.emf.workspace.tests.EMFCommandOperationTest)  Time elapsed: 0.026 s
test_undoRecordingCommandWithRecordingCommandTrigger_218276(org.eclipse.emf.workspace.tests.EMFCommandOperationTest)  Time elapsed: 0.005 s
test_nonredoableCommand_138287(org.eclipse.emf.workspace.tests.EMFCommandOperationTest)  Time elapsed: 0.005 s
test_nonredoableTriggerCommand_138287(org.eclipse.emf.workspace.tests.EMFCommandOperationTest)  Time elapsed: 0.006 s
test_undoNestedRecordingCommandWithRecordingCommandTrigger_218276(org.eclipse.emf.workspace.tests.EMFCommandOperationTest)  Time elapsed: 0.006 s
test_triggerCommands(org.eclipse.emf.workspace.tests.EMFCommandOperationTest)  Time elapsed: 0.006 s
test_RecordingCommand_execute_undo_redo(org.eclipse.emf.workspace.tests.EMFCommandOperationTest)  Time elapsed: 0.006 s
test_execute_undo_redo(org.eclipse.emf.workspace.tests.EMFCommandOperationTest)  Time elapsed: 0.005 s
test_DoNothing(org.eclipse.emf.workspace.tests.EMFCommandOperationTest)  Time elapsed: 0.005 s
test_triggerCommands_aggregate(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.007 s
test_contexts(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.005 s
test_execute_cancel_123614(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.005 s
test_noTransactionNesting_mixed_135545(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.006 s
test_validation(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.005 s
test_errorInNestedAEO_transactionNesting_250253(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.025 s
test_redo_cancelMonitor_123614(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.005 s
test_redo_cancel_123614(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.005 s
test_canRedo(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.005 s
test_canUndo(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.004 s
test_execute_error_123614(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.006 s
test_undo_cancel_123614(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.005 s
test_noTransactionNesting_pureEMF_135545(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.005 s
test_noTransactionNesting_differentOptions_135545(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.006 s
test_execute_cancelMonitor_123614(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.004 s
test_triggerCommands(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.006 s
test_canExecute(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.005 s
test_undo_error_123614(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.005 s
test_undo_cancelMonitor_123614(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.005 s
test_errorInNestedAEO_noTransactionNesting_250253(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.005 s
test_rollback_nested(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.005 s
test_contexts_listIterator_125151(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.03 s
test_execute_undo_redo(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.006 s
test_redo_error_123614(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.005 s
test_execute_undo_redo_nested(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.006 s
test_DoNothing(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.005 s
test_multipleDisposableOperation_209491(org.eclipse.emf.workspace.tests.EMFOperationCommandTest)  Time elapsed: 0.005 s
test_operationTriggerErrorStatus_234868(org.eclipse.emf.workspace.tests.EMFOperationCommandTest)  Time elapsed: 0.005 s
test_execute_undo_redo_trigger_recordingCommand(org.eclipse.emf.workspace.tests.EMFOperationCommandTest)  Time elapsed: 0.006 s
test_operationTriggerErrorStatus_nonEMF_undo_234868(org.eclipse.emf.workspace.tests.EMFOperationCommandTest)  Time elapsed: 0.005 s
test_rollback_trigger(org.eclipse.emf.workspace.tests.EMFOperationCommandTest)  Time elapsed: 0.006 s
test_nonredoableOperation_138287(org.eclipse.emf.workspace.tests.EMFOperationCommandTest)  Time elapsed: 0.005 s
test_operationTriggerErrorStatus_nonEMF_234868(org.eclipse.emf.workspace.tests.EMFOperationCommandTest)  Time elapsed: 0.005 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.023 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.006 s
test_getAffectedResources_localRef(org.eclipse.emf.workspace.util.tests.ResourceUndoContextTest)  Time elapsed: 0.003 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.001 s
test_getAffectedResources_deletedElement_126113(org.eclipse.emf.workspace.util.tests.ResourceUndoContextTest)  Time elapsed: 0 s
test_unsettableManyReference_264220(org.eclipse.emf.workspace.util.tests.ResourceUndoContextTest)  Time elapsed: 0.006 s
test_getAffectedResources_remoteRef_bidirectional(org.eclipse.emf.workspace.util.tests.ResourceUndoContextTest)  Time elapsed: 0 s
test_getAffectedResources_remoteRef_unidirectional(org.eclipse.emf.workspace.util.tests.ResourceUndoContextTest)  Time elapsed: 0 s
test_canApply(org.eclipse.emf.workspace.util.tests.OperationChangeDescriptionTest)  Time elapsed: 0.001 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
test_defaultMoveBehaviour(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 0.012 s
test_synchMovedResourceWithUnencodedURI_197291(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 0.015 s
test_getFile(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 0.007 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.039 s
test_change(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 0.005 s
test_synchMoveResourceWithEncodedURI_197291(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 0.007 s
test_deletion(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 0.006 s
test_deleteProjectAndDisposeSynchronizer_233004(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 1.006 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.007 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.015 s
test_synchResourceWithUnencodedURI_197291(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 0.008 s
test_synchResourceWithEncodedURI_197291(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 0.008 s
test_getFile_normalization_156772(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 0.006 s
test_defaultDeleteBehaviour(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 0.006 s
test_DoNothing(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 0.01 s
test_noValidateEditRequired(org.eclipse.emf.workspace.util.tests.ValidateEditTest)  Time elapsed: 0.012 s
test_DoNothing(org.eclipse.emf.workspace.util.tests.ValidateEditTest)  Time elapsed: 0.007 s
test_localChanges(org.eclipse.emf.workspace.tests.UndoContextTest)  Time elapsed: 0.006 s
test_remoteChanges(org.eclipse.emf.workspace.tests.UndoContextTest)  Time elapsed: 0.01 s
test_DoNothing(org.eclipse.emf.workspace.tests.UndoContextTest)  Time elapsed: 0.005 s
test_nestedExecutionInOpenComposite_203352(org.eclipse.emf.workspace.tests.WorkbenchCommandStackTest)  Time elapsed: 0.006 s
test_flushingOnResourceUnload(org.eclipse.emf.workspace.tests.WorkbenchCommandStackTest)  Time elapsed: 0.007 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.005 s
test_rollbackNotifiesCommandStackListeners_175725(org.eclipse.emf.workspace.tests.WorkbenchCommandStackTest)  Time elapsed: 0.007 s
test_undo_redo(org.eclipse.emf.workspace.tests.WorkbenchCommandStackTest)  Time elapsed: 0.023 s
testUndoContextPropagationFromTriggerListeners(org.eclipse.emf.workspace.tests.WorkbenchCommandStackTest)  Time elapsed: 0.006 s
test_triggerRollback_operation_cancel_146853(org.eclipse.emf.workspace.tests.WorkbenchCommandStackTest)  Time elapsed: 0.007 s
test_isSaveNeeded_214325(org.eclipse.emf.workspace.tests.WorkbenchCommandStackTest)  Time elapsed: 0.006 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.007 s
testSaveIsDoneAPIs(org.eclipse.emf.workspace.tests.WorkbenchCommandStackTest)  Time elapsed: 0.006 s
test_execute(org.eclipse.emf.workspace.tests.WorkbenchCommandStackTest)  Time elapsed: 0.006 s
test_recordingCommandsAsTriggers_bug157103(org.eclipse.emf.workspace.tests.WorkbenchCommandStackTest)  Time elapsed: 0.006 s
test_triggerRollback_operation_146853(org.eclipse.emf.workspace.tests.WorkbenchCommandStackTest)  Time elapsed: 0.008 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.006 s
test_crossReferenceAdapter_undoredo_operations(org.eclipse.emf.workspace.tests.MemoryLeakTest)  Time elapsed: 0.025 s
test_crossReferenceAdapter_undoredo_recordingTriggerCommands(org.eclipse.emf.workspace.tests.MemoryLeakTest)  Time elapsed: 0.008 s
test_crossReferenceAdapter_undoredo_operationTriggerOperations(org.eclipse.emf.workspace.tests.MemoryLeakTest)  Time elapsed: 0.006 s
test_crossReferenceAdapter_undoredo_normalTriggerCommands(org.eclipse.emf.workspace.tests.MemoryLeakTest)  Time elapsed: 0.006 s
test_crossReferenceAdapter_undoredo_recordingCommands(org.eclipse.emf.workspace.tests.MemoryLeakTest)  Time elapsed: 0.007 s
test_crossReferenceAdapter_undoredo_operationTriggerCommands(org.eclipse.emf.workspace.tests.MemoryLeakTest)  Time elapsed: 0.007 s
test_crossReferenceAdapter_undoredo_normalCommands(org.eclipse.emf.workspace.tests.MemoryLeakTest)  Time elapsed: 0.006 s
test_DoNothing(org.eclipse.emf.workspace.tests.MemoryLeakTest)  Time elapsed: 0.005 s
Running org.eclipse.emf.workspace.util.tests.AllTests
Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.16 s - in org.eclipse.emf.workspace.util.tests.AllTests
test_getAffectedResources_localRef(org.eclipse.emf.workspace.util.tests.ResourceUndoContextTest)  Time elapsed: 0 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 s
test_getAffectedResources_remoteRef_bidirectional(org.eclipse.emf.workspace.util.tests.ResourceUndoContextTest)  Time elapsed: 0 s
test_getAffectedResources_remoteRef_unidirectional(org.eclipse.emf.workspace.util.tests.ResourceUndoContextTest)  Time elapsed: 0.001 s
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
test_defaultMoveBehaviour(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 0.006 s
test_synchMovedResourceWithUnencodedURI_197291(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 0.03 s
test_getFile(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 0.006 s
test_move(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 0.007 s
test_getUnderlyingFile_163291(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 0.005 s
test_change(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 0.006 s
test_synchMoveResourceWithEncodedURI_197291(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 0.007 s
test_deletion(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 0.005 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.005 s
test_defaultChangeBehaviour(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 0.006 s
test_getFileWithEncodedURI_128315(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 0.006 s
test_resourceDeletedThatHadMarkers_207306(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 0.005 s
test_multipleChanges(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 0.011 s
test_synchResourceWithUnencodedURI_197291(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 0.008 s
test_synchResourceWithEncodedURI_197291(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 0.007 s
test_getFile_normalization_156772(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 0.007 s
test_defaultDeleteBehaviour(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 0.005 s
test_DoNothing(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 0.006 s
test_noValidateEditRequired(org.eclipse.emf.workspace.util.tests.ValidateEditTest)  Time elapsed: 0.006 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.ResourceUndoContextTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.emf.workspace.util.tests.ResourceUndoContextTest
test_getAffectedResources_localRef(org.eclipse.emf.workspace.util.tests.ResourceUndoContextTest)  Time elapsed: 0 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.001 s
test_getAffectedResources_deletedElement_126113(org.eclipse.emf.workspace.util.tests.ResourceUndoContextTest)  Time elapsed: 0 s
test_unsettableManyReference_264220(org.eclipse.emf.workspace.util.tests.ResourceUndoContextTest)  Time elapsed: 0 s
test_getAffectedResources_remoteRef_bidirectional(org.eclipse.emf.workspace.util.tests.ResourceUndoContextTest)  Time elapsed: 0 s
test_getAffectedResources_remoteRef_unidirectional(org.eclipse.emf.workspace.util.tests.ResourceUndoContextTest)  Time elapsed: 0 s
Running org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.133 s - in org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest
test_defaultMoveBehaviour(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 0.007 s
test_synchMovedResourceWithUnencodedURI_197291(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 0.007 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.005 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.005 s
test_synchMoveResourceWithEncodedURI_197291(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 0.007 s
test_deletion(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 0.022 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.009 s
test_defaultChangeBehaviour(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 0.005 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.005 s
test_multipleChanges(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 0.01 s
test_synchResourceWithUnencodedURI_197291(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 0.007 s
test_synchResourceWithEncodedURI_197291(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 0.007 s
test_getFile_normalization_156772(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 0.005 s
test_defaultDeleteBehaviour(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 0.005 s
test_DoNothing(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 0.006 s
Running org.eclipse.emf.workspace.util.tests.ValidateEditTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.emf.workspace.util.tests.ValidateEditTest
test_noValidateEditRequired(org.eclipse.emf.workspace.util.tests.ValidateEditTest)  Time elapsed: 0.005 s
test_DoNothing(org.eclipse.emf.workspace.util.tests.ValidateEditTest)  Time elapsed: 0.005 s

Results:

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

[INFO] All tests passed!
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.emf.workspace.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/tests/org.eclipse.emf.workspace.tests/target/org.eclipse.emf.workspace.tests-1.10.1-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/tests/org.eclipse.emf.workspace.tests/target/org.eclipse.emf.workspace.tests-1.10.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.eclipse.emf.transaction.features:org.eclipse.emf.transaction >--
[INFO] Building org.eclipse.emf.transaction 1.13.0-SNAPSHOT             [14/27]
[INFO]   from ../../features/org.eclipse.emf.transaction-feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.transaction ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.transaction ---
[INFO] The project's OSGi version is 1.13.0.202307141144
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.transaction ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.transaction ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.transaction ---
[INFO] 
[INFO] --- antrun:3.0.0:run (replace-build-token) @ org.eclipse.emf.transaction ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.transaction ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.transaction ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.emf.transaction ---
[INFO] Fetching org.eclipse.license_2.0.2.v20181016-2210.jar from https://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/features/ (13.05kB)
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/features/org.eclipse.emf.transaction-feature/target/org.eclipse.emf.transaction-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.transaction ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.transaction ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.emf.transaction ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/features/org.eclipse.emf.transaction-feature/target/org.eclipse.emf.transaction-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --< org.eclipse.emf.transaction.features:org.eclipse.emf.transaction.source >--
[INFO] Building org.eclipse.emf.transaction.source 1.13.0-SNAPSHOT      [15/27]
[INFO]   from ../../features/org.eclipse.emf.transaction.source-feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.transaction.source ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.transaction.source ---
[INFO] The project's OSGi version is 1.13.0.202307141144
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.transaction.source ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.transaction.source ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.transaction.source ---
[INFO] 
[INFO] --- antrun:3.0.0:run (replace-build-token) @ org.eclipse.emf.transaction.source ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.transaction.source ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.transaction.source ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.emf.transaction.source ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/features/org.eclipse.emf.transaction.source-feature/target/org.eclipse.emf.transaction.source-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.transaction.source ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.transaction.source ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.emf.transaction.source ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/features/org.eclipse.emf.transaction.source-feature/target/org.eclipse.emf.transaction.source-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] ---< org.eclipse.emf.transaction.features:org.eclipse.emf.workspace >---
[INFO] Building org.eclipse.emf.workspace 1.13.0-SNAPSHOT               [16/27]
[INFO]   from ../../features/org.eclipse.emf.workspace-feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.workspace ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.workspace ---
[INFO] The project's OSGi version is 1.13.0.202307141144
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.workspace ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.workspace ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.workspace ---
[INFO] 
[INFO] --- antrun:3.0.0:run (replace-build-token) @ org.eclipse.emf.workspace ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.workspace ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.workspace ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.emf.workspace ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/features/org.eclipse.emf.workspace-feature/target/org.eclipse.emf.workspace-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.workspace ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.workspace ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.emf.workspace ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/features/org.eclipse.emf.workspace-feature/target/org.eclipse.emf.workspace-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --< org.eclipse.emf.transaction.features:org.eclipse.emf.workspace.source >--
[INFO] Building org.eclipse.emf.workspace.source 1.13.0-SNAPSHOT        [17/27]
[INFO]   from ../../features/org.eclipse.emf.workspace.source-feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.workspace.source ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.workspace.source ---
[INFO] The project's OSGi version is 1.13.0.202307141144
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.workspace.source ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.workspace.source ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.workspace.source ---
[INFO] 
[INFO] --- antrun:3.0.0:run (replace-build-token) @ org.eclipse.emf.workspace.source ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.workspace.source ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.workspace.source ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.emf.workspace.source ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/features/org.eclipse.emf.workspace.source-feature/target/org.eclipse.emf.workspace.source-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.workspace.source ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.workspace.source ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.emf.workspace.source ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/features/org.eclipse.emf.workspace.source-feature/target/org.eclipse.emf.workspace.source-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --< org.eclipse.emf.transaction.features:org.eclipse.emf.workspace.examples >--
[INFO] Building org.eclipse.emf.workspace.examples 1.13.0-SNAPSHOT      [18/27]
[INFO]   from ../../features/org.eclipse.emf.workspace.examples-feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.workspace.examples ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.workspace.examples ---
[INFO] The project's OSGi version is 1.13.0.202307141144
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.workspace.examples ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.workspace.examples ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.workspace.examples ---
[INFO] 
[INFO] --- antrun:3.0.0:run (replace-build-token) @ org.eclipse.emf.workspace.examples ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.workspace.examples ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.workspace.examples ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.emf.workspace.examples ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/features/org.eclipse.emf.workspace.examples-feature/target/org.eclipse.emf.workspace.examples-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.workspace.examples ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.workspace.examples ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.emf.workspace.examples ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/features/org.eclipse.emf.workspace.examples-feature/target/org.eclipse.emf.workspace.examples-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --< org.eclipse.emf.transaction.features:org.eclipse.emf.transaction.examples >--
[INFO] Building org.eclipse.emf.transaction.examples 1.13.0-SNAPSHOT    [19/27]
[INFO]   from ../../features/org.eclipse.emf.transaction.examples-feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.transaction.examples ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.transaction.examples ---
[INFO] The project's OSGi version is 1.13.0.202307141144
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.transaction.examples ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.transaction.examples ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.transaction.examples ---
[INFO] 
[INFO] --- antrun:3.0.0:run (replace-build-token) @ org.eclipse.emf.transaction.examples ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.transaction.examples ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.transaction.examples ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.emf.transaction.examples ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/features/org.eclipse.emf.transaction.examples-feature/target/org.eclipse.emf.transaction.examples-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.transaction.examples ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.transaction.examples ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.emf.transaction.examples ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/features/org.eclipse.emf.transaction.examples-feature/target/org.eclipse.emf.transaction.examples-1.13.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.13.0-SNAPSHOT [20/27]
[INFO]   from ../../features/org.eclipse.emf.transaction.examples.source-feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.transaction.examples.source ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.transaction.examples.source ---
[INFO] The project's OSGi version is 1.13.0.202307141144
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.transaction.examples.source ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.transaction.examples.source ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.transaction.examples.source ---
[INFO] 
[INFO] --- antrun:3.0.0:run (replace-build-token) @ org.eclipse.emf.transaction.examples.source ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.transaction.examples.source ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.transaction.examples.source ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.emf.transaction.examples.source ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/features/org.eclipse.emf.transaction.examples.source-feature/target/org.eclipse.emf.transaction.examples.source-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.transaction.examples.source ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.transaction.examples.source ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.emf.transaction.examples.source ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/features/org.eclipse.emf.transaction.examples.source-feature/target/org.eclipse.emf.transaction.examples.source-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --< org.eclipse.emf.transaction.features:org.eclipse.emf.workspace.doc >--
[INFO] Building org.eclipse.emf.workspace.doc 1.13.0-SNAPSHOT           [21/27]
[INFO]   from ../../features/org.eclipse.emf.workspace.doc-feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.workspace.doc ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.workspace.doc ---
[INFO] The project's OSGi version is 1.13.0.202307141144
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.workspace.doc ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.workspace.doc ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.workspace.doc ---
[INFO] 
[INFO] --- antrun:3.0.0:run (replace-build-token) @ org.eclipse.emf.workspace.doc ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.workspace.doc ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.workspace.doc ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.emf.workspace.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/features/org.eclipse.emf.workspace.doc-feature/target/org.eclipse.emf.workspace.doc-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.workspace.doc ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.workspace.doc ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.emf.workspace.doc ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/features/org.eclipse.emf.workspace.doc-feature/target/org.eclipse.emf.workspace.doc-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --< org.eclipse.emf.transaction.features:org.eclipse.emf.transaction.doc >--
[INFO] Building org.eclipse.emf.transaction.doc 1.13.0-SNAPSHOT         [22/27]
[INFO]   from ../../features/org.eclipse.emf.transaction.doc-feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.transaction.doc ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.transaction.doc ---
[INFO] The project's OSGi version is 1.13.0.202307141144
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.transaction.doc ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.transaction.doc ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.transaction.doc ---
[INFO] 
[INFO] --- antrun:3.0.0:run (replace-build-token) @ org.eclipse.emf.transaction.doc ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.transaction.doc ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.transaction.doc ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.emf.transaction.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/features/org.eclipse.emf.transaction.doc-feature/target/org.eclipse.emf.transaction.doc-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.transaction.doc ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.transaction.doc ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.emf.transaction.doc ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/features/org.eclipse.emf.transaction.doc-feature/target/org.eclipse.emf.transaction.doc-1.13.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.13.0-SNAPSHOT [23/27]
[INFO]   from ../../features/org.eclipse.emf.workspace.examples.source-feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.workspace.examples.source ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.workspace.examples.source ---
[INFO] The project's OSGi version is 1.13.0.202307141144
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.workspace.examples.source ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.workspace.examples.source ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.workspace.examples.source ---
[INFO] 
[INFO] --- antrun:3.0.0:run (replace-build-token) @ org.eclipse.emf.workspace.examples.source ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.workspace.examples.source ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.workspace.examples.source ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.emf.workspace.examples.source ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/features/org.eclipse.emf.workspace.examples.source-feature/target/org.eclipse.emf.workspace.examples.source-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.workspace.examples.source ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.workspace.examples.source ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.emf.workspace.examples.source ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/features/org.eclipse.emf.workspace.examples.source-feature/target/org.eclipse.emf.workspace.examples.source-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --< org.eclipse.emf.transaction.features:org.eclipse.emf.transaction.tests >--
[INFO] Building org.eclipse.emf.transaction.tests 1.13.0-SNAPSHOT       [24/27]
[INFO]   from ../../features/org.eclipse.emf.transaction.tests-feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.transaction.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.transaction.tests ---
[INFO] The project's OSGi version is 1.13.0.202307141144
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.transaction.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.transaction.tests ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.transaction.tests ---
[INFO] 
[INFO] --- antrun:3.0.0:run (replace-build-token) @ org.eclipse.emf.transaction.tests ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.transaction.tests ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.transaction.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.emf.transaction.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/features/org.eclipse.emf.transaction.tests-feature/target/org.eclipse.emf.transaction.tests-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.transaction.tests ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.transaction.tests ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.emf.transaction.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/features/org.eclipse.emf.transaction.tests-feature/target/org.eclipse.emf.transaction.tests-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --< org.eclipse.emf.transaction.features:org.eclipse.emf.transaction.sdk >--
[INFO] Building org.eclipse.emf.transaction.sdk 1.13.0-SNAPSHOT         [25/27]
[INFO]   from ../../features/org.eclipse.emf.transaction.sdk-feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.transaction.sdk ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.transaction.sdk ---
[INFO] The project's OSGi version is 1.13.0.202307141144
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.transaction.sdk ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.transaction.sdk ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.transaction.sdk ---
[INFO] 
[INFO] --- antrun:3.0.0:run (replace-build-token) @ org.eclipse.emf.transaction.sdk ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.transaction.sdk ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.transaction.sdk ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.emf.transaction.sdk ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/features/org.eclipse.emf.transaction.sdk-feature/target/org.eclipse.emf.transaction.sdk-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.transaction.sdk ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.transaction.sdk ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.emf.transaction.sdk ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/features/org.eclipse.emf.transaction.sdk-feature/target/org.eclipse.emf.transaction.sdk-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --< org.eclipse.emf.transaction.features:org.eclipse.emf.transaction.master >--
[INFO] Building org.eclipse.emf.transaction.master 1.13.0-SNAPSHOT      [26/27]
[INFO]   from ../../features/org.eclipse.emf.transaction.master-feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.transaction.master ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.transaction.master ---
[INFO] The project's OSGi version is 1.13.0.202307141144
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.emf.transaction.master ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.emf.transaction.master ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.transaction.master ---
[INFO] 
[INFO] --- antrun:3.0.0:run (replace-build-token) @ org.eclipse.emf.transaction.master ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.emf.transaction.master ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.transaction.master ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.emf.transaction.master ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/features/org.eclipse.emf.transaction.master-feature/target/org.eclipse.emf.transaction.master-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.transaction.master ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.transaction.master ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.emf.transaction.master ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/features/org.eclipse.emf.transaction.master-feature/target/org.eclipse.emf.transaction.master-1.13.0-SNAPSHOT.jar
[INFO] 
[INFO] --< org.eclipse.emf.transaction:org.eclipse.emf.transaction.repository >--
[INFO] Building org.eclipse.emf.transaction.repository 1.13.0-SNAPSHOT  [27/27]
[INFO]   from ../org.eclipse.emf.transaction.repository/pom.xml
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.emf.transaction.repository ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.transaction.repository ---
[INFO] The project's OSGi version is 1.13.0.202307141144
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean-1) @ org.eclipse.emf.transaction.repository ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.emf.transaction.repository ---
[INFO] 
[INFO] --- antrun:3.0.0:run (replace-build-token) @ org.eclipse.emf.transaction.repository ---
[INFO] Executing tasks
[INFO] Executed tasks
[INFO] 
[INFO] --- resources: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-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/releng/org.eclipse.emf.transaction.repository/src/main/resources
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.emf.transaction.repository ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Published profile IUs: [a.jre.javase 11.0.0]
[INFO] Published profile IUs: [a.jre.javase 17.0.0]
[INFO] Published profile IUs: [a.jre.javase 18.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:publish-products (default-publish-products) @ org.eclipse.emf.transaction.repository ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:publish-categories (default-publish-categories) @ org.eclipse.emf.transaction.repository ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:attach-artifacts (default-attach-artifacts) @ org.eclipse.emf.transaction.repository ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default-assemble-repository) @ org.eclipse.emf.transaction.repository ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Fetching org.eclipse.debug.ui_3.16.0.v20220228-0706.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (2.97MB)
[INFO] Fetching org.eclipse.emf.codegen_2.22.0.v20210420-0623.jar from https://download.eclipse.org/modeling/emf/emf/builds/release/2.29/plugins/ (360.15kB)
[INFO] Fetching org.eclipse.jdt.core_3.29.0.v20220214-1307.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (6.66MB)
[INFO] Fetching org.eclipse.jdt.launching_3.19.500.v20220125-2008.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (563.5kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore_2.29.0.v20211216-0741.jar from https://download.eclipse.org/modeling/emf/emf/builds/release/2.29/plugins/ (1.06MB)
[INFO] Fetching org.eclipse.emf.converter_2.10.0.v20180706-1146.jar from https://download.eclipse.org/modeling/emf/emf/builds/release/2.29/plugins/ (91.07kB)
[INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (90.57kB)
[INFO] Fetching org.eclipse.emf.databinding.edit_1.7.0.v20210113-0340.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (52.57kB)
[INFO] Fetching org.eclipse.emf.examples.databinding.project.core_1.3.0.v20190528-0725.jar from https://download.eclipse.org/modeling/emf/emf/builds/release/2.29/plugins/ (23.8kB)
[INFO] Fetching org.eclipse.emf.examples.databinding.project.core.model_1.3.0.v20180706-1146.jar from https://download.eclipse.org/modeling/emf/emf/builds/release/2.29/plugins/ (42.21kB)
[INFO] Fetching org.eclipse.emf.examples.databinding.project.ui.rcp_1.9.0.v20220211-1453.jar from https://download.eclipse.org/modeling/emf/emf/builds/release/2.29/plugins/ (117.65kB)
[INFO] Fetching org.eclipse.emf.examples_2.8.0.v20180706-1146.jar from https://download.eclipse.org/modeling/emf/emf/builds/release/2.29/plugins/ (12.92kB)
[INFO] Fetching org.eclipse.emf.java_2.9.0.v20211216-0528.jar from https://download.eclipse.org/modeling/emf/emf/builds/release/2.29/plugins/ (103.94kB)
[INFO] Fetching org.eclipse.emf.java.edit_2.8.0.v20180706-1146.jar from https://download.eclipse.org/modeling/emf/emf/builds/release/2.29/plugins/ (45.06kB)
[INFO] Fetching org.eclipse.emf.java.editor_2.9.0.v20190528-0725.jar from https://download.eclipse.org/modeling/emf/emf/builds/release/2.29/plugins/ (58.67kB)
[INFO] Fetching org.eclipse.emf.activities_2.7.0.v20180706-1146.jar from https://download.eclipse.org/modeling/emf/emf/builds/release/2.29/plugins/ (10.17kB)
[INFO] Fetching org.eclipse.emf.examples.library.editor_2.9.0.v20190528-0725.jar from https://download.eclipse.org/modeling/emf/emf/builds/release/2.29/plugins/ (81.15kB)
[INFO] Fetching org.eclipse.emf.exporter.html_2.8.0.v20180706-1146.jar from https://download.eclipse.org/modeling/emf/emf/builds/release/2.29/plugins/ (31.87kB)
[INFO] Fetching org.eclipse.emf.examples.generator.validator_1.5.0.v20180706-1146.jar from https://download.eclipse.org/modeling/emf/emf/builds/release/2.29/plugins/ (28.68kB)
[INFO] Fetching org.eclipse.emf.examples.jet.article2_2.8.0.v20191028-0905.jar from https://download.eclipse.org/modeling/emf/emf/builds/release/2.29/plugins/ (80.34kB)
[INFO] Fetching org.eclipse.emf.examples_2.21.0.v20220211-1453.jar from https://download.eclipse.org/modeling/emf/emf/builds/release/2.29/features/ (19.29kB)
[INFO] Fetching org.eclipse.jdt.ui_3.26.0.v20220222-0629.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (11.16MB)
[INFO] Fetching org.eclipse.emf.exporter_2.10.0.v20190321-1530.jar from https://download.eclipse.org/modeling/emf/emf/builds/release/2.29/plugins/ (62.09kB)
[INFO] Fetching org.eclipse.emf.validation.doc_1.3.0.202008210805.jar from https://download.eclipse.org/modeling/emf/validation/updates/releases/R202008210805/plugins/ (14.12kB)
[INFO] Fetching org.eclipse.emf.validation.examples_1.3.0.202008210805.jar from https://download.eclipse.org/modeling/emf/validation/updates/releases/R202008210805/plugins/ (179.84kB)
[INFO] Fetching org.eclipse.emf.validation.doc_1.12.2.202008210805.jar from https://download.eclipse.org/modeling/emf/validation/updates/releases/R202008210805/features/ (21.3kB)
[INFO] Fetching org.eclipse.emf.validation.ui_1.7.0.202008210805.jar from https://download.eclipse.org/modeling/emf/validation/updates/releases/R202008210805/plugins/ (74.19kB)
[INFO] Fetching org.eclipse.emf.validation.ui.ide_1.3.0.202008210805.jar from https://download.eclipse.org/modeling/emf/validation/updates/releases/R202008210805/plugins/ (22.33kB)
[INFO] Fetching org.eclipse.emf.validation_1.12.2.202008210805.jar from https://download.eclipse.org/modeling/emf/validation/updates/releases/R202008210805/features/ (21.63kB)
[INFO] Fetching org.eclipse.emf.validation.ocl_1.4.0.202008210805.jar from https://download.eclipse.org/modeling/emf/validation/updates/releases/R202008210805/plugins/ (20.82kB)
[INFO] Fetching 6.17.1&format=xml&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=/modeling/mdt/ocl/updates/releases/ (63B)
[INFO] Fetching org.eclipse.ocl_3.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (1.14MB)
[INFO] Fetching org.eclipse.ocl.ecore_3.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (383.83kB)
[INFO] Fetching org.eclipse.emf.validation.ocl_1.12.2.202008210805.jar from https://download.eclipse.org/modeling/emf/validation/updates/releases/R202008210805/features/ (21.56kB)
[INFO] Fetching org.eclipse.emf.validation.ocl.source_1.4.0.202008210805.jar from https://download.eclipse.org/modeling/emf/validation/updates/releases/R202008210805/plugins/ (13.39kB)
[INFO] Fetching org.eclipse.emf.validation.ocl.source_1.12.2.202008210805.jar from https://download.eclipse.org/modeling/emf/validation/updates/releases/R202008210805/features/ (21.21kB)
[INFO] Fetching org.eclipse.emf.validation.sdk_1.12.2.202008210805.jar from https://download.eclipse.org/modeling/emf/validation/updates/releases/R202008210805/features/ (21.2kB)
[INFO] Fetching org.eclipse.emf.validation.source_1.8.0.202008210805.jar from https://download.eclipse.org/modeling/emf/validation/updates/releases/R202008210805/plugins/ (324.23kB)
[INFO] Fetching org.eclipse.emf.validation.ui.source_1.7.0.202008210805.jar from https://download.eclipse.org/modeling/emf/validation/updates/releases/R202008210805/plugins/ (54.05kB)
[INFO] Fetching org.eclipse.emf.validation.ui.ide.source_1.3.0.202008210805.jar from https://download.eclipse.org/modeling/emf/validation/updates/releases/R202008210805/plugins/ (19.05kB)
[INFO] Fetching org.eclipse.emf.validation.source_1.12.2.202008210805.jar from https://download.eclipse.org/modeling/emf/validation/updates/releases/R202008210805/features/ (21.25kB)
[INFO] Fetching org.eclipse.jdt.core.manipulation_1.16.0.v20220214-0655.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (1.91MB)
[INFO] Fetching org.eclipse.jdt.debug_3.19.100.v20220301-0551.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (908.78kB)
[INFO] Fetching org.eclipse.search_3.14.100.v20220120-1549.jar from https://download.eclipse.org/eclipse/updates/4.23/R-4.23-202203080310/plugins/ (489.96kB)
[INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (112.42kB)
[INFO] Fetching org.eclipse.ocl.common_1.17.0.v20220309-0840.jar from https://download.eclipse.org/modeling/mdt/ocl/updates/releases/6.17.1/plugins/ (36.28kB)
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.emf.transaction.repository ---
[INFO] 
[INFO] --- tycho-p2-repository:2.7.5:archive-repository (default-archive-repository) @ org.eclipse.emf.transaction.repository ---
[WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Building zip: /home/jenkins/agent/workspace/emf-transaction-all/PLATFORM/2022-03/jdk/openjdk-jdk17-latest/label/migration/releng/org.eclipse.emf.transaction.repository/target/org.eclipse.emf.transaction.repository-1.13.0-SNAPSHOT.zip
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.emf.transaction.repository ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] org.eclipse.emf.transaction.releng 1.13.0-SNAPSHOT . SUCCESS [  3.212 s]
[INFO] org.eclipse.emf.transaction.target 1.13.0-SNAPSHOT . SUCCESS [  0.893 s]
[INFO] org.eclipse.emf.transaction 1.9.2-SNAPSHOT ......... SUCCESS [ 11.288 s]
[INFO] org.eclipse.emf.transaction.ui 1.4.1-SNAPSHOT ...... SUCCESS [  2.754 s]
[INFO] org.eclipse.emf.workspace 1.5.2-SNAPSHOT ........... SUCCESS [  3.566 s]
[INFO] org.eclipse.emf.workspace.ui 1.3.1-SNAPSHOT ........ SUCCESS [  2.264 s]
[INFO] org.eclipse.emf.transaction.doc 1.4.1-SNAPSHOT ..... SUCCESS [  2.733 s]
[INFO] org.eclipse.emf.workspace.doc 1.3.1-SNAPSHOT ....... SUCCESS [  2.075 s]
[INFO] org.eclipse.emf.transaction.examples 1.3.0-SNAPSHOT  SUCCESS [  3.677 s]
[INFO] org.eclipse.emf.workspace.examples 1.2.1-SNAPSHOT .. SUCCESS [  1.884 s]
[INFO] org.eclipse.emf.workspace.examples.library.editor 1.2.1-SNAPSHOT SUCCESS [  3.180 s]
[INFO] org.eclipse.emf.transaction.tests 1.10.2-SNAPSHOT .. SUCCESS [01:56 min]
[INFO] org.eclipse.emf.workspace.tests 1.10.1-SNAPSHOT .... SUCCESS [ 13.015 s]
[INFO] org.eclipse.emf.transaction 1.13.0-SNAPSHOT ........ SUCCESS [  1.726 s]
[INFO] org.eclipse.emf.transaction.source 1.13.0-SNAPSHOT . SUCCESS [  0.969 s]
[INFO] org.eclipse.emf.workspace 1.13.0-SNAPSHOT .......... SUCCESS [  0.762 s]
[INFO] org.eclipse.emf.workspace.source 1.13.0-SNAPSHOT ... SUCCESS [  1.624 s]
[INFO] org.eclipse.emf.workspace.examples 1.13.0-SNAPSHOT . SUCCESS [  0.907 s]
[INFO] org.eclipse.emf.transaction.examples 1.13.0-SNAPSHOT SUCCESS [  1.024 s]
[INFO] org.eclipse.emf.transaction.examples.source 1.13.0-SNAPSHOT SUCCESS [  1.219 s]
[INFO] org.eclipse.emf.workspace.doc 1.13.0-SNAPSHOT ...... SUCCESS [  1.201 s]
[INFO] org.eclipse.emf.transaction.doc 1.13.0-SNAPSHOT .... SUCCESS [  1.768 s]
[INFO] org.eclipse.emf.workspace.examples.source 1.13.0-SNAPSHOT SUCCESS [  0.970 s]
[INFO] org.eclipse.emf.transaction.tests 1.13.0-SNAPSHOT .. SUCCESS [  0.862 s]
[INFO] org.eclipse.emf.transaction.sdk 1.13.0-SNAPSHOT .... SUCCESS [  1.253 s]
[INFO] org.eclipse.emf.transaction.master 1.13.0-SNAPSHOT . SUCCESS [  2.053 s]
[INFO] org.eclipse.emf.transaction.repository 1.13.0-SNAPSHOT SUCCESS [ 14.441 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  03:39 min
[INFO] Finished at: 2023-07-14T11:47:46Z
[INFO] ------------------------------------------------------------------------
Terminating xvnc.
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 50 killed;
[ssh-agent] Stopped.
Archiving artifacts
‘update-site/**’ doesn’t match anything, but ‘**’ does. Perhaps that’s what you mean?
No artifacts found that match the file pattern "update-site/**". Configuration error?
Recording test results
[Checks API] No suitable checks publisher found.
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Sending e-mails to: pierre-charles.david@obeo.fr
Finished: UNSTABLE