Started by user Lorenzo Bettini Running as Lorenzo Bettini Agent centos-8-3gh1x is provisioned from template centos-8 --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "dcdbc7ed8a3e8b49b8443ee4b54d9618b35139e6" jenkins/label: "centos-latest_centos-8" name: "centos-8-3gh1x" namespace: "emf-parsley" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.emf-parsley.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "centos-8-3gh1x" - 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-8-3gh1x" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.emf-parsley.svc.cluster.local/emf-parsley/" image: "docker.io/eclipsecbi/jiro-agent-centos-8:remoting-4.13.3" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-emf-parsley" 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-8-3gh1x (centos-8 centos-latest) in workspace /home/jenkins/agent/workspace/emf-parsley-next-simrel-github The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse-emf-parsley/emf-parsley > git init /home/jenkins/agent/workspace/emf-parsley-next-simrel-github # timeout=10 Fetching upstream changes from https://github.com/eclipse-emf-parsley/emf-parsley > git --version # timeout=10 > git --version # 'git version 2.27.0' > git fetch --tags --force --progress -- https://github.com/eclipse-emf-parsley/emf-parsley +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse-emf-parsley/emf-parsley # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse origin/next-simrel^{commit} # timeout=10 Checking out Revision 13cd9fcdfa8ada51015de432fc979a57f404dff6 (origin/next-simrel) > git config core.sparsecheckout # timeout=10 > git checkout -f 13cd9fcdfa8ada51015de432fc979a57f404dff6 # timeout=10 Commit message: "organized imports" > git rev-list --no-walk e5e8bf2e8b684961a08d6dfd42db89a1405791c5 # timeout=10 $ pkill Xvnc $ pkill Xrealvnc $ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*" [emf-parsley-next-simrel-github] $ Xvnc -help Starting xvnc [emf-parsley-next-simrel-github] $ Xvnc :62 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset Xvnc TigerVNC 1.11.0 - built Jul 21 2021 11:25:16 Copyright (C) 1999-2020 TigerVNC Team and many others (see README.rst) See https://www.tigervnc.org for information on TigerVNC. Underlying X server release 12011000, The X.Org Foundation Thu Nov 24 16:56:47 2022 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5962 vncext: created VNC server for screen 0 [emf-parsley-next-simrel-github] $ /bin/sh -xe /tmp/jenkins11410324796512096443.sh + rm -rf target + icewm --replace --sm-disable [emf-parsley-next-simrel-github] $ /opt/tools/apache-maven/latest/bin/mvn -f releng/org.eclipse.emf.parsley.parent/pom.xml -DskipDragAndDropTests=false -Dmaven.repo.local=/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository clean verify Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [INFO] Computing target platform for MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.runtime.common:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.runtime.common/pom.xml [INFO] Adding repository https://download.itemis.com/updates/releases/2.1.1 [INFO] Fetching content.jar from https://download.itemis.com/updates/releases/2.1.1/ (5.47kB) [INFO] Fetching p2.index from https://download.eclipse.org/releases/2020-12/ (122B) [INFO] Adding repository https://download.eclipse.org/releases/2020-12 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/releases/2020-12/ (480B) [INFO] Fetching p2.index from https://download.eclipse.org/technology/epp/packages/2020-12/ (128B) [INFO] Fetching compositeContent.jar from https://download.eclipse.org/technology/epp/packages/2020-12/ (419B) [INFO] Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2020-12/202012101200/ (102.59kB) [INFO] Fetching p2.index from https://download.eclipse.org/releases/2020-12/202012161000/ (140B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/releases/2020-12/202012161000/ (823.24kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.runtime.common:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.runtime.common/pom.xml [INFO] Fetching 202012161000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2020-12/ (63B) [INFO] Fetching com.google.guava_27.1.0.v20190517-1946.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (743.15kB) [INFO] Fetching com.google.inject_3.0.0.v201605172100.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (141.49kB) [INFO] Fetching javax.inject_1.0.0.v20091030.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (14.07kB) [INFO] Fetching com.ibm.icu_67.1.0.v20200706-1749.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (9.67MB) [INFO] Fetching com.sun.jna_4.5.1.v20190425-1842.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (1.28MB) [INFO] Fetching com.sun.jna.platform_4.5.1.v20190425-1842.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (328.72kB) [INFO] Fetching javax.annotation_1.3.5.v20200909-1856.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (36.66kB) [INFO] Fetching org.eclipse.osgi_3.16.100.v20201030-1916.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (468.96kB) [INFO] Fetching org.apache.batik.constants_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (13kB) [INFO] Fetching org.apache.batik.css_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (102.39kB) [INFO] Fetching org.apache.batik.util_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (63.23kB) [INFO] Fetching org.apache.batik.i18n_1.13.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (14.47kB) [INFO] Fetching org.apache.xmlgraphics_2.4.0.v20200622-2037.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (255.73kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (35.59kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (15.35kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (95.26kB) [INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (82.7kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (33.71kB) [INFO] Fetching org.apache.felix.scr_2.1.24.v20200924-1939.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (155.35kB) [INFO] Fetching org.eclipse.osgi.services_3.9.0.v20200511-1725.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (43.97kB) [INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (30.65kB) [INFO] Fetching org.eclipse.core.commands_3.9.800.v20201021-1339.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (43.1kB) [INFO] Fetching org.eclipse.equinox.common_3.14.0.v20201102-2053.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (59.04kB) [INFO] Fetching org.eclipse.core.contenttype_3.7.800.v20200724-0804.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (41.25kB) [INFO] Fetching org.eclipse.equinox.preferences_3.8.100.v20201102-2042.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (55.6kB) [INFO] Fetching org.eclipse.equinox.registry_3.10.0.v20201107-1818.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (77.18kB) [INFO] Fetching org.eclipse.core.databinding_1.10.100.v20200926-1123.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (56.91kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.10.0.v20200730-0848.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (82.74kB) [INFO] Fetching org.eclipse.core.databinding.property_1.8.100.v20200619-0651.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (44.71kB) [INFO] Fetching org.eclipse.core.expressions_3.7.0.v20200720-1126.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (33.67kB) [INFO] Fetching org.eclipse.core.runtime_3.20.0.v20201027-1526.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (33.44kB) [INFO] Fetching org.eclipse.core.jobs_3.10.1000.v20200909-1312.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (46.03kB) [INFO] Fetching org.eclipse.equinox.app_1.5.0.v20200717-0620.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (42.08kB) [INFO] Fetching org.eclipse.e4.core.commands_0.13.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (13.78kB) [INFO] Fetching org.eclipse.e4.core.di_1.7.600.v20200428-0912.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (25.88kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (22.66kB) [INFO] Fetching org.eclipse.e4.core.services_2.2.500.v20200928-2213.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (27.95kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (7.68kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.16.0.v20200507-0938.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (7.72kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.700.v20200622-1247.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (16.43kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.800.v20200609-0849.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (21.73kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (107.16kB) [INFO] Fetching org.eclipse.emf.ecore_2.23.0.v20200630-0516.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (484.27kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.13.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (23.02kB) [INFO] Fetching org.eclipse.swt_3.115.100.v20201202-1103.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (16.04kB) [INFO] Fetching org.eclipse.e4.ui.services_1.4.0.v20201014-0944.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (13.15kB) [INFO] Fetching org.eclipse.jface_3.22.0.v20201106-0834.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (361.85kB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.13.0.v20201015-0653.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (66.15kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.0.v20201103-0952.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (65.7kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.0.v20201026-1147.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (16.78kB) [INFO] Fetching org.eclipse.e4.ui.di_1.2.900.v20201021-1339.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (9.74kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.2.100.v20201109-2317.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (27.64kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.900.v20201014-0742.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (110.29kB) [INFO] Fetching org.eclipse.equinox.event_1.5.500.v20200616-0800.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (16.65kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.800.v20201021-1339.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (9.46kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.12.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (84.41kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (50.86kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (84.12kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (49.8kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.0.v20201125-0918.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (94.41kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.15.0.v20201103-0952.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (62.44kB) [INFO] Fetching org.eclipse.jface.databinding_1.12.100.v20201014-0742.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (77.77kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.500.v20201021-1339.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (13.07kB) [INFO] Fetching org.eclipse.urischeme_1.1.200.v20201104-0938.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (23.69kB) [INFO] Fetching org.eclipse.emf.common_2.21.0.v20200917-1439.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (114.73kB) [INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (144.31kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.115.100.v20201202-1103.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (969.03kB) [INFO] Fetching org.eclipse.ui.workbench_3.122.0.v20201122-1345.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (961.46kB) [INFO] Fetching org.eclipse.help_3.8.800.v20200525-0755.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (120.7kB) [INFO] Fetching org.eclipse.jface.notifications_0.2.100.v20201130-1828.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (14.74kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (16.71kB) [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.runtime.common:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.runtime.common/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.common:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.common/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.common:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.common/pom.xml [INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (59.6kB) [INFO] Fetching org.eclipse.ui_3.118.100.v20201123-0719.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (339.74kB) [INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (30.4kB) [INFO] Fetching org.eclipse.emf.databinding.edit_1.6.0.v20190323-1031.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (20.56kB) [INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (96.85kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (61.19kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.19.0.v20200917-1406.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (109.14kB) [INFO] Fetching org.eclipse.ui.views_3.10.500.v20201021-1339.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (48.23kB) [INFO] Fetching org.eclipse.ui.forms_3.11.0.v20201025-0656.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (123.05kB) [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.common:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.common/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.views.common:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.views.common/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.views.common:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.views.common/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.views.common:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.views.common/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.cdo.common:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.cdo.common/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.cdo.common:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.cdo.common/pom.xml [INFO] Fetching org.eclipse.emf.cdo_4.12.0.v20201209-0738.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (284.35kB) [INFO] Fetching org.eclipse.emf.cdo.common_4.12.0.v20201125-0935.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (175.27kB) [INFO] Fetching org.eclipse.net4j.util_3.13.0.v20201209-0820.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (232.32kB) [INFO] Fetching org.eclipse.emf.cdo.net4j_4.4.0.v20201125-0935.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (63.43kB) [INFO] Fetching org.eclipse.net4j_4.11.0.v20201008-0738.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (64.95kB) [INFO] Fetching org.eclipse.net4j.tcp_4.2.1.v20200825-0442.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (31.51kB) [INFO] Fetching org.eclipse.emf.query_1.7.0.201805030653.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (141.72kB) [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.cdo.common:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.cdo.common/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.runtime:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.runtime/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.runtime:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.runtime/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.runtime:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.runtime/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.junit4:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.junit4/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.junit4:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.junit4/pom.xml [INFO] Fetching org.eclipse.xtext.xbase.lib_2.24.0.v20201130-0911.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (48.16kB) [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (29.18kB) [INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (123kB) [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.junit4:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.junit4/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.web.servlets:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.web.servlets/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.web.servlets:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.web.servlets/pom.xml [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (108.23kB) [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.web.servlets:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.web.servlets/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.web.tools:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.web.tools/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.web.tools:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.web.tools/pom.xml [INFO] Fetching io.github.classgraph_4.8.35.v20190528-1517.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (170.74kB) [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (249kB) [INFO] Fetching org.apache.ant_1.10.9.v20201106-1946.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (2.85MB) [INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (1.29MB) [INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (45.51kB) [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (122.3kB) [INFO] Fetching org.eclipse.ant.core_3.5.800.v20200608-1251.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (71.46kB) [INFO] Fetching org.eclipse.core.variables_3.4.800.v20200120-1101.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (18.03kB) [INFO] Fetching org.eclipse.ant.launching_1.2.1000.v20200610-1458.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (102.05kB) [INFO] Fetching org.eclipse.debug.core_3.17.0.v20201109-1948.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (125.99kB) [INFO] Fetching org.eclipse.jdt.launching_3.19.0.v20201106-0848.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (282.53kB) [INFO] Fetching org.eclipse.core.externaltools_1.1.800.v20201105-0600.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (20.85kB) [INFO] Fetching org.eclipse.text_3.10.400.v20200925-0557.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (99.95kB) [INFO] Fetching org.eclipse.jdt.core_3.24.0.v20201123-0742.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (6.89MB) [INFO] Fetching org.eclipse.core.resources_3.13.900.v20201105-1507.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (875.9kB) [INFO] Fetching org.eclipse.ant.ui_3.7.1000.v20201116-1127.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (475.54kB) [INFO] Fetching org.eclipse.core.filesystem_1.7.700.v20200110-1734.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (27.79kB) [INFO] Fetching org.eclipse.ui.externaltools_3.4.900.v20201105-0600.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (65.62kB) [INFO] Fetching org.eclipse.ui.console_3.10.0.v20201021-1231.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (84.03kB) [INFO] Fetching org.eclipse.debug.ui_3.14.700.v20201123-0650.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (1,019kB) [INFO] Fetching org.eclipse.jdt.ui_3.22.0.v20201121-1451.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (3.92MB) [INFO] Fetching org.eclipse.jdt.debug.ui_3.12.100.v20201118-1524.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (1.67MB) [INFO] Fetching org.eclipse.team.core_3.8.1100.v20200806-0621.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (124.96kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.11.200.v20201027-1753.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (105.65kB) [INFO] Fetching org.eclipse.jdt.junit_3.11.1000.v20201120-2059.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (232.06kB) [INFO] Fetching org.eclipse.compare_3.7.1200.v20201020-1107.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (306.62kB) [INFO] Fetching org.eclipse.jface.text_3.16.500.v20201112-1545.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (316.84kB) [INFO] Fetching org.eclipse.ui.ide_3.18.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (949.75kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.15.100.v20201116-1727.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (239.2kB) [INFO] Fetching org.eclipse.ui.editors_3.13.400.v20200923-1238.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (199.9kB) [INFO] Fetching org.eclipse.compare.core_3.6.1000.v20201020-1107.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (32.82kB) [INFO] Fetching org.eclipse.core.filebuffers_3.6.1100.v20201029-1159.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (41.14kB) [INFO] Fetching org.eclipse.core.net_1.3.1000.v20200715-0827.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (31.78kB) [INFO] Fetching org.eclipse.equinox.security_1.3.500.v20200114-1637.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (44.56kB) [INFO] Fetching org.eclipse.e4.ui.ide_3.15.100.v20200323-2111.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (7.94kB) [INFO] Fetching org.eclipse.emf.codegen_2.21.0.v20200708-0547.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (126.87kB) [INFO] Fetching org.eclipse.xtext_2.24.0.v20201130-0914.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (694.53kB) [INFO] Fetching org.eclipse.xtext.util_2.24.0.v20201130-0914.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (104.58kB) [INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (103.07kB) [INFO] Fetching org.eclipse.xtext.common.types_2.24.0.v20201130-0919.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (133.75kB) [INFO] Fetching org.objectweb.asm_9.0.0.v20201001-1419.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (61.03kB) [INFO] Fetching org.eclipse.xtend.lib_2.24.0.v20201130-0911.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (59.83kB) [INFO] Fetching org.eclipse.pde.core_3.14.100.v20201116-1221.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (1.33MB) [INFO] Fetching org.eclipse.xtend.lib.macro_2.24.0.v20201130-0911.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (23.28kB) [INFO] Fetching org.eclipse.wst.common.project.facet.core_1.4.401.v202007142017.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (119.2kB) [INFO] Fetching org.eclipse.wst.common.project.facet.ui_1.4.602.v202007142017.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (91.68kB) [INFO] Fetching org.eclipse.wst.common.modulecore_1.3.101.v202007161535.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (130.04kB) [INFO] Fetching org.eclipse.jst.j2ee.web_1.1.911.v201903222025.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (222.38kB) [INFO] Fetching org.eclipse.jst.j2ee_1.2.400.v202007011329.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (739.28kB) [INFO] Fetching org.eclipse.jst.j2ee.core_1.4.2.v202007170603.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (589.07kB) [INFO] Fetching org.eclipse.jem_2.0.600.v201903222024.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (91.79kB) [INFO] Fetching org.eclipse.xtext.ui_2.24.0.v20201130-0931.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (528.33kB) [INFO] Fetching org.eclipse.jem.workbench_2.0.400.v201903222024.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (36.05kB) [INFO] Fetching org.eclipse.jst.servlet.ui_1.1.921.v201903222025.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (79.42kB) [INFO] Fetching org.eclipse.wst.web.ui_1.2.101.v202005120311.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (43.64kB) [INFO] Fetching org.eclipse.wst.common.frameworks_1.2.202.v202007142017.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (43.2kB) [INFO] Fetching org.eclipse.jst.j2ee.ui_1.1.931.v202007170603.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (356.34kB) [INFO] Fetching org.eclipse.wst.server.core_1.10.100.v202007170127.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (124.4kB) [INFO] Fetching org.eclipse.wst.common.core_1.4.0.v202007161535.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (24.29kB) [INFO] Fetching org.eclipse.jem.util_2.1.202.v202007142017.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (47.45kB) [INFO] Fetching org.eclipse.wst.server.http.core_1.0.400.v202007170127.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (16.27kB) [INFO] Fetching org.eclipse.pde.ui_3.12.100.v20201110-1552.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (1.45MB) [INFO] Fetching org.eclipse.equinox.bidi_1.3.0.v20200612-1624.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (23.97kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (19.47kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (34.56kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.500.v20200406-2025.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (58.11kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.5.100.v20200908-1020.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (108kB) [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (44.42kB) [INFO] Fetching org.eclipse.equinox.p2.core_2.6.300.v20200211-1504.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (32.04kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.700.v20200904-1601.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (39.3kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.5.0.v20201013-0853.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (55.38kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.4.700.v20200511-1530.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (47.99kB) [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (116.64kB) [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (81.19kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.600.v20200721-1308.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (24.18kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.700.v20200511-1530.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (74.47kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.600.v20200511-1530.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (37.85kB) [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (50.94kB) [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.400.v20200221-1022.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (13.86kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.1000.v20201106-1246.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (31.94kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.400.v20200511-1530.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (43.28kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.700.v20200828-0839.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (105.81kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (16.64kB) [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.500.v20200110-2121.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (121.9kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.700.v20200813-0739.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (46.62kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.6.100.v20200731-1005.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (288.35kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.2.700.v20200807-1518.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (71.46kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.1.400.v20200511-1530.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (44.5kB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.14.200.v20201124-1435.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (518.04kB) [INFO] Fetching org.eclipse.jdt.debug_3.17.0.v20201117-1145.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (900.98kB) [INFO] Fetching org.eclipse.search_3.12.100.v20201116-1027.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (214.49kB) [INFO] Fetching org.eclipse.jdt.junit.runtime_3.5.400.v20201120-2059.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (24.63kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.11.200.v20201025-2022.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (176.88kB) [INFO] Fetching org.eclipse.jdt.junit.core_3.10.900.v20201120-2059.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (65.64kB) [INFO] Fetching org.eclipse.team.ui_3.8.1100.v20200916-0836.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (491.71kB) [INFO] Fetching org.eclipse.ui.navigator_3.9.500.v20201021-1339.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (130.94kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.7.500.v20201021-1339.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (70.55kB) [INFO] Fetching org.eclipse.jst.common.annotations.controller_1.1.300.v201903222024.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (22.23kB) [INFO] Fetching org.eclipse.wst.common.emf_1.2.700.v202007161535.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (77.5kB) [INFO] Fetching org.eclipse.jst.common.annotations.core_1.1.300.v201903222024.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (13.65kB) [INFO] Fetching org.eclipse.jst.common.frameworks_1.1.701.v201903222024.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (46.4kB) [INFO] Fetching org.eclipse.wst.common.emfworkbench.integration_1.2.102.v202007161535.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (53kB) [INFO] Fetching org.eclipse.wst.validation_1.2.801.v202007142017.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (134.43kB) [INFO] Fetching org.eclipse.jst.common.project.facet.core_1.9.100.v202007161535.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (63.22kB) [INFO] Fetching org.eclipse.jst.common.project.facet.ui_1.4.511.v202007142017.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (51.04kB) [INFO] Fetching org.eclipse.jst.common.ui_1.0.301.v201903222024.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (30.94kB) [INFO] Fetching org.eclipse.wst.common.modulecore.ui_1.0.302.v202007142017.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (49.5kB) [INFO] Fetching org.eclipse.jst.server.core_1.2.600.v202007170127.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (31.67kB) [INFO] Fetching org.eclipse.wst.sse.core_1.2.500.v202008090735.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (156.2kB) [INFO] Fetching org.eclipse.wst.common.uriresolver_1.3.0.v202007161535.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (25.65kB) [INFO] Fetching org.eclipse.wst.xml.core_1.2.300.v202007191910.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (255.13kB) [INFO] Fetching org.eclipse.wst.web_1.2.100.v201905161255.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (36.59kB) [INFO] Fetching org.eclipse.wst.common.environment_1.0.401.v202007142017.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (20.08kB) [INFO] Fetching org.eclipse.jst.j2ee.ejb_1.1.901.v201903222024.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (119.75kB) [INFO] Fetching org.eclipse.jst.jee_1.0.902.v201905281719.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (27.45kB) [INFO] Fetching org.eclipse.jst.j2ee.ejb.annotation.model_1.1.500.v201910291429.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (25.27kB) [INFO] Fetching org.eclipse.jst.j2ee.jca_1.1.1000.v201904091346.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (24.92kB) [INFO] Fetching org.eclipse.jst.j2ee.jca.ui_1.1.601.v201904091346.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (15.98kB) [INFO] Fetching org.eclipse.wst.common.frameworks.ui_1.2.401.v202007142017.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (53.32kB) [INFO] Fetching org.eclipse.jst.j2ee.navigator.ui_1.1.800.v202007170603.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (172.2kB) [INFO] Fetching org.eclipse.wst.common.ui_1.2.0.v202007161535.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (57.02kB) [INFO] Fetching org.eclipse.wst.server.ui_1.5.600.v202007170127.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (273.55kB) [INFO] Fetching org.eclipse.jst.jee.ui_1.0.901.v201903222025.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (72.88kB) [INFO] Fetching org.eclipse.pde.build_3.10.900.v20201111-1557.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (478.05kB) [INFO] Fetching org.eclipse.pde.launching_3.9.100.v20201103-0836.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (51.52kB) [INFO] Fetching org.eclipse.ui.intro_3.6.0.v20201120-1551.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (141.91kB) [INFO] Fetching org.eclipse.ui.cheatsheets_3.7.100.v20200915-1059.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (149.88kB) [INFO] Fetching org.eclipse.ui.views.log_1.2.1300.v20200926-2205.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (84.91kB) [INFO] Fetching org.eclipse.ui.trace_1.1.800.v20200106-1301.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (26.28kB) [INFO] Fetching org.eclipse.ui.genericeditor_1.1.900.v20200910-2030.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (49.36kB) [INFO] Fetching org.eclipse.ui.browser_3.6.1000.v20200910-0548.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (97.84kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.0.v20201026-0739.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (40.5kB) [INFO] Fetching org.eclipse.wst.css.core_1.2.0.v202004081818.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (180.72kB) [INFO] Fetching org.eclipse.wst.css.ui_1.1.500.v202008120248.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (120.55kB) [INFO] Fetching org.eclipse.wst.xml.ui_1.2.500.v202008091424.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (335.57kB) [INFO] Fetching org.eclipse.wst.sse.ui_1.7.100.v202008192217.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (315.24kB) [INFO] Fetching org.eclipse.wst.html.core_1.3.200.v202005180147.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (210.42kB) [INFO] Fetching org.eclipse.wst.html.ui_1.1.500.v202011230424.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (116.52kB) [INFO] Fetching org.eclipse.wst.internet.monitor.core_1.0.700.v202007170127.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (30.16kB) [INFO] Fetching org.eclipse.wst.server.discovery_1.3.200.v201910252115.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (43.05kB) [INFO] Fetching org.eclipse.wst.validation.ui_1.2.601.v202007142017.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (49.22kB) [INFO] Fetching org.eclipse.xtext.ide_2.24.0.v20201130-0914.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (143.26kB) [INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (114.11kB) [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.web.tools:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.web.tools/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.tests.models:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.models/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.tests.models:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.models/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.tests.models:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.models/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.tests.libraries:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.libraries/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.tests.libraries:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.libraries/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.tests.libraries:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.libraries/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.tests:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.tests:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests/pom.xml [INFO] Fetching org.eclipse.equinox.launcher_1.6.0.v20200915-1508.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (29.98kB) [INFO] Fetching org.eclipse.ui.ide.application_1.3.900.v20201102-2031.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (55.55kB) [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.tests:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.tests.views:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.views/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.tests.views:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.views/pom.xml [INFO] Fetching org.apache.commons.cli_1.2.0.v201404270220.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (27.48kB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.24.0.v20200917-1423.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (416.77kB) [INFO] Fetching org.eclipse.emf.mwe.core_1.6.0.v20201119-2018.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (61.51kB) [INFO] Fetching org.eclipse.emf.mwe2.runtime_2.12.0.v20201119-2018.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (8.46kB) [INFO] Fetching org.eclipse.emf.mwe.utils_1.6.0.v20201119-2018.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (19.62kB) [INFO] Fetching org.eclipse.emf.mwe2.language_2.12.0.v20201119-2018.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (69.73kB) [INFO] Fetching org.eclipse.emf.mwe2.launch_2.12.0.v20201119-2018.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (12.5kB) [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.tests.views:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.views/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.views:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.views/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.views:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.views/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.views:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.views/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.cdo:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.cdo/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.cdo:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.cdo/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.cdo:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.cdo/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.editors.common:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.editors.common/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.editors.common:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.editors.common/pom.xml [INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (44.83kB) [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.editors.common:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.editors.common/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.editors:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.editors/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.editors:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.editors/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.editors:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.editors/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.cdo.tests:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.cdo.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.cdo.tests:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.cdo.tests/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.cdo.tests:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.cdo.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.generator.common:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.generator.common/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.generator.common:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.generator.common/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.generator.common:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.generator.common/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.wizards:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.wizards/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.wizards:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.wizards/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.wizards:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.wizards/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.ui.examples:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.ui.examples/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.ui.examples:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.ui.examples/pom.xml [INFO] Fetching org.eclipse.xtext.junit4_2.24.0.v20201130-0931.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (82.27kB) [INFO] Fetching org.eclipse.xtext.builder.standalone_2.24.0.v20201130-0919.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (21.75kB) [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.ui.examples:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.ui.examples/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.feature:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/features/org.eclipse.emf.parsley.examples.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.feature:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/features/org.eclipse.emf.parsley.examples.feature/pom.xml [INFO] Fetching org.eclipse.xtext.xbase_2.24.0.v20201130-0919.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (817.83kB) [INFO] Fetching org.eclipse.xtext.xbase.ide_2.24.0.v20201130-0919.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (259.92kB) [INFO] Fetching org.eclipse.xtext.ui.shared_2.24.0.v20201130-0931.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (25.73kB) [INFO] Fetching org.eclipse.xtext.xbase.ui_2.24.0.v20201130-0931.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (170.67kB) [INFO] Fetching org.eclipse.xtext.builder_2.24.0.v20201130-0931.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (121.48kB) [INFO] Fetching org.eclipse.xtext.common.types.ui_2.24.0.v20201130-0931.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (82.46kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.24.0.v20201130-0931.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (44.28kB) [INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (535.07kB) [INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (228.7kB) [INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (64.36kB) [INFO] Fetching org.eclipse.xtext.smap_2.24.0.v20201130-0919.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (12.22kB) [INFO] Fetching org.eclipse.xtext.buildship_2.24.0.v20201130-0931.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (10.22kB) [INFO] Fetching org.eclipse.xtext.common.types.edit_2.24.0.v20201130-0931.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (49.58kB) [INFO] Fetching org.eclipse.xtext.common.types.shared_2.24.0.v20201130-0931.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (11.02kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38_2.24.0.v20201130-0931.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (11.87kB) [INFO] Fetching org.eclipse.xtext.ecore_2.24.0.v20201130-0919.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (9.61kB) [INFO] Fetching org.eclipse.xtext.generator_2.24.0.v20201130-0919.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (238.54kB) [INFO] Fetching org.eclipse.xtext.xtext.generator_2.24.0.v20201130-0914.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (456.63kB) [INFO] Fetching org.eclipse.xtext.java_2.24.0.v20201130-0919.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (20.59kB) [INFO] Fetching org.eclipse.xtext.logging_1.2.15.v20201130-0931.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (9.31kB) [INFO] Fetching org.eclipse.xtext.m2e_2.24.0.v20201130-0931.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (13.71kB) [INFO] Fetching org.eclipse.xtext.source_2.24.0.v20201130-0914.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (1.41MB) [INFO] Fetching org.eclipse.xtext.generator.source_2.24.0.v20201130-0919.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (461.81kB) [INFO] Fetching org.eclipse.xtext.xtext.generator.source_2.24.0.v20201130-0914.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (952.77kB) [INFO] Fetching org.eclipse.xtext.xtext.ide_2.24.0.v20201130-0914.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (67.38kB) [INFO] Fetching org.eclipse.xtext.xtext.ide.source_2.24.0.v20201130-0914.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (93.44kB) [INFO] Fetching org.eclipse.xtext.util.source_2.24.0.v20201130-0914.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (138.51kB) [INFO] Fetching org.eclipse.xtext.common.types.source_2.24.0.v20201130-0919.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (359.07kB) [INFO] Fetching org.eclipse.xtext.builder.source_2.24.0.v20201130-0931.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (202.63kB) [INFO] Fetching org.eclipse.xtext.ecore.source_2.24.0.v20201130-0919.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (13.03kB) [INFO] Fetching org.eclipse.xtext.smap.source_2.24.0.v20201130-0919.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (16.8kB) [INFO] Fetching org.eclipse.xtext.xtext.wizard_2.24.0.v20201130-0914.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (171.35kB) [INFO] Fetching org.eclipse.xtext.xtext.wizard.source_2.24.0.v20201130-0914.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (188.94kB) [INFO] Fetching org.eclipse.xtext.builder.standalone.source_2.24.0.v20201130-0919.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (23.88kB) [INFO] Fetching org.eclipse.xtext.java.source_2.24.0.v20201130-0919.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (23.9kB) [INFO] Fetching org.eclipse.xtext.runtime_2.24.0.v20201130-1016.jar from https://download.eclipse.org/releases/2020-12/202012161000/features/ (19.25kB) [INFO] Fetching org.eclipse.xtext.ui.codemining_2.24.0.v20201130-0931.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (10.42kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.24.0.v20201130-0931.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (57.22kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide_2.24.0.v20201130-0931.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (39.64kB) [INFO] Fetching org.eclipse.xtext.ui.ecore_2.24.0.v20201130-0931.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (9.47kB) [INFO] Fetching org.eclipse.xtext.ui.source_2.24.0.v20201130-0931.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (1.01MB) [INFO] Fetching org.eclipse.xtext.common.types.ui.source_2.24.0.v20201130-0931.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (136.19kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.source_2.24.0.v20201130-0931.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (14.5kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38.source_2.24.0.v20201130-0931.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (12.3kB) [INFO] Fetching org.eclipse.xtext.ui.shared.source_2.24.0.v20201130-0931.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (28.39kB) [INFO] Fetching org.eclipse.xtext.ui.ecore.source_2.24.0.v20201130-0931.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (12.06kB) [INFO] Fetching org.eclipse.xtext.ui.codemining.source_2.24.0.v20201130-0931.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (11.43kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.source_2.24.0.v20201130-0931.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (125.22kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide.source_2.24.0.v20201130-0931.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (88.91kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui.source_2.24.0.v20201130-0931.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (84.41kB) [INFO] Fetching org.eclipse.xtext.common.types.edit.source_2.24.0.v20201130-0931.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (97.07kB) [INFO] Fetching org.eclipse.xtext.ide.source_2.24.0.v20201130-0914.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (275.4kB) [INFO] Fetching org.eclipse.xtext.m2e.source_2.24.0.v20201130-0931.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (16.06kB) [INFO] Fetching org.eclipse.xtext.buildship.source_2.24.0.v20201130-0931.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (11.57kB) [INFO] Fetching org.eclipse.xtext.ui_2.24.0.v20201130-1016.jar from https://download.eclipse.org/releases/2020-12/202012161000/features/ (19.03kB) [INFO] Fetching org.eclipse.xtext.xbase.source_2.24.0.v20201130-0919.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (1.82MB) [INFO] Fetching org.eclipse.xtext.xbase.ui.source_2.24.0.v20201130-0931.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (276.69kB) [INFO] Fetching org.eclipse.xtext.xbase.ide.source_2.24.0.v20201130-0919.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (393.79kB) [INFO] Fetching org.eclipse.xtext.xbase_2.24.0.v20201130-1016.jar from https://download.eclipse.org/releases/2020-12/202012161000/features/ (18.73kB) [INFO] Fetching org.eclipse.xtext.xbase.lib.source_2.24.0.v20201130-0911.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (101.74kB) [INFO] Fetching org.eclipse.xtext.xbase.lib_2.24.0.v20201130-0912.jar from https://download.eclipse.org/releases/2020-12/202012161000/features/ (18.66kB) [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.feature:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/features/org.eclipse.emf.parsley.examples.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.doc:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/doc/org.eclipse.emf.parsley.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.doc:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/doc/org.eclipse.emf.parsley.doc/pom.xml [INFO] Fetching org.eclipse.emf.mwe2.lib_2.12.0.v20201119-2018.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (12.87kB) [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.doc:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/doc/org.eclipse.emf.parsley.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.dsl:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.dsl:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.dsl:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.dsl.ide:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.ide/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.dsl.ide:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.ide/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.dsl.ide:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.ide/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.dsl.ui:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.ui/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.dsl.ui:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.ui/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.dsl.ui:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.ui/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.dsl.additional.builder:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.additional.builder/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.dsl.additional.builder:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.additional.builder/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.dsl.additional.builder:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.additional.builder/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.dsl.tests:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.dsl.tests:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.tests/pom.xml [INFO] Fetching org.eclipse.xtext.testing_2.24.0.v20201130-0914.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (83.46kB) [INFO] Fetching org.eclipse.xtext.xbase.testing_2.24.0.v20201130-0919.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (61.38kB) [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.dsl.tests:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.dsl.ui.tests:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.ui.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.dsl.ui.tests:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.ui.tests/pom.xml [INFO] Fetching org.apache.felix.gogo.command_1.1.0.v20201023-1558.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (29.94kB) [INFO] Fetching org.apache.felix.gogo.runtime_1.1.2.v20201023-1558.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (76.23kB) [INFO] Fetching org.apache.felix.gogo.shell_1.1.2.v20201023-1558.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (35.28kB) [INFO] Fetching org.eclipse.core.databinding.beans_1.7.100.v20201021-1339.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (26.28kB) [INFO] Fetching org.eclipse.osgi.compatibility.state_1.2.200.v20200915-2015.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (102.86kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.0.v20200915-1442.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (69.92kB) [INFO] Fetching org.eclipse.swt.browser.chromium.gtk.linux.x86_64_3.115.100.v20201202-1103.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (923.68kB) [INFO] Fetching org.eclipse.equinox.console_1.4.200.v20200828-1034.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (51.55kB) [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.1.0.v20201119-1132.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (7.96kB) [INFO] Fetching org.eclipse.e4.rcp_4.18.0.v20201202-1103.jar from https://download.eclipse.org/releases/2020-12/202012161000/features/ (21.03kB) [INFO] Fetching org.eclipse.emf.common_2.21.0.v20200917-1439.jar from https://download.eclipse.org/releases/2020-12/202012161000/features/ (19.03kB) [INFO] Fetching org.eclipse.emf.ecore_2.23.0.v20200630-0516.jar from https://download.eclipse.org/releases/2020-12/202012161000/features/ (19.1kB) [INFO] Fetching org.eclipse.xtext.ui.testing_2.24.0.v20201130-0931.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (49.89kB) [INFO] Fetching org.eclipse.xtext.xbase.ui.testing_2.24.0.v20201130-0931.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (16.69kB) [INFO] Fetching org.eclipse.xtext.xbase.junit_2.24.0.v20201130-0931.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (68.98kB) [INFO] Fetching org.eclipse.update.configurator_3.4.700.v20200907-1237.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (42.69kB) [INFO] Fetching org.eclipse.rcp_4.18.0.v20201202-1800.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (9.4kB) [INFO] Fetching org.eclipse.rcp_4.18.0.v20201202-1800.jar from https://download.eclipse.org/releases/2020-12/202012161000/features/ (19.09kB) [INFO] Fetching org.eclipse.rcp_root_4.18.0.v20201202-1800 from https://download.eclipse.org/releases/2020-12/202012161000/binary/ (25.08kB) [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.dsl.ui.tests:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.ui.tests/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.feature:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/features/org.eclipse.emf.parsley.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.feature:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/features/org.eclipse.emf.parsley.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.feature:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/features/org.eclipse.emf.parsley.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.junit4.feature:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/features/org.eclipse.emf.parsley.junit4.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.junit4.feature:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/features/org.eclipse.emf.parsley.junit4.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.junit4.feature:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/features/org.eclipse.emf.parsley.junit4.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.dsl.feature:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/features/org.eclipse.emf.parsley.dsl.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.dsl.feature:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/features/org.eclipse.emf.parsley.dsl.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.dsl.feature:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/features/org.eclipse.emf.parsley.dsl.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.cdo.feature:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/features/org.eclipse.emf.parsley.cdo.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.cdo.feature:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/features/org.eclipse.emf.parsley.cdo.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.cdo.feature:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/features/org.eclipse.emf.parsley.cdo.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.sdk:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/features/org.eclipse.emf.parsley.sdk/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.sdk:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/features/org.eclipse.emf.parsley.sdk/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.sdk:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/features/org.eclipse.emf.parsley.sdk/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.web.feature:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/features/org.eclipse.emf.parsley.web.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.web.feature:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/features/org.eclipse.emf.parsley.web.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.web.feature:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/features/org.eclipse.emf.parsley.web.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.library:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.library/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.library:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.library/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.library:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.library/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.library.edit:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.library.edit/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.library.edit:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.library.edit/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.library.edit:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.library.edit/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.library.editor:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.library.editor/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.library.editor:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.library.editor/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.library.editor:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.library.editor/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.views:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.views/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.views:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.views/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.views:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.views/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.editors:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.editors/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.editors:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.editors/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.editors:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.editors/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.tests.swtbot.feature:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.swtbot.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.tests.swtbot.feature:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.swtbot.feature/pom.xml [INFO] Fetching org.eclipse.emf.cdo.expressions_4.4.0.v20200311-1912.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (33.6kB) [INFO] Fetching org.eclipse.emf.cdo.security_4.4.1.v20201125-0935.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (52.16kB) [INFO] Fetching org.eclipse.emf.cdo.server_4.11.0.v20201125-0935.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (158.74kB) [INFO] Fetching org.eclipse.emf.cdo.server.admin_4.3.1.v20200825-1015.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (32.22kB) [INFO] Fetching org.eclipse.emf.cdo.server.security_4.5.0.v20200311-1912.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (27.32kB) [INFO] Fetching org.eclipse.emf.cdo.server.db_4.10.0.v20201209-0820.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (122.99kB) [INFO] Fetching org.eclipse.net4j.db_4.10.0.v20201008-0738.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (69.95kB) [INFO] Fetching org.eclipse.emf.cdo.server.net4j_4.3.0.v20201104-1312.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (50.03kB) [INFO] Fetching org.eclipse.emf.cdo.server.ocl_4.3.1.v20201125-0935.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (22.69kB) [INFO] Fetching org.eclipse.emf.cdo.server.product_4.2.2.v20201008-0738.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (12.07kB) [INFO] Fetching org.eclipse.emf.cdo.server_4.12.0.v20201209-0738.jar from https://download.eclipse.org/releases/2020-12/202012161000/features/ (28.53kB) [INFO] Fetching org.eclipse.ocl.ecore_3.15.100.v20201208-2229.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (110.87kB) [INFO] Fetching org.eclipse.net4j.db.h2_4.4.0.v20200412-0425.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (13.83kB) [INFO] Fetching org.eclipse.net4j.jvm_4.2.1.v20200528-0542.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (13.26kB) [INFO] Fetching org.eclipse.swtbot.go_3.0.0.202006031738.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (12.49kB) [INFO] Fetching org.eclipse.jdt_3.18.600.v20201202-1800.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (29.44kB) [INFO] Fetching org.eclipse.net4j.db.jdbc_4.4.0.v20200311-1912.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (13.7kB) [INFO] Fetching org.h2_1.3.168.v201212121212.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (1.27MB) [INFO] Fetching org.eclipse.ocl_3.15.100.v20201208-2229.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (1.14MB) [INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (53.45kB) [INFO] Fetching org.eclipse.ocl.common_1.8.500.v20201208-2229.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (14.74kB) [INFO] Fetching org.eclipse.pde.junit.runtime_3.5.900.v20200810-0835.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (13.34kB) [INFO] Fetching org.eclipse.swtbot.eclipse.core_3.0.0.202006031738.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (21.98kB) [INFO] Fetching org.eclipse.swtbot.eclipse.finder_3.0.0.202006031738.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (55.19kB) [INFO] Fetching org.eclipse.swtbot.swt.finder_3.0.0.202006031738.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (256.05kB) [INFO] Fetching org.hamcrest.library_1.3.0.v20180524-2246.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (32.1kB) [INFO] Fetching org.eclipse.swtbot.eclipse.spy_3.0.0.202006031738.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (24.09kB) [INFO] Fetching org.eclipse.swtbot.eclipse.ui_3.0.0.202006031738.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (47.34kB) [INFO] Fetching org.eclipse.swtbot.junit4_x_3.0.0.202006031738.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (20.78kB) [INFO] Fetching org.eclipse.swtbot_3.0.0.202006031738.jar from https://download.eclipse.org/releases/2020-12/202012161000/features/ (18.77kB) [INFO] Fetching org.eclipse.swtbot.forms.finder_3.0.0.202006031738.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (10.52kB) [INFO] Fetching org.eclipse.swtbot.forms_3.0.0.202006031738.jar from https://download.eclipse.org/releases/2020-12/202012161000/features/ (18.79kB) [INFO] Fetching org.eclipse.swtbot.generator_3.0.0.202006031738.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (40.12kB) [INFO] Fetching org.eclipse.swtbot.generator.client_3.0.0.202006031738.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (25.14kB) [INFO] Fetching org.eclipse.swtbot.generator.rules.workbench_3.0.0.202006031738.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (9.04kB) [INFO] Fetching org.eclipse.swtbot.generator.jdt_3.0.0.202006031738.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (25.5kB) [INFO] Fetching org.eclipse.swtbot.generator.ui_3.0.0.202006031738.jar.pack.gz from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (12.89kB) [INFO] Fetching org.eclipse.swtbot.generator.feature_3.0.0.202006031738.jar from https://download.eclipse.org/releases/2020-12/202012161000/features/ (18.8kB) [INFO] Fetching org.eclipse.swtbot.ide_3.0.0.202006031738.jar from https://download.eclipse.org/releases/2020-12/202012161000/features/ (18.83kB) [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.tests.swtbot.feature:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.swtbot.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.tests.swtbot:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.swtbot/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.tests.swtbot:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.swtbot/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.tests.swtbot:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.swtbot/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.cdo.server:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.cdo.server/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.cdo.server:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.cdo.server/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.cdo.server:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.cdo.server/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.cdo.model:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.cdo.model/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.cdo.model:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.cdo.model/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.cdo.model:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.cdo.model/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.cdo.treeform:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.cdo.treeform/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.cdo.treeform:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.cdo.treeform/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.cdo.treeform:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.cdo.treeform/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.tests.swtbot.cdo.feature:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.swtbot.cdo.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.tests.swtbot.cdo.feature:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.swtbot.cdo.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.tests.swtbot.cdo.feature:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.swtbot.cdo.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.tests.swtbot.cdo:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.swtbot.cdo/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.tests.swtbot.cdo:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.swtbot.cdo/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.tests.swtbot.cdo:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.swtbot.cdo/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.mail.model:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.mail.model/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.mail.model:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.mail.model/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.mail.model:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.mail.model/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.mail.accountsview:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.mail.accountsview/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.mail.accountsview:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.mail.accountsview/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.mail.accountsview:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.mail.accountsview/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.mail.mailsview:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.mail.mailsview/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.mail.mailsview:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.mail.mailsview/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.mail.mailsview:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.mail.mailsview/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.mail.messageview:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.mail.messageview/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.mail.messageview:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.mail.messageview/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.mail.messageview:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.mail.messageview/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.mail.rcp:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.mail.rcp/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.mail.rcp:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.mail.rcp/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.mail.rcp:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.mail.rcp/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.mail.product.feature:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.mail.product.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.mail.product.feature:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.mail.product.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.mail.product.feature:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.mail.product.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.tests.swtbot.examples:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.swtbot.examples/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.tests.swtbot.examples:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.swtbot.examples/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.tests.swtbot.examples:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.swtbot.examples/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.repository:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/releng/org.eclipse.emf.parsley.repository/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.repository:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/releng/org.eclipse.emf.parsley.repository/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.repository:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/releng/org.eclipse.emf.parsley.repository/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.eclipse4:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.eclipse4/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.eclipse4:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.eclipse4/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.eclipse4:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.eclipse4/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.eclipse4.parsleypart:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.eclipse4.parsleypart/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.eclipse4.parsleypart:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.eclipse4.parsleypart/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.eclipse4.parsleypart:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.eclipse4.parsleypart/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.eclipse4.product.feature:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.eclipse4.product.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.eclipse4.product.feature:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.eclipse4.product.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.eclipse4.product.feature:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.eclipse4.product.feature/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.tests.swtbot.e4:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.swtbot.e4/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.tests.swtbot.e4:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.swtbot.e4/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.tests.swtbot.e4:1.13.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.swtbot.e4/pom.xml [WARNING] The project org.eclipse.emf.parsley:org.eclipse.emf.parsley.parent:pom:1.13.0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] EMF Parsley [pom] [INFO] org.eclipse.emf.tests.coverage [pom] [INFO] org.eclipse.emf.parsley.targetplatform [pom] [INFO] org.eclipse.emf.parsley.runtime.common [eclipse-plugin] [INFO] org.eclipse.emf.parsley.common [eclipse-plugin] [INFO] org.eclipse.emf.parsley.views.common [eclipse-plugin] [INFO] org.eclipse.emf.parsley.cdo.common [eclipse-plugin] [INFO] org.eclipse.emf.parsley.runtime [eclipse-plugin] [INFO] org.eclipse.emf.parsley [eclipse-plugin] [INFO] org.eclipse.emf.parsley.junit4 [eclipse-plugin] [INFO] org.eclipse.emf.parsley.web.servlets [eclipse-plugin] [INFO] org.eclipse.emf.parsley.generator.common [eclipse-plugin] [INFO] org.eclipse.emf.parsley.dsl [eclipse-plugin] [INFO] org.eclipse.emf.parsley.dsl.additional.builder [eclipse-plugin] [INFO] org.eclipse.emf.parsley.wizards [eclipse-plugin] [INFO] org.eclipse.emf.parsley.web.tools [eclipse-plugin] [INFO] org.eclipse.emf.parsley.tests.models [eclipse-plugin] [INFO] org.eclipse.emf.parsley.tests.libraries [eclipse-plugin] [INFO] org.eclipse.emf.parsley.examples.library [eclipse-plugin] [INFO] org.eclipse.emf.parsley.tests [eclipse-test-plugin] [INFO] org.eclipse.emf.parsley.views [eclipse-plugin] [INFO] org.eclipse.emf.parsley.tests.views [eclipse-plugin] [INFO] org.eclipse.emf.parsley.cdo [eclipse-plugin] [INFO] org.eclipse.emf.parsley.editors.common [eclipse-plugin] [INFO] org.eclipse.emf.parsley.editors [eclipse-plugin] [INFO] org.eclipse.emf.parsley.cdo.tests [eclipse-test-plugin] [INFO] org.eclipse.emf.parsley.ui.examples [eclipse-plugin] [INFO] org.eclipse.emf.parsley.doc [eclipse-plugin] [INFO] org.eclipse.emf.parsley.feature [eclipse-feature] [INFO] org.eclipse.emf.parsley.cdo.feature [eclipse-feature] [INFO] org.eclipse.emf.parsley.dsl.ide [eclipse-plugin] [INFO] org.eclipse.emf.parsley.dsl.ui [eclipse-plugin] [INFO] org.eclipse.emf.parsley.dsl.feature [eclipse-feature] [INFO] org.eclipse.emf.parsley.examples.feature [eclipse-feature] [INFO] org.eclipse.emf.parsley.dsl.tests [eclipse-test-plugin] [INFO] org.eclipse.emf.parsley.dsl.ui.tests [eclipse-test-plugin] [INFO] org.eclipse.emf.parsley.junit4.feature [eclipse-feature] [INFO] org.eclipse.emf.parsley.sdk [eclipse-feature] [INFO] org.eclipse.emf.parsley.web.feature [eclipse-feature] [INFO] org.eclipse.emf.parsley.examples.library.edit [eclipse-plugin] [INFO] org.eclipse.emf.parsley.examples.library.editor [eclipse-plugin] [INFO] org.eclipse.emf.parsley.examples.views [eclipse-plugin] [INFO] org.eclipse.emf.parsley.examples.editors [eclipse-plugin] [INFO] org.eclipse.emf.parsley.tests.swtbot.feature [eclipse-feature] [INFO] org.eclipse.emf.parsley.tests.swtbot [eclipse-test-plugin] [INFO] org.eclipse.emf.parsley.examples.cdo.server [eclipse-plugin] [INFO] org.eclipse.emf.parsley.examples.cdo.model [eclipse-plugin] [INFO] org.eclipse.emf.parsley.examples.cdo.treeform [eclipse-plugin] [INFO] org.eclipse.emf.parsley.tests.swtbot.cdo.feature [eclipse-feature] [INFO] org.eclipse.emf.parsley.tests.swtbot.cdo [eclipse-test-plugin] [INFO] org.eclipse.emf.parsley.examples.mail.model [eclipse-plugin] [INFO] org.eclipse.emf.parsley.examples.mail.accountsview [eclipse-plugin] [INFO] org.eclipse.emf.parsley.examples.mail.mailsview [eclipse-plugin] [INFO] org.eclipse.emf.parsley.examples.mail.messageview [eclipse-plugin] [INFO] org.eclipse.emf.parsley.examples.mail.rcp [eclipse-plugin] [INFO] org.eclipse.emf.parsley.examples.mail.product.feature [eclipse-feature] [INFO] org.eclipse.emf.parsley.tests.swtbot.examples [eclipse-test-plugin] [INFO] org.eclipse.emf.parsley.repository [eclipse-repository] [INFO] org.eclipse.emf.parsley.examples.eclipse4 [eclipse-plugin] [INFO] org.eclipse.emf.parsley.examples.eclipse4.parsleypart [eclipse-plugin] [INFO] org.eclipse.emf.parsley.examples.eclipse4.product.feature [eclipse-feature] [INFO] org.eclipse.emf.parsley.tests.swtbot.e4 [eclipse-test-plugin] [INFO] [INFO] -------< org.eclipse.emf.parsley:org.eclipse.emf.parsley.parent >------- [INFO] Building EMF Parsley 1.13.0-SNAPSHOT [1/62] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.parent --- [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.parent --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.emf.parsley.parent --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.parent --- [INFO] [INFO] -------< org.eclipse.emf.parsley:org.eclipse.emf.tests.coverage >------- [INFO] Building org.eclipse.emf.tests.coverage 1.13.0-SNAPSHOT [2/62] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.tests.coverage --- [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.tests.coverage --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.emf.tests.coverage --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.tests.coverage --- [INFO] [INFO] ---< org.eclipse.emf.parsley:org.eclipse.emf.parsley.targetplatform >--- [INFO] Building org.eclipse.emf.parsley.targetplatform 1.13.0-SNAPSHOT [3/62] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.targetplatform --- [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.targetplatform --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.emf.parsley.targetplatform --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.targetplatform --- [INFO] [INFO] --- build-helper-maven-plugin:3.2.0:attach-artifact (attach-artifacts) @ org.eclipse.emf.parsley.targetplatform --- [INFO] [INFO] ---< org.eclipse.emf.parsley:org.eclipse.emf.parsley.runtime.common >--- [INFO] Building org.eclipse.emf.parsley.runtime.common 1.13.0-SNAPSHOT [4/62] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.runtime.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.runtime.common --- [INFO] The project's OSGi version is 1.13.0.v20201130-1005 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.runtime.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.parsley.runtime.common --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.runtime.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.runtime.common/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.emf.parsley.runtime.common --- [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.runtime.common/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.runtime.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.runtime.common/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.runtime.common --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.runtime.common/target/org.eclipse.emf.parsley.runtime.common-1.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.runtime.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.runtime.common --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.runtime.common/target/org.eclipse.emf.parsley.runtime.common-1.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.runtime.common --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.emf.parsley.runtime.common --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.runtime.common --- [INFO] [INFO] -------< org.eclipse.emf.parsley:org.eclipse.emf.parsley.common >------- [INFO] Building org.eclipse.emf.parsley.common 1.13.0-SNAPSHOT [5/62] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.common --- [INFO] The project's OSGi version is 1.13.0.v20201130-1005 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.parsley.common --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.common/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.emf.parsley.common --- [INFO] Compiling 126 source files to /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.common/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.common/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.common --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.common/target/org.eclipse.emf.parsley.common-1.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.common --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.common/target/org.eclipse.emf.parsley.common-1.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.common --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.emf.parsley.common --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.common --- [INFO] [INFO] ----< org.eclipse.emf.parsley:org.eclipse.emf.parsley.views.common >---- [INFO] Building org.eclipse.emf.parsley.views.common 1.13.0-SNAPSHOT [6/62] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.views.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.views.common --- [INFO] The project's OSGi version is 1.13.0.v20201130-1005 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.views.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.parsley.views.common --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.views.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.views.common/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.emf.parsley.views.common --- [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.views.common/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.views.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.views.common/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.views.common --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.views.common/target/org.eclipse.emf.parsley.views.common-1.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.views.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.views.common --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.views.common/target/org.eclipse.emf.parsley.views.common-1.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.views.common --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.emf.parsley.views.common --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.views.common --- [INFO] [INFO] -----< org.eclipse.emf.parsley:org.eclipse.emf.parsley.cdo.common >----- [INFO] Building org.eclipse.emf.parsley.cdo.common 1.13.0-SNAPSHOT [7/62] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.cdo.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.cdo.common --- [INFO] The project's OSGi version is 1.13.0.v20201130-1005 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.cdo.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.parsley.cdo.common --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.cdo.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.cdo.common/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.emf.parsley.cdo.common --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.cdo.common/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.cdo.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.cdo.common/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.cdo.common --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.cdo.common/target/org.eclipse.emf.parsley.cdo.common-1.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.cdo.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.cdo.common --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.cdo.common/target/org.eclipse.emf.parsley.cdo.common-1.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.cdo.common --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.emf.parsley.cdo.common --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.cdo.common --- [INFO] [INFO] ------< org.eclipse.emf.parsley:org.eclipse.emf.parsley.runtime >------- [INFO] Building org.eclipse.emf.parsley.runtime 1.13.0-SNAPSHOT [8/62] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.runtime --- [INFO] The project's OSGi version is 1.13.0.v20201130-1005 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.parsley.runtime --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.runtime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.runtime/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.emf.parsley.runtime --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.runtime --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.runtime/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.runtime --- [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.runtime/target/org.eclipse.emf.parsley.runtime-1.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.runtime --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.emf.parsley.runtime --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.runtime --- [INFO] [INFO] ----------< org.eclipse.emf.parsley:org.eclipse.emf.parsley >----------- [INFO] Building org.eclipse.emf.parsley 1.13.0-SNAPSHOT [9/62] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley --- [INFO] The project's OSGi version is 1.13.0.v20201130-1005 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.parsley --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.emf.parsley --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley --- [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley/target/org.eclipse.emf.parsley-1.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.emf.parsley --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley --- [INFO] [INFO] -------< org.eclipse.emf.parsley:org.eclipse.emf.parsley.junit4 >------- [INFO] Building org.eclipse.emf.parsley.junit4 1.13.0-SNAPSHOT [10/62] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.junit4 --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.junit4 --- [INFO] The project's OSGi version is 1.13.0.v20201130-1005 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.junit4 --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.parsley.junit4 --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.junit4 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.junit4/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.emf.parsley.junit4 --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.junit4/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.junit4 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.junit4/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.junit4 --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.junit4/target/org.eclipse.emf.parsley.junit4-1.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.junit4 --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.junit4 --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.junit4/target/org.eclipse.emf.parsley.junit4-1.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.junit4 --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.emf.parsley.junit4 --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.junit4 --- [INFO] [INFO] ----< org.eclipse.emf.parsley:org.eclipse.emf.parsley.web.servlets >---- [INFO] Building org.eclipse.emf.parsley.web.servlets 1.13.0-SNAPSHOT [11/62] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.web.servlets --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.web.servlets --- [INFO] The project's OSGi version is 1.13.0.v20201130-1005 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.web.servlets --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.parsley.web.servlets --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.web.servlets --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.web.servlets/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.emf.parsley.web.servlets --- [INFO] Compiling 84 source files to /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.web.servlets/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.web.servlets --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.web.servlets/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.web.servlets --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.web.servlets/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.web.servlets/target/org.eclipse.emf.parsley.web.servlets-1.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.web.servlets --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.web.servlets --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.web.servlets/target/org.eclipse.emf.parsley.web.servlets-1.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.web.servlets --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.emf.parsley.web.servlets --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.web.servlets --- [INFO] [INFO] --< org.eclipse.emf.parsley:org.eclipse.emf.parsley.generator.common >-- [INFO] Building org.eclipse.emf.parsley.generator.common 1.13.0-SNAPSHOT [12/62] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.generator.common --- [INFO] Deleting /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.generator.common/xtend-gen (includes = [], excludes = [.gitignore]) [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.generator.common --- [INFO] The project's OSGi version is 1.13.0.v20201130-1005 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.generator.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.parsley.generator.common --- [INFO] [INFO] --- xtend-maven-plugin:2.24.0:compile (default) @ org.eclipse.emf.parsley.generator.common --- WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$2 (file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/com/google/inject/guice/3.0/guice-3.0.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$2 WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.generator.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.generator.common/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.emf.parsley.generator.common --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.generator.common/target/classes [INFO] [INFO] --- xtend-maven-plugin:2.24.0:xtend-install-debug-info (default) @ org.eclipse.emf.parsley.generator.common --- [WARNING] Directory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.generator.common/src/main/java is empty. Can't process. [INFO] Installing Xtend files into 2 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.generator.common/target/classes [INFO] [INFO] --- xtend-maven-plugin:2.24.0:testCompile (default) @ org.eclipse.emf.parsley.generator.common --- [INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.generator.common/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used. [INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.generator.common/src/test/java]' does not exist. [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.generator.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.generator.common/src/test/resources [INFO] [INFO] --- xtend-maven-plugin:2.24.0:xtend-test-install-debug-info (default) @ org.eclipse.emf.parsley.generator.common --- [WARNING] Directory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.generator.common/src/test/java is empty. Can't process. [WARNING] Directory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.generator.common/src/test/generated-sources/xtend is empty. Can't process. [INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.generator.common/target/test-classes [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.generator.common --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.generator.common/target/org.eclipse.emf.parsley.generator.common-1.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.generator.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.generator.common --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.generator.common/target/org.eclipse.emf.parsley.generator.common-1.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.generator.common --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.emf.parsley.generator.common --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.generator.common --- [INFO] [INFO] --------< org.eclipse.emf.parsley:org.eclipse.emf.parsley.dsl >--------- [INFO] Building org.eclipse.emf.parsley.dsl 1.13.0-SNAPSHOT [13/62] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.dsl --- [INFO] Deleting /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl/xtend-gen (includes = [], excludes = [.gitignore]) [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.dsl --- [INFO] The project's OSGi version is 1.13.0.v20201130-1005 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.dsl --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.parsley.dsl --- [INFO] [INFO] --- exec-maven-plugin:1.4.0:java (mwe2Launcher) @ org.eclipse.emf.parsley.dsl --- 0 [org.eclipse.emf.mwe2.launch.runtime.Mwe2Launcher.main()] INFO text.xtext.generator.XtextGenerator - Initializing Xtext generator Nov 24, 2022 4:59:13 PM org.eclipse.emf.mwe.utils.StandaloneSetup addRegisterGeneratedEPackage INFO: Adding generated EPackage 'org.eclipse.xtext.common.types.TypesPackage' Nov 24, 2022 4:59:13 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project com.google.guava at 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/com/google/guava/guava/27.1-jre/guava-27.1-jre.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/p2/osgi/bundle/com.google.guava/27.1.0.v20190517-1946/com.google.guava-27.1.0.v20190517-1946.jar!/' instead. Nov 24, 2022 4:59:13 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project com.google.inject at 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/com/google/inject/guice/3.0/guice-3.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/p2/osgi/bundle/com.google.inject/3.0.0.v201605172100/com.google.inject-3.0.0.v201605172100.jar!/' instead. Nov 24, 2022 4:59:13 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project javax.inject at 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/javax/inject/javax.inject/1/javax.inject-1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/p2/osgi/bundle/javax.inject/1.0.0.v20091030/javax.inject-1.0.0.v20091030.jar!/' instead. Nov 24, 2022 4:59:13 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.osgi at 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/org/eclipse/platform/org.eclipse.osgi/3.18.100/org.eclipse.osgi-3.18.100.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/p2/osgi/bundle/org.eclipse.osgi/3.16.100.v20201030-1916/org.eclipse.osgi-3.16.100.v20201030-1916.jar!/' instead. Nov 24, 2022 4:59:13 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.apache.commons.cli at 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/commons-cli/commons-cli/1.2/commons-cli-1.2.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/p2/osgi/bundle/org.apache.commons.cli/1.2.0.v201404270220/org.apache.commons.cli-1.2.0.v201404270220.jar!/' instead. Nov 24, 2022 4:59:13 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.apache.commons.logging at 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/p2/osgi/bundle/org.apache.commons.logging/1.2.0.v20180409-1502/org.apache.commons.logging-1.2.0.v20180409-1502.jar!/' instead. Nov 24, 2022 4:59:13 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.core.commands at 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/org/eclipse/platform/org.eclipse.core.commands/3.10.200/org.eclipse.core.commands-3.10.200.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/p2/osgi/bundle/org.eclipse.core.commands/3.9.800.v20201021-1339/org.eclipse.core.commands-3.9.800.v20201021-1339.jar!/' instead. Nov 24, 2022 4:59:13 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.equinox.common at 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/org/eclipse/platform/org.eclipse.equinox.common/3.16.200/org.eclipse.equinox.common-3.16.200.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/p2/osgi/bundle/org.eclipse.equinox.common/3.14.0.v20201102-2053/org.eclipse.equinox.common-3.14.0.v20201102-2053.jar!/' instead. Nov 24, 2022 4:59:13 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.core.contenttype at 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/org/eclipse/platform/org.eclipse.core.contenttype/3.8.200/org.eclipse.core.contenttype-3.8.200.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.7.800.v20200724-0804/org.eclipse.core.contenttype-3.7.800.v20200724-0804.jar!/' instead. Nov 24, 2022 4:59:13 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.equinox.preferences at 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/org/eclipse/platform/org.eclipse.equinox.preferences/3.10.100/org.eclipse.equinox.preferences-3.10.100.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.8.100.v20201102-2042/org.eclipse.equinox.preferences-3.8.100.v20201102-2042.jar!/' instead. Nov 24, 2022 4:59:13 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.equinox.registry at 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/org/eclipse/platform/org.eclipse.equinox.registry/3.11.200/org.eclipse.equinox.registry-3.11.200.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.10.0.v20201107-1818/org.eclipse.equinox.registry-3.10.0.v20201107-1818.jar!/' instead. Nov 24, 2022 4:59:13 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.core.expressions at 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/org/eclipse/platform/org.eclipse.core.expressions/3.8.200/org.eclipse.core.expressions-3.8.200.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/p2/osgi/bundle/org.eclipse.core.expressions/3.7.0.v20200720-1126/org.eclipse.core.expressions-3.7.0.v20200720-1126.jar!/' instead. Nov 24, 2022 4:59:13 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.core.runtime at 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/org/eclipse/platform/org.eclipse.core.runtime/3.26.0/org.eclipse.core.runtime-3.26.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/p2/osgi/bundle/org.eclipse.core.runtime/3.20.0.v20201027-1526/org.eclipse.core.runtime-3.20.0.v20201027-1526.jar!/' instead. Nov 24, 2022 4:59:13 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.core.filesystem at 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/org/eclipse/platform/org.eclipse.core.filesystem/1.9.500/org.eclipse.core.filesystem-1.9.500.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/p2/osgi/bundle/org.eclipse.core.filesystem/1.7.700.v20200110-1734/org.eclipse.core.filesystem-1.7.700.v20200110-1734.jar!/' instead. Nov 24, 2022 4:59:13 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.core.jobs at 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/org/eclipse/platform/org.eclipse.core.jobs/3.13.100/org.eclipse.core.jobs-3.13.100.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/p2/osgi/bundle/org.eclipse.core.jobs/3.10.1000.v20200909-1312/org.eclipse.core.jobs-3.10.1000.v20200909-1312.jar!/' instead. Nov 24, 2022 4:59:13 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.core.resources at 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/org/eclipse/platform/org.eclipse.core.resources/3.18.0/org.eclipse.core.resources-3.18.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/p2/osgi/bundle/org.eclipse.core.resources/3.13.900.v20201105-1507/org.eclipse.core.resources-3.13.900.v20201105-1507.jar!/' instead. Nov 24, 2022 4:59:13 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.equinox.app at 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/org/eclipse/platform/org.eclipse.equinox.app/1.6.200/org.eclipse.equinox.app-1.6.200.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/p2/osgi/bundle/org.eclipse.equinox.app/1.5.0.v20200717-0620/org.eclipse.equinox.app-1.5.0.v20200717-0620.jar!/' instead. Nov 24, 2022 4:59:13 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.core.variables at 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/org/eclipse/platform/org.eclipse.core.variables/3.5.100/org.eclipse.core.variables-3.5.100.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/p2/osgi/bundle/org.eclipse.core.variables/3.4.800.v20200120-1101/org.eclipse.core.variables-3.4.800.v20200120-1101.jar!/' instead. Nov 24, 2022 4:59:13 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.debug.core at 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/org/eclipse/platform/org.eclipse.debug.core/3.20.0/org.eclipse.debug.core-3.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/p2/osgi/bundle/org.eclipse.debug.core/3.17.0.v20201109-1948/org.eclipse.debug.core-3.17.0.v20201109-1948.jar!/' instead. Nov 24, 2022 4:59:13 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.emf.ecore at 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/org/eclipse/emf/org.eclipse.emf.ecore/2.28.0/org.eclipse.emf.ecore-2.28.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.23.0.v20200630-0516/org.eclipse.emf.ecore-2.23.0.v20200630-0516.jar!/' instead. Nov 24, 2022 4:59:13 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.emf.ecore.xmi at 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/org/eclipse/emf/org.eclipse.emf.ecore.xmi/2.16.0/org.eclipse.emf.ecore.xmi-2.16.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/p2/osgi/bundle/org.eclipse.emf.ecore.xmi/2.16.0.v20190528-0725/org.eclipse.emf.ecore.xmi-2.16.0.v20190528-0725.jar!/' instead. Nov 24, 2022 4:59:13 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.emf.codegen at 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/org/eclipse/emf/org.eclipse.emf.codegen/2.19.0/org.eclipse.emf.codegen-2.19.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/p2/osgi/bundle/org.eclipse.emf.codegen/2.21.0.v20200708-0547/org.eclipse.emf.codegen-2.21.0.v20200708-0547.jar!/' instead. Nov 24, 2022 4:59:13 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.emf.common at 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/org/eclipse/emf/org.eclipse.emf.common/2.26.0/org.eclipse.emf.common-2.26.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/p2/osgi/bundle/org.eclipse.emf.common/2.21.0.v20200917-1439/org.eclipse.emf.common-2.21.0.v20200917-1439.jar!/' instead. Nov 24, 2022 4:59:13 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.jdt.core at 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/org/eclipse/jdt/org.eclipse.jdt.core/3.31.0/org.eclipse.jdt.core-3.31.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/p2/osgi/bundle/org.eclipse.jdt.core/3.24.0.v20201123-0742/org.eclipse.jdt.core-3.24.0.v20201123-0742.jar!/' instead. Nov 24, 2022 4:59:13 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.jdt.launching at 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/org/eclipse/jdt/org.eclipse.jdt.launching/3.19.700/org.eclipse.jdt.launching-3.19.700.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/p2/osgi/bundle/org.eclipse.jdt.launching/3.19.0.v20201106-0848/org.eclipse.jdt.launching-3.19.0.v20201106-0848.jar!/' instead. Nov 24, 2022 4:59:13 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.text at 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/org/eclipse/platform/org.eclipse.text/3.12.200/org.eclipse.text-3.12.200.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/p2/osgi/bundle/org.eclipse.text/3.10.400.v20200925-0557/org.eclipse.text-3.10.400.v20200925-0557.jar!/' instead. Nov 24, 2022 4:59:13 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.emf.codegen.ecore at 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/org/eclipse/emf/org.eclipse.emf.codegen.ecore/2.20.0/org.eclipse.emf.codegen.ecore-2.20.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/p2/osgi/bundle/org.eclipse.emf.codegen.ecore/2.24.0.v20200917-1423/org.eclipse.emf.codegen.ecore-2.24.0.v20200917-1423.jar!/' instead. Nov 24, 2022 4:59:13 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.emf.edit at 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/org/eclipse/emf/org.eclipse.emf.edit/2.17.0/org.eclipse.emf.edit-2.17.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/p2/osgi/bundle/org.eclipse.emf.edit/2.16.0.v20190920-0401/org.eclipse.emf.edit-2.16.0.v20190920-0401.jar!/' instead. Nov 24, 2022 4:59:13 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.emf.mwe.core at 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/org/eclipse/emf/org.eclipse.emf.mwe.core/1.6.0/org.eclipse.emf.mwe.core-1.6.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/p2/osgi/bundle/org.eclipse.emf.mwe.core/1.6.0.v20201119-2018/org.eclipse.emf.mwe.core-1.6.0.v20201119-2018.jar!/' instead. Nov 24, 2022 4:59:13 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.emf.mwe2.runtime at 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/org/eclipse/emf/org.eclipse.emf.mwe2.runtime/2.12.0/org.eclipse.emf.mwe2.runtime-2.12.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/p2/osgi/bundle/org.eclipse.emf.mwe2.runtime/2.12.0.v20201119-2018/org.eclipse.emf.mwe2.runtime-2.12.0.v20201119-2018.jar!/' instead. Nov 24, 2022 4:59:13 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.emf.mwe.utils at 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/org/eclipse/emf/org.eclipse.emf.mwe.utils/1.6.0/org.eclipse.emf.mwe.utils-1.6.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/p2/osgi/bundle/org.eclipse.emf.mwe.utils/1.6.0.v20201119-2018/org.eclipse.emf.mwe.utils-1.6.0.v20201119-2018.jar!/' instead. Nov 24, 2022 4:59:13 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.emf.mwe2.language at 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/org/eclipse/emf/org.eclipse.emf.mwe2.language/2.12.0/org.eclipse.emf.mwe2.language-2.12.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/p2/osgi/bundle/org.eclipse.emf.mwe2.language/2.12.0.v20201119-2018/org.eclipse.emf.mwe2.language-2.12.0.v20201119-2018.jar!/' instead. Nov 24, 2022 4:59:13 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.xtext at 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/org/eclipse/xtext/org.eclipse.xtext/2.24.0/org.eclipse.xtext-2.24.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/p2/osgi/bundle/org.eclipse.xtext/2.24.0.v20201130-0914/org.eclipse.xtext-2.24.0.v20201130-0914.jar!/' instead. Nov 24, 2022 4:59:13 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.xtext.common.types at 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/org/eclipse/xtext/org.eclipse.xtext.common.types/2.24.0/org.eclipse.xtext.common.types-2.24.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.24.0.v20201130-0919/org.eclipse.xtext.common.types-2.24.0.v20201130-0919.jar!/' instead. Nov 24, 2022 4:59:13 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.xtext.util at 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/org/eclipse/xtext/org.eclipse.xtext.util/2.24.0/org.eclipse.xtext.util-2.24.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/p2/osgi/bundle/org.eclipse.xtext.util/2.24.0.v20201130-0914/org.eclipse.xtext.util-2.24.0.v20201130-0914.jar!/' instead. Nov 24, 2022 4:59:13 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.xtext.xbase.lib at 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.24.0/org.eclipse.xtext.xbase.lib-2.24.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase.lib/2.24.0.v20201130-0911/org.eclipse.xtext.xbase.lib-2.24.0.v20201130-0911.jar!/' instead. Nov 24, 2022 4:59:13 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.emf.mwe2.launch at 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/org/eclipse/emf/org.eclipse.emf.mwe2.launch/2.12.0/org.eclipse.emf.mwe2.launch-2.12.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/p2/osgi/bundle/org.eclipse.emf.mwe2.launch/2.12.0.v20201119-2018/org.eclipse.emf.mwe2.launch-2.12.0.v20201119-2018.jar!/' instead. Nov 24, 2022 4:59:13 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project com.google.guava at 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/p2/osgi/bundle/com.google.guava/27.1.0.v20190517-1946/com.google.guava-27.1.0.v20190517-1946.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/com/google/guava/guava/31.1-jre/guava-31.1-jre.jar!/' instead. Nov 24, 2022 4:59:13 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project checker-qual at 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.jar!/' instead. Nov 24, 2022 4:59:13 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project error_prone_annotations at 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.jar!/' instead. Nov 24, 2022 4:59:13 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project j2objc-annotations at 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar!/' instead. Nov 24, 2022 4:59:13 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.xtext.xbase at 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/org/eclipse/xtext/org.eclipse.xtext.xbase/2.24.0/org.eclipse.xtext.xbase-2.24.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.24.0.v20201130-0919/org.eclipse.xtext.xbase-2.24.0.v20201130-0919.jar!/' instead. Nov 24, 2022 4:59:13 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.objectweb.asm at 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/org/ow2/asm/asm/9.0/asm-9.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/p2/osgi/bundle/org.objectweb.asm/9.0.0.v20201001-1419/org.objectweb.asm-9.0.0.v20201001-1419.jar!/' instead. Nov 24, 2022 4:59:13 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.xtend.lib at 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/org/eclipse/xtend/org.eclipse.xtend.lib/2.24.0/org.eclipse.xtend.lib-2.24.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/p2/osgi/bundle/org.eclipse.xtend.lib/2.24.0.v20201130-0911/org.eclipse.xtend.lib-2.24.0.v20201130-0911.jar!/' instead. Nov 24, 2022 4:59:13 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.xtend.lib.macro at 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.24.0/org.eclipse.xtend.lib.macro-2.24.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/p2/osgi/bundle/org.eclipse.xtend.lib.macro/2.24.0.v20201130-0911/org.eclipse.xtend.lib.macro-2.24.0.v20201130-0911.jar!/' instead. Nov 24, 2022 4:59:13 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.xtext.xtext.generator at 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/org/eclipse/xtext/org.eclipse.xtext.xtext.generator/2.24.0/org.eclipse.xtext.xtext.generator-2.24.0.jar!/' and using 'archive:file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/p2/osgi/bundle/org.eclipse.xtext.xtext.generator/2.24.0.v20201130-0914/org.eclipse.xtext.xtext.generator-2.24.0.v20201130-0914.jar!/' instead. Nov 24, 2022 4:59:13 PM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping INFO: Registering project org.eclipse.emf.parsley.dsl at 'file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl/' Nov 24, 2022 4:59:13 PM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping INFO: Registering project org.eclipse.emf.parsley.dsl.tests at 'file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.tests/' Nov 24, 2022 4:59:13 PM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping INFO: Registering project org.eclipse.emf.parsley.dsl.ide at 'file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.ide/' Nov 24, 2022 4:59:13 PM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping INFO: Registering project org.eclipse.emf.parsley.dsl.ui at 'file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.ui/' Nov 24, 2022 4:59:13 PM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping INFO: Registering project org.eclipse.emf.parsley.dsl.ui.tests at 'file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.ui.tests/' Nov 24, 2022 4:59:13 PM org.eclipse.emf.mwe.utils.StandaloneSetup setResourceSet INFO: Using resourceSet registry. The registered Packages will not be registered in the global EPackage.Registry.INSTANCE! Nov 24, 2022 4:59:13 PM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel INFO: Registered GenModel 'http://www.eclipse.org/Xtext/Xbase/XAnnotations' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel' Nov 24, 2022 4:59:13 PM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel INFO: Registered GenModel 'http://www.eclipse.org/xtext/xbase/Xtype' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel' Nov 24, 2022 4:59:13 PM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel INFO: Registered GenModel 'http://www.eclipse.org/xtext/xbase/Xbase' from 'platform:/resource/org.eclipse.xtext.xbase/model/Xbase.genmodel' Nov 24, 2022 4:59:13 PM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel INFO: Registered GenModel 'http://www.eclipse.org/xtext/common/JavaVMTypes' from 'platform:/resource/org.eclipse.xtext.common.types/model/JavaVMTypes.genmodel' 1015 [org.eclipse.emf.mwe2.launch.runtime.Mwe2Launcher.main()] INFO text.xtext.generator.XtextGenerator - Generating org.eclipse.emf.parsley.dsl.EmfParsleyDsl 4992 [org.eclipse.emf.mwe2.launch.runtime.Mwe2Launcher.main()] INFO nerator.ecore.EMFGeneratorFragment2 - Generating EMF model code Nov 24, 2022 4:59:18 PM org.eclipse.emf.mwe.utils.GenModelHelper registerGenModel INFO: Registered GenModel 'http://www.eclipse.org/emf/parsley/dsl/EmfParsleyDsl' from 'platform:/resource/org.eclipse.emf.parsley.dsl/model/generated/EmfParsleyDsl.genmodel' 27562 [org.eclipse.emf.mwe2.launch.runtime.Mwe2Launcher.main()] INFO text.xtext.generator.XtextGenerator - Generating common infrastructure 27578 [org.eclipse.emf.mwe2.launch.runtime.Mwe2Launcher.main()] INFO .emf.mwe2.runtime.workflow.Workflow - Done. [INFO] [INFO] --- xtend-maven-plugin:2.24.0:compile (default) @ org.eclipse.emf.parsley.dsl --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.dsl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.emf.parsley.dsl --- [INFO] Compiling 158 source files to /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl/target/classes [INFO] [INFO] --- xtend-maven-plugin:2.24.0:xtend-install-debug-info (default) @ org.eclipse.emf.parsley.dsl --- [WARNING] Directory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl/src/main/java is empty. Can't process. [INFO] Installing Xtend files into 138 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl/target/classes [INFO] [INFO] --- xtend-maven-plugin:2.24.0:testCompile (default) @ org.eclipse.emf.parsley.dsl --- [INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used. [INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl/src/test/java]' does not exist. [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.dsl --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl/src/test/resources [INFO] [INFO] --- xtend-maven-plugin:2.24.0:xtend-test-install-debug-info (default) @ org.eclipse.emf.parsley.dsl --- [WARNING] Directory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl/src/test/java is empty. Can't process. [WARNING] Directory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl/src/test/generated-sources/xtend is empty. Can't process. [INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl/target/test-classes [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.dsl --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl/target/org.eclipse.emf.parsley.dsl-1.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.dsl --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.dsl --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl/target/org.eclipse.emf.parsley.dsl-1.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.dsl --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.emf.parsley.dsl --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.dsl --- [INFO] [INFO] --< org.eclipse.emf.parsley:org.eclipse.emf.parsley.dsl.additional.builder >-- [INFO] Building org.eclipse.emf.parsley.dsl.additional.builder 1.13.0-SNAPSHOT [14/62] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.dsl.additional.builder --- [INFO] Deleting /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.additional.builder/xtend-gen (includes = [], excludes = [.gitignore]) [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.dsl.additional.builder --- [INFO] The project's OSGi version is 1.13.0.v20201130-1005 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.dsl.additional.builder --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.parsley.dsl.additional.builder --- [INFO] [INFO] --- xtend-maven-plugin:2.24.0:compile (default) @ org.eclipse.emf.parsley.dsl.additional.builder --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.dsl.additional.builder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.additional.builder/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.emf.parsley.dsl.additional.builder --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.additional.builder/target/classes [INFO] [INFO] --- xtend-maven-plugin:2.24.0:xtend-install-debug-info (default) @ org.eclipse.emf.parsley.dsl.additional.builder --- [WARNING] Directory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.additional.builder/src/main/java is empty. Can't process. [INFO] Installing Xtend files into 6 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.additional.builder/target/classes [INFO] [INFO] --- xtend-maven-plugin:2.24.0:testCompile (default) @ org.eclipse.emf.parsley.dsl.additional.builder --- [INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.additional.builder/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used. [INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.additional.builder/src/test/java]' does not exist. [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.dsl.additional.builder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.additional.builder/src/test/resources [INFO] [INFO] --- xtend-maven-plugin:2.24.0:xtend-test-install-debug-info (default) @ org.eclipse.emf.parsley.dsl.additional.builder --- [WARNING] Directory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.additional.builder/src/test/java is empty. Can't process. [WARNING] Directory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.additional.builder/src/test/generated-sources/xtend is empty. Can't process. [INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.additional.builder/target/test-classes [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.dsl.additional.builder --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.additional.builder/target/org.eclipse.emf.parsley.dsl.additional.builder-1.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.dsl.additional.builder --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.dsl.additional.builder --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.additional.builder/target/org.eclipse.emf.parsley.dsl.additional.builder-1.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.dsl.additional.builder --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.emf.parsley.dsl.additional.builder --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.dsl.additional.builder --- [INFO] [INFO] ------< org.eclipse.emf.parsley:org.eclipse.emf.parsley.wizards >------- [INFO] Building org.eclipse.emf.parsley.wizards 1.13.0-SNAPSHOT [15/62] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.wizards --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.wizards --- [INFO] The project's OSGi version is 1.13.0.v20201130-1005 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.wizards --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.parsley.wizards --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.wizards --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.wizards/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.emf.parsley.wizards --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.wizards/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.wizards --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.wizards/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.wizards --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.wizards/target/org.eclipse.emf.parsley.wizards-1.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.wizards --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.wizards --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.wizards/target/org.eclipse.emf.parsley.wizards-1.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.wizards --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.emf.parsley.wizards --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.wizards --- [INFO] [INFO] -----< org.eclipse.emf.parsley:org.eclipse.emf.parsley.web.tools >------ [INFO] Building org.eclipse.emf.parsley.web.tools 1.13.0-SNAPSHOT [16/62] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.web.tools --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.web.tools --- [INFO] The project's OSGi version is 1.13.0.v20201130-1005 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.web.tools --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.parsley.web.tools --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.web.tools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.web.tools/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.emf.parsley.web.tools --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.web.tools/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.web.tools/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.web.tools --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.web.tools/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.web.tools --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.web.tools/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.web.tools/target/org.eclipse.emf.parsley.web.tools-1.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.web.tools --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.web.tools --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.web.tools/target/org.eclipse.emf.parsley.web.tools-1.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.web.tools --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.emf.parsley.web.tools --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.web.tools --- [INFO] [INFO] ----< org.eclipse.emf.parsley:org.eclipse.emf.parsley.tests.models >---- [INFO] Building org.eclipse.emf.parsley.tests.models 1.13.0-SNAPSHOT [17/62] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.tests.models --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.tests.models --- [INFO] The project's OSGi version is 1.13.0.v20201130-1005 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.tests.models --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.parsley.tests.models --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.tests.models --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.models/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.emf.parsley.tests.models --- [INFO] Compiling 42 source files to /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.models/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.tests.models --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.models/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.tests.models --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.models/target/org.eclipse.emf.parsley.tests.models-1.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.tests.models --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.tests.models --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.models/target/org.eclipse.emf.parsley.tests.models-1.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.tests.models --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.emf.parsley.tests.models --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.tests.models --- [INFO] [INFO] --< org.eclipse.emf.parsley:org.eclipse.emf.parsley.tests.libraries >--- [INFO] Building org.eclipse.emf.parsley.tests.libraries 1.13.0-SNAPSHOT [18/62] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.tests.libraries --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.tests.libraries --- [INFO] The project's OSGi version is 1.13.0.202211241656 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.tests.libraries --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.parsley.tests.libraries --- [INFO] [INFO] --- maven-dependency-plugin:2.8:copy-dependencies (copy-test-libs) @ org.eclipse.emf.parsley.tests.libraries --- [INFO] Copying mockito-core-1.10.19.jar to /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.libraries/lib/mockito-core-1.10.19.jar [INFO] Copying hamcrest-core-1.3.jar to /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.libraries/lib/hamcrest-core-1.3.jar [INFO] Copying hamcrest-core-1.3-sources.jar to /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.libraries/lib/hamcrest-core-1.3-sources.jar [INFO] Copying mockito-core-1.10.19-sources.jar to /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.libraries/lib/mockito-core-1.10.19-sources.jar [INFO] Copying objenesis-2.1.jar to /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.libraries/lib/objenesis-2.1.jar [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.tests.libraries --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.libraries/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.emf.parsley.tests.libraries --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.tests.libraries --- [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.libraries/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.tests.libraries --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.tests.libraries --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.libraries/target/org.eclipse.emf.parsley.tests.libraries-1.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.tests.libraries --- [INFO] [INFO] --< org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.library >-- [INFO] Building org.eclipse.emf.parsley.examples.library 1.13.0-SNAPSHOT [19/62] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.examples.library --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.examples.library --- [INFO] The project's OSGi version is 1.13.0.v20201130-1005 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.examples.library --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.parsley.examples.library --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.examples.library --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.library/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.emf.parsley.examples.library --- [INFO] Compiling 33 source files to /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.library/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.examples.library --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.library/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.examples.library --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.library/target/org.eclipse.emf.parsley.examples.library-1.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.examples.library --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.examples.library --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.library/target/org.eclipse.emf.parsley.examples.library-1.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.examples.library --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.emf.parsley.examples.library --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.examples.library --- [INFO] [INFO] -------< org.eclipse.emf.parsley:org.eclipse.emf.parsley.tests >-------- [INFO] Building org.eclipse.emf.parsley.tests 1.13.0-SNAPSHOT [20/62] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.tests --- [INFO] Deleting /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests/xtend-gen (includes = [], excludes = [.gitignore]) [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.tests --- [INFO] The project's OSGi version is 1.13.0.v20201130-1005 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.parsley.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (default) @ org.eclipse.emf.parsley.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.coverage/target/jacoco.exec,append=true,includes=org.eclipse.emf.parsley.*,excludes=**/src-gen/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java [INFO] [INFO] --- xtend-maven-plugin:2.24.0:compile (default) @ org.eclipse.emf.parsley.tests --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.emf.parsley.tests --- [INFO] Compiling 83 source files to /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests/target/classes [INFO] [INFO] --- xtend-maven-plugin:2.24.0:xtend-install-debug-info (default) @ org.eclipse.emf.parsley.tests --- [WARNING] Directory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests/src/main/java is empty. Can't process. [INFO] Installing Xtend files into 582 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests/target/classes [INFO] [INFO] --- xtend-maven-plugin:2.24.0:testCompile (default) @ org.eclipse.emf.parsley.tests --- [INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used. [INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests/src/test/java]' does not exist. [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests/src/test/resources [INFO] [INFO] --- xtend-maven-plugin:2.24.0:xtend-test-install-debug-info (default) @ org.eclipse.emf.parsley.tests --- [WARNING] Directory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests/src/test/java is empty. Can't process. [WARNING] Directory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests/src/test/generated-sources/xtend is empty. Can't process. [INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.22.2:test (MavenSurefirePluginTest) @ org.eclipse.emf.parsley.tests --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.emf.parsley.tests.FeatureNamePathTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.emf.parsley.tests.FeatureNamePathTest [INFO] Running org.eclipse.emf.parsley.tests.EditingDomainTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.128 s - in org.eclipse.emf.parsley.tests.EditingDomainTest [INFO] Running org.eclipse.emf.parsley.tests.ShellBasedTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.405 s - in org.eclipse.emf.parsley.tests.ShellBasedTest [INFO] Running org.eclipse.emf.parsley.tests.NotificationBufferTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.emf.parsley.tests.NotificationBufferTest [INFO] Running org.eclipse.emf.parsley.tests.DatabindingSubstitutionLabelProviderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s - in org.eclipse.emf.parsley.tests.DatabindingSubstitutionLabelProviderTest [INFO] Running org.eclipse.emf.parsley.tests.InjectableAdapterFactoryLabelProviderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.emf.parsley.tests.InjectableAdapterFactoryLabelProviderTest [INFO] Running org.eclipse.emf.parsley.tests.ProposalCreatorTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.142 s - in org.eclipse.emf.parsley.tests.ProposalCreatorTest [INFO] Running org.eclipse.emf.parsley.tests.DialogControlFactoryTest [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.984 s - in org.eclipse.emf.parsley.tests.DialogControlFactoryTest [INFO] Running org.eclipse.emf.parsley.tests.CachedLabelProviderTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.137 s - in org.eclipse.emf.parsley.tests.CachedLabelProviderTest [INFO] Running org.eclipse.emf.parsley.tests.GenericFeatureViewerComparatorTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 s - in org.eclipse.emf.parsley.tests.GenericFeatureViewerComparatorTest [INFO] Running org.eclipse.emf.parsley.tests.TableViewerContentProviderTest [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.281 s - in org.eclipse.emf.parsley.tests.TableViewerContentProviderTest [INFO] Running org.eclipse.emf.parsley.tests.ControlBasedTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.emf.parsley.tests.ControlBasedTest [INFO] Running org.eclipse.emf.parsley.tests.AdapterFactoryHelperTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.eclipse.emf.parsley.tests.AdapterFactoryHelperTest [INFO] Running org.eclipse.emf.parsley.tests.ViewerFactoryTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.263 s - in org.eclipse.emf.parsley.tests.ViewerFactoryTest [INFO] Running org.eclipse.emf.parsley.tests.FormDetailCompositeTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.282 s - in org.eclipse.emf.parsley.tests.FormDetailCompositeTest [INFO] Running org.eclipse.emf.parsley.tests.FormWidgetFactoryTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.203 s - in org.eclipse.emf.parsley.tests.FormWidgetFactoryTest [INFO] Running org.eclipse.emf.parsley.tests.FormControlFactoryWithEditingDomainTest [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.556 s - in org.eclipse.emf.parsley.tests.FormControlFactoryWithEditingDomainTest [INFO] Running org.eclipse.emf.parsley.tests.DynamicEditingDomainViewerDropAdapterTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s - in org.eclipse.emf.parsley.tests.DynamicEditingDomainViewerDropAdapterTest [INFO] Running org.eclipse.emf.parsley.tests.TableViewerCellEditorFactoryTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.131 s - in org.eclipse.emf.parsley.tests.TableViewerCellEditorFactoryTest [INFO] Running org.eclipse.emf.parsley.tests.FeatureCaptionProviderTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.emf.parsley.tests.FeatureCaptionProviderTest [INFO] Running org.eclipse.emf.parsley.tests.DialogDetailCompositeTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.emf.parsley.tests.DialogDetailCompositeTest [INFO] Running org.eclipse.emf.parsley.tests.TableViewerColumnBuilderTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.192 s - in org.eclipse.emf.parsley.tests.TableViewerColumnBuilderTest [INFO] Running org.eclipse.emf.parsley.tests.ViewerLabelProviderTest [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.207 s - in org.eclipse.emf.parsley.tests.ViewerLabelProviderTest [INFO] Running org.eclipse.emf.parsley.tests.EcoreUtil2Test [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s - in org.eclipse.emf.parsley.tests.EcoreUtil2Test [INFO] Running org.eclipse.emf.parsley.tests.FormControlFactoryTest [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.502 s - in org.eclipse.emf.parsley.tests.FormControlFactoryTest [INFO] Running org.eclipse.emf.parsley.tests.FeatureResolverTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.emf.parsley.tests.FeatureResolverTest [INFO] Running org.eclipse.emf.parsley.tests.EditingDomainStrategyTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.emf.parsley.tests.EditingDomainStrategyTest [INFO] Running org.eclipse.emf.parsley.tests.ConfiguratorTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.emf.parsley.tests.ConfiguratorTest [INFO] Running org.eclipse.emf.parsley.tests.ClassLoaderImageHelperTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.emf.parsley.tests.ClassLoaderImageHelperTest [INFO] Running org.eclipse.emf.parsley.tests.TextUndoRedoTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.194 s - in org.eclipse.emf.parsley.tests.TextUndoRedoTest [INFO] Running org.eclipse.emf.parsley.tests.FeatureHelperTest [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s - in org.eclipse.emf.parsley.tests.FeatureHelperTest [INFO] Running org.eclipse.emf.parsley.tests.ProtectedConstructorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.emf.parsley.tests.ProtectedConstructorTest [INFO] Running org.eclipse.emf.parsley.tests.TableViewerEditingSupportTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.214 s - in org.eclipse.emf.parsley.tests.TableViewerEditingSupportTest [INFO] Running org.eclipse.emf.parsley.tests.ValidationRunnerTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.eclipse.emf.parsley.tests.ValidationRunnerTest [INFO] Running org.eclipse.emf.parsley.tests.PolymorphicDispatcherTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.emf.parsley.tests.PolymorphicDispatcherTest [INFO] Running org.eclipse.emf.parsley.tests.TableColumnLabelProviderTest [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.229 s - in org.eclipse.emf.parsley.tests.TableColumnLabelProviderTest [INFO] Running org.eclipse.emf.parsley.tests.ViewerContentProviderTest [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.273 s - in org.eclipse.emf.parsley.tests.ViewerContentProviderTest [INFO] Running org.eclipse.emf.parsley.tests.AsyncCommandStackListenerTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s - in org.eclipse.emf.parsley.tests.AsyncCommandStackListenerTest [INFO] Running org.eclipse.emf.parsley.tests.DialogFeatureCaptionProviderTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s - in org.eclipse.emf.parsley.tests.DialogFeatureCaptionProviderTest [INFO] Running org.eclipse.emf.parsley.tests.FeaturesProviderTest [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 s - in org.eclipse.emf.parsley.tests.FeaturesProviderTest [INFO] Running org.eclipse.emf.parsley.tests.ComboViewerLabelProviderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.emf.parsley.tests.ComboViewerLabelProviderTest [INFO] Running org.eclipse.emf.parsley.tests.ResourceSaveStrategyTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.eclipse.emf.parsley.tests.ResourceSaveStrategyTest [INFO] Running org.eclipse.emf.parsley.tests.DiagnosticUtilTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.emf.parsley.tests.DiagnosticUtilTest [INFO] Running org.eclipse.emf.parsley.tests.TableFeaturesProviderTest [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.145 s - in org.eclipse.emf.parsley.tests.TableFeaturesProviderTest [INFO] Running org.eclipse.emf.parsley.tests.DialogWidgetFactoryTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.215 s - in org.eclipse.emf.parsley.tests.DialogWidgetFactoryTest [INFO] Running org.eclipse.emf.parsley.tests.EditingDomainFinderTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.emf.parsley.tests.EditingDomainFinderTest [INFO] Running org.eclipse.emf.parsley.tests.TreeFormFactoryTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s - in org.eclipse.emf.parsley.tests.TreeFormFactoryTest [INFO] Running org.eclipse.emf.parsley.tests.LayoutHelperTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.323 s - in org.eclipse.emf.parsley.tests.LayoutHelperTest [INFO] Running org.eclipse.emf.parsley.tests.EmfValidationTargetToModelUpdateValueStrategyTest Status ERROR: org.eclipse.core.databinding code=0 An error occurred while setting the value. java.lang.ClassCastException: class org.eclipse.emf.parsley.tests.models.testmodels.impl.ClassWithNameImpl cannot be cast to class java.lang.String (org.eclipse.emf.parsley.tests.models.testmodels.impl.ClassWithNameImpl is in unnamed module of loader 'app'; java.lang.String is in module java.base of loader 'bootstrap') java.lang.ClassCastException: class org.eclipse.emf.parsley.tests.models.testmodels.impl.ClassWithNameImpl cannot be cast to class java.lang.String (org.eclipse.emf.parsley.tests.models.testmodels.impl.ClassWithNameImpl is in unnamed module of loader 'app'; java.lang.String is in module java.base of loader 'bootstrap') at org.eclipse.jface.internal.databinding.swt.WidgetStringValueProperty.doSetValue(WidgetStringValueProperty.java:1) at org.eclipse.core.databinding.property.value.ValueProperty.setValue(ValueProperty.java:93) at org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue.doSetValue(SimplePropertyObservableValue.java:104) at org.eclipse.core.databinding.observable.value.AbstractObservableValue.setValue(AbstractObservableValue.java:70) at org.eclipse.core.databinding.observable.value.DecoratingObservableValue.setValue(DecoratingObservableValue.java:117) at org.eclipse.core.databinding.UpdateValueStrategy.doSet(UpdateValueStrategy.java:481) at org.eclipse.core.databinding.ValueBinding.lambda$1(ValueBinding.java:209) at org.eclipse.core.databinding.Binding.lambda$3(Binding.java:194) at org.eclipse.core.databinding.observable.Realm$1.run(Realm.java:151) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) at org.eclipse.core.databinding.observable.Realm.safeRun(Realm.java:155) at org.eclipse.core.databinding.observable.Realm.exec(Realm.java:173) at org.eclipse.core.databinding.Binding.execAfterDisposalCheck(Binding.java:192) at org.eclipse.core.databinding.ValueBinding.lambda$0(ValueBinding.java:202) at org.eclipse.core.databinding.Binding.lambda$3(Binding.java:194) at org.eclipse.core.databinding.observable.Realm$1.run(Realm.java:151) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) at org.eclipse.core.databinding.observable.Realm.safeRun(Realm.java:155) at org.eclipse.core.databinding.observable.Realm.exec(Realm.java:173) at org.eclipse.core.databinding.Binding.execAfterDisposalCheck(Binding.java:192) at org.eclipse.core.databinding.ValueBinding.doUpdate(ValueBinding.java:166) at org.eclipse.core.databinding.ValueBinding.updateModelToTarget(ValueBinding.java:127) at org.eclipse.core.databinding.ValueBinding.postInit(ValueBinding.java:92) at org.eclipse.core.databinding.Binding.init(Binding.java:80) at org.eclipse.core.databinding.DataBindingContext.bindValue(DataBindingContext.java:201) at org.eclipse.emf.parsley.tests.EmfValidationTargetToModelUpdateValueStrategyTest.initializeDatabindingInternal(EmfValidationTargetToModelUpdateValueStrategyTest.java:220) at org.eclipse.emf.parsley.tests.EmfValidationTargetToModelUpdateValueStrategyTest.initializeDatabindingCombo(EmfValidationTargetToModelUpdateValueStrategyTest.java:210) at org.eclipse.emf.parsley.tests.EmfValidationTargetToModelUpdateValueStrategyTest.testUpdateTargetWithReference(EmfValidationTargetToModelUpdateValueStrategyTest.java:184) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.eclipse.emf.parsley.tests.util.EmfParsleyFixturesAndUtilitiesTestRule$1.evaluate(EmfParsleyFixturesAndUtilitiesTestRule.java:104) at org.eclipse.emf.parsley.junit4.ui.util.DisplayHelperTestRule$1.evaluate(DisplayHelperTestRule.java:80) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) 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 org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 s - in org.eclipse.emf.parsley.tests.EmfValidationTargetToModelUpdateValueStrategyTest [INFO] Running org.eclipse.emf.parsley.tests.EmfEventHelperTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s - in org.eclipse.emf.parsley.tests.EmfEventHelperTest [INFO] Running org.eclipse.emf.parsley.tests.EmfParsleyUtilTest [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.emf.parsley.tests.EmfParsleyUtilTest [INFO] Running org.eclipse.emf.parsley.tests.FormFeatureCaptionProviderTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s - in org.eclipse.emf.parsley.tests.FormFeatureCaptionProviderTest [INFO] Running org.eclipse.emf.parsley.tests.TreeViewerColumnBuilderTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.213 s - in org.eclipse.emf.parsley.tests.TreeViewerColumnBuilderTest [INFO] Running org.eclipse.emf.parsley.tests.DialogControlFactoryAsWidgetFactoryTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.208 s - in org.eclipse.emf.parsley.tests.DialogControlFactoryAsWidgetFactoryTest [INFO] Running org.eclipse.emf.parsley.tests.EmfSelectionHelperTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s - in org.eclipse.emf.parsley.tests.EmfSelectionHelperTest [INFO] Running org.eclipse.emf.parsley.tests.CustomDialogControlFactoryTest Status ERROR: org.eclipse.core.databinding code=0 An error occurred while setting the value. java.lang.ClassCastException: class org.eclipse.emf.ecore.util.EObjectResolvingEList cannot be cast to class java.lang.String (org.eclipse.emf.ecore.util.EObjectResolvingEList is in unnamed module of loader 'app'; java.lang.String is in module java.base of loader 'bootstrap') java.lang.ClassCastException: class org.eclipse.emf.ecore.util.EObjectResolvingEList cannot be cast to class java.lang.String (org.eclipse.emf.ecore.util.EObjectResolvingEList is in unnamed module of loader 'app'; java.lang.String is in module java.base of loader 'bootstrap') at org.eclipse.jface.internal.databinding.swt.WidgetStringValueProperty.doSetValue(WidgetStringValueProperty.java:1) at org.eclipse.core.databinding.property.value.ValueProperty.setValue(ValueProperty.java:93) at org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue.doSetValue(SimplePropertyObservableValue.java:104) at org.eclipse.core.databinding.observable.value.AbstractObservableValue.setValue(AbstractObservableValue.java:70) at org.eclipse.core.databinding.observable.value.DecoratingObservableValue.setValue(DecoratingObservableValue.java:117) at org.eclipse.core.databinding.observable.value.DecoratingVetoableValue.setValue(DecoratingVetoableValue.java:48) at org.eclipse.core.databinding.UpdateValueStrategy.doSet(UpdateValueStrategy.java:481) at org.eclipse.core.databinding.ValueBinding.lambda$1(ValueBinding.java:209) at org.eclipse.core.databinding.Binding.lambda$3(Binding.java:194) at org.eclipse.core.databinding.observable.Realm$1.run(Realm.java:151) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) at org.eclipse.core.databinding.observable.Realm.safeRun(Realm.java:155) at org.eclipse.core.databinding.observable.Realm.exec(Realm.java:173) at org.eclipse.core.databinding.Binding.execAfterDisposalCheck(Binding.java:192) at org.eclipse.core.databinding.ValueBinding.lambda$0(ValueBinding.java:202) at org.eclipse.core.databinding.Binding.lambda$3(Binding.java:194) at org.eclipse.core.databinding.observable.Realm$1.run(Realm.java:151) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) at org.eclipse.core.databinding.observable.Realm.safeRun(Realm.java:155) at org.eclipse.core.databinding.observable.Realm.exec(Realm.java:173) at org.eclipse.core.databinding.Binding.execAfterDisposalCheck(Binding.java:192) at org.eclipse.core.databinding.ValueBinding.doUpdate(ValueBinding.java:166) at org.eclipse.core.databinding.ValueBinding.updateModelToTarget(ValueBinding.java:127) at org.eclipse.core.databinding.ValueBinding.postInit(ValueBinding.java:92) at org.eclipse.core.databinding.Binding.init(Binding.java:80) at org.eclipse.core.databinding.DataBindingContext.bindValue(DataBindingContext.java:201) at org.eclipse.emf.parsley.internal.databinding.DataBindingHelper.bindValue(DataBindingHelper.java:44) at org.eclipse.emf.parsley.composite.AbstractControlFactory.bindValue(AbstractControlFactory.java:354) at org.eclipse.emf.parsley.composite.AbstractControlFactory.createAndBindList(AbstractControlFactory.java:288) at org.eclipse.emf.parsley.composite.AbstractControlFactory.create(AbstractControlFactory.java:249) at org.eclipse.emf.parsley.composite.AbstractControlFactory.create(AbstractControlFactory.java:228) at org.eclipse.emf.parsley.junit4.AbstractEmfParsleyControlBasedTest$2.run(AbstractEmfParsleyControlBasedTest.java:123) at org.eclipse.emf.parsley.junit4.AbstractEmfParsleyControlBasedTest$2.run(AbstractEmfParsleyControlBasedTest.java:1) at org.eclipse.emf.parsley.junit4.AbstractEmfParsleyControlBasedTest$14$1.run(AbstractEmfParsleyControlBasedTest.java:312) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.emf.parsley.junit4.AbstractEmfParsleyControlBasedTest$14.run(AbstractEmfParsleyControlBasedTest.java:306) at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:236) at org.eclipse.swt.widgets.Display.syncExec(Display.java:5895) at org.eclipse.emf.parsley.junit4.AbstractEmfParsleyControlBasedTest.syncExecInRealm(AbstractEmfParsleyControlBasedTest.java:303) at org.eclipse.emf.parsley.junit4.AbstractEmfParsleyControlBasedTest.createControl(AbstractEmfParsleyControlBasedTest.java:120) at org.eclipse.emf.parsley.tests.CustomDialogControlFactoryTest.testCustomControlWithControlObservablePairForMulti(CustomDialogControlFactoryTest.java:218) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.eclipse.emf.parsley.junit4.util.LogAppenderTestRule$1.evaluate(LogAppenderTestRule.java:77) at org.eclipse.emf.parsley.tests.util.EmfParsleyFixturesAndUtilitiesTestRule$1.evaluate(EmfParsleyFixturesAndUtilitiesTestRule.java:104) at org.eclipse.emf.parsley.junit4.ui.util.DisplayHelperTestRule$1.evaluate(DisplayHelperTestRule.java:80) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) 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 org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) Status ERROR: org.eclipse.core.databinding code=0 An error occurred while setting the value. java.lang.ClassCastException: class org.eclipse.emf.ecore.util.EObjectResolvingEList cannot be cast to class java.lang.String (org.eclipse.emf.ecore.util.EObjectResolvingEList is in unnamed module of loader 'app'; java.lang.String is in module java.base of loader 'bootstrap') java.lang.ClassCastException: class org.eclipse.emf.ecore.util.EObjectResolvingEList cannot be cast to class java.lang.String (org.eclipse.emf.ecore.util.EObjectResolvingEList is in unnamed module of loader 'app'; java.lang.String is in module java.base of loader 'bootstrap') at org.eclipse.jface.internal.databinding.swt.WidgetStringValueProperty.doSetValue(WidgetStringValueProperty.java:1) at org.eclipse.core.databinding.property.value.ValueProperty.setValue(ValueProperty.java:93) at org.eclipse.core.internal.databinding.property.value.SimplePropertyObservableValue.doSetValue(SimplePropertyObservableValue.java:104) at org.eclipse.core.databinding.observable.value.AbstractObservableValue.setValue(AbstractObservableValue.java:70) at org.eclipse.core.databinding.observable.value.DecoratingObservableValue.setValue(DecoratingObservableValue.java:117) at org.eclipse.core.databinding.observable.value.DecoratingVetoableValue.setValue(DecoratingVetoableValue.java:48) at org.eclipse.core.databinding.UpdateValueStrategy.doSet(UpdateValueStrategy.java:481) at org.eclipse.core.databinding.ValueBinding.lambda$1(ValueBinding.java:209) at org.eclipse.core.databinding.Binding.lambda$3(Binding.java:194) at org.eclipse.core.databinding.observable.Realm$1.run(Realm.java:151) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) at org.eclipse.core.databinding.observable.Realm.safeRun(Realm.java:155) at org.eclipse.core.databinding.observable.Realm.exec(Realm.java:173) at org.eclipse.core.databinding.Binding.execAfterDisposalCheck(Binding.java:192) at org.eclipse.core.databinding.ValueBinding.lambda$0(ValueBinding.java:202) at org.eclipse.core.databinding.Binding.lambda$3(Binding.java:194) at org.eclipse.core.databinding.observable.Realm$1.run(Realm.java:151) at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:45) at org.eclipse.core.databinding.observable.Realm.safeRun(Realm.java:155) at org.eclipse.core.databinding.observable.Realm.exec(Realm.java:173) at org.eclipse.core.databinding.Binding.execAfterDisposalCheck(Binding.java:192) at org.eclipse.core.databinding.ValueBinding.doUpdate(ValueBinding.java:166) at org.eclipse.core.databinding.ValueBinding.updateModelToTarget(ValueBinding.java:127) at org.eclipse.emf.parsley.composite.AbstractControlFactory.createAndBindList(AbstractControlFactory.java:289) at org.eclipse.emf.parsley.composite.AbstractControlFactory.create(AbstractControlFactory.java:249) at org.eclipse.emf.parsley.composite.AbstractControlFactory.create(AbstractControlFactory.java:228) at org.eclipse.emf.parsley.junit4.AbstractEmfParsleyControlBasedTest$2.run(AbstractEmfParsleyControlBasedTest.java:123) at org.eclipse.emf.parsley.junit4.AbstractEmfParsleyControlBasedTest$2.run(AbstractEmfParsleyControlBasedTest.java:1) at org.eclipse.emf.parsley.junit4.AbstractEmfParsleyControlBasedTest$14$1.run(AbstractEmfParsleyControlBasedTest.java:312) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338) at org.eclipse.emf.parsley.junit4.AbstractEmfParsleyControlBasedTest$14.run(AbstractEmfParsleyControlBasedTest.java:306) at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:236) at org.eclipse.swt.widgets.Display.syncExec(Display.java:5895) at org.eclipse.emf.parsley.junit4.AbstractEmfParsleyControlBasedTest.syncExecInRealm(AbstractEmfParsleyControlBasedTest.java:303) at org.eclipse.emf.parsley.junit4.AbstractEmfParsleyControlBasedTest.createControl(AbstractEmfParsleyControlBasedTest.java:120) at org.eclipse.emf.parsley.tests.CustomDialogControlFactoryTest.testCustomControlWithControlObservablePairForMulti(CustomDialogControlFactoryTest.java:218) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.eclipse.emf.parsley.junit4.util.LogAppenderTestRule$1.evaluate(LogAppenderTestRule.java:77) at org.eclipse.emf.parsley.tests.util.EmfParsleyFixturesAndUtilitiesTestRule$1.evaluate(EmfParsleyFixturesAndUtilitiesTestRule.java:104) at org.eclipse.emf.parsley.junit4.ui.util.DisplayHelperTestRule$1.evaluate(DisplayHelperTestRule.java:80) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57) at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) at org.junit.runners.ParentRunner.run(ParentRunner.java:363) 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 org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418) [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.209 s - in org.eclipse.emf.parsley.tests.CustomDialogControlFactoryTest [INFO] Running org.eclipse.emf.parsley.tests.DefaultControlFactoryTest [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.447 s - in org.eclipse.emf.parsley.tests.DefaultControlFactoryTest [INFO] Running org.eclipse.emf.parsley.tests.DelegatingColumnLabelProviderTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.135 s - in org.eclipse.emf.parsley.tests.DelegatingColumnLabelProviderTest [INFO] Running org.eclipse.emf.parsley.tests.ResourceLoaderTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.emf.parsley.tests.ResourceLoaderTest [INFO] Running org.eclipse.emf.parsley.tests.TableViewerContentProviderFactoryTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.emf.parsley.tests.TableViewerContentProviderFactoryTest [INFO] Running org.eclipse.emf.parsley.tests.EditingMenuBuilderTest [INFO] Tests run: 52, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.569 s - in org.eclipse.emf.parsley.tests.EditingMenuBuilderTest [INFO] Running org.eclipse.emf.parsley.tests.DatabindingValidationUtilTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.emf.parsley.tests.DatabindingValidationUtilTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 638, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests/target/org.eclipse.emf.parsley.tests-1.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests/target/org.eclipse.emf.parsley.tests-1.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.tests --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.emf.parsley.tests --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.tests --- [INFO] [INFO] -------< org.eclipse.emf.parsley:org.eclipse.emf.parsley.views >-------- [INFO] Building org.eclipse.emf.parsley.views 1.13.0-SNAPSHOT [21/62] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.views --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.views --- [INFO] The project's OSGi version is 1.13.0.v20201130-1005 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.views --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.parsley.views --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.views --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.views/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.emf.parsley.views --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.views/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.views --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.views/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.views --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.views/target/org.eclipse.emf.parsley.views-1.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.views --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.views --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.views/target/org.eclipse.emf.parsley.views-1.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.views --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.emf.parsley.views --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.views --- [INFO] [INFO] ----< org.eclipse.emf.parsley:org.eclipse.emf.parsley.tests.views >----- [INFO] Building org.eclipse.emf.parsley.tests.views 1.13.0-SNAPSHOT [22/62] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.tests.views --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.tests.views --- [INFO] The project's OSGi version is 1.13.0.v20201130-1005 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.tests.views --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.parsley.tests.views --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.tests.views --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.views/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.emf.parsley.tests.views --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.views/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.tests.views --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.views/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.tests.views --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.views/target/org.eclipse.emf.parsley.tests.views-1.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.tests.views --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.tests.views --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.views/target/org.eclipse.emf.parsley.tests.views-1.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.tests.views --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.emf.parsley.tests.views --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.tests.views --- [INFO] [INFO] --------< org.eclipse.emf.parsley:org.eclipse.emf.parsley.cdo >--------- [INFO] Building org.eclipse.emf.parsley.cdo 1.13.0-SNAPSHOT [23/62] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.cdo --- [INFO] The project's OSGi version is 1.13.0.v20201130-1005 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.parsley.cdo --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.cdo/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.emf.parsley.cdo --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.cdo/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.cdo --- [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.cdo/target/org.eclipse.emf.parsley.cdo-1.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.cdo --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.emf.parsley.cdo --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.cdo --- [INFO] [INFO] ---< org.eclipse.emf.parsley:org.eclipse.emf.parsley.editors.common >--- [INFO] Building org.eclipse.emf.parsley.editors.common 1.13.0-SNAPSHOT [24/62] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.editors.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.editors.common --- [INFO] The project's OSGi version is 1.13.0.v20201130-1005 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.editors.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.parsley.editors.common --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.editors.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.editors.common/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.emf.parsley.editors.common --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.editors.common/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.editors.common --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.editors.common/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.editors.common --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.editors.common/target/org.eclipse.emf.parsley.editors.common-1.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.editors.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.editors.common --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.editors.common/target/org.eclipse.emf.parsley.editors.common-1.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.editors.common --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.emf.parsley.editors.common --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.editors.common --- [INFO] [INFO] ------< org.eclipse.emf.parsley:org.eclipse.emf.parsley.editors >------- [INFO] Building org.eclipse.emf.parsley.editors 1.13.0-SNAPSHOT [25/62] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.editors --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.editors --- [INFO] The project's OSGi version is 1.13.0.v20201130-1005 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.editors --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.parsley.editors --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.editors --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.editors/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.emf.parsley.editors --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.editors --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.editors/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.editors --- [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.editors --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.editors --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.editors/target/org.eclipse.emf.parsley.editors-1.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.editors --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.emf.parsley.editors --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.editors --- [INFO] [INFO] -----< org.eclipse.emf.parsley:org.eclipse.emf.parsley.cdo.tests >------ [INFO] Building org.eclipse.emf.parsley.cdo.tests 1.13.0-SNAPSHOT [26/62] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.cdo.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.cdo.tests --- [INFO] The project's OSGi version is 1.13.0.v20201130-1005 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.cdo.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.parsley.cdo.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (default) @ org.eclipse.emf.parsley.cdo.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.coverage/target/jacoco.exec,append=true,includes=org.eclipse.emf.parsley.*,excludes=**/src-gen/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.cdo.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.cdo.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.emf.parsley.cdo.tests --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.cdo.tests/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.cdo.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.cdo.tests/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.cdo.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.cdo.tests/target/org.eclipse.emf.parsley.cdo.tests-1.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.cdo.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.cdo.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.cdo.tests/target/org.eclipse.emf.parsley.cdo.tests-1.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.cdo.tests --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.emf.parsley.cdo.tests --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.cdo.tests --- [INFO] [INFO] --- tycho-surefire-plugin:1.7.0:test (default-test) @ org.eclipse.emf.parsley.cdo.tests --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.cdo.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.coverage/target/jacoco.exec,append=true,includes=org.eclipse.emf.parsley.*,excludes=**/src-gen/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java, -Xms256M, -Xmx4G, -XX:PermSize=256M, -XX:MaxPermSize=256M, -XX:+HeapDumpOnOutOfMemoryError, --add-modules=ALL-SYSTEM, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.0.v20200915-1508/org.eclipse.equinox.launcher-1.6.0.v20200915-1508.jar, -data, /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.cdo.tests/target/work/data, -install, /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.cdo.tests/target/work, -configuration, /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.cdo.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.cdo.tests/target/surefire.properties] OpenJDK 64-Bit Server VM warning: Ignoring option PermSize; support was removed in 8.0 OpenJDK 64-Bit Server VM warning: Ignoring option MaxPermSize; support was removed in 8.0 Running org.eclipse.emf.parsley.cdo.tests.CDOUriTests cdo://localhost:2036/demo/res2 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.148 s - in org.eclipse.emf.parsley.cdo.tests.CDOUriTests testCDOURIDataMissingCDOScheme(org.eclipse.emf.parsley.cdo.tests.CDOUriTests) Time elapsed: 0.063 s testUri(org.eclipse.emf.parsley.cdo.tests.CDOUriTests) Time elapsed: 0.002 s testCDOURIDataMissingScheme(org.eclipse.emf.parsley.cdo.tests.CDOUriTests) Time elapsed: 0 s testCDOURIDataOk(org.eclipse.emf.parsley.cdo.tests.CDOUriTests) Time elapsed: 0 s Results: Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] ----< org.eclipse.emf.parsley:org.eclipse.emf.parsley.ui.examples >----- [INFO] Building org.eclipse.emf.parsley.ui.examples 1.13.0-SNAPSHOT [27/62] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.ui.examples --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.ui.examples --- [INFO] The project's OSGi version is 1.13.0.v20201130-1005 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.ui.examples --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.parsley.ui.examples --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.ui.examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.ui.examples/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.emf.parsley.ui.examples --- [INFO] [INFO] --- maven-antrun-plugin:1.7:run (default) @ org.eclipse.emf.parsley.ui.examples --- [WARNING] Parameter tasks is deprecated, use target instead [INFO] Executing tasks main: zip_all_examples: [zip] Building zip: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.ui.examples/contents/org.eclipse.emf.parsley.examples.mail.rcp.zip [zip] Building zip: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.ui.examples/contents/org.eclipse.emf.parsley.examples.mail.model.zip [zip] Building zip: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.ui.examples/contents/org.eclipse.emf.parsley.examples.mail.accountsview.zip [zip] Building zip: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.ui.examples/contents/org.eclipse.emf.parsley.examples.mail.mailsview.zip [zip] Building zip: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.ui.examples/contents/org.eclipse.emf.parsley.examples.mail.messageview.zip [zip] Building zip: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.ui.examples/contents/org.eclipse.emf.parsley.examples.mail.product.feature.zip [zip] Building zip: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.ui.examples/contents/org.eclipse.emf.parsley.examples.firstexample.zip [zip] Building zip: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.ui.examples/contents/org.eclipse.emf.parsley.examples.eclipse4.zip [zip] Building zip: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.ui.examples/contents/org.eclipse.emf.parsley.examples.eclipse4.parsleypart.zip [zip] Building zip: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.ui.examples/contents/org.eclipse.emf.parsley.examples.eclipse4.product.feature.zip [zip] Building zip: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.ui.examples/contents/org.eclipse.emf.examples.library.zip [zip] Building zip: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.ui.examples/contents/org.eclipse.emf.examples.library.edit.zip [zip] Building zip: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.ui.examples/contents/org.eclipse.emf.parsley.examples.views.zip [zip] Building zip: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.ui.examples/contents/org.eclipse.emf.parsley.examples.editors.zip [zip] Building zip: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.ui.examples/contents/org.eclipse.emf.parsley.examples.cdo.server.zip [zip] Building zip: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.ui.examples/contents/org.eclipse.emf.parsley.examples.cdo.model.zip [zip] Building zip: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.ui.examples/contents/org.eclipse.emf.parsley.examples.cdo.rcp.zip [zip] Building zip: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.ui.examples/contents/org.eclipse.emf.parsley.examples.cdo.treeform.zip [zip] Building zip: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.ui.examples/contents/org.eclipse.emf.parsley.examples.cdo.product.feature.zip [zip] Building zip: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.ui.examples/contents/org.eclipse.emf.parsley.examples.cdo.rap.zip [zip] Building zip: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.ui.examples/contents/org.eclipse.emf.parsley.examples.rap.targetplatform.zip [zip] Building zip: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.ui.examples/contents/org.eclipse.emf.parsley.examples.rap.model.zip [zip] Building zip: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.ui.examples/contents/org.eclipse.emf.parsley.examples.rap.ui.zip [INFO] Executed tasks [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.ui.examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.ui.examples/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.ui.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.ui.examples/target/org.eclipse.emf.parsley.ui.examples-1.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.ui.examples --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.ui.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/plugins/org.eclipse.emf.parsley.ui.examples/target/org.eclipse.emf.parsley.ui.examples-1.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.ui.examples --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.emf.parsley.ui.examples --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.ui.examples --- [INFO] [INFO] --------< org.eclipse.emf.parsley:org.eclipse.emf.parsley.doc >--------- [INFO] Building org.eclipse.emf.parsley.doc 1.13.0-SNAPSHOT [28/62] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.doc --- [INFO] The project's OSGi version is 1.13.0.v20201130-1005 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.parsley.doc --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/doc/org.eclipse.emf.parsley.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.emf.parsley.doc --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.doc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/doc/org.eclipse.emf.parsley.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/doc/org.eclipse.emf.parsley.doc/target/org.eclipse.emf.parsley.doc-1.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/doc/org.eclipse.emf.parsley.doc/target/org.eclipse.emf.parsley.doc-1.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.emf.parsley.doc --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.doc --- [INFO] [INFO] ------< org.eclipse.emf.parsley:org.eclipse.emf.parsley.feature >------- [INFO] Building org.eclipse.emf.parsley.feature 1.13.0-SNAPSHOT [29/62] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.feature --- [INFO] Deleting /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/features/org.eclipse.emf.parsley.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.parsley.feature --- [INFO] The project's OSGi version is 1.13.0.v20201130-1005 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.parsley.feature --- [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.feature --- [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.emf.parsley.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/features/org.eclipse.emf.parsley.feature/target/org.eclipse.emf.parsley.feature-1.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.parsley.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.emf.parsley.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/features/org.eclipse.emf.parsley.feature/target/org.eclipse.emf.parsley.feature-1.13.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.feature --- [INFO] [INFO] ----< org.eclipse.emf.parsley:org.eclipse.emf.parsley.cdo.feature >----- [INFO] Building org.eclipse.emf.parsley.cdo.feature 1.13.0-SNAPSHOT [30/62] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.cdo.feature --- [INFO] Deleting /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/features/org.eclipse.emf.parsley.cdo.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.parsley.cdo.feature --- [INFO] The project's OSGi version is 1.13.0.v20201130-1005 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.cdo.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.parsley.cdo.feature --- [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.cdo.feature --- [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.cdo.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.emf.parsley.cdo.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/features/org.eclipse.emf.parsley.cdo.feature/target/org.eclipse.emf.parsley.cdo.feature-1.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.cdo.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.parsley.cdo.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.emf.parsley.cdo.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/features/org.eclipse.emf.parsley.cdo.feature/target/org.eclipse.emf.parsley.cdo.feature-1.13.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.cdo.feature --- [INFO] [INFO] ------< org.eclipse.emf.parsley:org.eclipse.emf.parsley.dsl.ide >------- [INFO] Building org.eclipse.emf.parsley.dsl.ide 1.13.0-SNAPSHOT [31/62] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.dsl.ide --- [INFO] Deleting /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.ide/xtend-gen (includes = [], excludes = [.gitignore]) [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.dsl.ide --- [INFO] The project's OSGi version is 1.13.0.v20201130-1005 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.dsl.ide --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.parsley.dsl.ide --- [INFO] [INFO] --- xtend-maven-plugin:2.24.0:compile (default) @ org.eclipse.emf.parsley.dsl.ide --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.dsl.ide --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.ide/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.emf.parsley.dsl.ide --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.ide/target/classes [INFO] [INFO] --- xtend-maven-plugin:2.24.0:xtend-install-debug-info (default) @ org.eclipse.emf.parsley.dsl.ide --- [WARNING] Directory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.ide/src/main/java is empty. Can't process. [INFO] Installing Xtend files into 2 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.ide/target/classes [INFO] [INFO] --- xtend-maven-plugin:2.24.0:testCompile (default) @ org.eclipse.emf.parsley.dsl.ide --- [INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.ide/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used. [INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.ide/src/test/java]' does not exist. [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.dsl.ide --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.ide/src/test/resources [INFO] [INFO] --- xtend-maven-plugin:2.24.0:xtend-test-install-debug-info (default) @ org.eclipse.emf.parsley.dsl.ide --- [WARNING] Directory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.ide/src/test/java is empty. Can't process. [WARNING] Directory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.ide/src/test/generated-sources/xtend is empty. Can't process. [INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.ide/target/test-classes [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.dsl.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.ide/target/org.eclipse.emf.parsley.dsl.ide-1.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.dsl.ide --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.dsl.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.ide/target/org.eclipse.emf.parsley.dsl.ide-1.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.dsl.ide --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.emf.parsley.dsl.ide --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.dsl.ide --- [INFO] [INFO] -------< org.eclipse.emf.parsley:org.eclipse.emf.parsley.dsl.ui >------- [INFO] Building org.eclipse.emf.parsley.dsl.ui 1.13.0-SNAPSHOT [32/62] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.dsl.ui --- [INFO] Deleting /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.ui/xtend-gen (includes = [], excludes = [.gitignore]) [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.dsl.ui --- [INFO] The project's OSGi version is 1.13.0.v20201130-1005 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.dsl.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.parsley.dsl.ui --- [INFO] [INFO] --- xtend-maven-plugin:2.24.0:compile (default) @ org.eclipse.emf.parsley.dsl.ui --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.dsl.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.emf.parsley.dsl.ui --- [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.ui/target/classes [INFO] [INFO] --- xtend-maven-plugin:2.24.0:xtend-install-debug-info (default) @ org.eclipse.emf.parsley.dsl.ui --- [WARNING] Directory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.ui/src/main/java is empty. Can't process. [INFO] Installing Xtend files into 21 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.ui/target/classes [INFO] [INFO] --- xtend-maven-plugin:2.24.0:testCompile (default) @ org.eclipse.emf.parsley.dsl.ui --- [INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.ui/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used. [INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.ui/src/test/java]' does not exist. [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.dsl.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.ui/src/test/resources [INFO] [INFO] --- xtend-maven-plugin:2.24.0:xtend-test-install-debug-info (default) @ org.eclipse.emf.parsley.dsl.ui --- [WARNING] Directory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.ui/src/test/java is empty. Can't process. [WARNING] Directory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.ui/src/test/generated-sources/xtend is empty. Can't process. [INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.ui/target/test-classes [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.dsl.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.ui/target/org.eclipse.emf.parsley.dsl.ui-1.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.dsl.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.dsl.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.ui/target/org.eclipse.emf.parsley.dsl.ui-1.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.dsl.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.emf.parsley.dsl.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.dsl.ui --- [INFO] [INFO] ----< org.eclipse.emf.parsley:org.eclipse.emf.parsley.dsl.feature >----- [INFO] Building org.eclipse.emf.parsley.dsl.feature 1.13.0-SNAPSHOT [33/62] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.dsl.feature --- [INFO] Deleting /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/features/org.eclipse.emf.parsley.dsl.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.parsley.dsl.feature --- [INFO] The project's OSGi version is 1.13.0.v20201130-1005 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.dsl.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.parsley.dsl.feature --- [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.dsl.feature --- [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.dsl.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.emf.parsley.dsl.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/features/org.eclipse.emf.parsley.dsl.feature/target/org.eclipse.emf.parsley.dsl.feature-1.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.dsl.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.parsley.dsl.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.emf.parsley.dsl.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/features/org.eclipse.emf.parsley.dsl.feature/target/org.eclipse.emf.parsley.dsl.feature-1.13.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.dsl.feature --- [INFO] [INFO] --< org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.feature >-- [INFO] Building org.eclipse.emf.parsley.examples.feature 1.13.0-SNAPSHOT [34/62] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.examples.feature --- [INFO] Deleting /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/features/org.eclipse.emf.parsley.examples.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.parsley.examples.feature --- [INFO] The project's OSGi version is 1.13.0.v20201130-1005 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.examples.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.parsley.examples.feature --- [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.examples.feature --- [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.examples.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.emf.parsley.examples.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/features/org.eclipse.emf.parsley.examples.feature/target/org.eclipse.emf.parsley.examples.feature-1.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.examples.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.parsley.examples.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.emf.parsley.examples.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/features/org.eclipse.emf.parsley.examples.feature/target/org.eclipse.emf.parsley.examples.feature-1.13.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.examples.feature --- [INFO] [INFO] -----< org.eclipse.emf.parsley:org.eclipse.emf.parsley.dsl.tests >------ [INFO] Building org.eclipse.emf.parsley.dsl.tests 1.13.0-SNAPSHOT [35/62] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.dsl.tests --- [INFO] Deleting /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.tests/xtend-gen (includes = [], excludes = [.gitignore]) [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.dsl.tests --- [INFO] The project's OSGi version is 1.13.0.v20201130-1005 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.dsl.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.parsley.dsl.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (default) @ org.eclipse.emf.parsley.dsl.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.coverage/target/jacoco.exec,append=true,includes=org.eclipse.emf.parsley.*,excludes=**/src-gen/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java [INFO] [INFO] --- xtend-maven-plugin:2.24.0:compile (default) @ org.eclipse.emf.parsley.dsl.tests --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.dsl.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.emf.parsley.dsl.tests --- [INFO] Compiling 44 source files to /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.tests/target/classes [INFO] [INFO] --- xtend-maven-plugin:2.24.0:xtend-install-debug-info (default) @ org.eclipse.emf.parsley.dsl.tests --- [WARNING] Directory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.tests/src/main/java is empty. Can't process. [INFO] Installing Xtend files into 128 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.tests/target/classes [INFO] [INFO] --- xtend-maven-plugin:2.24.0:testCompile (default) @ org.eclipse.emf.parsley.dsl.tests --- [INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.tests/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used. [INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.tests/src/test/java]' does not exist. [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.dsl.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.tests/src/test/resources [INFO] [INFO] --- xtend-maven-plugin:2.24.0:xtend-test-install-debug-info (default) @ org.eclipse.emf.parsley.dsl.tests --- [WARNING] Directory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.tests/src/test/java is empty. Can't process. [WARNING] Directory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.tests/src/test/generated-sources/xtend is empty. Can't process. [INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.tests/target/test-classes [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.dsl.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.tests/target/org.eclipse.emf.parsley.dsl.tests-1.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.dsl.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.dsl.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.tests/target/org.eclipse.emf.parsley.dsl.tests-1.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.dsl.tests --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.emf.parsley.dsl.tests --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.dsl.tests --- [INFO] [INFO] --- tycho-surefire-plugin:1.7.0:test (default-test) @ org.eclipse.emf.parsley.dsl.tests --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.coverage/target/jacoco.exec,append=true,includes=org.eclipse.emf.parsley.*,excludes=**/src-gen/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java, -Xms256M, -Xmx4G, -XX:PermSize=256M, -XX:MaxPermSize=256M, -XX:+HeapDumpOnOutOfMemoryError, --add-modules=ALL-SYSTEM, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.0.v20200915-1508/org.eclipse.equinox.launcher-1.6.0.v20200915-1508.jar, -data, /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.tests/target/work/data, -install, /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.tests/target/work, -configuration, /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.tests/target/surefire.properties] OpenJDK 64-Bit Server VM warning: Ignoring option PermSize; support was removed in 8.0 OpenJDK 64-Bit Server VM warning: Ignoring option MaxPermSize; support was removed in 8.0 Running org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest log4j:WARN No appenders could be found for logger (org.eclipse.xtext.parser.antlr.AbstractInternalAntlrParser). log4j:WARN Please initialize the log4j system properly. Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.083 s - in org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest testConfigurator(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 2.291 s testEmptyLabelSpecifications(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.123 s testProposalCreator(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.37 s testFeaturesProviderWithExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.104 s testModuleWithExtendsJavaGuiceModule(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.049 s testValueBindingWithSubtype(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.106 s testInjectorProvider(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.07 s testLabelProvider(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.294 s testFeatureCaptionProvider(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.097 s testViewerContentProvider(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.201 s testDialogFeatureCaptionProviderWithExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.09 s testViewerContentProviderWithExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.049 s testLabelProviderWithFields(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.176 s testTableLabelProviderWithExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.091 s testModuleWithExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.044 s testEmptyResourceManager(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.086 s testDialogFeatureCaptionProvider(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.149 s testFormControlFactory(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.133 s testTypeBinding(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.075 s testFeatureCaptionProviderWithExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.055 s testTableLabelProvider(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.154 s testEmptyModule(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.038 s testEmptyLabelProvider(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.075 s testModuleWithExtendsIntermediateJavaGuiceModule(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.028 s testEmptyResourceManagerMethods(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.053 s testTableFeaturesProviderWithExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.033 s testTableLabelProviderWithFields(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.064 s testLabelProviderWithExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.032 s testMenuBuilder(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.114 s testViewsSpecifications(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.08 s testFormFeatureCaptionProvider(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.089 s testDialogControlFactory(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.099 s testFormControlFactoryWithExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.029 s testResourceManager(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.079 s testProposalCreatorWithExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.027 s testFeaturesProvider(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.062 s testTableFeaturesProvider(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.031 s testValueBinding(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.054 s testTableViewerContentProvider(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.054 s testProviderBinding(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.063 s testFormFeatureCaptionProviderWithExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.024 s testDialogControlFactoryWithExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.057 s testEmptyPropertyDescriptionProvider(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.023 s Running org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlLoaderTest Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.144 s - in org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlLoaderTest testInsertExtensionElement(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlLoaderTest) Time elapsed: 0.073 s testInsertExtensionInEmptyPlugin(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlLoaderTest) Time elapsed: 0.006 s testGetExtensionByPoint(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlLoaderTest) Time elapsed: 0.001 s testCopyFromPluginFileIntoExtensionWithoutExistingChild(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlLoaderTest) Time elapsed: 0.011 s testComputedOnlyTheFirstTime(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlLoaderTest) Time elapsed: 0.002 s testWrite(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlLoaderTest) Time elapsed: 0.002 s testLoad(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlLoaderTest) Time elapsed: 0.007 s testCopySourceIntoTarget(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlLoaderTest) Time elapsed: 0.003 s testElementByTagAndId(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlLoaderTest) Time elapsed: 0.001 s testGetElementExtension(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlLoaderTest) Time elapsed: 0.002 s testCopyFromPluginFileIntoEmptyPluginFile(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlLoaderTest) Time elapsed: 0.002 s testCopySourceIntoEmptyView(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlLoaderTest) Time elapsed: 0.001 s testCopyIntoEmptyPlugin(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlLoaderTest) Time elapsed: 0.002 s testModification(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlLoaderTest) Time elapsed: 0.001 s testCopyFromPluginFileIntoExtensionWithExistingChild(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlLoaderTest) Time elapsed: 0.001 s testElementByTagAndIdNotFound(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlLoaderTest) Time elapsed: 0.001 s testCopyFromPluginFileIntoEmptyPlugin(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlLoaderTest) Time elapsed: 0.002 s testInsertExtensionInEmptyPluginFile(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlLoaderTest) Time elapsed: 0.019 s testInsertExtensionElementInEmptyPlugin(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlLoaderTest) Time elapsed: 0.001 s testInsertExtension(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlLoaderTest) Time elapsed: 0.001 s testCopyIntoExistingView(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlLoaderTest) Time elapsed: 0.001 s testCopyFromPluginFileIntoExistingOne(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlLoaderTest) Time elapsed: 0.001 s testCopyIntoEmptyPluginFile(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlLoaderTest) Time elapsed: 0.001 s Running org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslNewProjectFilesTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslNewProjectFilesTest testDslModuleWithoutAdditionalContents(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslNewProjectFilesTest) Time elapsed: 0.001 s testGenResourceManager(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslNewProjectFilesTest) Time elapsed: 0 s testDslModuleWithFQN(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslNewProjectFilesTest) Time elapsed: 0 s testDslModuleWithView(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslNewProjectFilesTest) Time elapsed: 0 s testViewGen(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslNewProjectFilesTest) Time elapsed: 0 s testGenConfigurator(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslNewProjectFilesTest) Time elapsed: 0 s Running org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslExecutionTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.728 s - in org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslExecutionTest testGeneratedContentProvider(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslExecutionTest) Time elapsed: 0.587 s testGeneratedLabelProvider(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslExecutionTest) Time elapsed: 0.135 s Running org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGuiceModuleHelperTest Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.663 s - in org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGuiceModuleHelperTest testGetGetJavaMethodResolvedErasedSignature(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGuiceModuleHelperTest) Time elapsed: 0.512 s testDoesNotContainConstructorAcceptingSinglePluginParameter(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGuiceModuleHelperTest) Time elapsed: 0.006 s testModuleGuiceProviderBindingsMethodsInSuperclass(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGuiceModuleHelperTest) Time elapsed: 0.008 s testModuleGuiceTypeBindingsMethodsInSuperclass(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGuiceModuleHelperTest) Time elapsed: 0.02 s testGetAllWithExtendsClause(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGuiceModuleHelperTest) Time elapsed: 0.023 s testModuleWithNoNameInferredType(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGuiceModuleHelperTest) Time elapsed: 0.004 s testGetAllWithExtendsClauseInferredJavaTypes(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGuiceModuleHelperTest) Time elapsed: 0.021 s testModuleWithNoNameGuiceValueBindingsMethodsInSuperclass(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGuiceModuleHelperTest) Time elapsed: 0.001 s testContainsConstructorAcceptingSinglePluginParameter(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGuiceModuleHelperTest) Time elapsed: 0.003 s testDoesNotContainConstructorAcceptingSinglePluginParameter2(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGuiceModuleHelperTest) Time elapsed: 0.005 s testDoesNotContainConstructorAcceptingSinglePluginParameter3(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGuiceModuleHelperTest) Time elapsed: 0.005 s testGetJavaResolvedFeatures(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGuiceModuleHelperTest) Time elapsed: 0.05 s testModuleGuiceValueBindingsMethodsInSuperclass(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGuiceModuleHelperTest) Time elapsed: 0.004 s Running org.eclipse.emf.parsley.dsl.tests.EmfParsleyTemplateWizardConfigurationFactoryTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.eclipse.emf.parsley.dsl.tests.EmfParsleyTemplateWizardConfigurationFactoryTest testOnSelectionTableFormView(org.eclipse.emf.parsley.dsl.tests.EmfParsleyTemplateWizardConfigurationFactoryTest) Time elapsed: 0.025 s testNumberOfConfigurations(org.eclipse.emf.parsley.dsl.tests.EmfParsleyTemplateWizardConfigurationFactoryTest) Time elapsed: 0 s testSaveableTableFormView(org.eclipse.emf.parsley.dsl.tests.EmfParsleyTemplateWizardConfigurationFactoryTest) Time elapsed: 0 s testOnSelectionTableView(org.eclipse.emf.parsley.dsl.tests.EmfParsleyTemplateWizardConfigurationFactoryTest) Time elapsed: 0 s testSaveableTreeWithColumnsView(org.eclipse.emf.parsley.dsl.tests.EmfParsleyTemplateWizardConfigurationFactoryTest) Time elapsed: 0 s testOnSelectionFormView(org.eclipse.emf.parsley.dsl.tests.EmfParsleyTemplateWizardConfigurationFactoryTest) Time elapsed: 0 s testSaveableTreeFormView(org.eclipse.emf.parsley.dsl.tests.EmfParsleyTemplateWizardConfigurationFactoryTest) Time elapsed: 0 s testSaveableTreeView(org.eclipse.emf.parsley.dsl.tests.EmfParsleyTemplateWizardConfigurationFactoryTest) Time elapsed: 0 s testOnSelectionTreeView(org.eclipse.emf.parsley.dsl.tests.EmfParsleyTemplateWizardConfigurationFactoryTest) Time elapsed: 0 s testSaveableTableView(org.eclipse.emf.parsley.dsl.tests.EmfParsleyTemplateWizardConfigurationFactoryTest) Time elapsed: 0 s testOnSelectionTreeFormView(org.eclipse.emf.parsley.dsl.tests.EmfParsleyTemplateWizardConfigurationFactoryTest) Time elapsed: 0.001 s Running org.eclipse.emf.parsley.dsl.tests.EmfParsleyProjectFilesGeneratorUtilTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.emf.parsley.dsl.tests.EmfParsleyProjectFilesGeneratorUtilTest testFQNFromProject(org.eclipse.emf.parsley.dsl.tests.EmfParsleyProjectFilesGeneratorUtilTest) Time elapsed: 0.001 s testClassNameFromProject(org.eclipse.emf.parsley.dsl.tests.EmfParsleyProjectFilesGeneratorUtilTest) Time elapsed: 0 s testGetPackageFromProject(org.eclipse.emf.parsley.dsl.tests.EmfParsleyProjectFilesGeneratorUtilTest) Time elapsed: 0 s testStripPathFromProject(org.eclipse.emf.parsley.dsl.tests.EmfParsleyProjectFilesGeneratorUtilTest) Time elapsed: 0 s Running org.eclipse.emf.parsley.dsl.tests.EmfParsleyTemplateWizardConfigurationTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.emf.parsley.dsl.tests.EmfParsleyTemplateWizardConfigurationTest testConfiguratorIsNotGeneratedWhenElementsAreEmpty(org.eclipse.emf.parsley.dsl.tests.EmfParsleyTemplateWizardConfigurationTest) Time elapsed: 0 s testParsleyModuleContentsWithoutConfigurator(org.eclipse.emf.parsley.dsl.tests.EmfParsleyTemplateWizardConfigurationTest) Time elapsed: 0 s testParsleyModuleContentsWithConfigurator(org.eclipse.emf.parsley.dsl.tests.EmfParsleyTemplateWizardConfigurationTest) Time elapsed: 0.001 s testDefaultGetResourceManager(org.eclipse.emf.parsley.dsl.tests.EmfParsleyTemplateWizardConfigurationTest) Time elapsed: 0 s testDefaultConfiguratorElements(org.eclipse.emf.parsley.dsl.tests.EmfParsleyTemplateWizardConfigurationTest) Time elapsed: 0 s testConfiguratorIsGeneratedElementsAreNotEmpty(org.eclipse.emf.parsley.dsl.tests.EmfParsleyTemplateWizardConfigurationTest) Time elapsed: 0.018 s testPartClassContents(org.eclipse.emf.parsley.dsl.tests.EmfParsleyTemplateWizardConfigurationTest) Time elapsed: 0 s testParsleyModuleContentsWithResourceManager(org.eclipse.emf.parsley.dsl.tests.EmfParsleyTemplateWizardConfigurationTest) Time elapsed: 0.001 s testPartClassFQN(org.eclipse.emf.parsley.dsl.tests.EmfParsleyTemplateWizardConfigurationTest) Time elapsed: 0 s testPartClassName(org.eclipse.emf.parsley.dsl.tests.EmfParsleyTemplateWizardConfigurationTest) Time elapsed: 0 s Running org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslFormatterTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.151 s - in org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslFormatterTest testConfigurator(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslFormatterTest) Time elapsed: 0.96 s testExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslFormatterTest) Time elapsed: 0.044 s testFormatPartSpecification(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslFormatterTest) Time elapsed: 0.027 s testLabelProvider(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslFormatterTest) Time elapsed: 0.197 s testFeatureCaptionProvider(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslFormatterTest) Time elapsed: 0.068 s testViewerContentProvider(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslFormatterTest) Time elapsed: 0.041 s testResourceManagerWithoutSaveResource(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslFormatterTest) Time elapsed: 0.083 s testTableViewerContentProviderWithoutElements(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslFormatterTest) Time elapsed: 0.015 s testProposals(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslFormatterTest) Time elapsed: 0.096 s testTableLabelProvider(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslFormatterTest) Time elapsed: 0.11 s testMenuBuilder(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslFormatterTest) Time elapsed: 0.099 s testControlFactory(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslFormatterTest) Time elapsed: 0.115 s testResourceManager(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslFormatterTest) Time elapsed: 0.064 s testFeaturesProvider(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslFormatterTest) Time elapsed: 0.017 s testBindings(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslFormatterTest) Time elapsed: 0.063 s testTableViewerContentProvider(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslFormatterTest) Time elapsed: 0.047 s testFieldSpecifications(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslFormatterTest) Time elapsed: 0.044 s testCaptionProviderWithLabel(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslFormatterTest) Time elapsed: 0.058 s Running org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorUtilsTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorUtilsTest testGetPropertyNameForGetterSetterMethod(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorUtilsTest) Time elapsed: 0 s Running org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslScopingTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s - in org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslScopingTest testFeaturesForLabelSpecifications(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslScopingTest) Time elapsed: 0.04 s testFeaturesForPropertyDescriptionSpecifications(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslScopingTest) Time elapsed: 0.007 s Running org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlGeneratorTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 s - in org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlGeneratorTest testEmptyContents(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlGeneratorTest) Time elapsed: 0 s testPluginXmlGen(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlGeneratorTest) Time elapsed: 0.017 s testNoViewSpecification(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlGeneratorTest) Time elapsed: 0.012 s testViewExtensionPoint(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlGeneratorTest) Time elapsed: 0.015 s testMultipleViewSpecification(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlGeneratorTest) Time elapsed: 0.041 s testSingleViewSpecification(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlGeneratorTest) Time elapsed: 0.016 s testGenerateExtensionPointWithPartSpecificationNotViewSpecification(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlGeneratorTest) Time elapsed: 0 s testNoViewSpecification2(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlGeneratorTest) Time elapsed: 0.012 s Running org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslSmokeTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.185 s - in org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslSmokeTest testResourceManagerInitializeWithNoBody(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslSmokeTest) Time elapsed: 0.076 s testTypeBindingWithNoType(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslSmokeTest) Time elapsed: 0.013 s testModuleWithNoName(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslSmokeTest) Time elapsed: 0.002 s testValueBindingWithNoType(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslSmokeTest) Time elapsed: 0.012 s testExtendsWithoutType(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslSmokeTest) Time elapsed: 0.012 s testResourceManagerSaveWithNoBody(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslSmokeTest) Time elapsed: 0.015 s testProviderBindingWithNoType(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslSmokeTest) Time elapsed: 0.035 s testValueBindingWithUnknownType(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslSmokeTest) Time elapsed: 0.016 s Running org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslParsingTest Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.823 s - in org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslParsingTest testConfigurator(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslParsingTest) Time elapsed: 0.028 s testEmptyLabelSpecifications(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslParsingTest) Time elapsed: 0.04 s testWrongFeatureLabelSpecifications(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslParsingTest) Time elapsed: 0.024 s testPropertyDescriptionSpecifications(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslParsingTest) Time elapsed: 0.022 s testLabelSpecificationsForColumns(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslParsingTest) Time elapsed: 0.071 s testLabelSpecifications(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslParsingTest) Time elapsed: 0.096 s testFeaturesSpecifications(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslParsingTest) Time elapsed: 0.018 s testModuleWithExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslParsingTest) Time elapsed: 0.012 s testProposalsSpecifications(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslParsingTest) Time elapsed: 0.057 s testFormControlFactory(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslParsingTest) Time elapsed: 0.046 s testEmptyViewsSpecifications(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslParsingTest) Time elapsed: 0.012 s testNonEmptyViewsSpecifications(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslParsingTest) Time elapsed: 0.04 s testFormPropertyDescriptionSpecifications(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslParsingTest) Time elapsed: 0.042 s testEmptyModule(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslParsingTest) Time elapsed: 0.013 s testViewerContentProviderSpecifications(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslParsingTest) Time elapsed: 0.069 s testEmptyLabelProvider(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslParsingTest) Time elapsed: 0.029 s testDialogControlFactory(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslParsingTest) Time elapsed: 0.074 s testEmptyLabelSpecificationsForColumns(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslParsingTest) Time elapsed: 0.027 s testDuplicateLabelSpecifications(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslParsingTest) Time elapsed: 0.047 s testDialogPropertyDescriptionSpecifications(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslParsingTest) Time elapsed: 0.039 s testMultipleViewsSpecifications(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslParsingTest) Time elapsed: 0.015 s Running org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.072 s - in org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest testNotValidDialogFeatureCaptionProviderExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.039 s testNotValidTableViewerContentProviderExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.016 s testWrongTypeBindingUsingExpression(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.017 s testDuplicateViewParts(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.029 s testNotValidTableFeaturesProviderExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.039 s testDuplicateSpecificationsWithObservableTarget(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.03 s testDuplicateTypeBinding(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.021 s testDuplicateValueBinding(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.016 s testResouceManagerEmptySaveMethod(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.042 s testMissingInitializerForFinalField(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.018 s testWrongProviderBindingUsingClassReference(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.016 s testNotValidFeatureCaptionProviderExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.015 s testTypeMismatchInFieldInitializer(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.042 s testNotValidMenuBuilderExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.02 s testNotAnEObjectInFeatureCaptionProvider(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.025 s testModuleCycleInHierarchy(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.064 s testDuplicateValueBindingErrorPosition(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.029 s testNotAnEObjectInFeaturesProvider(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.031 s testNotValidDialogControlFactoryExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.036 s testDuplicateFields(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.027 s testDuplicateTypeBinding2(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.019 s testLabelProviderCycleInHierarchy(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.051 s testNotValidViewerContentProviderExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.016 s testNotValidFormFeatureCaptionProviderExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.015 s testNotValidTableLabelProviderExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.015 s testNotValidFeaturesProviderExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.015 s testNotValidProposalsExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.04 s testDuplicateProviderBindingErrorPosition(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.017 s testNotValidResourceManagerExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.015 s testMissingInitializerForFieldWithoutDeclaredType(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.031 s testNotValidLabelProviderExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.036 s testNotValidConfiguratorExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.016 s testDuplicateViewPartsInDifferentFiles(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.021 s testDuplicateProviderBinding(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.016 s testModuleExtendsItself(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.011 s testDuplicateTypeBindingErrorPosition(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.042 s testWrongTypeBindingUsingClassReference(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.015 s testNonCompliantValueBinding(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.014 s testNotValidModuleExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.012 s testNotValidFormControlFactoryExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.013 s testDuplicateSpecifications(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.054 s testViewSpecificationIsNotIViewPart(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.013 s Running org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslModelUtilTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslModelUtilTest testContainingEmfFeatureAccess(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslModelUtilTest) Time elapsed: 0.006 s testContainingModule(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslModelUtilTest) Time elapsed: 0.002 s Running org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslOrganizeImportsTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 s - in org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslOrganizeImportsTest testWithWildCard(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslOrganizeImportsTest) Time elapsed: 0.054 s testTypeInLabelProvider(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslOrganizeImportsTest) Time elapsed: 0.014 s testForManyTypes(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslOrganizeImportsTest) Time elapsed: 0.015 s testForViewSpecification(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslOrganizeImportsTest) Time elapsed: 0.016 s Results: Tests run: 218, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] ----< org.eclipse.emf.parsley:org.eclipse.emf.parsley.dsl.ui.tests >---- [INFO] Building org.eclipse.emf.parsley.dsl.ui.tests 1.13.0-SNAPSHOT [36/62] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.dsl.ui.tests --- [INFO] Deleting /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.ui.tests/xtend-gen (includes = [], excludes = [.gitignore]) [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.dsl.ui.tests --- [INFO] The project's OSGi version is 1.13.0.v20201130-1005 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.dsl.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.parsley.dsl.ui.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (default) @ org.eclipse.emf.parsley.dsl.ui.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.coverage/target/jacoco.exec,append=true,includes=org.eclipse.emf.parsley.*,excludes=**/src-gen/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java [INFO] [INFO] --- xtend-maven-plugin:2.24.0:compile (default) @ org.eclipse.emf.parsley.dsl.ui.tests --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.dsl.ui.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.ui.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.emf.parsley.dsl.ui.tests --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.ui.tests/target/classes [INFO] [INFO] --- xtend-maven-plugin:2.24.0:xtend-install-debug-info (default) @ org.eclipse.emf.parsley.dsl.ui.tests --- [WARNING] Directory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.ui.tests/src/main/java is empty. Can't process. [INFO] Installing Xtend files into 16 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.ui.tests/target/classes [INFO] [INFO] --- xtend-maven-plugin:2.24.0:testCompile (default) @ org.eclipse.emf.parsley.dsl.ui.tests --- [INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.ui.tests/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used. [INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.ui.tests/src/test/java]' does not exist. [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.dsl.ui.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.ui.tests/src/test/resources [INFO] [INFO] --- xtend-maven-plugin:2.24.0:xtend-test-install-debug-info (default) @ org.eclipse.emf.parsley.dsl.ui.tests --- [WARNING] Directory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.ui.tests/src/test/java is empty. Can't process. [WARNING] Directory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.ui.tests/src/test/generated-sources/xtend is empty. Can't process. [INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.ui.tests/target/test-classes [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.dsl.ui.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.ui.tests/target/org.eclipse.emf.parsley.dsl.ui.tests-1.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.dsl.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.dsl.ui.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.ui.tests/target/org.eclipse.emf.parsley.dsl.ui.tests-1.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.dsl.ui.tests --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.emf.parsley.dsl.ui.tests --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.dsl.ui.tests --- [INFO] [INFO] --- tycho-surefire-plugin:1.7.0:test (default-test) @ org.eclipse.emf.parsley.dsl.ui.tests --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.ui.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.coverage/target/jacoco.exec,append=true,includes=org.eclipse.emf.parsley.*,excludes=**/src-gen/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java, -Xms256M, -Xmx4G, -XX:PermSize=256M, -XX:MaxPermSize=256M, -XX:+HeapDumpOnOutOfMemoryError, -Dorg.eclipse.swt.browser.DefaultType=mozilla, --add-modules=ALL-SYSTEM, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.0.v20200915-1508/org.eclipse.equinox.launcher-1.6.0.v20200915-1508.jar, -data, /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.ui.tests/target/work/data, -install, /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.ui.tests/target/work, -configuration, /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.ui.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.ui.tests/target/surefire.properties] OpenJDK 64-Bit Server VM warning: Ignoring option PermSize; support was removed in 8.0 OpenJDK 64-Bit Server VM warning: Ignoring option MaxPermSize; support was removed in 8.0 log4j:WARN No appenders could be found for logger (org.eclipse.xtext.ui.internal.Activator). log4j:WARN Please initialize the log4j system properly. Running org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslWorkbenchTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.367 s - in org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslWorkbenchTest testPluginXmlGeneration(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslWorkbenchTest) Time elapsed: 12.076 s testEmfParsleyDslNewProjectWizard(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslWorkbenchTest) Time elapsed: 3.229 s Running org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslContentAssistTest Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.357 s - in org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslContentAssistTest testEmfFeatureForFeatureProvider(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslContentAssistTest) Time elapsed: 0.488 s testProposalForFeatureSpecification(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslContentAssistTest) Time elapsed: 6.013 s testEmfFeatureForPropertyDescriptionProvider(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslContentAssistTest) Time elapsed: 0.054 s testApplyProposalForValueBindingAlsoInsertsImport(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslContentAssistTest) Time elapsed: 0.251 s testProposalForValueBindingType(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslContentAssistTest) Time elapsed: 0.209 s testImportCompletion_1(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslContentAssistTest) Time elapsed: 0.071 s testProposalForTypeInViewSpecification(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslContentAssistTest) Time elapsed: 0.187 s testProposalForProviderBinding(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslContentAssistTest) Time elapsed: 0.205 s testProposalForTypeBinding(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslContentAssistTest) Time elapsed: 0.257 s testEmfFeatureForFormControlFactory(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslContentAssistTest) Time elapsed: 0.075 s testImportCompletion(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslContentAssistTest) Time elapsed: 0.043 s testProposalForXFeatureCall_Feature(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslContentAssistTest) Time elapsed: 0.646 s testTypeCompletionInsertsImport(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslContentAssistTest) Time elapsed: 0.098 s testProposalsForModuleExtends(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslContentAssistTest) Time elapsed: 0.151 s testEmfFeatureForProposalSpecification(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslContentAssistTest) Time elapsed: 0.055 s testProposalForFeatureAssociatedExpression(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslContentAssistTest) Time elapsed: 1.048 s testProposalForControlFactoryFeatureSpecification(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslContentAssistTest) Time elapsed: 0.973 s Running org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslOutlineTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.942 s - in org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslOutlineTest testOutlineOfParsleyDslFile(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslOutlineTest) Time elapsed: 0.94 s Running org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslPluginXmlBuilderTest WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.mockito.cglib.core.ReflectUtils$2 (file:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/dsl/org.eclipse.emf.parsley.dsl.ui.tests/target/work/configuration/org.eclipse.osgi/167/0/.cp/lib/mockito-core-1.10.19.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) WARNING: Please consider reporting this to the maintainers of org.mockito.cglib.core.ReflectUtils$2 WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.403 s - in org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslPluginXmlBuilderTest testUpdateExistingPluginXml(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslPluginXmlBuilderTest) Time elapsed: 0.074 s testCopyGeneratedPluginXmlWhenNoPluginXmlExists(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslPluginXmlBuilderTest) Time elapsed: 0.034 s testExceptionWhenReading(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslPluginXmlBuilderTest) Time elapsed: 0.18 s testFullBuild(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslPluginXmlBuilderTest) Time elapsed: 0.029 s testIncrementalBuild(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslPluginXmlBuilderTest) Time elapsed: 0.058 s testRemoveGeneratedFileDoesNotModifyPluginXml(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslPluginXmlBuilderTest) Time elapsed: 0.027 s Results: Tests run: 26, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] ---< org.eclipse.emf.parsley:org.eclipse.emf.parsley.junit4.feature >--- [INFO] Building org.eclipse.emf.parsley.junit4.feature 1.13.0-SNAPSHOT [37/62] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.junit4.feature --- [INFO] Deleting /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/features/org.eclipse.emf.parsley.junit4.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.parsley.junit4.feature --- [INFO] The project's OSGi version is 1.13.0.v20201130-1005 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.junit4.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.parsley.junit4.feature --- [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.junit4.feature --- [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.junit4.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.emf.parsley.junit4.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/features/org.eclipse.emf.parsley.junit4.feature/target/org.eclipse.emf.parsley.junit4.feature-1.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.junit4.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.parsley.junit4.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.emf.parsley.junit4.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/features/org.eclipse.emf.parsley.junit4.feature/target/org.eclipse.emf.parsley.junit4.feature-1.13.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.junit4.feature --- [INFO] [INFO] --------< org.eclipse.emf.parsley:org.eclipse.emf.parsley.sdk >--------- [INFO] Building org.eclipse.emf.parsley.sdk 1.13.0-SNAPSHOT [38/62] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.sdk --- [INFO] Deleting /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/features/org.eclipse.emf.parsley.sdk/target [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.parsley.sdk --- [INFO] The project's OSGi version is 1.13.0.v20201130-1005 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.parsley.sdk --- [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.sdk --- [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.emf.parsley.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/features/org.eclipse.emf.parsley.sdk/target/org.eclipse.emf.parsley.sdk-1.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.sdk --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.parsley.sdk --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.emf.parsley.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/features/org.eclipse.emf.parsley.sdk/target/org.eclipse.emf.parsley.sdk-1.13.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.sdk --- [INFO] [INFO] ----< org.eclipse.emf.parsley:org.eclipse.emf.parsley.web.feature >----- [INFO] Building org.eclipse.emf.parsley.web.feature 1.13.0-SNAPSHOT [39/62] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.web.feature --- [INFO] Deleting /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/features/org.eclipse.emf.parsley.web.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.parsley.web.feature --- [INFO] The project's OSGi version is 1.13.0.v20201130-1005 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.web.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.parsley.web.feature --- [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.web.feature --- [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.web.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.emf.parsley.web.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/features/org.eclipse.emf.parsley.web.feature/target/org.eclipse.emf.parsley.web.feature-1.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.web.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.parsley.web.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.emf.parsley.web.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/features/org.eclipse.emf.parsley.web.feature/target/org.eclipse.emf.parsley.web.feature-1.13.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.web.feature --- [INFO] [INFO] --< org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.library.edit >-- [INFO] Building org.eclipse.emf.parsley.examples.library.edit 1.13.0-SNAPSHOT [40/62] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.examples.library.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.examples.library.edit --- [INFO] The project's OSGi version is 1.13.0.v20201130-1005 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.examples.library.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.parsley.examples.library.edit --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.examples.library.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.library.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.emf.parsley.examples.library.edit --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.library.edit/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.examples.library.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.library.edit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.examples.library.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.library.edit/target/org.eclipse.emf.parsley.examples.library.edit-1.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.examples.library.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.examples.library.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.library.edit/target/org.eclipse.emf.parsley.examples.library.edit-1.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.examples.library.edit --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.emf.parsley.examples.library.edit --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.examples.library.edit --- [INFO] [INFO] --< org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.library.editor >-- [INFO] Building org.eclipse.emf.parsley.examples.library.editor 1.13.0-SNAPSHOT [41/62] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.examples.library.editor --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.examples.library.editor --- [INFO] The project's OSGi version is 1.13.0.v20201130-1005 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.examples.library.editor --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.parsley.examples.library.editor --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.examples.library.editor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.library.editor/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.emf.parsley.examples.library.editor --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.library.editor/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.examples.library.editor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.library.editor/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.examples.library.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.library.editor/target/org.eclipse.emf.parsley.examples.library.editor-1.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.examples.library.editor --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.examples.library.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.library.editor/target/org.eclipse.emf.parsley.examples.library.editor-1.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.examples.library.editor --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.emf.parsley.examples.library.editor --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.examples.library.editor --- [INFO] [INFO] ---< org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.views >--- [INFO] Building org.eclipse.emf.parsley.examples.views 1.13.0-SNAPSHOT [42/62] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.examples.views --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.examples.views --- [INFO] The project's OSGi version is 1.13.0.v20201130-1005 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.examples.views --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.parsley.examples.views --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.examples.views --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.views/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.emf.parsley.examples.views --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.views/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.examples.views --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.views/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.examples.views --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.views/target/org.eclipse.emf.parsley.examples.views-1.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.examples.views --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.examples.views --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.views/target/org.eclipse.emf.parsley.examples.views-1.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.examples.views --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.emf.parsley.examples.views --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.examples.views --- [INFO] [INFO] --< org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.editors >-- [INFO] Building org.eclipse.emf.parsley.examples.editors 1.13.0-SNAPSHOT [43/62] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.examples.editors --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.examples.editors --- [INFO] The project's OSGi version is 1.13.0.v20201130-1005 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.examples.editors --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.parsley.examples.editors --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.examples.editors --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.editors/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.emf.parsley.examples.editors --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.editors/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.examples.editors --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.editors/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.examples.editors --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.editors/target/org.eclipse.emf.parsley.examples.editors-1.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.examples.editors --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.examples.editors --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.editors/target/org.eclipse.emf.parsley.examples.editors-1.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.examples.editors --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.emf.parsley.examples.editors --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.examples.editors --- [INFO] [INFO] --< org.eclipse.emf.parsley:org.eclipse.emf.parsley.tests.swtbot.feature >-- [INFO] Building org.eclipse.emf.parsley.tests.swtbot.feature 1.13.0-SNAPSHOT [44/62] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.tests.swtbot.feature --- [INFO] Deleting /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.swtbot.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.parsley.tests.swtbot.feature --- [INFO] The project's OSGi version is 1.13.0.v20201209-0738 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.tests.swtbot.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.parsley.tests.swtbot.feature --- [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.tests.swtbot.feature --- [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.tests.swtbot.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.emf.parsley.tests.swtbot.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.swtbot.feature/target/org.eclipse.emf.parsley.tests.swtbot.feature-1.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.tests.swtbot.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.parsley.tests.swtbot.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.emf.parsley.tests.swtbot.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.swtbot.feature/target/org.eclipse.emf.parsley.tests.swtbot.feature-1.13.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.tests.swtbot.feature --- [INFO] [INFO] ----< org.eclipse.emf.parsley:org.eclipse.emf.parsley.tests.swtbot >---- [INFO] Building org.eclipse.emf.parsley.tests.swtbot 1.13.0-SNAPSHOT [45/62] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.tests.swtbot --- [INFO] Deleting /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.swtbot/xtend-gen (includes = [], excludes = [.gitignore]) [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.tests.swtbot --- [INFO] The project's OSGi version is 1.13.0.v20221123-1037 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.tests.swtbot --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.parsley.tests.swtbot --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (default) @ org.eclipse.emf.parsley.tests.swtbot --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.coverage/target/jacoco.exec,append=true,includes=org.eclipse.emf.parsley.*,excludes=**/src-gen/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java [INFO] [INFO] --- xtend-maven-plugin:2.24.0:compile (default) @ org.eclipse.emf.parsley.tests.swtbot --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.tests.swtbot --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.swtbot/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.emf.parsley.tests.swtbot --- [INFO] Compiling 70 source files to /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.swtbot/target/classes [INFO] [INFO] --- xtend-maven-plugin:2.24.0:xtend-install-debug-info (default) @ org.eclipse.emf.parsley.tests.swtbot --- [WARNING] Directory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.swtbot/src/main/java is empty. Can't process. [INFO] Installing Xtend files into 24 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.swtbot/target/classes [INFO] [INFO] --- xtend-maven-plugin:2.24.0:testCompile (default) @ org.eclipse.emf.parsley.tests.swtbot --- [INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.swtbot/.settings/org.eclipse.xtend.core.Xtend.prefs, maven defaults are used. [INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.swtbot/src/test/java]' does not exist. [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.tests.swtbot --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.swtbot/src/test/resources [INFO] [INFO] --- xtend-maven-plugin:2.24.0:xtend-test-install-debug-info (default) @ org.eclipse.emf.parsley.tests.swtbot --- [WARNING] Directory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.swtbot/src/test/java is empty. Can't process. [WARNING] Directory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.swtbot/src/test/generated-sources/xtend is empty. Can't process. [INFO] Installing Xtend files into 0 class files as secondary (via SMAP) debug sources in: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.swtbot/target/test-classes [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.tests.swtbot --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.swtbot/target/org.eclipse.emf.parsley.tests.swtbot-1.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.tests.swtbot --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.tests.swtbot --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.swtbot/target/org.eclipse.emf.parsley.tests.swtbot-1.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.tests.swtbot --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.emf.parsley.tests.swtbot --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.tests.swtbot --- [INFO] [INFO] --- tycho-surefire-plugin:1.7.0:test (default-test) @ org.eclipse.emf.parsley.tests.swtbot --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.swtbot/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.coverage/target/jacoco.exec,append=true,includes=org.eclipse.emf.parsley.*,excludes=**/src-gen/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java, -Xms256M, -Xmx4G, -XX:PermSize=256M, -XX:MaxPermSize=256M, -XX:+HeapDumpOnOutOfMemoryError, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -DskipDragAndDropTests=false, -Dorg.eclipse.swtbot.search.timeout=20000, -Dorg.eclipse.swt.internal.gtk.cairoGraphics=false, --add-modules=ALL-SYSTEM, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.0.v20200915-1508/org.eclipse.equinox.launcher-1.6.0.v20200915-1508.jar, -data, /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.swtbot/target/work/data, -install, /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.swtbot/target/work, -configuration, /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.swtbot/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.swtbot/target/surefire.properties, -nouithread] OpenJDK 64-Bit Server VM warning: Ignoring option PermSize; support was removed in 8.0 OpenJDK 64-Bit Server VM warning: Ignoring option MaxPermSize; support was removed in 8.0 Running org.eclipse.emf.parsley.tests.swtbot.EmfParsleyFormTests Checking that tree item EMF Parsley has children... Found 29 items. OK! Checking that tree item General has children... Found 1 items. OK! 0 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 4 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 5 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 6 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 6 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 54 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 55 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 56 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 57 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 58 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 2232 [WorkbenchTestable] DEBUG org.eclipse.emf.parsley.tests.swtbot.EmfParsleyFormTests - Finding table containing proposals. 2233 [WorkbenchTestable] DEBUG org.eclipse.emf.parsley.tests.swtbot.EmfParsleyFormTests - Activating quickfix shell. 2268 [WorkbenchTestable] DEBUG org.eclipse.emf.parsley.tests.swtbot.EmfParsleyFormTests - Obtained shells: [Shell {}, Shell {}] 2268 [main] DEBUG org.eclipse.emf.parsley.tests.swtbot.EmfParsleyFormTests - Examining shell: org.eclipse.swt.widgets.List 2270 [main] DEBUG org.eclipse.emf.parsley.tests.swtbot.EmfParsleyFormTests - Examining shell: org.eclipse.swt.widgets.Composite 2270 [main] DEBUG org.eclipse.emf.parsley.tests.swtbot.EmfParsleyFormTests - Found Composite 2291 [WorkbenchTestable] DEBUG org.eclipse.emf.parsley.tests.swtbot.EmfParsleyFormTests - Activated quickfix shell. 2294 [WorkbenchTestable] DEBUG org.eclipse.emf.parsley.tests.swtbot.EmfParsleyFormTests - Found table containing proposals -- [First Proposal, Second Proposal] 2295 [WorkbenchTestable] DEBUG org.eclipse.emf.parsley.tests.swtbot.EmfParsleyFormTests - matched table, returning 2295 [WorkbenchTestable] DEBUG org.eclipse.emf.parsley.tests.swtbot.EmfParsleyFormTests - Trying to select proposal Second Proposal 2296 [WorkbenchTestable] DEBUG org.eclipse.emf.parsley.tests.swtbot.EmfParsleyFormTests - Trying to select proposal with index 1 2296 [main] DEBUG org.eclipse.emf.parsley.tests.swtbot.EmfParsleyFormTests - Selecting row [1] Second Proposal in Table {} 3546 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {EMF Parsley} is already expanded. Won't expand it again. Checking that tree item EMF Parsley has children... Found 29 items. OK! 3726 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 3759 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 3761 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 3761 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 3762 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 3763 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 3772 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 4746 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {platform:/resource/MyTestProject/My.extlibrary} is already expanded. Won't expand it again. 5622 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {EMF Parsley} is already expanded. Won't expand it again. Checking that tree item EMF Parsley has children... Found 29 items. OK! 5731 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 5765 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 5767 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 5767 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 5768 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 5768 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 6789 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {platform:/resource/MyTestProject/My.extlibrary} is already expanded. Won't expand it again. 6790 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item Tree node with text: Library My Library is already expanded. Won't expand it again. 7080 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {platform:/resource/MyTestProject/My.extlibrary} is already expanded. Won't expand it again. 7081 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item Tree node with text: Library My Library is already expanded. Won't expand it again. 7196 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {platform:/resource/MyTestProject/My.extlibrary} is already expanded. Won't expand it again. 7197 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item Tree node with text: Library My Library is already expanded. Won't expand it again. 7604 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {EMF Parsley} is already expanded. Won't expand it again. Checking that tree item EMF Parsley has children... Found 29 items. OK! 7731 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 7762 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 7764 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 7765 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 7765 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 7766 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 7776 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 7789 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 9669 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {EMF Parsley} is already expanded. Won't expand it again. Checking that tree item EMF Parsley has children... Found 29 items. OK! 9805 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 9850 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 9852 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 9853 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 9854 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 9854 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 9878 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 10984 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {platform:/resource/MyTestProject/My.extlibrary} is already expanded. Won't expand it again. 10985 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item Tree node with text: Library My Library is already expanded. Won't expand it again. 11340 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {platform:/resource/MyTestProject/My.extlibrary} is already expanded. Won't expand it again. 11341 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item Tree node with text: Library My Library is already expanded. Won't expand it again. 11478 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {platform:/resource/MyTestProject/My.extlibrary} is already expanded. Won't expand it again. 11479 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item Tree node with text: Library My Library is already expanded. Won't expand it again. 11872 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {EMF Parsley} is already expanded. Won't expand it again. Checking that tree item EMF Parsley has children... Found 29 items. OK! 12045 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 12073 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 12075 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 12075 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 12076 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 12076 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 12085 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 13919 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {EMF Parsley} is already expanded. Won't expand it again. Checking that tree item EMF Parsley has children... Found 29 items. OK! 14076 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 14124 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 14125 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 14126 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 14126 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 14127 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 14147 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.382 s - in org.eclipse.emf.parsley.tests.swtbot.EmfParsleyFormTests testContentAssistInFormAndSelect(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyFormTests) Time elapsed: 4.602 s checkSetReferenceToNull(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyFormTests) Time elapsed: 2.097 s detailViewShowsDetailsOnSelection(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyFormTests) Time elapsed: 1.969 s checkFormDatabinding(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyFormTests) Time elapsed: 2.081 s detailReadOnlyViewShowsDetailsOnSelection(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyFormTests) Time elapsed: 2.205 s testMultipleFeatureControlDialog(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyFormTests) Time elapsed: 2.034 s treeFormViewShowsOnSelection(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyFormTests) Time elapsed: 2.095 s Running org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditingStrategyTests 16474 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 16502 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 16504 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 16504 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 16505 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 16505 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 16529 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 16541 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 17330 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {platform:/resource/MyTestProject/My.extlibrary} is already expanded. Won't expand it again. 18028 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 18081 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 18083 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 18084 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 18085 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 18085 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 18123 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 19082 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {platform:/resource/MyTestProject/My.extlibrary} is already expanded. Won't expand it again. 19182 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {platform:/resource/MyTestProject/My.extlibrary} is already expanded. Won't expand it again. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.977 s - in org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditingStrategyTests checkDialogCancel(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditingStrategyTests) Time elapsed: 1.559 s checkDialogEditAndUndoAndRedo(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditingStrategyTests) Time elapsed: 2.054 s Running org.eclipse.emf.parsley.tests.swtbot.EmfParsleySaveableViewTests 20464 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 20492 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 20494 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 20494 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 20495 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 20495 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 20504 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 21182 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {EMF Parsley} is already expanded. Won't expand it again. Checking that tree item EMF Parsley has children... Found 29 items. OK! 22034 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 22061 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 22062 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 22063 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 22064 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 22064 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 22072 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 22723 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {EMF Parsley} is already expanded. Won't expand it again. Checking that tree item EMF Parsley has children... Found 29 items. OK! 22849 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {Library My Library} is already expanded. Won't expand it again. 23170 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 23203 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 23204 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 23205 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 23205 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 23206 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 23216 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 23849 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {EMF Parsley} is already expanded. Won't expand it again. Checking that tree item EMF Parsley has children... Found 29 items. OK! 44269 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 44298 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 44300 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 44300 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 44301 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 44301 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 44309 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 44936 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {EMF Parsley} is already expanded. Won't expand it again. Checking that tree item EMF Parsley has children... Found 29 items. OK! 45421 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 45446 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 45447 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 45448 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 45448 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 45449 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 45461 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 46087 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {EMF Parsley} is already expanded. Won't expand it again. Checking that tree item EMF Parsley has children... Found 29 items. OK! 46173 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {Library My Library} is already expanded. Won't expand it again. 46573 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 46603 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 46604 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 46604 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 46605 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 46605 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 46615 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 47228 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {EMF Parsley} is already expanded. Won't expand it again. Checking that tree item EMF Parsley has children... Found 29 items. OK! 47408 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {Library My Library} is already expanded. Won't expand it again. 47733 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 47767 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 47768 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 47769 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 47769 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 47770 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 47781 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 48409 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {EMF Parsley} is already expanded. Won't expand it again. Checking that tree item EMF Parsley has children... Found 29 items. OK! 48920 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 48948 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 48950 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 48950 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 48951 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 48951 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 49585 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {EMF Parsley} is already expanded. Won't expand it again. Checking that tree item EMF Parsley has children... Found 29 items. OK! 50059 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 50086 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 50087 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 50088 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 50088 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 50089 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 50097 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 50719 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {EMF Parsley} is already expanded. Won't expand it again. Checking that tree item EMF Parsley has children... Found 29 items. OK! (SWT:1299): Gtk-CRITICAL **: 17:02:34.411: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1299): Gtk-CRITICAL **: 17:02:34.441: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1299): Gtk-CRITICAL **: 17:02:34.445: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1299): Gtk-CRITICAL **: 17:02:34.491: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1299): Gtk-CRITICAL **: 17:02:34.513: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1299): Gtk-CRITICAL **: 17:02:34.540: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 52061 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 52090 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 52091 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 52091 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 52092 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 52092 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 52103 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 52719 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {EMF Parsley} is already expanded. Won't expand it again. Checking that tree item EMF Parsley has children... Found 29 items. OK! 53215 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 53243 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 53244 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 53245 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 53245 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 53245 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 53257 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 53864 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {EMF Parsley} is already expanded. Won't expand it again. Checking that tree item EMF Parsley has children... Found 29 items. OK! 54269 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 54296 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 54297 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 54297 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 54298 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 54298 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 54308 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 54918 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {EMF Parsley} is already expanded. Won't expand it again. Checking that tree item EMF Parsley has children... Found 29 items. OK! (SWT:1299): Gtk-CRITICAL **: 17:02:38.618: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1299): Gtk-CRITICAL **: 17:02:38.672: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1299): Gtk-CRITICAL **: 17:02:38.694: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1299): Gtk-CRITICAL **: 17:02:38.709: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1299): Gtk-CRITICAL **: 17:02:38.782: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 56193 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 56223 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 56224 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 56225 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 56225 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 56226 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 56239 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 56846 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {EMF Parsley} is already expanded. Won't expand it again. Checking that tree item EMF Parsley has children... Found 29 items. OK! 57307 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 57333 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 57335 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 57335 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 57336 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 57336 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 57346 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 57960 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {EMF Parsley} is already expanded. Won't expand it again. Checking that tree item EMF Parsley has children... Found 29 items. OK! 59308 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 59333 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 59335 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 59335 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 59336 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 59337 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 59345 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 59957 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {EMF Parsley} is already expanded. Won't expand it again. Checking that tree item EMF Parsley has children... Found 29 items. OK! 80338 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 80365 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 80366 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 80366 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 80367 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 80367 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 80378 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 81009 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {EMF Parsley} is already expanded. Won't expand it again. Checking that tree item EMF Parsley has children... Found 29 items. OK! 81442 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 81471 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 81472 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 81473 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 81473 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 81474 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 81498 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 82104 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {EMF Parsley} is already expanded. Won't expand it again. Checking that tree item EMF Parsley has children... Found 29 items. OK! 82212 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {Library My Library} is already expanded. Won't expand it again. 82534 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 82559 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 82560 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 82560 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 82561 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 82561 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 82570 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 83171 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {EMF Parsley} is already expanded. Won't expand it again. Checking that tree item EMF Parsley has children... Found 29 items. OK! 83344 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {Library My Library} is already expanded. Won't expand it again. 83671 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 83699 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 83700 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 83701 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 83702 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 83702 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 84327 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {EMF Parsley} is already expanded. Won't expand it again. Checking that tree item EMF Parsley has children... Found 29 items. OK! (SWT:1299): Gtk-CRITICAL **: 17:03:08.017: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1299): Gtk-CRITICAL **: 17:03:08.033: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1299): Gtk-CRITICAL **: 17:03:08.074: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1299): Gtk-CRITICAL **: 17:03:08.126: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1299): Gtk-CRITICAL **: 17:03:08.174: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1299): Gtk-CRITICAL **: 17:03:08.227: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1299): Gtk-CRITICAL **: 17:03:08.246: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1299): Gtk-CRITICAL **: 17:03:08.271: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1299): Gtk-CRITICAL **: 17:03:08.284: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 65.567 s - in org.eclipse.emf.parsley.tests.swtbot.EmfParsleySaveableViewTests treeViewWithMultipleRootsIsRefreshedWhenNewElementIsAdded(org.eclipse.emf.parsley.tests.swtbot.EmfParsleySaveableViewTests) Time elapsed: 1.605 s canPerformUndoDeleteActionOnSaveableTreeView(org.eclipse.emf.parsley.tests.swtbot.EmfParsleySaveableViewTests) Time elapsed: 1.136 s hasColumnsOnSaveableTreeWithColumnsView(org.eclipse.emf.parsley.tests.swtbot.EmfParsleySaveableViewTests) Time elapsed: 21.09 s canPerformDeleteActionOnSaveableTableView(org.eclipse.emf.parsley.tests.swtbot.EmfParsleySaveableViewTests) Time elapsed: 1.161 s addingNewElementSelectsTheAddedElement(org.eclipse.emf.parsley.tests.swtbot.EmfParsleySaveableViewTests) Time elapsed: 1.15 s canPerformNewChildActionOnSaveableResourceTreeFormView(org.eclipse.emf.parsley.tests.swtbot.EmfParsleySaveableViewTests) Time elapsed: 1.16 s doubleClickOpensDialogOnSaveableTreeFormView(org.eclipse.emf.parsley.tests.swtbot.EmfParsleySaveableViewTests) Time elapsed: 1.187 s canPerformDeleteActionOnSaveableResourceTreeFormView(org.eclipse.emf.parsley.tests.swtbot.EmfParsleySaveableViewTests) Time elapsed: 1.137 s canPerformDeleteActionOnSaveableTableFormView(org.eclipse.emf.parsley.tests.swtbot.EmfParsleySaveableViewTests) Time elapsed: 1.988 s doubleClickOpensDialogOnSaveableTableView(org.eclipse.emf.parsley.tests.swtbot.EmfParsleySaveableViewTests) Time elapsed: 1.17 s treeViewWithMultipleRootsIsRefreshedWhenElementIsDeleted(org.eclipse.emf.parsley.tests.swtbot.EmfParsleySaveableViewTests) Time elapsed: 1.058 s canPerformNewSiblingActionOnSaveableTableFormView(org.eclipse.emf.parsley.tests.swtbot.EmfParsleySaveableViewTests) Time elapsed: 1.917 s canPerformNewSiblingActionOnSaveableTableView(org.eclipse.emf.parsley.tests.swtbot.EmfParsleySaveableViewTests) Time elapsed: 1.12 s canAccessEditingActionsOnSaveableResourceTreeFormView(org.eclipse.emf.parsley.tests.swtbot.EmfParsleySaveableViewTests) Time elapsed: 1.996 s hasColumnsOnSaveableTreeWithSpecificColumnsView(org.eclipse.emf.parsley.tests.swtbot.EmfParsleySaveableViewTests) Time elapsed: 21.036 s doubleClickOpensDialogOnSaveableTreeView(org.eclipse.emf.parsley.tests.swtbot.EmfParsleySaveableViewTests) Time elapsed: 1.103 s undoRedoDeleteActionUpdatesDirtyStateCorrectly(org.eclipse.emf.parsley.tests.swtbot.EmfParsleySaveableViewTests) Time elapsed: 1.077 s canPerformUndoDeleteActionOnSaveableResourceTreeFormView(org.eclipse.emf.parsley.tests.swtbot.EmfParsleySaveableViewTests) Time elapsed: 1.151 s doubleClickOpensDialogOnSaveableTableFormView(org.eclipse.emf.parsley.tests.swtbot.EmfParsleySaveableViewTests) Time elapsed: 2 s Running org.eclipse.emf.parsley.tests.swtbot.EmfParsleyDialogTests 85992 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 86021 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 86022 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 86023 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 86023 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 86024 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 86042 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 87659 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 87689 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 87691 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 87691 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 87692 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 87693 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 87704 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 88437 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {platform:/resource/MyTestProject/My.extlibrary} is already expanded. Won't expand it again. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.118 s - in org.eclipse.emf.parsley.tests.swtbot.EmfParsleyDialogTests checkDialogDatabinding(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyDialogTests) Time elapsed: 1.671 s checkOpenDialogOnTreeElements(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyDialogTests) Time elapsed: 1.127 s Running org.eclipse.emf.parsley.tests.swtbot.EmfParsleyTestViewsTests 89126 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 89152 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 89154 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 89154 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 89155 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 89155 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 89163 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 89784 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {EMF Parsley} is already expanded. Won't expand it again. Checking that tree item EMF Parsley has children... Found 29 items. OK! 90740 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 90766 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 90767 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 90768 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 90768 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 90768 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 90780 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 91402 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {EMF Parsley} is already expanded. Won't expand it again. Checking that tree item EMF Parsley has children... Found 29 items. OK! 91790 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 91816 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 91817 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 91818 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 91818 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 91818 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 91829 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 92421 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {EMF Parsley} is already expanded. Won't expand it again. Checking that tree item EMF Parsley has children... Found 29 items. OK! Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.058 s - in org.eclipse.emf.parsley.tests.swtbot.EmfParsleyTestViewsTests testSaveResourceWithoutValidationErrors(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyTestViewsTests) Time elapsed: 1.625 s testEmptyResourceIsInitialized(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyTestViewsTests) Time elapsed: 1.05 s testDialogErrorReporterIsShownWhenSavingResourceWithValidationErrors(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyTestViewsTests) Time elapsed: 1.079 s Running org.eclipse.emf.parsley.tests.swtbot.EmfParsleyOnSelectionViewTests 93213 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {EMF Parsley} is already expanded. Won't expand it again. Checking that tree item EMF Parsley has children... Found 29 items. OK! 93777 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {EMF Parsley} is already expanded. Won't expand it again. Checking that tree item EMF Parsley has children... Found 29 items. OK! 93905 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 93937 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 93938 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 93939 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 93939 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 93940 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 95055 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {EMF Parsley} is already expanded. Won't expand it again. Checking that tree item EMF Parsley has children... Found 29 items. OK! 95166 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 95197 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 95198 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 95199 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 95199 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 95200 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 95219 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 96045 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item Tree node with text: Library My Library is already expanded. Won't expand it again. 97069 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {EMF Parsley} is already expanded. Won't expand it again. Checking that tree item EMF Parsley has children... Found 29 items. OK! 97205 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 97236 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 97238 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 97240 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 97241 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 97242 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 97261 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') (SWT:1299): Gtk-CRITICAL **: 17:03:21.532: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 99044 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {EMF Parsley} is already expanded. Won't expand it again. Checking that tree item EMF Parsley has children... Found 29 items. OK! 99159 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 99185 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 99187 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 99187 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 99188 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 99188 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 99200 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 101109 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {EMF Parsley} is already expanded. Won't expand it again. Checking that tree item EMF Parsley has children... Found 29 items. OK! 101237 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 101266 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 101267 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 101268 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 101269 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 101269 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 101288 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 103136 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {EMF Parsley} is already expanded. Won't expand it again. Checking that tree item EMF Parsley has children... Found 29 items. OK! 103253 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 103283 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 103284 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 103284 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 103285 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 103285 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 103304 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') (SWT:1299): Gtk-CRITICAL **: 17:03:27.604: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1299): Gtk-CRITICAL **: 17:03:27.920: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 104395 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item Tree node with text: Library My Library is already expanded. Won't expand it again. 105144 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {EMF Parsley} is already expanded. Won't expand it again. Checking that tree item EMF Parsley has children... Found 29 items. OK! 105295 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 105362 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 105364 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 105364 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 105364 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 105365 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 105382 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.435 s - in org.eclipse.emf.parsley.tests.swtbot.EmfParsleyOnSelectionViewTests testOnSelectionLibraryTreeViewWithResourceURI(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyOnSelectionViewTests) Time elapsed: 0.602 s testOnSelectionLibraryTreeView(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyOnSelectionViewTests) Time elapsed: 1.274 s testOnSelectionLibraryBooksTableView(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyOnSelectionViewTests) Time elapsed: 2.001 s testOnSelectionLibraryBooksTableFormViewWithCustomContentProvider(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyOnSelectionViewTests) Time elapsed: 1.991 s testOnSelectionLibraryTreeFormView(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyOnSelectionViewTests) Time elapsed: 2.063 s testOnSelectionLibraryBooksTableViewWithCustomContentProvider(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyOnSelectionViewTests) Time elapsed: 2.029 s testOnSelectionLibraryBooksTableFormView(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyOnSelectionViewTests) Time elapsed: 1.972 s testOnSelectionLibraryTreeViewOnXtextFile(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyOnSelectionViewTests) Time elapsed: 3.151 s Running org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditorTests 108648 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 108680 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 108682 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 108683 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 108683 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 108684 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 108691 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 110251 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 110277 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 110279 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 110279 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 110280 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 110280 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 110298 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 111337 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 111364 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 111366 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 111366 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 111366 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 111367 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 111378 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 112362 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 112388 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 112389 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 112390 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 112390 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 112390 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 112402 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 113463 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 113488 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 113490 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 113490 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 113491 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 113491 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 113502 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 115412 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 115439 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 115440 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 115441 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 115441 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 115442 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 115452 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 116178 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item Tree node with text: Library My Library is already expanded. Won't expand it again. 116471 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 116497 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 116499 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 116499 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 116500 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 116500 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 116510 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 117543 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 117583 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 117585 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 117585 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 117586 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 117586 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 117604 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 118548 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 118574 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 118575 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 118576 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 118576 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 118576 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 118586 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 119273 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {platform:/resource/MyTestProject/My.extlibrary} is already expanded. Won't expand it again. 119274 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item Tree node with text: Library My Library is already expanded. Won't expand it again. 119551 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 119576 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 119578 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 119578 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 119579 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 119579 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 119589 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 120611 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 120637 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 120639 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 120639 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 120640 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 120640 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 121338 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item Tree node with text: Library My Library is already expanded. Won't expand it again. 121339 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item Tree node with text: Library My Library is already expanded. Won't expand it again. 121347 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item Tree node with text: Library My Library is already expanded. Won't expand it again. 121372 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item Tree node with text: Library My Library is already expanded. Won't expand it again. 121699 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 121725 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 121726 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 121727 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 121727 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 121728 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 121752 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 122432 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item Tree node with text: Library My Library is already expanded. Won't expand it again. Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.424 s - in org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditorTests statusLineFromEditor(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditorTests) Time elapsed: 1.629 s canAccessEditorTreeOfLibrary(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditorTests) Time elapsed: 1.084 s statusLineFromOutlineView(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditorTests) Time elapsed: 1.009 s canAccessStandardEditingActionsOnTreeEditor(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditorTests) Time elapsed: 1.118 s canOpenPropertyViewWithDoubleClick(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditorTests) Time elapsed: 1.949 s canAccessCustomContextMenuOfLibrary(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditorTests) Time elapsed: 1.06 s canPopulateOutlineView(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditorTests) Time elapsed: 1.059 s canAccessEditorTreeOfXtextFile(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditorTests) Time elapsed: 1.012 s canSelectInOutlineView(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditorTests) Time elapsed: 1.012 s canOpenEmfFormEditorOnTestFile(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditorTests) Time elapsed: 1.056 s changingSelectionUpdatesContextMenu(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditorTests) Time elapsed: 1.074 s canAccessContextMenuOfLibrary(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditorTests) Time elapsed: 1.039 s Running org.eclipse.emf.parsley.tests.swtbot.EmfParsleyFormBasedDialogTests 123042 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 123068 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 123070 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 123070 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 123071 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 123071 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 123083 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 124740 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 124765 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 124766 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 124766 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 124767 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 124767 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 124778 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 125528 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {platform:/resource/MyTestProject/My.extlibrary} is already expanded. Won't expand it again. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.155 s - in org.eclipse.emf.parsley.tests.swtbot.EmfParsleyFormBasedDialogTests checkDialogDatabinding(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyFormBasedDialogTests) Time elapsed: 1.715 s checkOpenDialogOnTreeElements(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyFormBasedDialogTests) Time elapsed: 1.139 s Running org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests 126232 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 126260 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 126261 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 126262 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 126262 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 126262 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 126282 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 126913 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {EMF Parsley} is already expanded. Won't expand it again. Checking that tree item EMF Parsley has children... Found 29 items. OK! 127835 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 127860 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 127861 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 127862 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 127862 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 127863 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 127873 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 128475 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {EMF Parsley} is already expanded. Won't expand it again. Checking that tree item EMF Parsley has children... Found 29 items. OK! 128984 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 129011 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 129012 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 129013 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 129013 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 129014 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 129024 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 129625 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {EMF Parsley} is already expanded. Won't expand it again. Checking that tree item EMF Parsley has children... Found 29 items. OK! 130130 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 130156 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 130157 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 130158 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 130158 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 130159 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 130169 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 130771 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {EMF Parsley} is already expanded. Won't expand it again. Checking that tree item EMF Parsley has children... Found 29 items. OK! 131301 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 131328 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 131329 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 131330 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 131330 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 131331 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 131342 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 131945 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {EMF Parsley} is already expanded. Won't expand it again. Checking that tree item EMF Parsley has children... Found 29 items. OK! 133275 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 133300 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 133301 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 133302 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 133302 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 133302 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 133312 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 133915 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {EMF Parsley} is already expanded. Won't expand it again. Checking that tree item EMF Parsley has children... Found 29 items. OK! 134430 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 134457 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 134458 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 134459 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 134459 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 134460 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 134470 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 135069 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {EMF Parsley} is already expanded. Won't expand it again. Checking that tree item EMF Parsley has children... Found 29 items. OK! 135575 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 135600 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 135602 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 135602 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 135603 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 135603 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 135614 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 136215 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {EMF Parsley} is already expanded. Won't expand it again. Checking that tree item EMF Parsley has children... Found 29 items. OK! 136729 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 136756 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 136757 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 136758 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 136759 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 136759 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 136770 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 137374 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {EMF Parsley} is already expanded. Won't expand it again. Checking that tree item EMF Parsley has children... Found 29 items. OK! 137899 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 137925 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 137926 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 137927 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 137927 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 137928 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 137937 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 138538 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {EMF Parsley} is already expanded. Won't expand it again. Checking that tree item EMF Parsley has children... Found 29 items. OK! 139048 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 139073 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 139074 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 139075 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 139075 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 139076 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 139085 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 139686 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {EMF Parsley} is already expanded. Won't expand it again. Checking that tree item EMF Parsley has children... Found 29 items. OK! 140112 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 140137 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 140138 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 140139 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 140139 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 140139 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 140150 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 140747 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {EMF Parsley} is already expanded. Won't expand it again. Checking that tree item EMF Parsley has children... Found 29 items. OK! 141246 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 141272 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 141273 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 141274 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 141274 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 141275 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 141284 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 141885 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {EMF Parsley} is already expanded. Won't expand it again. Checking that tree item EMF Parsley has children... Found 29 items. OK! 142378 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 142404 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 142405 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 142405 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 142406 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 142406 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 142416 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 143016 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {EMF Parsley} is already expanded. Won't expand it again. Checking that tree item EMF Parsley has children... Found 29 items. OK! 143505 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 143534 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 143535 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 143536 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 143536 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 143537 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 143554 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 144161 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {EMF Parsley} is already expanded. Won't expand it again. Checking that tree item EMF Parsley has children... Found 29 items. OK! 144649 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 144676 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 144677 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 144677 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 144678 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 144678 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 144688 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 145286 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {EMF Parsley} is already expanded. Won't expand it again. Checking that tree item EMF Parsley has children... Found 29 items. OK! 145719 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 145746 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 145747 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 145748 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 145748 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 145749 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 146354 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {EMF Parsley} is already expanded. Won't expand it again. Checking that tree item EMF Parsley has children... Found 29 items. OK! 146852 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 146878 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 146879 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 146880 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 146880 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 146881 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 146891 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 147491 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {EMF Parsley} is already expanded. Won't expand it again. Checking that tree item EMF Parsley has children... Found 29 items. OK! 148008 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 148033 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 148034 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 148035 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 148035 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 148035 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 148045 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 148645 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {EMF Parsley} is already expanded. Won't expand it again. Checking that tree item EMF Parsley has children... Found 29 items. OK! 149168 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 149194 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 149195 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 149195 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 149195 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 149196 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 149205 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 149802 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {EMF Parsley} is already expanded. Won't expand it again. Checking that tree item EMF Parsley has children... Found 29 items. OK! 150300 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 150326 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 150327 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 150327 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 150328 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 150328 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 150338 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 150937 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {EMF Parsley} is already expanded. Won't expand it again. Checking that tree item EMF Parsley has children... Found 29 items. OK! 152286 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 152313 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 152314 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 152315 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 152315 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 152316 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 152326 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 152927 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {EMF Parsley} is already expanded. Won't expand it again. Checking that tree item EMF Parsley has children... Found 29 items. OK! 153436 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 153462 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 153463 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 153464 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 153464 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 153465 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 153474 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 154075 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {EMF Parsley} is already expanded. Won't expand it again. Checking that tree item EMF Parsley has children... Found 29 items. OK! 154575 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 154601 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 154602 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 154602 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 154603 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 154603 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 154614 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 155224 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {EMF Parsley} is already expanded. Won't expand it again. Checking that tree item EMF Parsley has children... Found 29 items. OK! 155735 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 155761 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 155762 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 155763 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 155763 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 155764 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 155775 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 156380 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {EMF Parsley} is already expanded. Won't expand it again. Checking that tree item EMF Parsley has children... Found 29 items. OK! Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 30.944 s - in org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests testBooleanPrimitiveDataTypeCell(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests) Time elapsed: 1.623 s testFloatObjectCell(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests) Time elapsed: 1.147 s testDateCell(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests) Time elapsed: 1.15 s testSingleReferenceCell(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests) Time elapsed: 1.173 s testFloatCell(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests) Time elapsed: 1.968 s testBigIntegerCell(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests) Time elapsed: 1.159 s testShortCell(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests) Time elapsed: 1.14 s testEnumCell(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests) Time elapsed: 1.16 s testByteCell(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests) Time elapsed: 1.168 s testIntObjectCell(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests) Time elapsed: 1.147 s testStringCellWithoutModification(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests) Time elapsed: 1.066 s testByteObjectCell(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests) Time elapsed: 1.133 s testStringWithDefaultCell(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests) Time elapsed: 1.132 s testStringDatatypeCell(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests) Time elapsed: 1.126 s testDoubleCell(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests) Time elapsed: 1.144 s testDateCellWithWrongDate(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests) Time elapsed: 1.071 s testDoubleObjectCell(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests) Time elapsed: 1.132 s testShortObjectCell(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests) Time elapsed: 1.152 s testBooleanObjectCell(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests) Time elapsed: 1.164 s testBigDecimalCell(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests) Time elapsed: 1.132 s testMultiReferenceCell(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests) Time elapsed: 1.982 s testIntCell(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests) Time elapsed: 1.149 s testBooleanDataTypeCell(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests) Time elapsed: 1.142 s testBooleanCell(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests) Time elapsed: 1.159 s testStringCell(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests) Time elapsed: 1.129 s Results: Tests run: 80, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- tycho-surefire-plugin:1.7.0:test (draganddrop-test) @ org.eclipse.emf.parsley.tests.swtbot --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.swtbot/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.coverage/target/jacoco.exec,append=true,includes=org.eclipse.emf.parsley.*,excludes=**/src-gen/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java, -Xms256M, -Xmx4G, -XX:PermSize=256M, -XX:MaxPermSize=256M, -XX:+HeapDumpOnOutOfMemoryError, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -DskipDragAndDropTests=false, -Dorg.eclipse.swtbot.search.timeout=20000, -Dorg.eclipse.swt.internal.gtk.cairoGraphics=false, --add-modules=ALL-SYSTEM, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.0.v20200915-1508/org.eclipse.equinox.launcher-1.6.0.v20200915-1508.jar, -data, /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.swtbot/target/work/data, -install, /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.swtbot/target/work, -configuration, /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.swtbot/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.swtbot/target/surefire.properties, -nouithread] OpenJDK 64-Bit Server VM warning: Ignoring option PermSize; support was removed in 8.0 OpenJDK 64-Bit Server VM warning: Ignoring option MaxPermSize; support was removed in 8.0 Running org.eclipse.emf.parsley.tests.swtbot.EmfParsleyDragAndDropTests Checking that tree item EMF Parsley has children... Found 29 items. OK! Checking that tree item General has children... Found 1 items. OK! 0 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 4 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 4 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 5 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 6 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 30 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 31 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 32 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 73 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 74 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 2493 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 2529 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 2531 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 2532 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 2532 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 2533 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 2571 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') 3217 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {EMF Parsley} is already expanded. Won't expand it again. Checking that tree item EMF Parsley has children... Found 29 items. OK! 4484 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {EMF Parsley} is already expanded. Won't expand it again. Checking that tree item EMF Parsley has children... Found 29 items. OK! 4599 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 4630 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 4632 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 4633 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 4633 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 4634 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 7596 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {General} is already expanded. Won't expand it again. Checking that tree item General has children... Found 1 items. OK! 7642 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 7644 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 7657 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 7662 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 7663 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 7691 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Finish' and with style 'SWT.PUSH') Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.352 s - in org.eclipse.emf.parsley.tests.swtbot.EmfParsleyDragAndDropTests testDragAndDropFromOnSelectionTreeViewToEditor(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyDragAndDropTests) Time elapsed: 3.656 s testDragAndDropOnSaveableView(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyDragAndDropTests) Time elapsed: 1.973 s testDragAndDropOnSelectionTreeView(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyDragAndDropTests) Time elapsed: 3.13 s testDragAndDropOnEditor(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyDragAndDropTests) Time elapsed: 1.265 s Results: Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- tycho-surefire-plugin:1.7.0:test (PDEBasedTests) @ org.eclipse.emf.parsley.tests.swtbot --- [INFO] Skipping tests [INFO] [INFO] --< org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.cdo.server >-- [INFO] Building org.eclipse.emf.parsley.examples.cdo.server 1.13.0-SNAPSHOT [46/62] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.examples.cdo.server --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.examples.cdo.server --- [INFO] The project's OSGi version is 1.13.0.v20201130-1005 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.examples.cdo.server --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.parsley.examples.cdo.server --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.examples.cdo.server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.cdo.server/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.emf.parsley.examples.cdo.server --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.cdo.server/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.examples.cdo.server --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.cdo.server/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.examples.cdo.server --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.cdo.server/target/org.eclipse.emf.parsley.examples.cdo.server-1.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.examples.cdo.server --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.examples.cdo.server --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.cdo.server/target/org.eclipse.emf.parsley.examples.cdo.server-1.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.examples.cdo.server --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.emf.parsley.examples.cdo.server --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.examples.cdo.server --- [INFO] [INFO] --< org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.cdo.model >-- [INFO] Building org.eclipse.emf.parsley.examples.cdo.model 1.13.0-SNAPSHOT [47/62] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.examples.cdo.model --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.examples.cdo.model --- [INFO] The project's OSGi version is 1.13.0.v20201130-1005 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.examples.cdo.model --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.parsley.examples.cdo.model --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.examples.cdo.model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.cdo.model/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.emf.parsley.examples.cdo.model --- [WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.cdo.model/.settings/org.eclipse.jdt.core.prefs' could not be found! [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.cdo.model/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.examples.cdo.model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.cdo.model/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.examples.cdo.model --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.cdo.model/target/org.eclipse.emf.parsley.examples.cdo.model-1.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.examples.cdo.model --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.examples.cdo.model --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.cdo.model/target/org.eclipse.emf.parsley.examples.cdo.model-1.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.examples.cdo.model --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.emf.parsley.examples.cdo.model --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.examples.cdo.model --- [INFO] [INFO] --< org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.cdo.treeform >-- [INFO] Building org.eclipse.emf.parsley.examples.cdo.treeform 1.13.0-SNAPSHOT [48/62] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.examples.cdo.treeform --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.examples.cdo.treeform --- [INFO] The project's OSGi version is 1.13.0.v20201130-1005 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.examples.cdo.treeform --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.parsley.examples.cdo.treeform --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.examples.cdo.treeform --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.cdo.treeform/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.emf.parsley.examples.cdo.treeform --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.cdo.treeform/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.examples.cdo.treeform --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.cdo.treeform/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.examples.cdo.treeform --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.cdo.treeform/target/org.eclipse.emf.parsley.examples.cdo.treeform-1.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.examples.cdo.treeform --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.examples.cdo.treeform --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.cdo.treeform/target/org.eclipse.emf.parsley.examples.cdo.treeform-1.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.examples.cdo.treeform --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.emf.parsley.examples.cdo.treeform --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.examples.cdo.treeform --- [INFO] [INFO] --< org.eclipse.emf.parsley:org.eclipse.emf.parsley.tests.swtbot.cdo.feature >-- [INFO] Building org.eclipse.emf.parsley.tests.swtbot.cdo.feature 1.13.0-SNAPSHOT [49/62] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.tests.swtbot.cdo.feature --- [INFO] Deleting /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.swtbot.cdo.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.parsley.tests.swtbot.cdo.feature --- [INFO] The project's OSGi version is 1.13.0.v20201209-0738 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.tests.swtbot.cdo.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.parsley.tests.swtbot.cdo.feature --- [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.tests.swtbot.cdo.feature --- [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.tests.swtbot.cdo.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.emf.parsley.tests.swtbot.cdo.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.swtbot.cdo.feature/target/org.eclipse.emf.parsley.tests.swtbot.cdo.feature-1.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.tests.swtbot.cdo.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.parsley.tests.swtbot.cdo.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.emf.parsley.tests.swtbot.cdo.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.swtbot.cdo.feature/target/org.eclipse.emf.parsley.tests.swtbot.cdo.feature-1.13.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.tests.swtbot.cdo.feature --- [INFO] [INFO] --< org.eclipse.emf.parsley:org.eclipse.emf.parsley.tests.swtbot.cdo >-- [INFO] Building org.eclipse.emf.parsley.tests.swtbot.cdo 1.13.0-SNAPSHOT [50/62] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.tests.swtbot.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.tests.swtbot.cdo --- [INFO] The project's OSGi version is 1.13.0.v20201130-1005 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.tests.swtbot.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.parsley.tests.swtbot.cdo --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (default) @ org.eclipse.emf.parsley.tests.swtbot.cdo --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.coverage/target/jacoco.exec,append=true,includes=org.eclipse.emf.parsley.*,excludes=**/src-gen/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.tests.swtbot.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.swtbot.cdo/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.emf.parsley.tests.swtbot.cdo --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.swtbot.cdo/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.tests.swtbot.cdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.swtbot.cdo/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.tests.swtbot.cdo --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.swtbot.cdo/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.swtbot.cdo/target/org.eclipse.emf.parsley.tests.swtbot.cdo-1.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.tests.swtbot.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.tests.swtbot.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.swtbot.cdo/target/org.eclipse.emf.parsley.tests.swtbot.cdo-1.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.tests.swtbot.cdo --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.emf.parsley.tests.swtbot.cdo --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.tests.swtbot.cdo --- [INFO] [INFO] --- tycho-surefire-plugin:1.7.0:test (default-test) @ org.eclipse.emf.parsley.tests.swtbot.cdo --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.swtbot.cdo/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.coverage/target/jacoco.exec,append=true,includes=org.eclipse.emf.parsley.*,excludes=**/src-gen/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java, -Xms256M, -Xmx4G, -XX:PermSize=256M, -XX:MaxPermSize=256M, -XX:+HeapDumpOnOutOfMemoryError, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -DskipDragAndDropTests=false, -Dorg.eclipse.swtbot.search.timeout=20000, -Dorg.eclipse.swt.internal.gtk.cairoGraphics=false, --add-modules=ALL-SYSTEM, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.0.v20200915-1508/org.eclipse.equinox.launcher-1.6.0.v20200915-1508.jar, -data, /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.swtbot.cdo/target/work/data, -install, /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.swtbot.cdo/target/work, -configuration, /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.swtbot.cdo/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.swtbot.cdo/target/surefire.properties, -nouithread] OpenJDK 64-Bit Server VM warning: Ignoring option PermSize; support was removed in 8.0 OpenJDK 64-Bit Server VM warning: Ignoring option MaxPermSize; support was removed in 8.0 Running org.eclipse.emf.parsley.tests.swtbot.cdo.EmfParsleyCdoSWTBotTests Repository[demo] started! Checking that tree item EMF Parsley has children... Found 10 items. OK! 0 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {Library} is already expanded. Won't expand it again. 7 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {Library} is already expanded. Won't expand it again. 9 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item TreeItem with text {Library} is already expanded. Won't expand it again. Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.393 s - in org.eclipse.emf.parsley.tests.swtbot.cdo.EmfParsleyCdoSWTBotTests testDirtyForSelectedBook(org.eclipse.emf.parsley.tests.swtbot.cdo.EmfParsleyCdoSWTBotTests) Time elapsed: 1.259 s testSelectAuthor(org.eclipse.emf.parsley.tests.swtbot.cdo.EmfParsleyCdoSWTBotTests) Time elapsed: 0.007 s testView(org.eclipse.emf.parsley.tests.swtbot.cdo.EmfParsleyCdoSWTBotTests) Time elapsed: 0.001 s testExploreLibraryTree(org.eclipse.emf.parsley.tests.swtbot.cdo.EmfParsleyCdoSWTBotTests) Time elapsed: 0.002 s testDetailFormForSelectedAuthor(org.eclipse.emf.parsley.tests.swtbot.cdo.EmfParsleyCdoSWTBotTests) Time elapsed: 0.059 s Results: Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --< org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.mail.model >-- [INFO] Building org.eclipse.emf.parsley.examples.mail.model 1.13.0-SNAPSHOT [51/62] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.examples.mail.model --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.examples.mail.model --- [INFO] The project's OSGi version is 1.13.0.v20201130-1005 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.examples.mail.model --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.parsley.examples.mail.model --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.examples.mail.model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.mail.model/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.emf.parsley.examples.mail.model --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.mail.model/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.examples.mail.model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.mail.model/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.examples.mail.model --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.mail.model/target/org.eclipse.emf.parsley.examples.mail.model-1.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.examples.mail.model --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.examples.mail.model --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.mail.model/target/org.eclipse.emf.parsley.examples.mail.model-1.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.examples.mail.model --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.emf.parsley.examples.mail.model --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.examples.mail.model --- [INFO] [INFO] --< org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.mail.accountsview >-- [INFO] Building org.eclipse.emf.parsley.examples.mail.accountsview 1.13.0-SNAPSHOT [52/62] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.examples.mail.accountsview --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.examples.mail.accountsview --- [INFO] The project's OSGi version is 1.13.0.v20201130-1005 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.examples.mail.accountsview --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.parsley.examples.mail.accountsview --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.examples.mail.accountsview --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.mail.accountsview/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.emf.parsley.examples.mail.accountsview --- [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.mail.accountsview/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.examples.mail.accountsview --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.mail.accountsview/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.examples.mail.accountsview --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.mail.accountsview/target/org.eclipse.emf.parsley.examples.mail.accountsview-1.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.examples.mail.accountsview --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.examples.mail.accountsview --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.mail.accountsview/target/org.eclipse.emf.parsley.examples.mail.accountsview-1.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.examples.mail.accountsview --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.emf.parsley.examples.mail.accountsview --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.examples.mail.accountsview --- [INFO] [INFO] --< org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.mail.mailsview >-- [INFO] Building org.eclipse.emf.parsley.examples.mail.mailsview 1.13.0-SNAPSHOT [53/62] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.examples.mail.mailsview --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.examples.mail.mailsview --- [INFO] The project's OSGi version is 1.13.0.v20201130-1005 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.examples.mail.mailsview --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.parsley.examples.mail.mailsview --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.examples.mail.mailsview --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.mail.mailsview/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.emf.parsley.examples.mail.mailsview --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.mail.mailsview/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.examples.mail.mailsview --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.mail.mailsview/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.examples.mail.mailsview --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.mail.mailsview/target/org.eclipse.emf.parsley.examples.mail.mailsview-1.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.examples.mail.mailsview --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.examples.mail.mailsview --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.mail.mailsview/target/org.eclipse.emf.parsley.examples.mail.mailsview-1.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.examples.mail.mailsview --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.emf.parsley.examples.mail.mailsview --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.examples.mail.mailsview --- [INFO] [INFO] --< org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.mail.messageview >-- [INFO] Building org.eclipse.emf.parsley.examples.mail.messageview 1.13.0-SNAPSHOT [54/62] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.examples.mail.messageview --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.examples.mail.messageview --- [INFO] The project's OSGi version is 1.13.0.v20201130-1005 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.examples.mail.messageview --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.parsley.examples.mail.messageview --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.examples.mail.messageview --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.mail.messageview/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.emf.parsley.examples.mail.messageview --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.mail.messageview/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.examples.mail.messageview --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.mail.messageview/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.examples.mail.messageview --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.mail.messageview/target/org.eclipse.emf.parsley.examples.mail.messageview-1.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.examples.mail.messageview --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.examples.mail.messageview --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.mail.messageview/target/org.eclipse.emf.parsley.examples.mail.messageview-1.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.examples.mail.messageview --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.emf.parsley.examples.mail.messageview --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.examples.mail.messageview --- [INFO] [INFO] --< org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.mail.rcp >-- [INFO] Building org.eclipse.emf.parsley.examples.mail.rcp 1.13.0-SNAPSHOT [55/62] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.examples.mail.rcp --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.examples.mail.rcp --- [INFO] The project's OSGi version is 1.13.0.v20201130-1005 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.examples.mail.rcp --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.parsley.examples.mail.rcp --- [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.examples.mail.rcp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.mail.rcp/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.emf.parsley.examples.mail.rcp --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.mail.rcp/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.examples.mail.rcp --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.mail.rcp/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.examples.mail.rcp --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.mail.rcp/target/org.eclipse.emf.parsley.examples.mail.rcp-1.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.examples.mail.rcp --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.examples.mail.rcp --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.mail.rcp/target/org.eclipse.emf.parsley.examples.mail.rcp-1.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.examples.mail.rcp --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.emf.parsley.examples.mail.rcp --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.examples.mail.rcp --- [INFO] [INFO] --< org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.mail.product.feature >-- [INFO] Building org.eclipse.emf.parsley.examples.mail.product.feature 1.13.0-SNAPSHOT [56/62] [INFO] --------------------------[ eclipse-feature ]--------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.examples.mail.product.feature --- [INFO] Deleting /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.mail.product.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.parsley.examples.mail.product.feature --- [INFO] The project's OSGi version is 1.13.0.v20201202-1800 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.examples.mail.product.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.parsley.examples.mail.product.feature --- [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.examples.mail.product.feature --- [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.examples.mail.product.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.emf.parsley.examples.mail.product.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.mail.product.feature/target/org.eclipse.emf.parsley.examples.mail.product.feature-1.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.examples.mail.product.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.parsley.examples.mail.product.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.emf.parsley.examples.mail.product.feature --- [INFO] Fetching org.eclipse.emf.databinding.edit.source_1.6.0.v20190323-1031.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (41.04kB) [INFO] Fetching org.eclipse.emf.ecore.edit.source_2.13.0.v20190822-1451.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (78.81kB) [INFO] Fetching org.eclipse.emf.edit.ui.source_2.19.0.v20200917-1406.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (157.82kB) [INFO] Fetching org.eclipse.emf.edit.source_2.16.0.v20190920-0401.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (209.94kB) [INFO] Fetching org.eclipse.emf.common.ui.source_2.18.0.v20190507-0402.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (76.98kB) [INFO] Fetching org.eclipse.emf.databinding.source_1.5.0.v20180706-1146.jar from https://download.eclipse.org/releases/2020-12/202012161000/plugins/ (57.12kB) [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/examples/org.eclipse.emf.parsley.examples.mail.product.feature/target/org.eclipse.emf.parsley.examples.mail.product.feature-1.13.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.examples.mail.product.feature --- [INFO] [INFO] --< org.eclipse.emf.parsley:org.eclipse.emf.parsley.tests.swtbot.examples >-- [INFO] Building org.eclipse.emf.parsley.tests.swtbot.examples 1.13.0-SNAPSHOT [57/62] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.parsley.tests.swtbot.examples --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.tests.swtbot.examples --- [INFO] The project's OSGi version is 1.13.0.v20221123-1132 [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.tests.swtbot.examples --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.parsley.tests.swtbot.examples --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.8:prepare-agent (default) @ org.eclipse.emf.parsley.tests.swtbot.examples --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.coverage/target/jacoco.exec,append=true,includes=org.eclipse.emf.parsley.*,excludes=**/src-gen/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java [INFO] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.parsley.tests.swtbot.examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.swtbot.examples/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.emf.parsley.tests.swtbot.examples --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.swtbot.examples/target/classes [INFO] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.parsley.tests.swtbot.examples --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.swtbot.examples/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.tests.swtbot.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.swtbot.examples/target/org.eclipse.emf.parsley.tests.swtbot.examples-1.13.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.tests.swtbot.examples --- [INFO] [INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.tests.swtbot.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.swtbot.examples/target/org.eclipse.emf.parsley.tests.swtbot.examples-1.13.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.tests.swtbot.examples --- [INFO] [INFO] --- tycho-source-feature-plugin:1.7.0:source-feature (source-feature) @ org.eclipse.emf.parsley.tests.swtbot.examples --- [INFO] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.tests.swtbot.examples --- [INFO] [INFO] --- tycho-surefire-plugin:1.7.0:test (default-test) @ org.eclipse.emf.parsley.tests.swtbot.examples --- [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.swtbot.examples/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.coverage/target/jacoco.exec,append=true,includes=org.eclipse.emf.parsley.*,excludes=**/src-gen/**/*.java:**.antlr**:**.parseTree**:**Abstract*RuntimeModule.java:**/*SetupGenerated*.java:**/Abstract*Validator.java:**/*GrammarAccess.java:**/Abstract*UiModule.java:**/Abstract*ProposalProvider.java:**/*Test.java, -Xms256M, -Xmx4G, -XX:PermSize=256M, -XX:MaxPermSize=256M, -XX:+HeapDumpOnOutOfMemoryError, -Dorg.eclipse.swt.browser.DefaultType=mozilla, -DskipDragAndDropTests=false, -Dorg.eclipse.swtbot.search.timeout=20000, -Dorg.eclipse.swt.internal.gtk.cairoGraphics=false, --add-modules=ALL-SYSTEM, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.0.v20200915-1508/org.eclipse.equinox.launcher-1.6.0.v20200915-1508.jar, -data, /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.swtbot.examples/target/work/data, -install, /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.swtbot.examples/target/work, -configuration, /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.swtbot.examples/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.swtbot.examples/target/surefire.properties, -testApplication, org.eclipse.emf.parsley.examples.mail.rcp.application, -product, org.eclipse.emf.parsley.examples.mail.rcp.product, -nouithread] OpenJDK 64-Bit Server VM warning: Ignoring option PermSize; support was removed in 8.0 OpenJDK 64-Bit Server VM warning: Ignoring option MaxPermSize; support was removed in 8.0 Launching application org.eclipse.emf.parsley.examples.mail.rcp.application... Running org.eclipse.emf.parsley.tests.swtbot.examples.EmfParsleyMailExampleTest log4j:WARN No appenders could be found for logger (org.eclipse.swtbot.swt.finder.utils.SWTUtils). log4j:WARN Please initialize the log4j system properly. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.271 s <<< FAILURE! - in org.eclipse.emf.parsley.tests.swtbot.examples.EmfParsleyMailExampleTest testExampleMail(org.eclipse.emf.parsley.tests.swtbot.examples.EmfParsleyMailExampleTest) Time elapsed: 0.187 s <<< ERROR! org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException: The widget was null. at org.eclipse.emf.parsley.tests.swtbot.examples.EmfParsleyMailExampleTest.testExampleMail(EmfParsleyMailExampleTest.java:37) Results: Errors: EmfParsleyMailExampleTest.testExampleMail:37 ยป WidgetNotFound The widget was n... Tests run: 1, Failures: 0, Errors: 1, Skipped: 0 [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for EMF Parsley 1.13.0-SNAPSHOT: [INFO] [INFO] EMF Parsley ........................................ SUCCESS [ 0.234 s] [INFO] org.eclipse.emf.tests.coverage ..................... SUCCESS [ 0.002 s] [INFO] org.eclipse.emf.parsley.targetplatform ............. SUCCESS [ 1.286 s] [INFO] org.eclipse.emf.parsley.runtime.common ............. SUCCESS [ 15.060 s] [INFO] org.eclipse.emf.parsley.common ..................... SUCCESS [ 2.630 s] [INFO] org.eclipse.emf.parsley.views.common ............... SUCCESS [ 0.483 s] [INFO] org.eclipse.emf.parsley.cdo.common ................. SUCCESS [ 0.221 s] [INFO] org.eclipse.emf.parsley.runtime .................... SUCCESS [ 0.080 s] [INFO] org.eclipse.emf.parsley ............................ SUCCESS [ 0.110 s] [INFO] org.eclipse.emf.parsley.junit4 ..................... SUCCESS [ 0.510 s] [INFO] org.eclipse.emf.parsley.web.servlets ............... SUCCESS [ 0.498 s] [INFO] org.eclipse.emf.parsley.generator.common ........... SUCCESS [ 9.022 s] [INFO] org.eclipse.emf.parsley.dsl ........................ SUCCESS [ 54.589 s] [INFO] org.eclipse.emf.parsley.dsl.additional.builder ..... SUCCESS [ 0.962 s] [INFO] org.eclipse.emf.parsley.wizards .................... SUCCESS [ 0.251 s] [INFO] org.eclipse.emf.parsley.web.tools .................. SUCCESS [ 0.576 s] [INFO] org.eclipse.emf.parsley.tests.models ............... SUCCESS [ 0.304 s] [INFO] org.eclipse.emf.parsley.tests.libraries ............ SUCCESS [ 5.409 s] [INFO] org.eclipse.emf.parsley.examples.library ........... SUCCESS [ 0.193 s] [INFO] org.eclipse.emf.parsley.tests ...................... SUCCESS [ 21.102 s] [INFO] org.eclipse.emf.parsley.views ...................... SUCCESS [ 0.207 s] [INFO] org.eclipse.emf.parsley.tests.views ................ SUCCESS [ 0.365 s] [INFO] org.eclipse.emf.parsley.cdo ........................ SUCCESS [ 0.035 s] [INFO] org.eclipse.emf.parsley.editors.common ............. SUCCESS [ 0.273 s] [INFO] org.eclipse.emf.parsley.editors .................... SUCCESS [ 0.094 s] [INFO] org.eclipse.emf.parsley.cdo.tests .................. SUCCESS [ 3.221 s] [INFO] org.eclipse.emf.parsley.ui.examples ................ SUCCESS [ 1.100 s] [INFO] org.eclipse.emf.parsley.doc ........................ SUCCESS [ 0.199 s] [INFO] org.eclipse.emf.parsley.feature .................... SUCCESS [ 0.333 s] [INFO] org.eclipse.emf.parsley.cdo.feature ................ SUCCESS [ 0.136 s] [INFO] org.eclipse.emf.parsley.dsl.ide .................... SUCCESS [ 2.445 s] [INFO] org.eclipse.emf.parsley.dsl.ui ..................... SUCCESS [ 2.353 s] [INFO] org.eclipse.emf.parsley.dsl.feature ................ SUCCESS [ 0.145 s] [INFO] org.eclipse.emf.parsley.examples.feature ........... SUCCESS [ 0.106 s] [INFO] org.eclipse.emf.parsley.dsl.tests .................. SUCCESS [ 20.414 s] [INFO] org.eclipse.emf.parsley.dsl.ui.tests ............... SUCCESS [ 37.522 s] [INFO] org.eclipse.emf.parsley.junit4.feature ............. SUCCESS [ 0.114 s] [INFO] org.eclipse.emf.parsley.sdk ........................ SUCCESS [ 0.125 s] [INFO] org.eclipse.emf.parsley.web.feature ................ SUCCESS [ 0.177 s] [INFO] org.eclipse.emf.parsley.examples.library.edit ...... SUCCESS [ 0.223 s] [INFO] org.eclipse.emf.parsley.examples.library.editor .... SUCCESS [ 0.297 s] [INFO] org.eclipse.emf.parsley.examples.views ............. SUCCESS [ 0.195 s] [INFO] org.eclipse.emf.parsley.examples.editors ........... SUCCESS [ 0.200 s] [INFO] org.eclipse.emf.parsley.tests.swtbot.feature ....... SUCCESS [ 0.192 s] [INFO] org.eclipse.emf.parsley.tests.swtbot ............... SUCCESS [03:09 min] [INFO] org.eclipse.emf.parsley.examples.cdo.server ........ SUCCESS [ 0.115 s] [INFO] org.eclipse.emf.parsley.examples.cdo.model ......... SUCCESS [ 0.187 s] [INFO] org.eclipse.emf.parsley.examples.cdo.treeform ...... SUCCESS [ 0.275 s] [INFO] org.eclipse.emf.parsley.tests.swtbot.cdo.feature ... SUCCESS [ 0.111 s] [INFO] org.eclipse.emf.parsley.tests.swtbot.cdo ........... SUCCESS [ 11.583 s] [INFO] org.eclipse.emf.parsley.examples.mail.model ........ SUCCESS [ 0.117 s] [INFO] org.eclipse.emf.parsley.examples.mail.accountsview . SUCCESS [ 0.185 s] [INFO] org.eclipse.emf.parsley.examples.mail.mailsview .... SUCCESS [ 0.125 s] [INFO] org.eclipse.emf.parsley.examples.mail.messageview .. SUCCESS [ 0.143 s] [INFO] org.eclipse.emf.parsley.examples.mail.rcp .......... SUCCESS [ 0.184 s] [INFO] org.eclipse.emf.parsley.examples.mail.product.feature SUCCESS [ 0.920 s] [INFO] org.eclipse.emf.parsley.tests.swtbot.examples ...... FAILURE [ 6.147 s] [INFO] org.eclipse.emf.parsley.repository ................. SKIPPED [INFO] org.eclipse.emf.parsley.examples.eclipse4 .......... SKIPPED [INFO] org.eclipse.emf.parsley.examples.eclipse4.parsleypart SKIPPED [INFO] org.eclipse.emf.parsley.examples.eclipse4.product.feature SKIPPED [INFO] org.eclipse.emf.parsley.tests.swtbot.e4 ............ SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 08:10 min [INFO] Finished at: 2022-11-24T17:05:00Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:1.7.0:test (default-test) on project org.eclipse.emf.parsley.tests.swtbot.examples: There are test failures. [ERROR] [ERROR] Please refer to /home/jenkins/agent/workspace/emf-parsley-next-simrel-github/tests/org.eclipse.emf.parsley.tests.swtbot.examples/target/surefire-reports for the individual test results. [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :org.eclipse.emf.parsley.tests.swtbot.examples Build step 'Invoke top-level Maven targets' marked build as failure Terminating xvnc. Thu Nov 24 17:05:06 2022 ComparingUpdateTracker: 0 pixels in / 0 pixels out ComparingUpdateTracker: (1:-nan ratio) [AcuCobol] Skipping execution of recorder since overall result is 'FAILURE' Recording test results [Checks API] No suitable checks publisher found. Archiving artifacts Finished: FAILURE