Started by user Frederic Gurr Running as Frederic Gurr Agent centos-7-mf5nj is provisioned from template centos-7 --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30" jenkins/label: "migration_jipp-migration_centos-7" name: "centos-7-mf5nj" 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-7-mf5nj" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" - name: "JAVA_TOOL_OPTIONS" value: "" - name: "_JAVA_OPTIONS" value: "" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "centos-7-mf5nj" - 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-7:remoting-4.11.2" 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-7-mf5nj (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/emf-parsley-nightly The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://git.eclipse.org/r/emf-parsley/org.eclipse.emf-parsley.git > git init /home/jenkins/agent/workspace/emf-parsley-nightly # timeout=10 Fetching upstream changes from https://git.eclipse.org/r/emf-parsley/org.eclipse.emf-parsley.git > git --version # timeout=10 > git --version # 'git version 1.8.3.1' > git fetch --tags --progress https://git.eclipse.org/r/emf-parsley/org.eclipse.emf-parsley.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://git.eclipse.org/r/emf-parsley/org.eclipse.emf-parsley.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch > git rev-parse origin/master^{commit} # timeout=10 Checking out Revision 2d3702e656bd5cf498d838d0ba06960bfcbbdee2 (origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 2d3702e656bd5cf498d838d0ba06960bfcbbdee2 # timeout=10 Commit message: "skip findbugs by default during the builds" > git rev-list --no-walk 2d3702e656bd5cf498d838d0ba06960bfcbbdee2 # timeout=10 Cleaning workspace > git rev-parse --verify HEAD # timeout=10 Resetting working tree > git reset --hard # timeout=10 > git clean -fdx # timeout=10 $ pkill Xvnc $ pkill Xrealvnc $ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*" [emf-parsley-nightly] $ Xvnc -help Starting xvnc [emf-parsley-nightly] $ Xvnc :98 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset Xvnc TigerVNC 1.8.0 - built Nov 16 2020 16:47:50 Copyright (C) 1999-2017 TigerVNC Team and many others (see README.txt) See http://www.tigervnc.org for information on TigerVNC. Underlying X server release 12004000, The X.Org Foundation Fri Feb 11 20:04:47 2022 vncext: VNC extension running! vncext: Listening for VNC connections on all interface(s), port 5998 vncext: created VNC server for screen 0 [emf-parsley-nightly] $ /bin/sh -xe /tmp/jenkins18395670692682862636.sh + rm -rf target + sleep 5 + sed -i 's/0.7.9/0.8.7/g' releng/org.eclipse.emf.parsley.parent/pom.xml + icewm --replace --sm-disable [emf-parsley-nightly] $ /opt/tools/apache-maven/latest/bin/mvn -f releng/org.eclipse.emf.parsley.parent/pom.xml clean verify OpenJDK 64-Bit Server VM warning: Ignoring option MaxPermSize; support was removed in 8.0 Apache Maven 3.8.3 (ff8e977a158738155dc465c6a97ffaf31982d739) 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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/plugins/org.eclipse.emf.parsley.runtime.common/pom.xml [INFO] Adding repository http://download.itemis.com/updates/releases/2.1.1 [INFO] Fetching content.jar from http://download.itemis.com/updates/releases/2.1.1/ (5.47kB) [INFO] Fetching p2.index from https://download.eclipse.org/releases/2020-03/ (122B) [INFO] Adding repository https://download.eclipse.org/releases/2020-03 [INFO] Fetching compositeContent.jar from https://download.eclipse.org/releases/2020-03/ (482B) [INFO] Fetching p2.index from https://download.eclipse.org/technology/epp/packages/2020-03/ (142B) [INFO] Fetching content.jar from https://download.eclipse.org/technology/epp/packages/2020-03/ (75.25kB) [INFO] Fetching p2.index from https://download.eclipse.org/releases/2020-03/202003181000/ (142B) [INFO] Fetching content.xml.xz from https://download.eclipse.org/releases/2020-03/202003181000/ (826.34kB) [INFO] Fetching p2.index from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.21.0/ (172B) [INFO] Adding repository https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.21.0 [INFO] Fetching content.xml.xz from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.21.0/ (20.11kB) [INFO] Fetching p2.index from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.2/ (172B) [INFO] Adding repository https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.2 [INFO] Fetching content.xml.xz from https://download.eclipse.org/modeling/emft/mwe/updates/releases/2.11.2/ (9.77kB) [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.runtime.common:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/plugins/org.eclipse.emf.parsley.runtime.common/pom.xml Feb 11, 2022 8:05:27 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond Feb 11, 2022 8:05:27 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {s}->https://download.eclipse.org:443 [INFO] Fetching 202003181000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2020-03/ (63B) [INFO] Fetching com.google.guava_27.1.0.v20190517-1946.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (743.15kB) [INFO] Fetching com.google.inject_3.0.0.v201605172100.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (141.47kB) [INFO] Fetching javax.inject_1.0.0.v20091030.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (14.07kB) [INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (9.5MB) [INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (21.32kB) [INFO] Fetching org.eclipse.osgi_3.15.200.v20200214-1600.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (460.88kB) [INFO] Fetching org.apache.batik.constants_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (13.03kB) [INFO] Fetching org.apache.batik.css_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (101.68kB) [INFO] Fetching org.apache.batik.util_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (63.49kB) [INFO] Fetching org.apache.batik.i18n_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (14.52kB) [INFO] Fetching org.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (258.72kB) [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (95.26kB) [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (15.35kB) [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (35.59kB) [INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (82.7kB) [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (33.71kB) [INFO] Fetching org.apache.felix.scr_2.1.16.v20200110-1820.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (155.55kB) [INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (44.03kB) [INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (30.65kB) [INFO] Fetching org.eclipse.core.commands_3.9.700.v20191217-1850.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (43.01kB) [INFO] Fetching org.eclipse.equinox.common_3.11.0.v20200206-0817.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (52.7kB) [INFO] Fetching org.eclipse.core.contenttype_3.7.600.v20200124-1609.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (41.5kB) [INFO] Fetching org.eclipse.equinox.preferences_3.7.700.v20191213-1901.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (54.37kB) [INFO] Fetching org.eclipse.equinox.registry_3.8.700.v20200121-1457.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (76.99kB) [INFO] Fetching org.eclipse.core.databinding_1.8.0.v20200205-2008.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (55.68kB) [INFO] Fetching org.eclipse.core.databinding.observable_1.9.0.v20200205-2119.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (82.47kB) [INFO] Fetching org.eclipse.core.databinding.property_1.8.0.v20200124-0715.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (44.98kB) [INFO] Fetching org.eclipse.core.expressions_3.6.700.v20200212-1751.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (33.98kB) [INFO] Fetching org.eclipse.core.runtime_3.17.100.v20200203-0917.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (33.69kB) [INFO] Fetching org.eclipse.core.jobs_3.10.700.v20200106-1020.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (46.09kB) [INFO] Fetching org.eclipse.equinox.app_1.4.400.v20191212-0743.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (42.13kB) [INFO] Fetching org.eclipse.e4.core.commands_0.12.900.v20200110-1732.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (13.76kB) [INFO] Fetching org.eclipse.e4.core.di_1.7.500.v20190916-2125.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (25.92kB) [INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (22.66kB) [INFO] Fetching org.eclipse.e4.core.services_2.2.200.v20200127-0814.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (28.2kB) [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (7.68kB) [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.500.v20200106-1259.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (7.75kB) [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.500.v20200106-1259.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.67kB) [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.600.v20191216-0805.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (21.82kB) [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (107.16kB) [INFO] Fetching org.eclipse.emf.ecore_2.21.0.v20200127-1342.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (485.73kB) [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.800.v20191216-0805.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (22.97kB) [INFO] Fetching org.eclipse.swt_3.114.0.v20200304-0601.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.01kB) [INFO] Fetching org.eclipse.jface_3.19.0.v20200218-1607.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (361.89kB) [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.1000.v20200129-0903.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (65.52kB) [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.900.v20200203-0840.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (79.02kB) [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.600.v20200124-0005.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.45kB) [INFO] Fetching org.eclipse.e4.ui.di_1.2.800.v20200128-0855.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (9.76kB) [INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.700.v20200201-1719.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (24.04kB) [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.700.v20200113-1422.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (111.14kB) [INFO] Fetching org.eclipse.e4.ui.services_1.3.700.v20190930-1643.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (13.16kB) [INFO] Fetching org.eclipse.equinox.event_1.5.300.v20191001-1333.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.7kB) [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.700.v20191222-1048.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (9.45kB) [INFO] Fetching org.eclipse.e4.ui.workbench_1.11.200.v20200205-1503.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (85.45kB) [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (51.02kB) [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (84.07kB) [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.800.v20191212-1231.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (50.07kB) [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.1100.v20200217-1217.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (94.67kB) [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.900.v20200213-1442.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (61.43kB) [INFO] Fetching org.eclipse.jface.databinding_1.11.0.v20200205-2119.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (78.02kB) [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.400.v20191216-0805.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (13.07kB) [INFO] Fetching org.eclipse.emf.common_2.18.0.v20191225-1014.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (115.01kB) [INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (129.49kB) [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.114.0.v20200304-0601.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (957.9kB) [INFO] Fetching org.eclipse.ui.workbench_3.118.0.v20200222-0719.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (1,004.16kB) [INFO] Fetching org.eclipse.help_3.8.700.v20191212-1123.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (125.61kB) [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.71kB) [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.runtime.common:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/plugins/org.eclipse.emf.parsley.common/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.common:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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-03/202003181000/plugins/ (59.63kB) [INFO] Fetching org.eclipse.ui_3.116.0.v20200203-1308.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (363.87kB) [INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (30.47kB) [INFO] Fetching org.eclipse.emf.databinding.edit_1.6.0.v20190323-1031.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (20.72kB) [INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (96.99kB) [INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (61.25kB) [INFO] Fetching org.eclipse.emf.edit.ui_2.18.0.v20200205-0529.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (108.56kB) [INFO] Fetching org.eclipse.ui.views_3.10.200.v20200213-1442.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (48.15kB) [INFO] Fetching org.eclipse.ui.forms_3.9.0.v20200213-1442.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (124.26kB) [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.common:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/plugins/org.eclipse.emf.parsley.cdo.common/pom.xml [INFO] Fetching org.eclipse.emf.cdo_4.9.0.v20200311-1912.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (279.01kB) [INFO] Fetching org.eclipse.emf.cdo.common_4.9.0.v20200311-1912.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (168.62kB) [INFO] Fetching org.eclipse.net4j.util_3.10.0.v20200311-1912.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (226.9kB) [INFO] Fetching org.eclipse.emf.cdo.net4j_4.2.0.v20200311-1912.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (62.18kB) [INFO] Fetching org.eclipse.net4j_4.9.0.v20200311-1912.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (63.34kB) [INFO] Fetching org.eclipse.net4j.tcp_4.2.0.v20200311-1912.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (30.99kB) [INFO] Fetching org.eclipse.emf.query_1.7.0.201805030653.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (141.72kB) [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.cdo.common:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/plugins/org.eclipse.emf.parsley.runtime/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.runtime:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/plugins/org.eclipse.emf.parsley.runtime/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.runtime:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/plugins/org.eclipse.emf.parsley.runtime/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/plugins/org.eclipse.emf.parsley/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/plugins/org.eclipse.emf.parsley/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/plugins/org.eclipse.emf.parsley/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.junit4:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/plugins/org.eclipse.emf.parsley.junit4/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.junit4:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/plugins/org.eclipse.emf.parsley.junit4/pom.xml [INFO] Fetching org.eclipse.xtext.xbase.lib_2.21.0.v20200302-1127.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (48.17kB) [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (29.18kB) [INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (123kB) [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.junit4:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/plugins/org.eclipse.emf.parsley.web.servlets/pom.xml [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (60.2kB) [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.web.servlets:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/plugins/org.eclipse.emf.parsley.web.tools/pom.xml [INFO] Fetching com.google.gson_2.8.2.v20180104-1110.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (79.97kB) [INFO] Fetching com.google.javascript_0.0.20160315.v20161124-1903.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (1.14MB) [INFO] Fetching com.google.protobuf_2.4.0.v201105131100.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (611.72kB) [INFO] Fetching io.github.classgraph_4.8.35.v20190528-1517.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (476.29kB) [INFO] Fetching javax.xml_1.3.4.v201005080400.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (249kB) [INFO] Fetching org.apache.ant_1.10.7.v20190926-0324.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (2.83MB) [INFO] Fetching org.apache.xerces_2.9.0.v201101211617.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (1.29MB) [INFO] Fetching org.apache.xml.resolver_1.2.0.v201005080400.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (45.51kB) [INFO] Fetching org.apache.xml.serializer_2.7.1.v201005080400.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (122.3kB) [INFO] Fetching org.eclipse.ant.core_3.5.700.v20191221-1203.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (72.39kB) [INFO] Fetching org.eclipse.core.variables_3.4.800.v20200120-1101.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (18.03kB) [INFO] Fetching org.eclipse.ant.launching_1.2.800.v20191221-1203.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (101.67kB) [INFO] Fetching org.eclipse.debug.core_3.15.0.v20200224-0654.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (126.21kB) [INFO] Fetching org.eclipse.jdt.launching_3.17.0.v20200215-0651.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (274.22kB) [INFO] Fetching org.eclipse.core.externaltools_1.1.600.v20200216-2241.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (20.79kB) [INFO] Fetching org.eclipse.text_3.10.100.v20200217-1239.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (100.66kB) [INFO] Fetching org.eclipse.jdt.core_3.21.0.v20200304-1404.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (6.72MB) [INFO] Fetching org.eclipse.core.resources_3.13.700.v20200209-1624.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (873.17kB) [INFO] Fetching org.eclipse.ant.ui_3.7.700.v20200304-2203.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (487.69kB) [INFO] Fetching org.eclipse.core.filesystem_1.7.700.v20200110-1734.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (27.79kB) [INFO] Fetching org.eclipse.ui.externaltools_3.4.600.v20200113-1854.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (65.94kB) [INFO] Fetching org.eclipse.ui.console_3.9.100.v20200215-1209.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (85.4kB) [INFO] Fetching org.eclipse.debug.ui_3.14.400.v20200222-1431.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (1.01MB) [INFO] Fetching org.eclipse.jdt.ui_3.21.0.v20200226-1531.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (3.91MB) [INFO] Fetching org.eclipse.jdt.debug.ui_3.10.600.v20200220-2022.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (1.66MB) [INFO] Fetching org.eclipse.team.core_3.8.900.v20200211-0946.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (126.56kB) [INFO] Fetching org.eclipse.ltk.core.refactoring_3.10.400.v20200215-1156.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (107.96kB) [INFO] Fetching org.eclipse.jdt.junit_3.11.700.v20200214-0716.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (235.99kB) [INFO] Fetching org.eclipse.compare_3.7.900.v20200129-0902.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (306.39kB) [INFO] Fetching org.eclipse.jface.text_3.16.200.v20200218-0828.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (317.81kB) [INFO] Fetching org.eclipse.ui.ide_3.17.0.v20200217-1511.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (961.05kB) [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.14.100.v20200212-1049.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (233.92kB) [INFO] Fetching org.eclipse.ui.editors_3.13.100.v20200130-1507.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (200.77kB) [INFO] Fetching org.eclipse.compare.core_3.6.800.v20191213-2246.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (33.04kB) [INFO] Fetching org.eclipse.core.filebuffers_3.6.900.v20200117-0616.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (41.39kB) [INFO] Fetching org.eclipse.core.net_1.3.800.v20200218-0937.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (33.79kB) [INFO] Fetching org.eclipse.equinox.security_1.3.500.v20200114-1637.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (44.56kB) [INFO] Fetching org.eclipse.e4.ui.ide_3.15.0.v20200113-2039.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (8.02kB) [INFO] Fetching org.eclipse.emf.codegen_2.19.0.v20190821-1536.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (126.93kB) [INFO] Fetching org.eclipse.xtext_2.21.0.v20200302-1141.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (769.31kB) [INFO] Fetching org.eclipse.xtext.util_2.21.0.v20200302-1141.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (107.97kB) [INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (201.73kB) [INFO] Fetching org.eclipse.xtext.common.types_2.21.0.v20200302-1201.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (134.31kB) [INFO] Fetching org.objectweb.asm_7.2.0.v20191010-1910.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (58.83kB) [INFO] Fetching org.eclipse.xtend.lib_2.21.0.v20200302-1127.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (57.38kB) [INFO] Fetching org.eclipse.pde.core_3.13.300.v20200217-1517.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (1.29MB) [INFO] Fetching org.eclipse.xtend.lib.macro_2.21.0.v20200302-1127.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (23.24kB) [INFO] Fetching org.eclipse.wst.common.project.facet.core_1.4.400.v201903222010.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (119.69kB) [INFO] Fetching org.eclipse.wst.common.project.facet.ui_1.4.601.v201903222010.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (91.81kB) [INFO] Fetching org.eclipse.wst.common.modulecore_1.3.100.v201903222010.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (130.46kB) [INFO] Fetching org.eclipse.jst.j2ee.web_1.1.911.v201903222025.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (222.68kB) [INFO] Fetching org.eclipse.jst.j2ee_1.2.301.v201903222025.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (860.39kB) [INFO] Fetching org.eclipse.jst.j2ee.core_1.4.1.v201903222024.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (590.41kB) [INFO] Fetching org.eclipse.jem_2.0.600.v201903222024.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (92.89kB) [INFO] Fetching org.eclipse.xtext.ui_2.21.0.v20200302-1241.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (580.52kB) [INFO] Fetching org.eclipse.jem.workbench_2.0.400.v201903222024.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (36.06kB) [INFO] Fetching org.eclipse.jst.servlet.ui_1.1.921.v201903222025.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (79.53kB) [INFO] Fetching org.eclipse.wst.web.ui_1.2.100.v201902281912.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (42.81kB) [INFO] Fetching org.eclipse.wst.common.frameworks_1.2.201.v201903222010.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (43.24kB) [INFO] Fetching org.eclipse.jst.j2ee.ui_1.1.931.v201903222025.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (361.33kB) [INFO] Fetching org.eclipse.wst.server.core_1.10.100.v201910252115.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (124.58kB) [INFO] Fetching org.eclipse.wst.common.core_1.3.0.v201903222010.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (24.05kB) [INFO] Fetching org.eclipse.jem.util_2.1.201.v201903222010.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (47.49kB) [INFO] Fetching org.eclipse.wst.server.http.core_1.0.400.v201910252115.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.3kB) [INFO] Fetching org.eclipse.pde.ui_3.11.300.v20200214-1413.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (1.47MB) [INFO] Fetching org.eclipse.equinox.bidi_1.2.300.v20191213-1901.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (23.95kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (19.47kB) [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.300.v20200211-1503.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (34.39kB) [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.400.v20191224-0854.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (58.06kB) [INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.700.v20191213-1911.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (108.27kB) [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/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-03/202003181000/plugins/ (32.04kB) [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.600.v20200217-1130.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (38.9kB) [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.700.v20200110-2121.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (55.47kB) [INFO] Fetching org.eclipse.equinox.p2.director_2.4.600.v20200211-1504.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (48.12kB) [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (116.64kB) [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (81.19kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.500.v20200211-1505.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (23.81kB) [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.600.v20200110-2121.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (74.67kB) [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.500.v20200211-1504.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/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-03/202003181000/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-03/202003181000/plugins/ (13.86kB) [INFO] Fetching org.eclipse.equinox.p2.operations_2.5.700.v20191211-1713.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (31.99kB) [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.300.v20191016-0507.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (43.28kB) [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.500.v20200203-1449.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (105.62kB) [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/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-03/202003181000/plugins/ (121.9kB) [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.600.v20200114-1339.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (46.47kB) [INFO] Fetching org.eclipse.equinox.p2.ui_2.5.800.v20200213-1530.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (287.29kB) [INFO] Fetching org.eclipse.equinox.security.ui_1.2.600.v20191213-1901.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (71.21kB) [INFO] Fetching org.eclipse.equinox.p2.updatesite_1.1.300.v20191016-0515.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (44.64kB) [INFO] Fetching org.eclipse.jdt.core.manipulation_1.13.100.v20200224-2108.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (488.87kB) [INFO] Fetching org.eclipse.jdt.debug_3.15.0.v20200224-0604.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (969.65kB) [INFO] Fetching org.eclipse.search_3.11.900.v20200211-1227.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (215.14kB) [INFO] Fetching org.eclipse.jdt.junit.runtime_3.5.100.v20200214-0716.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (24.62kB) [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.10.200.v20200221-2020.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (182.38kB) [INFO] Fetching org.eclipse.jdt.junit.core_3.10.600.v20200214-0716.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (66.02kB) [INFO] Fetching org.eclipse.team.ui_3.8.800.v20200211-0752.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (494.08kB) [INFO] Fetching org.eclipse.ui.navigator_3.9.200.v20200213-1442.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (133.31kB) [INFO] Fetching org.eclipse.ui.navigator.resources_3.7.200.v20200213-1442.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (70.9kB) [INFO] Fetching org.eclipse.jst.common.annotations.controller_1.1.300.v201903222024.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (22.25kB) [INFO] Fetching org.eclipse.wst.common.emf_1.2.600.v201903222010.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (77.31kB) [INFO] Fetching org.eclipse.jst.common.annotations.core_1.1.300.v201903222024.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (13.66kB) [INFO] Fetching org.eclipse.jst.common.frameworks_1.1.701.v201903222024.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (46.47kB) [INFO] Fetching org.eclipse.wst.common.emfworkbench.integration_1.2.101.v201903222010.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (53kB) [INFO] Fetching org.eclipse.wst.validation_1.2.800.v201904082137.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (135.43kB) [INFO] Fetching org.eclipse.jst.common.project.facet.core_1.8.0.v201906031755.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (63.92kB) [INFO] Fetching org.eclipse.jst.common.project.facet.ui_1.4.510.v201903222010.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (51.16kB) [INFO] Fetching org.eclipse.jst.common.ui_1.0.301.v201903222024.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (30.97kB) [INFO] Fetching org.eclipse.wst.common.modulecore.ui_1.0.301.v201903222010.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (49.57kB) [INFO] Fetching org.eclipse.jst.server.core_1.2.600.v201910252115.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (31.71kB) [INFO] Fetching org.eclipse.wst.sse.core_1.2.200.v202002172151.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (155.41kB) [INFO] Fetching org.eclipse.wst.common.uriresolver_1.2.300.v201903222010.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (24.69kB) [INFO] Fetching org.eclipse.wst.xml.core_1.2.200.v201911262147.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (255.09kB) [INFO] Fetching org.eclipse.wst.web_1.2.100.v201905161255.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (36.66kB) [INFO] Fetching org.eclipse.wst.common.environment_1.0.400.v201903222010.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (20.13kB) [INFO] Fetching org.eclipse.jst.j2ee.ejb_1.1.901.v201903222024.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (120.14kB) [INFO] Fetching org.eclipse.jst.jee_1.0.902.v201905281719.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (39.89kB) [INFO] Fetching org.eclipse.jst.j2ee.ejb.annotation.model_1.1.500.v201910291429.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (25.32kB) [INFO] Fetching org.eclipse.jst.j2ee.jca_1.1.1000.v201904091346.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (39.22kB) [INFO] Fetching org.eclipse.jst.j2ee.jca.ui_1.1.601.v201904091346.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (15.99kB) [INFO] Fetching org.eclipse.wst.common.frameworks.ui_1.2.400.v201903222010.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (53.38kB) [INFO] Fetching org.eclipse.jst.j2ee.navigator.ui_1.1.700.v201903222024.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (172.05kB) [INFO] Fetching org.eclipse.wst.common.ui_1.1.700.v201905071717.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (55.8kB) [INFO] Fetching org.eclipse.wst.server.ui_1.5.600.v201910252115.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (275.12kB) [INFO] Fetching org.eclipse.jst.jee.ui_1.0.901.v201903222025.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (73.43kB) [INFO] Fetching org.eclipse.pde.build_3.10.700.v20191228-1214.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (478.68kB) [INFO] Fetching org.eclipse.update.configurator_3.4.500.v20200225-0827.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (43.3kB) [INFO] Fetching org.eclipse.pde.launching_3.8.100.v20200220-1000.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (51.44kB) [INFO] Fetching org.eclipse.ui.intro_3.5.900.v20200217-1223.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (142.42kB) [INFO] Fetching org.eclipse.ui.cheatsheets_3.5.700.v20200216-1748.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (151.09kB) [INFO] Fetching org.eclipse.ui.views.log_1.2.1000.v20200127-1026.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (84.98kB) [INFO] Fetching org.eclipse.ui.trace_1.1.800.v20200106-1301.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (26.28kB) [INFO] Fetching org.eclipse.ui.genericeditor_1.1.700.v20200211-1227.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (49.3kB) [INFO] Fetching org.eclipse.ui.browser_3.6.700.v20200217-0820.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (97.29kB) [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.800.v20200213-1442.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (40.96kB) [INFO] Fetching org.eclipse.wst.css.core_1.2.0.v201904210526.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (181.16kB) [INFO] Fetching org.eclipse.wst.css.ui_1.1.300.v201911262315.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (120.06kB) [INFO] Fetching org.eclipse.wst.xml.ui_1.2.300.v201904272112.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (334.4kB) [INFO] Fetching org.eclipse.wst.sse.ui_1.6.300.v202001091420.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (314.72kB) [INFO] Fetching org.eclipse.wst.html.core_1.3.200.v201910140306.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (200.89kB) [INFO] Fetching org.eclipse.wst.html.ui_1.1.200.v201905301652.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (115.38kB) [INFO] Fetching org.eclipse.wst.internet.monitor.core_1.0.700.v201910252115.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (30.21kB) [INFO] Fetching org.eclipse.wst.jsdt.core_2.0.302.v201903222047.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (1.2MB) [INFO] Fetching org.eclipse.wst.jsdt.manipulation_1.0.601.v201903222047.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (20.9kB) [INFO] Fetching org.eclipse.wst.jsdt.ui_2.0.402.v202002141644.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (2.32MB) Feb 11, 2022 8:06:20 PM org.apache.http.impl.execchain.RetryExec execute INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond Feb 11, 2022 8:06:20 PM org.apache.http.impl.execchain.RetryExec execute INFO: Retrying request to {s}->https://download.eclipse.org:443 [INFO] Fetching org.eclipse.wst.server.discovery_1.3.200.v201910252115.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (43.12kB) [INFO] Fetching org.eclipse.wst.validation.ui_1.2.600.v201903222010.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (49.33kB) [INFO] Fetching org.eclipse.xtext.ide_2.21.0.v20200302-1141.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (234.01kB) [INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (291.62kB) [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.web.tools:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/tests/org.eclipse.emf.parsley.tests/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.tests:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/tests/org.eclipse.emf.parsley.tests/pom.xml [INFO] Fetching org.eclipse.equinox.launcher_1.5.700.v20200207-2156.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (29.85kB) [INFO] Fetching org.eclipse.ui.ide.application_1.3.600.v20200116-2127.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (56.27kB) [INFO] Fetching org.eclipse.urischeme_1.0.600.v20200115-1733.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (21.42kB) [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.tests:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/tests/org.eclipse.emf.parsley.tests.views/pom.xml [INFO] Fetching org.apache.commons.cli_1.2.0.v201404270220.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (47.81kB) [INFO] Fetching org.eclipse.emf.codegen.ecore_2.21.0.v20200112-0705.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (417.65kB) [INFO] Fetching org.eclipse.emf.mwe.core_1.5.2.v20200224-0816.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (61.62kB) [INFO] Fetching org.eclipse.emf.mwe2.runtime_2.11.2.v20200224-0816.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (8.46kB) [INFO] Fetching org.eclipse.emf.mwe.utils_1.5.2.v20200224-0816.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (19.49kB) [INFO] Fetching org.eclipse.emf.mwe2.language_2.11.2.v20200224-0816.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (69.65kB) [INFO] Fetching org.eclipse.emf.mwe2.launch_2.11.2.v20200224-0816.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (12.52kB) [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.tests.views:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/plugins/org.eclipse.emf.parsley.views/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.views:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/plugins/org.eclipse.emf.parsley.views/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.views:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/plugins/org.eclipse.emf.parsley.views/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.cdo:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/plugins/org.eclipse.emf.parsley.cdo/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.cdo:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/plugins/org.eclipse.emf.parsley.cdo/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.cdo:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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-03/202003181000/plugins/ (44.93kB) [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.editors.common:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/plugins/org.eclipse.emf.parsley.editors/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.editors:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/plugins/org.eclipse.emf.parsley.editors/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.editors:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/plugins/org.eclipse.emf.parsley.wizards/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.wizards:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/plugins/org.eclipse.emf.parsley.wizards/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.wizards:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/plugins/org.eclipse.emf.parsley.ui.examples/pom.xml [INFO] Fetching org.eclipse.xtext.junit4_2.21.0.v20200302-1241.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (96.16kB) [INFO] Fetching org.eclipse.xtext.builder.standalone_2.21.0.v20200302-1201.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (31.34kB) [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.ui.examples:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/features/org.eclipse.emf.parsley.examples.feature/pom.xml [INFO] Fetching org.eclipse.xtext.xbase_2.21.0.v20200302-1201.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (892.87kB) [INFO] Fetching org.eclipse.xtext.xbase.ide_2.21.0.v20200302-1201.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (266.83kB) [INFO] Fetching org.eclipse.xtext.ui.shared_2.21.0.v20200302-1241.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (25.64kB) [INFO] Fetching org.eclipse.xtext.xbase.ui_2.21.0.v20200302-1241.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (195.08kB) [INFO] Fetching org.eclipse.xtext.builder_2.21.0.v20200302-1241.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (129.34kB) [INFO] Fetching org.eclipse.xtext.common.types.ui_2.21.0.v20200302-1241.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (87.49kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.21.0.v20200302-1241.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (43.19kB) [INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (148.58kB) [INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (80.37kB) [INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (26.12kB) [INFO] Fetching org.eclipse.xtext.smap_2.21.0.v20200302-1201.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (12.24kB) [INFO] Fetching org.eclipse.xtext.buildship_2.21.0.v20200302-1241.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (10.2kB) [INFO] Fetching org.eclipse.xtext.common.types.edit_2.21.0.v20200302-1241.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (49.88kB) [INFO] Fetching org.eclipse.xtext.common.types.shared_2.21.0.v20200302-1241.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (11.02kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38_2.21.0.v20200302-1241.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (11.88kB) [INFO] Fetching org.eclipse.xtext.ecore_2.21.0.v20200302-1201.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (9.62kB) [INFO] Fetching org.eclipse.xtext.generator_2.21.0.v20200302-1201.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (261.11kB) [INFO] Fetching org.eclipse.xtext.xtext.generator_2.21.0.v20200302-1141.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (524.98kB) [INFO] Fetching org.eclipse.xtext.java_2.21.0.v20200302-1201.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (34.78kB) [INFO] Fetching org.eclipse.xtext.logging_1.2.15.v20200302-1241.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (9.3kB) [INFO] Fetching org.eclipse.xtext.m2e_2.21.0.v20200302-1241.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (13.72kB) [INFO] Fetching org.eclipse.xtext.source_2.21.0.v20200302-1141.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (1.61MB) [INFO] Fetching org.eclipse.xtext.generator.source_2.21.0.v20200302-1201.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (531.03kB) [INFO] Fetching org.eclipse.xtext.xtext.generator.source_2.21.0.v20200302-1141.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (1.15MB) [INFO] Fetching org.eclipse.xtext.xtext.ide_2.21.0.v20200302-1141.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (67.2kB) [INFO] Fetching org.eclipse.xtext.xtext.ide.source_2.21.0.v20200302-1141.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (93.48kB) [INFO] Fetching org.eclipse.xtext.util.source_2.21.0.v20200302-1141.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (145.97kB) [INFO] Fetching org.eclipse.xtext.common.types.source_2.21.0.v20200302-1201.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (359.05kB) [INFO] Fetching org.eclipse.xtext.builder.source_2.21.0.v20200302-1241.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (219.2kB) [INFO] Fetching org.eclipse.xtext.ecore.source_2.21.0.v20200302-1201.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (13.03kB) [INFO] Fetching org.eclipse.xtext.smap.source_2.21.0.v20200302-1201.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.79kB) [INFO] Fetching org.eclipse.xtext.xtext.wizard_2.21.0.v20200302-1141.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (179.75kB) [INFO] Fetching org.eclipse.xtext.xtext.wizard.source_2.21.0.v20200302-1141.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (210.58kB) [INFO] Fetching org.eclipse.xtext.builder.standalone.source_2.21.0.v20200302-1201.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (47.31kB) [INFO] Fetching org.eclipse.xtext.java.source_2.21.0.v20200302-1201.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (60.75kB) [INFO] Fetching org.eclipse.xtext.runtime_2.21.0.v20200302-1509.jar from https://download.eclipse.org/releases/2020-03/202003181000/features/ (19.25kB) [INFO] Fetching org.eclipse.xtext.ui.codemining_2.21.0.v20200302-1241.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (10.4kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.21.0.v20200302-1241.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (57.27kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide_2.21.0.v20200302-1241.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (40.23kB) [INFO] Fetching org.eclipse.xtext.ui.ecore_2.21.0.v20200302-1241.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (9.46kB) [INFO] Fetching org.eclipse.xtext.ui.source_2.21.0.v20200302-1241.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (1.16MB) [INFO] Fetching org.eclipse.xtext.common.types.ui.source_2.21.0.v20200302-1241.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (146.77kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.source_2.21.0.v20200302-1241.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (14.5kB) [INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38.source_2.21.0.v20200302-1241.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (12.3kB) [INFO] Fetching org.eclipse.xtext.ui.shared.source_2.21.0.v20200302-1241.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (28.35kB) [INFO] Fetching org.eclipse.xtext.ui.ecore.source_2.21.0.v20200302-1241.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (12.04kB) [INFO] Fetching org.eclipse.xtext.ui.codemining.source_2.21.0.v20200302-1241.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (11.43kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.source_2.21.0.v20200302-1241.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (125.17kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide.source_2.21.0.v20200302-1241.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (88.94kB) [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui.source_2.21.0.v20200302-1241.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (82.56kB) [INFO] Fetching org.eclipse.xtext.common.types.edit.source_2.21.0.v20200302-1241.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (97.07kB) [INFO] Fetching org.eclipse.xtext.ide.source_2.21.0.v20200302-1141.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (555.8kB) [INFO] Fetching org.eclipse.xtext.m2e.source_2.21.0.v20200302-1241.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.06kB) [INFO] Fetching org.eclipse.xtext.buildship.source_2.21.0.v20200302-1241.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (11.57kB) [INFO] Fetching org.eclipse.xtext.ui_2.21.0.v20200302-1509.jar from https://download.eclipse.org/releases/2020-03/202003181000/features/ (19.03kB) [INFO] Fetching org.eclipse.xtext.xbase.source_2.21.0.v20200302-1201.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (2.01MB) [INFO] Fetching org.eclipse.xtext.xbase.ui.source_2.21.0.v20200302-1241.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (335.64kB) [INFO] Fetching org.eclipse.xtext.xbase.ide.source_2.21.0.v20200302-1201.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (423.71kB) [INFO] Fetching org.eclipse.xtext.xbase_2.21.0.v20200302-1509.jar from https://download.eclipse.org/releases/2020-03/202003181000/features/ (18.73kB) [INFO] Fetching org.eclipse.xtext.xbase.lib.source_2.21.0.v20200302-1127.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (101.75kB) [INFO] Fetching org.eclipse.xtext.xbase.lib_2.21.0.v20200302-1136.jar from https://download.eclipse.org/releases/2020-03/202003181000/features/ (18.66kB) [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.examples.feature:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/doc/org.eclipse.emf.parsley.doc/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.doc:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/doc/org.eclipse.emf.parsley.doc/pom.xml [INFO] Fetching org.eclipse.emf.mwe2.lib_2.11.2.v20200224-0816.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (12.86kB) [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.doc:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/doc/org.eclipse.emf.parsley.doc/pom.xml [INFO] Computing target platform for MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.dsl:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/dsl/org.eclipse.emf.parsley.dsl/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.dsl:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/dsl/org.eclipse.emf.parsley.dsl/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.dsl:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/dsl/org.eclipse.emf.parsley.dsl.tests/pom.xml [INFO] Fetching org.eclipse.xtext.testing_2.21.0.v20200302-1141.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (92.9kB) [INFO] Fetching org.eclipse.xtext.xbase.testing_2.21.0.v20200302-1201.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (74.06kB) [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.dsl.tests:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/dsl/org.eclipse.emf.parsley.dsl.ui.tests/pom.xml [INFO] Fetching org.apache.felix.gogo.command_1.0.2.v20170914-1324.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (31.52kB) [INFO] Fetching org.apache.felix.gogo.runtime_1.1.0.v20180713-1646.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (75.47kB) [INFO] Fetching org.apache.felix.gogo.shell_1.1.0.v20180713-1646.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (34.83kB) [INFO] Fetching org.eclipse.core.databinding.beans_1.6.100.v20191217-1850.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (26.2kB) [INFO] Fetching org.eclipse.osgi.compatibility.state_1.1.700.v20200207-2156.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (103.36kB) [INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1100.v20190907-0426.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (69.13kB) [INFO] Fetching org.eclipse.equinox.console_1.4.0.v20190819-1430.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (51.54kB) [INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.0.600.v20190627-0755.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (8kB) [INFO] Fetching org.eclipse.e4.rcp_4.15.0.v20200304-0601.jar from https://download.eclipse.org/releases/2020-03/202003181000/features/ (20.83kB) [INFO] Fetching org.eclipse.emf.common_2.18.0.v20191225-1014.jar from https://download.eclipse.org/releases/2020-03/202003181000/features/ (19.06kB) [INFO] Fetching org.eclipse.emf.ecore_2.21.0.v20200127-1342.jar from https://download.eclipse.org/releases/2020-03/202003181000/features/ (19.12kB) [INFO] Fetching org.eclipse.xtext.ui.testing_2.21.0.v20200302-1241.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (66.84kB) [INFO] Fetching org.eclipse.xtext.xbase.ui.testing_2.21.0.v20200302-1241.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.7kB) [INFO] Fetching org.eclipse.xtext.xbase.junit_2.21.0.v20200302-1241.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (85.69kB) [INFO] Fetching org.eclipse.rcp_4.15.0.v20200305-0155.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (9.42kB) [INFO] Fetching org.eclipse.rcp_4.15.0.v20200305-0155.jar from https://download.eclipse.org/releases/2020-03/202003181000/features/ (19.09kB) [INFO] Fetching org.eclipse.rcp_root_4.15.0.v20200305-0155 from https://download.eclipse.org/releases/2020-03/202003181000/binary/ (25.54kB) [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.dsl.ui.tests:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/features/org.eclipse.emf.parsley.feature/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.feature:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/features/org.eclipse.emf.parsley.feature/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.feature:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/features/org.eclipse.emf.parsley.sdk/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.sdk:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/features/org.eclipse.emf.parsley.sdk/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.sdk:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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-03/202003181000/plugins/ (33.63kB) [INFO] Fetching org.eclipse.emf.cdo.security_4.4.0.v20200311-1912.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (52.26kB) [INFO] Fetching org.eclipse.emf.cdo.server_4.9.0.v20200311-1912.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (156.21kB) [INFO] Fetching org.eclipse.emf.cdo.server.admin_4.3.0.v20200311-1912.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (32.09kB) [INFO] Fetching org.eclipse.emf.cdo.server.security_4.5.0.v20200311-1912.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (27.39kB) [INFO] Fetching org.eclipse.emf.cdo.server.db_4.8.0.v20200311-1912.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (129.98kB) [INFO] Fetching org.eclipse.net4j.db_4.8.0.v20200311-1912.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (69.3kB) [INFO] Fetching org.eclipse.emf.cdo.server.net4j_4.2.0.v20200311-1912.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (49.06kB) [INFO] Fetching org.eclipse.emf.cdo.server.ocl_4.3.0.v20200311-1912.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (22.64kB) [INFO] Fetching org.eclipse.emf.cdo.server.product_4.2.0.v20200311-1912.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (12kB) [INFO] Fetching org.eclipse.emf.cdo.server_4.9.0.v20200311-1912.jar from https://download.eclipse.org/releases/2020-03/202003181000/features/ (28.49kB) [INFO] Fetching org.eclipse.ocl.ecore_3.15.0.v20200309-0848.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (112.05kB) [INFO] Fetching org.eclipse.net4j.db.h2_4.4.0.v20200311-1912.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (13.89kB) [INFO] Fetching org.eclipse.net4j.jvm_4.2.0.v20200311-1912.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (13.15kB) [INFO] Fetching org.eclipse.swtbot.go_2.8.0.201906121535.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (11.32kB) [INFO] Fetching org.eclipse.jdt_3.18.300.v20200305-0155.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (34.1kB) [INFO] Fetching org.eclipse.net4j.db.jdbc_4.4.0.v20200311-1912.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (13.69kB) [INFO] Fetching org.h2_1.3.168.v201212121212.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (528.76kB) [INFO] Fetching org.eclipse.ocl_3.15.0.v20200309-0848.jar from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (1.14MB) [INFO] Fetching lpg.runtime.java_2.0.17.v201004271640.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (48.92kB) [INFO] Fetching org.eclipse.ocl.common_1.8.400.v20200309-0848.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (14.76kB) [INFO] Fetching org.eclipse.swtbot.eclipse.core_2.8.0.201906121535.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.13kB) [INFO] Fetching org.eclipse.swtbot.eclipse.finder_2.8.0.201906121535.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (62.54kB) [INFO] Fetching org.eclipse.swtbot.swt.finder_2.8.0.201906121535.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (261.65kB) [INFO] Fetching org.hamcrest.library_1.3.0.v20180524-2246.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (32.1kB) [INFO] Fetching org.eclipse.swtbot.eclipse.spy_2.8.0.201906121535.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (22.92kB) [INFO] Fetching org.eclipse.swtbot.eclipse.ui_2.8.0.201906121535.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (45.99kB) [INFO] Fetching org.eclipse.swtbot.junit4_x_2.8.0.201906121535.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (20.41kB) [INFO] Fetching org.eclipse.swtbot_2.8.0.201906121535.jar from https://download.eclipse.org/releases/2020-03/202003181000/features/ (17.5kB) [INFO] Fetching org.eclipse.swtbot.forms.finder_2.8.0.201906121535.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (10.52kB) [INFO] Fetching org.eclipse.swtbot.forms_2.8.0.201906121535.jar from https://download.eclipse.org/releases/2020-03/202003181000/features/ (17.52kB) [INFO] Fetching org.eclipse.swtbot.generator_2.8.0.201906121535.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (39.14kB) [INFO] Fetching org.eclipse.swtbot.generator.client_2.8.0.201906121535.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (25.38kB) [INFO] Fetching org.eclipse.swtbot.generator.rules.workbench_2.8.0.201906121535.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (9.2kB) [INFO] Fetching org.eclipse.swtbot.generator.jdt_2.8.0.201906121535.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (24.67kB) [INFO] Fetching org.eclipse.swtbot.generator.ui_2.8.0.201906121535.jar.pack.gz from https://download.eclipse.org/releases/2020-03/202003181000/plugins/ (12.92kB) [INFO] Fetching org.eclipse.swtbot.generator.feature_2.8.0.201906121535.jar from https://download.eclipse.org/releases/2020-03/202003181000/features/ (17.49kB) [INFO] Fetching org.eclipse.swtbot.ide_2.8.0.201906121535.jar from https://download.eclipse.org/releases/2020-03/202003181000/features/ (17.57kB) [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.tests.swtbot.feature:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/releng/org.eclipse.emf.parsley.repository/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.repository:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/releng/org.eclipse.emf.parsley.repository/pom.xml [INFO] Resolving class path of MavenProject: org.eclipse.emf.parsley:org.eclipse.emf.parsley.repository:1.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/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.10.0-SNAPSHOT @ /home/jenkins/agent/workspace/emf-parsley-nightly/tests/org.eclipse.emf.parsley.tests.swtbot.e4/pom.xml [WARNING] The project org.eclipse.emf.parsley:org.eclipse.emf.parsley.parent:pom:1.10.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.10.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.6.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.parent --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.emf.parsley.parent --- [INFO] [INFO] --- tycho-p2-plugin:1.6.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.10.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.6.0:plugin-source (plugin-source) @ org.eclipse.emf.tests.coverage --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.emf.tests.coverage --- [INFO] [INFO] --- tycho-p2-plugin:1.6.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.10.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.6.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.targetplatform --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.emf.parsley.targetplatform --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.targetplatform --- [INFO] [INFO] --- build-helper-maven-plugin:1.3: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.10.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.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.runtime.common --- [INFO] The project's OSGi version is 1.10.0.v20200415-1512 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.runtime.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.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-nightly/plugins/org.eclipse.emf.parsley.runtime.common/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.emf.parsley.runtime.common --- [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/emf-parsley-nightly/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-nightly/plugins/org.eclipse.emf.parsley.runtime.common/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.runtime.common --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/plugins/org.eclipse.emf.parsley.runtime.common/target/org.eclipse.emf.parsley.runtime.common-1.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.runtime.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.runtime.common --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/plugins/org.eclipse.emf.parsley.runtime.common/target/org.eclipse.emf.parsley.runtime.common-1.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.runtime.common --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.emf.parsley.runtime.common --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.runtime.common --- [INFO] [INFO] >>> findbugs-maven-plugin:3.0.5:check (default) > :findbugs @ org.eclipse.emf.parsley.runtime.common >>> [INFO] [INFO] --- findbugs-maven-plugin:3.0.5:findbugs (findbugs) @ org.eclipse.emf.parsley.runtime.common --- WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.codehaus.groovy.reflection.CachedClass (file:/home/jenkins/.m2/repository/org/codehaus/groovy/groovy/2.4.12/groovy-2.4.12.jar) to method java.lang.Object.finalize() WARNING: Please consider reporting this to the maintainers of org.codehaus.groovy.reflection.CachedClass 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] <<< findbugs-maven-plugin:3.0.5:check (default) < :findbugs @ org.eclipse.emf.parsley.runtime.common <<< [INFO] [INFO] [INFO] --- findbugs-maven-plugin:3.0.5:check (default) @ 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.10.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.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.common --- [INFO] The project's OSGi version is 1.10.0.v20200415-1512 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.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-nightly/plugins/org.eclipse.emf.parsley.common/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.emf.parsley.common --- [INFO] Compiling 126 source files to /home/jenkins/agent/workspace/emf-parsley-nightly/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-nightly/plugins/org.eclipse.emf.parsley.common/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.common --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/plugins/org.eclipse.emf.parsley.common/target/org.eclipse.emf.parsley.common-1.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.common --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/plugins/org.eclipse.emf.parsley.common/target/org.eclipse.emf.parsley.common-1.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.common --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.emf.parsley.common --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.common --- [INFO] [INFO] >>> findbugs-maven-plugin:3.0.5:check (default) > :findbugs @ org.eclipse.emf.parsley.common >>> [INFO] [INFO] --- findbugs-maven-plugin:3.0.5:findbugs (findbugs) @ org.eclipse.emf.parsley.common --- [INFO] [INFO] <<< findbugs-maven-plugin:3.0.5:check (default) < :findbugs @ org.eclipse.emf.parsley.common <<< [INFO] [INFO] [INFO] --- findbugs-maven-plugin:3.0.5:check (default) @ 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.10.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.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.views.common --- [INFO] The project's OSGi version is 1.10.0.v20200415-1512 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.views.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.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-nightly/plugins/org.eclipse.emf.parsley.views.common/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.emf.parsley.views.common --- [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/emf-parsley-nightly/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-nightly/plugins/org.eclipse.emf.parsley.views.common/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.views.common --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/plugins/org.eclipse.emf.parsley.views.common/target/org.eclipse.emf.parsley.views.common-1.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.views.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.views.common --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/plugins/org.eclipse.emf.parsley.views.common/target/org.eclipse.emf.parsley.views.common-1.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.views.common --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.emf.parsley.views.common --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.views.common --- [INFO] [INFO] >>> findbugs-maven-plugin:3.0.5:check (default) > :findbugs @ org.eclipse.emf.parsley.views.common >>> [INFO] [INFO] --- findbugs-maven-plugin:3.0.5:findbugs (findbugs) @ org.eclipse.emf.parsley.views.common --- [INFO] [INFO] <<< findbugs-maven-plugin:3.0.5:check (default) < :findbugs @ org.eclipse.emf.parsley.views.common <<< [INFO] [INFO] [INFO] --- findbugs-maven-plugin:3.0.5:check (default) @ 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.10.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.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.cdo.common --- [INFO] The project's OSGi version is 1.10.0.v20200415-1512 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.cdo.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.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-nightly/plugins/org.eclipse.emf.parsley.cdo.common/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.emf.parsley.cdo.common --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/emf-parsley-nightly/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-nightly/plugins/org.eclipse.emf.parsley.cdo.common/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.cdo.common --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/plugins/org.eclipse.emf.parsley.cdo.common/target/org.eclipse.emf.parsley.cdo.common-1.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.cdo.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.cdo.common --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/plugins/org.eclipse.emf.parsley.cdo.common/target/org.eclipse.emf.parsley.cdo.common-1.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.cdo.common --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.emf.parsley.cdo.common --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.cdo.common --- [INFO] [INFO] >>> findbugs-maven-plugin:3.0.5:check (default) > :findbugs @ org.eclipse.emf.parsley.cdo.common >>> [INFO] [INFO] --- findbugs-maven-plugin:3.0.5:findbugs (findbugs) @ org.eclipse.emf.parsley.cdo.common --- [INFO] [INFO] <<< findbugs-maven-plugin:3.0.5:check (default) < :findbugs @ org.eclipse.emf.parsley.cdo.common <<< [INFO] [INFO] [INFO] --- findbugs-maven-plugin:3.0.5:check (default) @ 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.10.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.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.runtime --- [INFO] The project's OSGi version is 1.10.0.v20200415-1512 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.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-nightly/plugins/org.eclipse.emf.parsley.runtime/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.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-nightly/plugins/org.eclipse.emf.parsley.runtime/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.runtime --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.runtime --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.runtime --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/plugins/org.eclipse.emf.parsley.runtime/target/org.eclipse.emf.parsley.runtime-1.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.runtime --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.emf.parsley.runtime --- [INFO] [INFO] --- tycho-p2-plugin:1.6.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.10.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.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley --- [INFO] The project's OSGi version is 1.10.0.v20200415-1512 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.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-nightly/plugins/org.eclipse.emf.parsley/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.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-nightly/plugins/org.eclipse.emf.parsley/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/plugins/org.eclipse.emf.parsley/target/org.eclipse.emf.parsley-1.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.emf.parsley --- [INFO] [INFO] --- tycho-p2-plugin:1.6.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.10.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.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.junit4 --- [INFO] The project's OSGi version is 1.10.0.v20200415-1512 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.junit4 --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.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-nightly/plugins/org.eclipse.emf.parsley.junit4/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.emf.parsley.junit4 --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/emf-parsley-nightly/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-nightly/plugins/org.eclipse.emf.parsley.junit4/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.junit4 --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/plugins/org.eclipse.emf.parsley.junit4/target/org.eclipse.emf.parsley.junit4-1.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.junit4 --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.junit4 --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/plugins/org.eclipse.emf.parsley.junit4/target/org.eclipse.emf.parsley.junit4-1.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.junit4 --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.emf.parsley.junit4 --- [INFO] [INFO] --- tycho-p2-plugin:1.6.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.10.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.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.web.servlets --- [INFO] The project's OSGi version is 1.10.0.v20200415-1512 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.web.servlets --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.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-nightly/plugins/org.eclipse.emf.parsley.web.servlets/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.emf.parsley.web.servlets --- [INFO] Compiling 84 source files to /home/jenkins/agent/workspace/emf-parsley-nightly/plugins/org.eclipse.emf.parsley.web.servlets/target/classes [WARNING] /home/jenkins/agent/workspace/emf-parsley-nightly/plugins/org.eclipse.emf.parsley.web.servlets/src/org/eclipse/emf/parsley/web/servlets/JsonTableServlet.java:[71] viewpartClass = (IViewPart) Class.forName(partQN).newInstance(); ^^^^^^^^^^^^^ The method newInstance() from the type Class is deprecated 1 problem (1 warning) [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-nightly/plugins/org.eclipse.emf.parsley.web.servlets/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.web.servlets --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/emf-parsley-nightly/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-nightly/plugins/org.eclipse.emf.parsley.web.servlets/target/org.eclipse.emf.parsley.web.servlets-1.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.web.servlets --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.web.servlets --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/plugins/org.eclipse.emf.parsley.web.servlets/target/org.eclipse.emf.parsley.web.servlets-1.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.web.servlets --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.emf.parsley.web.servlets --- [INFO] [INFO] --- tycho-p2-plugin:1.6.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.10.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-nightly/plugins/org.eclipse.emf.parsley.generator.common/xtend-gen (includes = [], excludes = [.gitignore]) [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.generator.common --- [INFO] The project's OSGi version is 1.10.0.v20200415-1512 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.generator.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.emf.parsley.generator.common --- [INFO] [INFO] --- xtend-maven-plugin:2.21.0:compile (default) @ org.eclipse.emf.parsley.generator.common --- [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-nightly/plugins/org.eclipse.emf.parsley.generator.common/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.emf.parsley.generator.common --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/emf-parsley-nightly/plugins/org.eclipse.emf.parsley.generator.common/target/classes [INFO] [INFO] --- xtend-maven-plugin:2.21.0:xtend-install-debug-info (default) @ org.eclipse.emf.parsley.generator.common --- [WARNING] Directory /home/jenkins/agent/workspace/emf-parsley-nightly/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-nightly/plugins/org.eclipse.emf.parsley.generator.common/target/classes [INFO] [INFO] --- xtend-maven-plugin:2.21.0:testCompile (default) @ org.eclipse.emf.parsley.generator.common --- [INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/emf-parsley-nightly/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-nightly/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-nightly/plugins/org.eclipse.emf.parsley.generator.common/src/test/resources [INFO] [INFO] --- xtend-maven-plugin:2.21.0:xtend-test-install-debug-info (default) @ org.eclipse.emf.parsley.generator.common --- [WARNING] Directory /home/jenkins/agent/workspace/emf-parsley-nightly/plugins/org.eclipse.emf.parsley.generator.common/src/test/java is empty. Can't process. [WARNING] Directory /home/jenkins/agent/workspace/emf-parsley-nightly/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-nightly/plugins/org.eclipse.emf.parsley.generator.common/target/test-classes [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.generator.common --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/plugins/org.eclipse.emf.parsley.generator.common/target/org.eclipse.emf.parsley.generator.common-1.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.generator.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.generator.common --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/plugins/org.eclipse.emf.parsley.generator.common/target/org.eclipse.emf.parsley.generator.common-1.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.generator.common --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.emf.parsley.generator.common --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.generator.common --- [INFO] [INFO] >>> findbugs-maven-plugin:3.0.5:check (default) > :findbugs @ org.eclipse.emf.parsley.generator.common >>> [INFO] [INFO] --- findbugs-maven-plugin:3.0.5:findbugs (findbugs) @ org.eclipse.emf.parsley.generator.common --- [INFO] [INFO] <<< findbugs-maven-plugin:3.0.5:check (default) < :findbugs @ org.eclipse.emf.parsley.generator.common <<< [INFO] [INFO] [INFO] --- findbugs-maven-plugin:3.0.5:check (default) @ 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.10.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-nightly/dsl/org.eclipse.emf.parsley.dsl/xtend-gen (includes = [], excludes = [.gitignore]) [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.dsl --- [INFO] The project's OSGi version is 1.10.0.v20200415-1512 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.dsl --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.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 INFO XtextGenerator - Initializing Xtext generator Feb 11, 2022 8:08:28 PM org.eclipse.emf.mwe.utils.StandaloneSetup addRegisterGeneratedEPackage INFO: Adding generated EPackage 'org.eclipse.xtext.common.types.TypesPackage' Feb 11, 2022 8:08:28 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project com.google.guava at 'archive:file:/home/jenkins/.m2/repository/com/google/guava/guava/27.1-jre/guava-27.1-jre.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/com.google.guava/27.1.0.v20190517-1946/com.google.guava-27.1.0.v20190517-1946.jar!/' instead. Feb 11, 2022 8:08:28 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project com.google.inject at 'archive:file:/home/jenkins/.m2/repository/com/google/inject/guice/3.0/guice-3.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/com.google.inject/3.0.0.v201605172100/com.google.inject-3.0.0.v201605172100.jar!/' instead. Feb 11, 2022 8:08:28 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project javax.inject at 'archive:file:/home/jenkins/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/javax.inject/1.0.0.v20091030/javax.inject-1.0.0.v20091030.jar!/' instead. Feb 11, 2022 8:08:28 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project com.ibm.icu at 'archive:file:/home/jenkins/.m2/repository/com/ibm/icu/icu4j/52.1/icu4j-52.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/com.ibm.icu/64.2.0.v20190507-1337/com.ibm.icu-64.2.0.v20190507-1337.jar!/' instead. Feb 11, 2022 8:08:28 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.osgi at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.osgi/3.17.100/org.eclipse.osgi-3.17.100.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.osgi/3.15.200.v20200214-1600/org.eclipse.osgi-3.15.200.v20200214-1600.jar!/' instead. Feb 11, 2022 8:08:28 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.apache.commons.cli at 'archive:file:/home/jenkins/.m2/repository/commons-cli/commons-cli/1.2/commons-cli-1.2.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.cli/1.2.0.v201404270220/org.apache.commons.cli-1.2.0.v201404270220.jar!/' instead. Feb 11, 2022 8:08:28 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.apache.commons.logging at 'archive:file:/home/jenkins/.m2/repository/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.apache.commons.logging/1.2.0.v20180409-1502/org.apache.commons.logging-1.2.0.v20180409-1502.jar!/' instead. Feb 11, 2022 8:08:28 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.core.commands at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.commands/3.10.100/org.eclipse.core.commands-3.10.100.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.commands/3.9.700.v20191217-1850/org.eclipse.core.commands-3.9.700.v20191217-1850.jar!/' instead. Feb 11, 2022 8:08:28 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.equinox.common at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.common/3.15.100/org.eclipse.equinox.common-3.15.100.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.common/3.11.0.v20200206-0817/org.eclipse.equinox.common-3.11.0.v20200206-0817.jar!/' instead. Feb 11, 2022 8:08:28 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.core.contenttype at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.contenttype/3.8.100/org.eclipse.core.contenttype-3.8.100.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.contenttype/3.7.600.v20200124-1609/org.eclipse.core.contenttype-3.7.600.v20200124-1609.jar!/' instead. Feb 11, 2022 8:08:28 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.equinox.preferences at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.preferences/3.9.100/org.eclipse.equinox.preferences-3.9.100.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.preferences/3.7.700.v20191213-1901/org.eclipse.equinox.preferences-3.7.700.v20191213-1901.jar!/' instead. Feb 11, 2022 8:08:28 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.equinox.registry at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.registry/3.11.100/org.eclipse.equinox.registry-3.11.100.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.registry/3.8.700.v20200121-1457/org.eclipse.equinox.registry-3.8.700.v20200121-1457.jar!/' instead. Feb 11, 2022 8:08:28 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.core.expressions at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.expressions/3.8.100/org.eclipse.core.expressions-3.8.100.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.expressions/3.6.700.v20200212-1751/org.eclipse.core.expressions-3.6.700.v20200212-1751.jar!/' instead. Feb 11, 2022 8:08:28 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.core.runtime at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.runtime/3.24.0/org.eclipse.core.runtime-3.24.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.runtime/3.17.100.v20200203-0917/org.eclipse.core.runtime-3.17.100.v20200203-0917.jar!/' instead. Feb 11, 2022 8:08:28 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.core.filesystem at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.filesystem/1.9.200/org.eclipse.core.filesystem-1.9.200.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.filesystem/1.7.700.v20200110-1734/org.eclipse.core.filesystem-1.7.700.v20200110-1734.jar!/' instead. Feb 11, 2022 8:08:28 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.core.jobs at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.jobs/3.12.0/org.eclipse.core.jobs-3.12.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.jobs/3.10.700.v20200106-1020/org.eclipse.core.jobs-3.10.700.v20200106-1020.jar!/' instead. Feb 11, 2022 8:08:28 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.core.resources at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.core.resources/3.16.0/org.eclipse.core.resources-3.16.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.core.resources/3.13.700.v20200209-1624/org.eclipse.core.resources-3.13.700.v20200209-1624.jar!/' instead. Feb 11, 2022 8:08:28 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.equinox.app at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.equinox.app/1.6.100/org.eclipse.equinox.app-1.6.100.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.app/1.4.400.v20191212-0743/org.eclipse.equinox.app-1.4.400.v20191212-0743.jar!/' instead. Feb 11, 2022 8:08:28 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.core.variables at 'archive:file:/home/jenkins/.m2/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/.m2/repository/p2/osgi/bundle/org.eclipse.core.variables/3.4.800.v20200120-1101/org.eclipse.core.variables-3.4.800.v20200120-1101.jar!/' instead. Feb 11, 2022 8:08:28 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.debug.core at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.debug.core/3.18.300/org.eclipse.debug.core-3.18.300.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.debug.core/3.15.0.v20200224-0654/org.eclipse.debug.core-3.15.0.v20200224-0654.jar!/' instead. Feb 11, 2022 8:08:28 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.emf.ecore at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.ecore/2.25.0/org.eclipse.emf.ecore-2.25.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.ecore/2.21.0.v20200127-1342/org.eclipse.emf.ecore-2.21.0.v20200127-1342.jar!/' instead. Feb 11, 2022 8:08:28 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.emf.ecore.xmi at 'archive:file:/home/jenkins/.m2/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/.m2/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. Feb 11, 2022 8:08:28 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.emf.codegen at 'archive:file:/home/jenkins/.m2/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/.m2/repository/p2/osgi/bundle/org.eclipse.emf.codegen/2.19.0.v20190821-1536/org.eclipse.emf.codegen-2.19.0.v20190821-1536.jar!/' instead. Feb 11, 2022 8:08:28 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.emf.common at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.common/2.23.0/org.eclipse.emf.common-2.23.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.common/2.18.0.v20191225-1014/org.eclipse.emf.common-2.18.0.v20191225-1014.jar!/' instead. Feb 11, 2022 8:08:28 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.jdt.core at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/jdt/org.eclipse.jdt.core/3.28.0/org.eclipse.jdt.core-3.28.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.core/3.21.0.v20200304-1404/org.eclipse.jdt.core-3.21.0.v20200304-1404.jar!/' instead. Feb 11, 2022 8:08:28 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.jdt.launching at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/jdt/org.eclipse.jdt.launching/3.19.400/org.eclipse.jdt.launching-3.19.400.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.launching/3.17.0.v20200215-0651/org.eclipse.jdt.launching-3.17.0.v20200215-0651.jar!/' instead. Feb 11, 2022 8:08:28 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.text at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/platform/org.eclipse.text/3.12.0/org.eclipse.text-3.12.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.text/3.10.100.v20200217-1239/org.eclipse.text-3.10.100.v20200217-1239.jar!/' instead. Feb 11, 2022 8:08:28 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.emf.codegen.ecore at 'archive:file:/home/jenkins/.m2/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/.m2/repository/p2/osgi/bundle/org.eclipse.emf.codegen.ecore/2.21.0.v20200112-0705/org.eclipse.emf.codegen.ecore-2.21.0.v20200112-0705.jar!/' instead. Feb 11, 2022 8:08:28 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.emf.edit at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.edit/2.16.0/org.eclipse.emf.edit-2.16.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.edit/2.16.0.v20190920-0401/org.eclipse.emf.edit-2.16.0.v20190920-0401.jar!/' instead. Feb 11, 2022 8:08:28 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.emf.mwe.core at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.mwe.core/1.5.2/org.eclipse.emf.mwe.core-1.5.2.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.mwe.core/1.5.2.v20200224-0816/org.eclipse.emf.mwe.core-1.5.2.v20200224-0816.jar!/' instead. Feb 11, 2022 8:08:28 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.emf.mwe2.runtime at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.mwe2.runtime/2.11.2/org.eclipse.emf.mwe2.runtime-2.11.2.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.mwe2.runtime/2.11.2.v20200224-0816/org.eclipse.emf.mwe2.runtime-2.11.2.v20200224-0816.jar!/' instead. Feb 11, 2022 8:08:28 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.emf.mwe.utils at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.mwe.utils/1.5.2/org.eclipse.emf.mwe.utils-1.5.2.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.mwe.utils/1.5.2.v20200224-0816/org.eclipse.emf.mwe.utils-1.5.2.v20200224-0816.jar!/' instead. Feb 11, 2022 8:08:28 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.emf.mwe2.language at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.mwe2.language/2.11.2/org.eclipse.emf.mwe2.language-2.11.2.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.mwe2.language/2.11.2.v20200224-0816/org.eclipse.emf.mwe2.language-2.11.2.v20200224-0816.jar!/' instead. Feb 11, 2022 8:08:28 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.xtext at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/xtext/org.eclipse.xtext/2.21.0/org.eclipse.xtext-2.21.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext/2.21.0.v20200302-1141/org.eclipse.xtext-2.21.0.v20200302-1141.jar!/' instead. Feb 11, 2022 8:08:28 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.xtext.common.types at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/xtext/org.eclipse.xtext.common.types/2.21.0/org.eclipse.xtext.common.types-2.21.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext.common.types/2.21.0.v20200302-1201/org.eclipse.xtext.common.types-2.21.0.v20200302-1201.jar!/' instead. Feb 11, 2022 8:08:28 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.xtext.util at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/xtext/org.eclipse.xtext.util/2.21.0/org.eclipse.xtext.util-2.21.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext.util/2.21.0.v20200302-1141/org.eclipse.xtext.util-2.21.0.v20200302-1141.jar!/' instead. Feb 11, 2022 8:08:28 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.xtext.xbase.lib at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/xtext/org.eclipse.xtext.xbase.lib/2.21.0/org.eclipse.xtext.xbase.lib-2.21.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext.xbase.lib/2.21.0.v20200302-1127/org.eclipse.xtext.xbase.lib-2.21.0.v20200302-1127.jar!/' instead. Feb 11, 2022 8:08:28 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.emf.mwe2.launch at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/emf/org.eclipse.emf.mwe2.launch/2.11.2/org.eclipse.emf.mwe2.launch-2.11.2.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.emf.mwe2.launch/2.11.2.v20200224-0816/org.eclipse.emf.mwe2.launch-2.11.2.v20200224-0816.jar!/' instead. Feb 11, 2022 8:08:28 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project com.google.guava at 'archive:file:/home/jenkins/.m2/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/.m2/repository/com/google/guava/guava/31.0.1-jre/guava-31.0.1-jre.jar!/' instead. Feb 11, 2022 8:08:28 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project checker-qual at 'archive:file:/home/jenkins/.m2/repository/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.jar!/' instead. Feb 11, 2022 8:08:28 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project error_prone_annotations at 'archive:file:/home/jenkins/.m2/repository/com/google/errorprone/error_prone_annotations/2.2.0/error_prone_annotations-2.2.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/com/google/errorprone/error_prone_annotations/2.7.1/error_prone_annotations-2.7.1.jar!/' instead. Feb 11, 2022 8:08:28 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project j2objc-annotations at 'archive:file:/home/jenkins/.m2/repository/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar!/' instead. Feb 11, 2022 8:08:28 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.xtext.xbase at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/xtext/org.eclipse.xtext.xbase/2.21.0/org.eclipse.xtext.xbase-2.21.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext.xbase/2.21.0.v20200302-1201/org.eclipse.xtext.xbase-2.21.0.v20200302-1201.jar!/' instead. Feb 11, 2022 8:08:28 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.objectweb.asm at 'archive:file:/home/jenkins/.m2/repository/org/ow2/asm/asm/7.2/asm-7.2.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.objectweb.asm/7.2.0.v20191010-1910/org.objectweb.asm-7.2.0.v20191010-1910.jar!/' instead. Feb 11, 2022 8:08:28 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.xtend.lib at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/xtend/org.eclipse.xtend.lib/2.21.0/org.eclipse.xtend.lib-2.21.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtend.lib/2.21.0.v20200302-1127/org.eclipse.xtend.lib-2.21.0.v20200302-1127.jar!/' instead. Feb 11, 2022 8:08:28 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.xtend.lib.macro at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/xtend/org.eclipse.xtend.lib.macro/2.21.0/org.eclipse.xtend.lib.macro-2.21.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtend.lib.macro/2.21.0.v20200302-1127/org.eclipse.xtend.lib.macro-2.21.0.v20200302-1127.jar!/' instead. Feb 11, 2022 8:08:28 PM org.eclipse.emf.mwe.utils.StandaloneSetup registerMapping WARNING: Skipping conflicting project org.eclipse.xtext.xtext.generator at 'archive:file:/home/jenkins/.m2/repository/org/eclipse/xtext/org.eclipse.xtext.xtext.generator/2.21.0/org.eclipse.xtext.xtext.generator-2.21.0.jar!/' and using 'archive:file:/home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.xtext.xtext.generator/2.21.0.v20200302-1141/org.eclipse.xtext.xtext.generator-2.21.0.v20200302-1141.jar!/' instead. Feb 11, 2022 8:08:28 PM org.eclipse.emf.mwe.utils.StandaloneSetup addProjectMapping INFO: Registering project org.eclipse.emf.parsley.dsl at 'file:/home/jenkins/agent/workspace/emf-parsley-nightly/dsl/org.eclipse.emf.parsley.dsl/' Feb 11, 2022 8:08:28 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-nightly/dsl/org.eclipse.emf.parsley.dsl.tests/' Feb 11, 2022 8:08:28 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-nightly/dsl/org.eclipse.emf.parsley.dsl.ide/' Feb 11, 2022 8:08:28 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-nightly/dsl/org.eclipse.emf.parsley.dsl.ui/' Feb 11, 2022 8:08:28 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-nightly/dsl/org.eclipse.emf.parsley.dsl.ui.tests/' Feb 11, 2022 8:08:28 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! Feb 11, 2022 8:08:28 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' Feb 11, 2022 8:08:28 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' Feb 11, 2022 8:08:28 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' Feb 11, 2022 8:08:28 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' 1598 INFO XtextGenerator - Generating org.eclipse.emf.parsley.dsl.EmfParsleyDsl 6490 INFO EMFGeneratorFragment2 - Generating EMF model code Feb 11, 2022 8:08:34 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' 30233 INFO XtextGenerator - Generating common infrastructure 30248 INFO Workflow - Done. [INFO] [INFO] --- xtend-maven-plugin:2.21.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-nightly/dsl/org.eclipse.emf.parsley.dsl/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.emf.parsley.dsl --- [INFO] Compiling 158 source files to /home/jenkins/agent/workspace/emf-parsley-nightly/dsl/org.eclipse.emf.parsley.dsl/target/classes [INFO] [INFO] --- xtend-maven-plugin:2.21.0:xtend-install-debug-info (default) @ org.eclipse.emf.parsley.dsl --- [WARNING] Directory /home/jenkins/agent/workspace/emf-parsley-nightly/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-nightly/dsl/org.eclipse.emf.parsley.dsl/target/classes [INFO] [INFO] --- xtend-maven-plugin:2.21.0:testCompile (default) @ org.eclipse.emf.parsley.dsl --- [INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/emf-parsley-nightly/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-nightly/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-nightly/dsl/org.eclipse.emf.parsley.dsl/src/test/resources [INFO] [INFO] --- xtend-maven-plugin:2.21.0:xtend-test-install-debug-info (default) @ org.eclipse.emf.parsley.dsl --- [WARNING] Directory /home/jenkins/agent/workspace/emf-parsley-nightly/dsl/org.eclipse.emf.parsley.dsl/src/test/java is empty. Can't process. [WARNING] Directory /home/jenkins/agent/workspace/emf-parsley-nightly/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-nightly/dsl/org.eclipse.emf.parsley.dsl/target/test-classes [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.dsl --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/dsl/org.eclipse.emf.parsley.dsl/target/org.eclipse.emf.parsley.dsl-1.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.dsl --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.dsl --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/dsl/org.eclipse.emf.parsley.dsl/target/org.eclipse.emf.parsley.dsl-1.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.dsl --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.emf.parsley.dsl --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.dsl --- [INFO] [INFO] >>> findbugs-maven-plugin:3.0.5:check (default) > :findbugs @ org.eclipse.emf.parsley.dsl >>> [INFO] [INFO] --- findbugs-maven-plugin:3.0.5:findbugs (findbugs) @ org.eclipse.emf.parsley.dsl --- [INFO] [INFO] <<< findbugs-maven-plugin:3.0.5:check (default) < :findbugs @ org.eclipse.emf.parsley.dsl <<< [INFO] [INFO] [INFO] --- findbugs-maven-plugin:3.0.5:check (default) @ 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.10.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-nightly/dsl/org.eclipse.emf.parsley.dsl.additional.builder/xtend-gen (includes = [], excludes = [.gitignore]) [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.dsl.additional.builder --- [INFO] The project's OSGi version is 1.10.0.v20200415-1512 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.dsl.additional.builder --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.emf.parsley.dsl.additional.builder --- [INFO] [INFO] --- xtend-maven-plugin:2.21.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-nightly/dsl/org.eclipse.emf.parsley.dsl.additional.builder/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.emf.parsley.dsl.additional.builder --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/emf-parsley-nightly/dsl/org.eclipse.emf.parsley.dsl.additional.builder/target/classes [INFO] [INFO] --- xtend-maven-plugin:2.21.0:xtend-install-debug-info (default) @ org.eclipse.emf.parsley.dsl.additional.builder --- [WARNING] Directory /home/jenkins/agent/workspace/emf-parsley-nightly/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-nightly/dsl/org.eclipse.emf.parsley.dsl.additional.builder/target/classes [INFO] [INFO] --- xtend-maven-plugin:2.21.0:testCompile (default) @ org.eclipse.emf.parsley.dsl.additional.builder --- [INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/emf-parsley-nightly/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-nightly/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-nightly/dsl/org.eclipse.emf.parsley.dsl.additional.builder/src/test/resources [INFO] [INFO] --- xtend-maven-plugin:2.21.0:xtend-test-install-debug-info (default) @ org.eclipse.emf.parsley.dsl.additional.builder --- [WARNING] Directory /home/jenkins/agent/workspace/emf-parsley-nightly/dsl/org.eclipse.emf.parsley.dsl.additional.builder/src/test/java is empty. Can't process. [WARNING] Directory /home/jenkins/agent/workspace/emf-parsley-nightly/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-nightly/dsl/org.eclipse.emf.parsley.dsl.additional.builder/target/test-classes [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.dsl.additional.builder --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/dsl/org.eclipse.emf.parsley.dsl.additional.builder/target/org.eclipse.emf.parsley.dsl.additional.builder-1.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.dsl.additional.builder --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.dsl.additional.builder --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/dsl/org.eclipse.emf.parsley.dsl.additional.builder/target/org.eclipse.emf.parsley.dsl.additional.builder-1.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.dsl.additional.builder --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.emf.parsley.dsl.additional.builder --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.dsl.additional.builder --- [INFO] [INFO] >>> findbugs-maven-plugin:3.0.5:check (default) > :findbugs @ org.eclipse.emf.parsley.dsl.additional.builder >>> [INFO] [INFO] --- findbugs-maven-plugin:3.0.5:findbugs (findbugs) @ org.eclipse.emf.parsley.dsl.additional.builder --- [INFO] [INFO] <<< findbugs-maven-plugin:3.0.5:check (default) < :findbugs @ org.eclipse.emf.parsley.dsl.additional.builder <<< [INFO] [INFO] [INFO] --- findbugs-maven-plugin:3.0.5:check (default) @ 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.10.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.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.wizards --- [INFO] The project's OSGi version is 1.10.0.v20200415-1512 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.wizards --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.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-nightly/plugins/org.eclipse.emf.parsley.wizards/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.emf.parsley.wizards --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/emf-parsley-nightly/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-nightly/plugins/org.eclipse.emf.parsley.wizards/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.wizards --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/plugins/org.eclipse.emf.parsley.wizards/target/org.eclipse.emf.parsley.wizards-1.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.wizards --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.wizards --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/plugins/org.eclipse.emf.parsley.wizards/target/org.eclipse.emf.parsley.wizards-1.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.wizards --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.emf.parsley.wizards --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.wizards --- [INFO] [INFO] >>> findbugs-maven-plugin:3.0.5:check (default) > :findbugs @ org.eclipse.emf.parsley.wizards >>> [INFO] [INFO] --- findbugs-maven-plugin:3.0.5:findbugs (findbugs) @ org.eclipse.emf.parsley.wizards --- [INFO] [INFO] <<< findbugs-maven-plugin:3.0.5:check (default) < :findbugs @ org.eclipse.emf.parsley.wizards <<< [INFO] [INFO] [INFO] --- findbugs-maven-plugin:3.0.5:check (default) @ 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.10.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.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.web.tools --- [INFO] The project's OSGi version is 1.10.0.v20200415-1512 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.web.tools --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.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-nightly/plugins/org.eclipse.emf.parsley.web.tools/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.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-nightly/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-nightly/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-nightly/plugins/org.eclipse.emf.parsley.web.tools/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.web.tools --- [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/emf-parsley-nightly/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-nightly/plugins/org.eclipse.emf.parsley.web.tools/target/org.eclipse.emf.parsley.web.tools-1.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.web.tools --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.web.tools --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/plugins/org.eclipse.emf.parsley.web.tools/target/org.eclipse.emf.parsley.web.tools-1.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.web.tools --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.emf.parsley.web.tools --- [INFO] [INFO] --- tycho-p2-plugin:1.6.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.10.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.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.tests.models --- [INFO] The project's OSGi version is 1.10.0.v20200113-1400 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.tests.models --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.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-nightly/tests/org.eclipse.emf.parsley.tests.models/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.emf.parsley.tests.models --- [INFO] Compiling 42 source files to /home/jenkins/agent/workspace/emf-parsley-nightly/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-nightly/tests/org.eclipse.emf.parsley.tests.models/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.tests.models --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/tests/org.eclipse.emf.parsley.tests.models/target/org.eclipse.emf.parsley.tests.models-1.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.tests.models --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.tests.models --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/tests/org.eclipse.emf.parsley.tests.models/target/org.eclipse.emf.parsley.tests.models-1.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.tests.models --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.emf.parsley.tests.models --- [INFO] [INFO] --- tycho-p2-plugin:1.6.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.10.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.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.tests.libraries --- [INFO] The project's OSGi version is 1.10.0.202202112004 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.tests.libraries --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.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 --- [WARNING] The artifact xml-apis:xml-apis:jar:2.0.2 has been relocated to xml-apis:xml-apis:jar:1.0.b2 [INFO] Copying mockito-core-1.10.19.jar to /home/jenkins/agent/workspace/emf-parsley-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/tests/org.eclipse.emf.parsley.tests.libraries/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.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-nightly/tests/org.eclipse.emf.parsley.tests.libraries/src/test/resources [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.tests.libraries --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.tests.libraries --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/tests/org.eclipse.emf.parsley.tests.libraries/target/org.eclipse.emf.parsley.tests.libraries-1.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.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.10.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.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.examples.library --- [INFO] The project's OSGi version is 1.10.0.v20200113-1400 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.examples.library --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.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-nightly/examples/org.eclipse.emf.parsley.examples.library/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.emf.parsley.examples.library --- [INFO] Compiling 33 source files to /home/jenkins/agent/workspace/emf-parsley-nightly/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-nightly/examples/org.eclipse.emf.parsley.examples.library/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.examples.library --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/examples/org.eclipse.emf.parsley.examples.library/target/org.eclipse.emf.parsley.examples.library-1.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.examples.library --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.examples.library --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/examples/org.eclipse.emf.parsley.examples.library/target/org.eclipse.emf.parsley.examples.library-1.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.examples.library --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.emf.parsley.examples.library --- [INFO] [INFO] --- tycho-p2-plugin:1.6.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.10.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-nightly/tests/org.eclipse.emf.parsley.tests/xtend-gen (includes = [], excludes = [.gitignore]) [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.tests --- [INFO] The project's OSGi version is 1.10.0.v20200113-1400 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.emf.parsley.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ org.eclipse.emf.parsley.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/emf-parsley-nightly/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.21.0:compile (default) @ org.eclipse.emf.parsley.tests --- [WARNING] WARNING: EmfParsleyUtilTest.xtend - /home/jenkins/agent/workspace/emf-parsley-nightly/tests/org.eclipse.emf.parsley.tests/src/org/eclipse/emf/parsley/tests/EmfParsleyUtilTest.xtend 43: The constructor Integer(int) is deprecated [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-nightly/tests/org.eclipse.emf.parsley.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.emf.parsley.tests --- [INFO] Compiling 83 source files to /home/jenkins/agent/workspace/emf-parsley-nightly/tests/org.eclipse.emf.parsley.tests/target/classes [INFO] [INFO] --- xtend-maven-plugin:2.21.0:xtend-install-debug-info (default) @ org.eclipse.emf.parsley.tests --- [WARNING] Directory /home/jenkins/agent/workspace/emf-parsley-nightly/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-nightly/tests/org.eclipse.emf.parsley.tests/target/classes [INFO] [INFO] --- xtend-maven-plugin:2.21.0:testCompile (default) @ org.eclipse.emf.parsley.tests --- [INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/emf-parsley-nightly/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-nightly/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-nightly/tests/org.eclipse.emf.parsley.tests/src/test/resources [INFO] [INFO] --- xtend-maven-plugin:2.21.0:xtend-test-install-debug-info (default) @ org.eclipse.emf.parsley.tests --- [WARNING] Directory /home/jenkins/agent/workspace/emf-parsley-nightly/tests/org.eclipse.emf.parsley.tests/src/test/java is empty. Can't process. [WARNING] Directory /home/jenkins/agent/workspace/emf-parsley-nightly/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-nightly/tests/org.eclipse.emf.parsley.tests/target/test-classes [INFO] [INFO] --- maven-surefire-plugin:2.17:test (MavenSurefirePluginTest) @ org.eclipse.emf.parsley.tests --- [INFO] Surefire report directory: /home/jenkins/agent/workspace/emf-parsley-nightly/tests/org.eclipse.emf.parsley.tests/target/surefire-reports ------------------------------------------------------- T E S T S ------------------------------------------------------- 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.DiagnosticUtilTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.141 sec - in org.eclipse.emf.parsley.tests.DiagnosticUtilTest 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:477) 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:165) 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:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.74 sec - in org.eclipse.emf.parsley.tests.EmfValidationTargetToModelUpdateValueStrategyTest Running org.eclipse.emf.parsley.tests.ClassLoaderImageHelperTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 sec - in org.eclipse.emf.parsley.tests.ClassLoaderImageHelperTest Running org.eclipse.emf.parsley.tests.TableViewerEditingSupportTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.338 sec - in org.eclipse.emf.parsley.tests.TableViewerEditingSupportTest Running org.eclipse.emf.parsley.tests.LayoutHelperTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.443 sec - in org.eclipse.emf.parsley.tests.LayoutHelperTest Running org.eclipse.emf.parsley.tests.TableViewerCellEditorFactoryTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec - in org.eclipse.emf.parsley.tests.TableViewerCellEditorFactoryTest Running org.eclipse.emf.parsley.tests.EmfEventHelperTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 sec - in org.eclipse.emf.parsley.tests.EmfEventHelperTest Running org.eclipse.emf.parsley.tests.ShellBasedTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec - in org.eclipse.emf.parsley.tests.ShellBasedTest Running org.eclipse.emf.parsley.tests.FeaturesProviderTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.175 sec - in org.eclipse.emf.parsley.tests.FeaturesProviderTest Running org.eclipse.emf.parsley.tests.EcoreUtil2Test Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 sec - in org.eclipse.emf.parsley.tests.EcoreUtil2Test Running org.eclipse.emf.parsley.tests.ComboViewerLabelProviderTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec - in org.eclipse.emf.parsley.tests.ComboViewerLabelProviderTest Running org.eclipse.emf.parsley.tests.EmfParsleyUtilTest Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.eclipse.emf.parsley.tests.EmfParsleyUtilTest Running org.eclipse.emf.parsley.tests.ValidationRunnerTest Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 sec - in org.eclipse.emf.parsley.tests.ValidationRunnerTest Running org.eclipse.emf.parsley.tests.FeatureResolverTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.emf.parsley.tests.FeatureResolverTest Running org.eclipse.emf.parsley.tests.CachedLabelProviderTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec - in org.eclipse.emf.parsley.tests.CachedLabelProviderTest Running org.eclipse.emf.parsley.tests.EditingDomainStrategyTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.eclipse.emf.parsley.tests.EditingDomainStrategyTest Running org.eclipse.emf.parsley.tests.AsyncCommandStackListenerTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 sec - in org.eclipse.emf.parsley.tests.AsyncCommandStackListenerTest Running org.eclipse.emf.parsley.tests.EditingDomainTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 sec - in org.eclipse.emf.parsley.tests.EditingDomainTest Running org.eclipse.emf.parsley.tests.DialogDetailCompositeTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec - in org.eclipse.emf.parsley.tests.DialogDetailCompositeTest Running org.eclipse.emf.parsley.tests.TableColumnLabelProviderTest Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.327 sec - in org.eclipse.emf.parsley.tests.TableColumnLabelProviderTest Running org.eclipse.emf.parsley.tests.FeatureHelperTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 sec - in org.eclipse.emf.parsley.tests.FeatureHelperTest Running org.eclipse.emf.parsley.tests.ResourceLoaderTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 sec - in org.eclipse.emf.parsley.tests.ResourceLoaderTest Running org.eclipse.emf.parsley.tests.DialogWidgetFactoryTest Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.192 sec - in org.eclipse.emf.parsley.tests.DialogWidgetFactoryTest Running org.eclipse.emf.parsley.tests.AdapterFactoryHelperTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - in org.eclipse.emf.parsley.tests.AdapterFactoryHelperTest Running org.eclipse.emf.parsley.tests.EditingDomainFinderTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec - in org.eclipse.emf.parsley.tests.EditingDomainFinderTest Running org.eclipse.emf.parsley.tests.NotificationBufferTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.emf.parsley.tests.NotificationBufferTest Running org.eclipse.emf.parsley.tests.ResourceSaveStrategyTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec - in org.eclipse.emf.parsley.tests.ResourceSaveStrategyTest Running org.eclipse.emf.parsley.tests.DynamicEditingDomainViewerDropAdapterTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec - in org.eclipse.emf.parsley.tests.DynamicEditingDomainViewerDropAdapterTest Running org.eclipse.emf.parsley.tests.DelegatingColumnLabelProviderTest Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.171 sec - in org.eclipse.emf.parsley.tests.DelegatingColumnLabelProviderTest Running org.eclipse.emf.parsley.tests.GenericFeatureViewerComparatorTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 sec - in org.eclipse.emf.parsley.tests.GenericFeatureViewerComparatorTest Running org.eclipse.emf.parsley.tests.FormDetailCompositeTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.238 sec - in org.eclipse.emf.parsley.tests.FormDetailCompositeTest Running org.eclipse.emf.parsley.tests.DialogFeatureCaptionProviderTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec - in org.eclipse.emf.parsley.tests.DialogFeatureCaptionProviderTest Running org.eclipse.emf.parsley.tests.DatabindingSubstitutionLabelProviderTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.eclipse.emf.parsley.tests.DatabindingSubstitutionLabelProviderTest Running org.eclipse.emf.parsley.tests.FormControlFactoryWithEditingDomainTest Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.601 sec - in org.eclipse.emf.parsley.tests.FormControlFactoryWithEditingDomainTest Running org.eclipse.emf.parsley.tests.ProposalCreatorTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec - in org.eclipse.emf.parsley.tests.ProposalCreatorTest Running org.eclipse.emf.parsley.tests.ViewerLabelProviderTest Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.195 sec - in org.eclipse.emf.parsley.tests.ViewerLabelProviderTest Running org.eclipse.emf.parsley.tests.ViewerContentProviderTest Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.297 sec - in org.eclipse.emf.parsley.tests.ViewerContentProviderTest Running org.eclipse.emf.parsley.tests.ControlBasedTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - in org.eclipse.emf.parsley.tests.ControlBasedTest Running org.eclipse.emf.parsley.tests.InjectableAdapterFactoryLabelProviderTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec - in org.eclipse.emf.parsley.tests.InjectableAdapterFactoryLabelProviderTest Running org.eclipse.emf.parsley.tests.DatabindingValidationUtilTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec - in org.eclipse.emf.parsley.tests.DatabindingValidationUtilTest Running org.eclipse.emf.parsley.tests.FormWidgetFactoryTest Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.148 sec - in org.eclipse.emf.parsley.tests.FormWidgetFactoryTest Running org.eclipse.emf.parsley.tests.FeatureNamePathTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.eclipse.emf.parsley.tests.FeatureNamePathTest Running org.eclipse.emf.parsley.tests.TreeViewerColumnBuilderTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.273 sec - in org.eclipse.emf.parsley.tests.TreeViewerColumnBuilderTest Running org.eclipse.emf.parsley.tests.TableFeaturesProviderTest Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 sec - in org.eclipse.emf.parsley.tests.TableFeaturesProviderTest Running org.eclipse.emf.parsley.tests.DefaultControlFactoryTest Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.432 sec - in org.eclipse.emf.parsley.tests.DefaultControlFactoryTest Running org.eclipse.emf.parsley.tests.ConfiguratorTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec - in org.eclipse.emf.parsley.tests.ConfiguratorTest Running org.eclipse.emf.parsley.tests.EditingMenuBuilderTest Tests run: 52, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.584 sec - in org.eclipse.emf.parsley.tests.EditingMenuBuilderTest Running org.eclipse.emf.parsley.tests.ViewerFactoryTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.135 sec - in org.eclipse.emf.parsley.tests.ViewerFactoryTest Running org.eclipse.emf.parsley.tests.TreeFormFactoryTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec - in org.eclipse.emf.parsley.tests.TreeFormFactoryTest Running org.eclipse.emf.parsley.tests.PolymorphicDispatcherTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.eclipse.emf.parsley.tests.PolymorphicDispatcherTest Running org.eclipse.emf.parsley.tests.FormControlFactoryTest Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.444 sec - in org.eclipse.emf.parsley.tests.FormControlFactoryTest Running org.eclipse.emf.parsley.tests.EmfSelectionHelperTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec - in org.eclipse.emf.parsley.tests.EmfSelectionHelperTest Running org.eclipse.emf.parsley.tests.DialogControlFactoryAsWidgetFactoryTest Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.188 sec - in org.eclipse.emf.parsley.tests.DialogControlFactoryAsWidgetFactoryTest 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:477) 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:165) 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:5797) 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:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) 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:477) 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:5797) 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:264) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124) at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:200) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:153) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:103) Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.175 sec - in org.eclipse.emf.parsley.tests.CustomDialogControlFactoryTest Running org.eclipse.emf.parsley.tests.TableViewerContentProviderTest Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.182 sec - in org.eclipse.emf.parsley.tests.TableViewerContentProviderTest Running org.eclipse.emf.parsley.tests.ProtectedConstructorTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in org.eclipse.emf.parsley.tests.ProtectedConstructorTest Running org.eclipse.emf.parsley.tests.TextUndoRedoTest Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.147 sec - in org.eclipse.emf.parsley.tests.TextUndoRedoTest Running org.eclipse.emf.parsley.tests.FormFeatureCaptionProviderTest Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 sec - in org.eclipse.emf.parsley.tests.FormFeatureCaptionProviderTest Running org.eclipse.emf.parsley.tests.FeatureCaptionProviderTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.eclipse.emf.parsley.tests.FeatureCaptionProviderTest Running org.eclipse.emf.parsley.tests.DialogControlFactoryTest Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.373 sec - in org.eclipse.emf.parsley.tests.DialogControlFactoryTest Running org.eclipse.emf.parsley.tests.TableViewerColumnBuilderTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.145 sec - in org.eclipse.emf.parsley.tests.TableViewerColumnBuilderTest Running org.eclipse.emf.parsley.tests.TableViewerContentProviderFactoryTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - in org.eclipse.emf.parsley.tests.TableViewerContentProviderFactoryTest Results : Tests run: 638, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/tests/org.eclipse.emf.parsley.tests/target/org.eclipse.emf.parsley.tests-1.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/tests/org.eclipse.emf.parsley.tests/target/org.eclipse.emf.parsley.tests-1.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.tests --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.emf.parsley.tests --- [INFO] [INFO] --- tycho-p2-plugin:1.6.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.10.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.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.views --- [INFO] The project's OSGi version is 1.10.0.v20200415-1512 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.views --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.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-nightly/plugins/org.eclipse.emf.parsley.views/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.emf.parsley.views --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/emf-parsley-nightly/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-nightly/plugins/org.eclipse.emf.parsley.views/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.views --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/plugins/org.eclipse.emf.parsley.views/target/org.eclipse.emf.parsley.views-1.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.views --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.views --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/plugins/org.eclipse.emf.parsley.views/target/org.eclipse.emf.parsley.views-1.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.views --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.emf.parsley.views --- [INFO] [INFO] --- tycho-p2-plugin:1.6.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.10.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.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.tests.views --- [INFO] The project's OSGi version is 1.10.0.v20200113-1400 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.tests.views --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.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-nightly/tests/org.eclipse.emf.parsley.tests.views/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.emf.parsley.tests.views --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/emf-parsley-nightly/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-nightly/tests/org.eclipse.emf.parsley.tests.views/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.tests.views --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/tests/org.eclipse.emf.parsley.tests.views/target/org.eclipse.emf.parsley.tests.views-1.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.tests.views --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.tests.views --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/tests/org.eclipse.emf.parsley.tests.views/target/org.eclipse.emf.parsley.tests.views-1.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.tests.views --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.emf.parsley.tests.views --- [INFO] [INFO] --- tycho-p2-plugin:1.6.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.10.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.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.cdo --- [INFO] The project's OSGi version is 1.10.0.v20200415-1512 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.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-nightly/plugins/org.eclipse.emf.parsley.cdo/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.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-nightly/plugins/org.eclipse.emf.parsley.cdo/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.cdo --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.cdo --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.cdo --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/plugins/org.eclipse.emf.parsley.cdo/target/org.eclipse.emf.parsley.cdo-1.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.cdo --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.emf.parsley.cdo --- [INFO] [INFO] --- tycho-p2-plugin:1.6.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.10.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.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.editors.common --- [INFO] The project's OSGi version is 1.10.0.v20200415-1512 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.editors.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.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-nightly/plugins/org.eclipse.emf.parsley.editors.common/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.emf.parsley.editors.common --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/emf-parsley-nightly/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-nightly/plugins/org.eclipse.emf.parsley.editors.common/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.editors.common --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/plugins/org.eclipse.emf.parsley.editors.common/target/org.eclipse.emf.parsley.editors.common-1.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.editors.common --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.editors.common --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/plugins/org.eclipse.emf.parsley.editors.common/target/org.eclipse.emf.parsley.editors.common-1.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.editors.common --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.emf.parsley.editors.common --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.editors.common --- [INFO] [INFO] >>> findbugs-maven-plugin:3.0.5:check (default) > :findbugs @ org.eclipse.emf.parsley.editors.common >>> [INFO] [INFO] --- findbugs-maven-plugin:3.0.5:findbugs (findbugs) @ org.eclipse.emf.parsley.editors.common --- [INFO] [INFO] <<< findbugs-maven-plugin:3.0.5:check (default) < :findbugs @ org.eclipse.emf.parsley.editors.common <<< [INFO] [INFO] [INFO] --- findbugs-maven-plugin:3.0.5:check (default) @ 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.10.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.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.editors --- [INFO] The project's OSGi version is 1.10.0.v20200415-1512 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.editors --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.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-nightly/plugins/org.eclipse.emf.parsley.editors/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.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-nightly/plugins/org.eclipse.emf.parsley.editors/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.editors --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.editors --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.editors --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/plugins/org.eclipse.emf.parsley.editors/target/org.eclipse.emf.parsley.editors-1.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.editors --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.emf.parsley.editors --- [INFO] [INFO] --- tycho-p2-plugin:1.6.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.10.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.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.cdo.tests --- [INFO] The project's OSGi version is 1.10.0.v20200113-1400 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.cdo.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.emf.parsley.cdo.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ org.eclipse.emf.parsley.cdo.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/emf-parsley-nightly/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-nightly/tests/org.eclipse.emf.parsley.cdo.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.emf.parsley.cdo.tests --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/emf-parsley-nightly/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-nightly/tests/org.eclipse.emf.parsley.cdo.tests/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.cdo.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/tests/org.eclipse.emf.parsley.cdo.tests/target/org.eclipse.emf.parsley.cdo.tests-1.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.cdo.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.cdo.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/tests/org.eclipse.emf.parsley.cdo.tests/target/org.eclipse.emf.parsley.cdo.tests-1.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.cdo.tests --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.emf.parsley.cdo.tests --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.cdo.tests --- [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.emf.parsley.cdo.tests --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/emf-parsley-nightly/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/.m2/repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/emf-parsley-nightly/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, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.700.v20200207-2156/org.eclipse.equinox.launcher-1.5.700.v20200207-2156.jar, -data, /home/jenkins/agent/workspace/emf-parsley-nightly/tests/org.eclipse.emf.parsley.cdo.tests/target/work/data, -install, /home/jenkins/agent/workspace/emf-parsley-nightly/tests/org.eclipse.emf.parsley.cdo.tests/target/work, -configuration, /home/jenkins/agent/workspace/emf-parsley-nightly/tests/org.eclipse.emf.parsley.cdo.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/emf-parsley-nightly/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.121 s - in org.eclipse.emf.parsley.cdo.tests.CDOUriTests testCDOURIDataMissingCDOScheme(org.eclipse.emf.parsley.cdo.tests.CDOUriTests) Time elapsed: 0.078 s testUri(org.eclipse.emf.parsley.cdo.tests.CDOUriTests) Time elapsed: 0.001 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.10.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.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.ui.examples --- [INFO] The project's OSGi version is 1.10.0.v20200415-1512 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.ui.examples --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.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-nightly/plugins/org.eclipse.emf.parsley.ui.examples/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/plugins/org.eclipse.emf.parsley.ui.examples/contents/org.eclipse.emf.parsley.examples.firstexample.zip [zip] Building zip: /home/jenkins/agent/workspace/emf-parsley-nightly/plugins/org.eclipse.emf.parsley.ui.examples/contents/org.eclipse.emf.parsley.examples.eclipse4.zip [zip] Building zip: /home/jenkins/agent/workspace/emf-parsley-nightly/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-nightly/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-nightly/plugins/org.eclipse.emf.parsley.ui.examples/contents/org.eclipse.emf.examples.library.zip [zip] Building zip: /home/jenkins/agent/workspace/emf-parsley-nightly/plugins/org.eclipse.emf.parsley.ui.examples/contents/org.eclipse.emf.examples.library.edit.zip [zip] Building zip: /home/jenkins/agent/workspace/emf-parsley-nightly/plugins/org.eclipse.emf.parsley.ui.examples/contents/org.eclipse.emf.parsley.examples.views.zip [zip] Building zip: /home/jenkins/agent/workspace/emf-parsley-nightly/plugins/org.eclipse.emf.parsley.ui.examples/contents/org.eclipse.emf.parsley.examples.editors.zip [zip] Building zip: /home/jenkins/agent/workspace/emf-parsley-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/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-nightly/plugins/org.eclipse.emf.parsley.ui.examples/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.ui.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/plugins/org.eclipse.emf.parsley.ui.examples/target/org.eclipse.emf.parsley.ui.examples-1.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.ui.examples --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.ui.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/plugins/org.eclipse.emf.parsley.ui.examples/target/org.eclipse.emf.parsley.ui.examples-1.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.ui.examples --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.emf.parsley.ui.examples --- [INFO] [INFO] --- tycho-p2-plugin:1.6.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.10.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.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.doc --- [INFO] The project's OSGi version is 1.10.0.v20200415-1512 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.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-nightly/doc/org.eclipse.emf.parsley.doc/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.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-nightly/doc/org.eclipse.emf.parsley.doc/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/doc/org.eclipse.emf.parsley.doc/target/org.eclipse.emf.parsley.doc-1.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.doc --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.doc --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/doc/org.eclipse.emf.parsley.doc/target/org.eclipse.emf.parsley.doc-1.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.doc --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.emf.parsley.doc --- [INFO] [INFO] --- tycho-p2-plugin:1.6.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.10.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-nightly/features/org.eclipse.emf.parsley.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.parsley.feature --- [INFO] The project's OSGi version is 1.10.0.v20200415-1512 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.emf.parsley.feature --- [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.feature --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.emf.parsley.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/features/org.eclipse.emf.parsley.feature/target/org.eclipse.emf.parsley.feature-1.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.parsley.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.emf.parsley.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/features/org.eclipse.emf.parsley.feature/target/org.eclipse.emf.parsley.feature-1.10.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.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.10.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-nightly/features/org.eclipse.emf.parsley.cdo.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.parsley.cdo.feature --- [INFO] The project's OSGi version is 1.10.0.v20200415-1512 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.cdo.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.emf.parsley.cdo.feature --- [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.cdo.feature --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.cdo.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.emf.parsley.cdo.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/features/org.eclipse.emf.parsley.cdo.feature/target/org.eclipse.emf.parsley.cdo.feature-1.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.cdo.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.parsley.cdo.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.emf.parsley.cdo.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/features/org.eclipse.emf.parsley.cdo.feature/target/org.eclipse.emf.parsley.cdo.feature-1.10.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.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.10.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-nightly/dsl/org.eclipse.emf.parsley.dsl.ide/xtend-gen (includes = [], excludes = [.gitignore]) [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.dsl.ide --- [INFO] The project's OSGi version is 1.10.0.v20200415-1512 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.dsl.ide --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.emf.parsley.dsl.ide --- [INFO] [INFO] --- xtend-maven-plugin:2.21.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-nightly/dsl/org.eclipse.emf.parsley.dsl.ide/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.emf.parsley.dsl.ide --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/emf-parsley-nightly/dsl/org.eclipse.emf.parsley.dsl.ide/target/classes [INFO] [INFO] --- xtend-maven-plugin:2.21.0:xtend-install-debug-info (default) @ org.eclipse.emf.parsley.dsl.ide --- [WARNING] Directory /home/jenkins/agent/workspace/emf-parsley-nightly/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-nightly/dsl/org.eclipse.emf.parsley.dsl.ide/target/classes [INFO] [INFO] --- xtend-maven-plugin:2.21.0:testCompile (default) @ org.eclipse.emf.parsley.dsl.ide --- [INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/emf-parsley-nightly/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-nightly/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-nightly/dsl/org.eclipse.emf.parsley.dsl.ide/src/test/resources [INFO] [INFO] --- xtend-maven-plugin:2.21.0:xtend-test-install-debug-info (default) @ org.eclipse.emf.parsley.dsl.ide --- [WARNING] Directory /home/jenkins/agent/workspace/emf-parsley-nightly/dsl/org.eclipse.emf.parsley.dsl.ide/src/test/java is empty. Can't process. [WARNING] Directory /home/jenkins/agent/workspace/emf-parsley-nightly/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-nightly/dsl/org.eclipse.emf.parsley.dsl.ide/target/test-classes [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.dsl.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/dsl/org.eclipse.emf.parsley.dsl.ide/target/org.eclipse.emf.parsley.dsl.ide-1.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.dsl.ide --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.dsl.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/dsl/org.eclipse.emf.parsley.dsl.ide/target/org.eclipse.emf.parsley.dsl.ide-1.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.dsl.ide --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.emf.parsley.dsl.ide --- [INFO] [INFO] --- tycho-p2-plugin:1.6.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.10.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-nightly/dsl/org.eclipse.emf.parsley.dsl.ui/xtend-gen (includes = [], excludes = [.gitignore]) [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.dsl.ui --- [INFO] The project's OSGi version is 1.10.0.v20200415-1512 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.dsl.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.emf.parsley.dsl.ui --- [INFO] [INFO] --- xtend-maven-plugin:2.21.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-nightly/dsl/org.eclipse.emf.parsley.dsl.ui/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.emf.parsley.dsl.ui --- [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/emf-parsley-nightly/dsl/org.eclipse.emf.parsley.dsl.ui/target/classes [INFO] [INFO] --- xtend-maven-plugin:2.21.0:xtend-install-debug-info (default) @ org.eclipse.emf.parsley.dsl.ui --- [WARNING] Directory /home/jenkins/agent/workspace/emf-parsley-nightly/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-nightly/dsl/org.eclipse.emf.parsley.dsl.ui/target/classes [INFO] [INFO] --- xtend-maven-plugin:2.21.0:testCompile (default) @ org.eclipse.emf.parsley.dsl.ui --- [INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/emf-parsley-nightly/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-nightly/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-nightly/dsl/org.eclipse.emf.parsley.dsl.ui/src/test/resources [INFO] [INFO] --- xtend-maven-plugin:2.21.0:xtend-test-install-debug-info (default) @ org.eclipse.emf.parsley.dsl.ui --- [WARNING] Directory /home/jenkins/agent/workspace/emf-parsley-nightly/dsl/org.eclipse.emf.parsley.dsl.ui/src/test/java is empty. Can't process. [WARNING] Directory /home/jenkins/agent/workspace/emf-parsley-nightly/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-nightly/dsl/org.eclipse.emf.parsley.dsl.ui/target/test-classes [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.dsl.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/dsl/org.eclipse.emf.parsley.dsl.ui/target/org.eclipse.emf.parsley.dsl.ui-1.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.dsl.ui --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.dsl.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/dsl/org.eclipse.emf.parsley.dsl.ui/target/org.eclipse.emf.parsley.dsl.ui-1.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.dsl.ui --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.emf.parsley.dsl.ui --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.dsl.ui --- [INFO] [INFO] >>> findbugs-maven-plugin:3.0.5:check (default) > :findbugs @ org.eclipse.emf.parsley.dsl.ui >>> [INFO] [INFO] --- findbugs-maven-plugin:3.0.5:findbugs (findbugs) @ org.eclipse.emf.parsley.dsl.ui --- [INFO] [INFO] <<< findbugs-maven-plugin:3.0.5:check (default) < :findbugs @ org.eclipse.emf.parsley.dsl.ui <<< [INFO] [INFO] [INFO] --- findbugs-maven-plugin:3.0.5:check (default) @ 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.10.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-nightly/features/org.eclipse.emf.parsley.dsl.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.parsley.dsl.feature --- [INFO] The project's OSGi version is 1.10.0.v20200415-1512 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.dsl.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.emf.parsley.dsl.feature --- [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.dsl.feature --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.dsl.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.emf.parsley.dsl.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/features/org.eclipse.emf.parsley.dsl.feature/target/org.eclipse.emf.parsley.dsl.feature-1.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.dsl.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.parsley.dsl.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.emf.parsley.dsl.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/features/org.eclipse.emf.parsley.dsl.feature/target/org.eclipse.emf.parsley.dsl.feature-1.10.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.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.10.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-nightly/features/org.eclipse.emf.parsley.examples.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.parsley.examples.feature --- [INFO] The project's OSGi version is 1.10.0.v20200415-1512 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.examples.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.emf.parsley.examples.feature --- [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.examples.feature --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.examples.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.emf.parsley.examples.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/features/org.eclipse.emf.parsley.examples.feature/target/org.eclipse.emf.parsley.examples.feature-1.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.examples.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.parsley.examples.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.emf.parsley.examples.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/features/org.eclipse.emf.parsley.examples.feature/target/org.eclipse.emf.parsley.examples.feature-1.10.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.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.10.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-nightly/dsl/org.eclipse.emf.parsley.dsl.tests/xtend-gen (includes = [], excludes = [.gitignore]) [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.dsl.tests --- [INFO] The project's OSGi version is 1.10.0.v20200113-1400 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.dsl.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.emf.parsley.dsl.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ org.eclipse.emf.parsley.dsl.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/emf-parsley-nightly/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.21.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-nightly/dsl/org.eclipse.emf.parsley.dsl.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.emf.parsley.dsl.tests --- [INFO] Compiling 44 source files to /home/jenkins/agent/workspace/emf-parsley-nightly/dsl/org.eclipse.emf.parsley.dsl.tests/target/classes [INFO] [INFO] --- xtend-maven-plugin:2.21.0:xtend-install-debug-info (default) @ org.eclipse.emf.parsley.dsl.tests --- [WARNING] Directory /home/jenkins/agent/workspace/emf-parsley-nightly/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-nightly/dsl/org.eclipse.emf.parsley.dsl.tests/target/classes [INFO] [INFO] --- xtend-maven-plugin:2.21.0:testCompile (default) @ org.eclipse.emf.parsley.dsl.tests --- [INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/emf-parsley-nightly/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-nightly/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-nightly/dsl/org.eclipse.emf.parsley.dsl.tests/src/test/resources [INFO] [INFO] --- xtend-maven-plugin:2.21.0:xtend-test-install-debug-info (default) @ org.eclipse.emf.parsley.dsl.tests --- [WARNING] Directory /home/jenkins/agent/workspace/emf-parsley-nightly/dsl/org.eclipse.emf.parsley.dsl.tests/src/test/java is empty. Can't process. [WARNING] Directory /home/jenkins/agent/workspace/emf-parsley-nightly/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-nightly/dsl/org.eclipse.emf.parsley.dsl.tests/target/test-classes [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.dsl.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/dsl/org.eclipse.emf.parsley.dsl.tests/target/org.eclipse.emf.parsley.dsl.tests-1.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.dsl.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.dsl.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/dsl/org.eclipse.emf.parsley.dsl.tests/target/org.eclipse.emf.parsley.dsl.tests-1.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.dsl.tests --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.emf.parsley.dsl.tests --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.dsl.tests --- [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.emf.parsley.dsl.tests --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/emf-parsley-nightly/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/.m2/repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/emf-parsley-nightly/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, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.700.v20200207-2156/org.eclipse.equinox.launcher-1.5.700.v20200207-2156.jar, -data, /home/jenkins/agent/workspace/emf-parsley-nightly/dsl/org.eclipse.emf.parsley.dsl.tests/target/work/data, -install, /home/jenkins/agent/workspace/emf-parsley-nightly/dsl/org.eclipse.emf.parsley.dsl.tests/target/work, -configuration, /home/jenkins/agent/workspace/emf-parsley-nightly/dsl/org.eclipse.emf.parsley.dsl.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/emf-parsley-nightly/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: 5.984 s - in org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest testConfigurator(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 2.383 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.313 s testFeaturesProviderWithExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.095 s testModuleWithExtendsJavaGuiceModule(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.075 s testValueBindingWithSubtype(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.102 s testInjectorProvider(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.049 s testLabelProvider(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.276 s testFeatureCaptionProvider(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.081 s testViewerContentProvider(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.122 s testDialogFeatureCaptionProviderWithExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.071 s testViewerContentProviderWithExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.099 s testLabelProviderWithFields(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.15 s testTableLabelProviderWithExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.075 s testModuleWithExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.064 s testEmptyResourceManager(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.043 s testDialogFeatureCaptionProvider(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.101 s testFormControlFactory(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.161 s testTypeBinding(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.035 s testFeatureCaptionProviderWithExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.071 s testTableLabelProvider(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.116 s testEmptyModule(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.023 s testEmptyLabelProvider(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.061 s testModuleWithExtendsIntermediateJavaGuiceModule(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.025 s testEmptyResourceManagerMethods(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.031 s testTableFeaturesProviderWithExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.057 s testTableLabelProviderWithFields(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.084 s testLabelProviderWithExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.037 s testMenuBuilder(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.154 s testViewsSpecifications(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.056 s testFormFeatureCaptionProvider(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.091 s testDialogControlFactory(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.11 s testFormControlFactoryWithExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.071 s testResourceManager(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.087 s testProposalCreatorWithExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.028 s testFeaturesProvider(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.061 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.031 s testTableViewerContentProvider(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.09 s testProviderBinding(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.072 s testFormFeatureCaptionProviderWithExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.028 s testDialogControlFactoryWithExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.056 s testEmptyPropertyDescriptionProvider(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTest) Time elapsed: 0.024 s Running org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslScopingTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.691 s - in org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslScopingTest testFeaturesForLabelSpecifications(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslScopingTest) Time elapsed: 0.68 s testFeaturesForPropertyDescriptionSpecifications(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslScopingTest) Time elapsed: 0.01 s Running org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlGeneratorTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.198 s - in org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlGeneratorTest testEmptyContents(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlGeneratorTest) Time elapsed: 0.001 s testPluginXmlGen(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlGeneratorTest) Time elapsed: 0.051 s testNoViewSpecification(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlGeneratorTest) Time elapsed: 0.046 s testViewExtensionPoint(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlGeneratorTest) Time elapsed: 0.048 s testMultipleViewSpecification(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlGeneratorTest) Time elapsed: 0.018 s testSingleViewSpecification(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlGeneratorTest) Time elapsed: 0.019 s testGenerateExtensionPointWithPartSpecificationNotViewSpecification(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlGeneratorTest) Time elapsed: 0 s testNoViewSpecification2(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlGeneratorTest) Time elapsed: 0.014 s Running org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.246 s - in org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest testNotValidDialogFeatureCaptionProviderExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.049 s testNotValidTableViewerContentProviderExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.018 s testWrongTypeBindingUsingExpression(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.024 s testDuplicateViewParts(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.045 s testNotValidTableFeaturesProviderExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.018 s testDuplicateSpecificationsWithObservableTarget(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.035 s testDuplicateTypeBinding(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.054 s testDuplicateValueBinding(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.021 s testResouceManagerEmptySaveMethod(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.016 s testMissingInitializerForFinalField(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.022 s testWrongProviderBindingUsingClassReference(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.045 s testNotValidFeatureCaptionProviderExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.018 s testTypeMismatchInFieldInitializer(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.022 s testNotValidMenuBuilderExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.018 s testNotAnEObjectInFeatureCaptionProvider(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.053 s testModuleCycleInHierarchy(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.021 s testDuplicateValueBindingErrorPosition(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.018 s testNotAnEObjectInFeaturesProvider(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.047 s testNotValidDialogControlFactoryExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.018 s testDuplicateFields(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.03 s testDuplicateTypeBinding2(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.048 s testLabelProviderCycleInHierarchy(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.026 s testNotValidViewerContentProviderExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.017 s testNotValidFormFeatureCaptionProviderExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.018 s testNotValidTableLabelProviderExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.045 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.016 s testDuplicateProviderBindingErrorPosition(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.019 s testNotValidResourceManagerExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.043 s testMissingInitializerForFieldWithoutDeclaredType(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.018 s testNotValidLabelProviderExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.019 s testNotValidConfiguratorExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.018 s testDuplicateViewPartsInDifferentFiles(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.047 s testDuplicateProviderBinding(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.034 s testModuleExtendsItself(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.015 s testDuplicateTypeBindingErrorPosition(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.05 s testWrongTypeBindingUsingClassReference(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.044 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.039 s testNotValidFormControlFactoryExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.016 s testDuplicateSpecifications(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.04 s testViewSpecificationIsNotIViewPart(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslValidatorTest) Time elapsed: 0.048 s Running org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslOrganizeImportsTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s - in org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslOrganizeImportsTest testWithWildCard(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslOrganizeImportsTest) Time elapsed: 0.032 s testTypeInLabelProvider(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslOrganizeImportsTest) Time elapsed: 0.048 s testForManyTypes(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslOrganizeImportsTest) Time elapsed: 0.02 s testForViewSpecification(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslOrganizeImportsTest) Time elapsed: 0.014 s Running org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorUtilsTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 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.EmfParsleyDslPluginXmlLoaderTest Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.161 s - in org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlLoaderTest testInsertExtensionElement(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlLoaderTest) Time elapsed: 0.072 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.01 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.003 s testLoad(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlLoaderTest) Time elapsed: 0.012 s testCopySourceIntoTarget(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlLoaderTest) Time elapsed: 0.002 s testElementByTagAndId(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlLoaderTest) Time elapsed: 0.002 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.003 s testCopySourceIntoEmptyView(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlLoaderTest) Time elapsed: 0.002 s testCopyIntoEmptyPlugin(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlLoaderTest) Time elapsed: 0.003 s testModification(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlLoaderTest) Time elapsed: 0.002 s testCopyFromPluginFileIntoExtensionWithExistingChild(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlLoaderTest) Time elapsed: 0.002 s testElementByTagAndIdNotFound(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlLoaderTest) Time elapsed: 0.024 s testCopyFromPluginFileIntoEmptyPlugin(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlLoaderTest) Time elapsed: 0.004 s testInsertExtensionInEmptyPluginFile(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlLoaderTest) Time elapsed: 0.001 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.002 s testCopyIntoEmptyPluginFile(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslPluginXmlLoaderTest) Time elapsed: 0.002 s Running org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslNewProjectFilesTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 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.001 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.EmfParsleyDslFormatterTest Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.033 s - in org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslFormatterTest testConfigurator(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslFormatterTest) Time elapsed: 0.83 s testExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslFormatterTest) Time elapsed: 0.042 s testFormatPartSpecification(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslFormatterTest) Time elapsed: 0.024 s testLabelProvider(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslFormatterTest) Time elapsed: 0.177 s testFeatureCaptionProvider(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslFormatterTest) Time elapsed: 0.039 s testViewerContentProvider(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslFormatterTest) Time elapsed: 0.069 s testResourceManagerWithoutSaveResource(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslFormatterTest) Time elapsed: 0.041 s testTableViewerContentProviderWithoutElements(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslFormatterTest) Time elapsed: 0.048 s testProposals(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslFormatterTest) Time elapsed: 0.101 s testTableLabelProvider(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslFormatterTest) Time elapsed: 0.107 s testMenuBuilder(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslFormatterTest) Time elapsed: 0.116 s testControlFactory(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslFormatterTest) Time elapsed: 0.127 s testResourceManager(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslFormatterTest) Time elapsed: 0.067 s testFeaturesProvider(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslFormatterTest) Time elapsed: 0.018 s testBindings(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslFormatterTest) Time elapsed: 0.034 s testTableViewerContentProvider(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslFormatterTest) Time elapsed: 0.05 s testFieldSpecifications(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslFormatterTest) Time elapsed: 0.019 s testCaptionProviderWithLabel(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslFormatterTest) Time elapsed: 0.122 s Running org.eclipse.emf.parsley.dsl.tests.EmfParsleyTemplateWizardConfigurationTest Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.emf.parsley.dsl.tests.EmfParsleyTemplateWizardConfigurationTest testConfiguratorIsNotGeneratedWhenElementsAreEmpty(org.eclipse.emf.parsley.dsl.tests.EmfParsleyTemplateWizardConfigurationTest) Time elapsed: 0.001 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.001 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.EmfParsleyDslModelUtilTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 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.EmfParsleyDslExecutionTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.49 s - in org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslExecutionTest testGeneratedContentProvider(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslExecutionTest) Time elapsed: 0.359 s testGeneratedLabelProvider(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslExecutionTest) Time elapsed: 0.125 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.EmfParsleyDslGuiceModuleHelperTest Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 s - in org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGuiceModuleHelperTest testGetGetJavaMethodResolvedErasedSignature(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGuiceModuleHelperTest) Time elapsed: 0.014 s testDoesNotContainConstructorAcceptingSinglePluginParameter(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGuiceModuleHelperTest) Time elapsed: 0.004 s testModuleGuiceProviderBindingsMethodsInSuperclass(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGuiceModuleHelperTest) Time elapsed: 0.006 s testModuleGuiceTypeBindingsMethodsInSuperclass(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGuiceModuleHelperTest) Time elapsed: 0.006 s testGetAllWithExtendsClause(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGuiceModuleHelperTest) Time elapsed: 0.021 s testModuleWithNoNameInferredType(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGuiceModuleHelperTest) Time elapsed: 0.001 s testGetAllWithExtendsClauseInferredJavaTypes(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGuiceModuleHelperTest) Time elapsed: 0.043 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.004 s testDoesNotContainConstructorAcceptingSinglePluginParameter2(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGuiceModuleHelperTest) Time elapsed: 0.004 s testDoesNotContainConstructorAcceptingSinglePluginParameter3(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGuiceModuleHelperTest) Time elapsed: 0.004 s testGetJavaResolvedFeatures(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGuiceModuleHelperTest) Time elapsed: 0.02 s testModuleGuiceValueBindingsMethodsInSuperclass(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGuiceModuleHelperTest) Time elapsed: 0.004 s Running org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslParsingTest Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.798 s - in org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslParsingTest testConfigurator(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslParsingTest) Time elapsed: 0.059 s testEmptyLabelSpecifications(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslParsingTest) Time elapsed: 0.031 s testWrongFeatureLabelSpecifications(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslParsingTest) Time elapsed: 0.026 s testPropertyDescriptionSpecifications(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslParsingTest) Time elapsed: 0.048 s testLabelSpecificationsForColumns(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslParsingTest) Time elapsed: 0.043 s testLabelSpecifications(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslParsingTest) Time elapsed: 0.085 s testFeaturesSpecifications(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslParsingTest) Time elapsed: 0.051 s testModuleWithExtends(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslParsingTest) Time elapsed: 0.023 s testProposalsSpecifications(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslParsingTest) Time elapsed: 0.05 s testFormControlFactory(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslParsingTest) Time elapsed: 0.074 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.044 s testFormPropertyDescriptionSpecifications(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslParsingTest) Time elapsed: 0.032 s testEmptyModule(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslParsingTest) Time elapsed: 0.011 s testViewerContentProviderSpecifications(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslParsingTest) Time elapsed: 0.054 s testEmptyLabelProvider(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslParsingTest) Time elapsed: 0.014 s testDialogControlFactory(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslParsingTest) Time elapsed: 0.038 s testEmptyLabelSpecificationsForColumns(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslParsingTest) Time elapsed: 0.014 s testDuplicateLabelSpecifications(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslParsingTest) Time elapsed: 0.043 s testDialogPropertyDescriptionSpecifications(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslParsingTest) Time elapsed: 0.03 s testMultipleViewsSpecifications(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslParsingTest) Time elapsed: 0.015 s Running org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslSmokeTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.151 s - in org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslSmokeTest testResourceManagerInitializeWithNoBody(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslSmokeTest) Time elapsed: 0.035 s testTypeBindingWithNoType(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslSmokeTest) Time elapsed: 0.012 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.011 s testResourceManagerSaveWithNoBody(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslSmokeTest) Time elapsed: 0.013 s testProviderBindingWithNoType(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslSmokeTest) Time elapsed: 0.012 s testValueBindingWithUnknownType(org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslSmokeTest) Time elapsed: 0.05 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.026 s testNumberOfConfigurations(org.eclipse.emf.parsley.dsl.tests.EmfParsleyTemplateWizardConfigurationFactoryTest) Time elapsed: 0 s testSaveableTableFormView(org.eclipse.emf.parsley.dsl.tests.EmfParsleyTemplateWizardConfigurationFactoryTest) Time elapsed: 0.001 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.001 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 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.10.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-nightly/dsl/org.eclipse.emf.parsley.dsl.ui.tests/xtend-gen (includes = [], excludes = [.gitignore]) [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.dsl.ui.tests --- [INFO] The project's OSGi version is 1.10.0.v20200113-1440 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.dsl.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.emf.parsley.dsl.ui.tests --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ org.eclipse.emf.parsley.dsl.ui.tests --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/emf-parsley-nightly/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.21.0:compile (default) @ org.eclipse.emf.parsley.dsl.ui.tests --- [WARNING] WARNING: PluginProjectHelper.xtend - /home/jenkins/agent/workspace/emf-parsley-nightly/dsl/org.eclipse.emf.parsley.dsl.ui.tests/src/org/eclipse/emf/parsley/dsl/tests/util/ui/PluginProjectHelper.xtend 59: The method makeJava5Compliant(IJavaProject) from the type JavaProjectSetupUtil is deprecated [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-nightly/dsl/org.eclipse.emf.parsley.dsl.ui.tests/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.emf.parsley.dsl.ui.tests --- [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/emf-parsley-nightly/dsl/org.eclipse.emf.parsley.dsl.ui.tests/target/classes [INFO] [INFO] --- xtend-maven-plugin:2.21.0:xtend-install-debug-info (default) @ org.eclipse.emf.parsley.dsl.ui.tests --- [WARNING] Directory /home/jenkins/agent/workspace/emf-parsley-nightly/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-nightly/dsl/org.eclipse.emf.parsley.dsl.ui.tests/target/classes [INFO] [INFO] --- xtend-maven-plugin:2.21.0:testCompile (default) @ org.eclipse.emf.parsley.dsl.ui.tests --- [INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/emf-parsley-nightly/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-nightly/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-nightly/dsl/org.eclipse.emf.parsley.dsl.ui.tests/src/test/resources [INFO] [INFO] --- xtend-maven-plugin:2.21.0:xtend-test-install-debug-info (default) @ org.eclipse.emf.parsley.dsl.ui.tests --- [WARNING] Directory /home/jenkins/agent/workspace/emf-parsley-nightly/dsl/org.eclipse.emf.parsley.dsl.ui.tests/src/test/java is empty. Can't process. [WARNING] Directory /home/jenkins/agent/workspace/emf-parsley-nightly/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-nightly/dsl/org.eclipse.emf.parsley.dsl.ui.tests/target/test-classes [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.dsl.ui.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/dsl/org.eclipse.emf.parsley.dsl.ui.tests/target/org.eclipse.emf.parsley.dsl.ui.tests-1.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.dsl.ui.tests --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.dsl.ui.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/dsl/org.eclipse.emf.parsley.dsl.ui.tests/target/org.eclipse.emf.parsley.dsl.ui.tests-1.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.dsl.ui.tests --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.emf.parsley.dsl.ui.tests --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.dsl.ui.tests --- [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.emf.parsley.dsl.ui.tests --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/emf-parsley-nightly/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/.m2/repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/emf-parsley-nightly/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, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.700.v20200207-2156/org.eclipse.equinox.launcher-1.5.700.v20200207-2156.jar, -data, /home/jenkins/agent/workspace/emf-parsley-nightly/dsl/org.eclipse.emf.parsley.dsl.ui.tests/target/work/data, -install, /home/jenkins/agent/workspace/emf-parsley-nightly/dsl/org.eclipse.emf.parsley.dsl.ui.tests/target/work, -configuration, /home/jenkins/agent/workspace/emf-parsley-nightly/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-nightly/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.EmfParsleyDslOutlineTest Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.206 s - in org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslOutlineTest testOutlineOfParsleyDslFile(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslOutlineTest) Time elapsed: 5.161 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-nightly/dsl/org.eclipse.emf.parsley.dsl.ui.tests/target/work/configuration/org.eclipse.osgi/162/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.572 s - in org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslPluginXmlBuilderTest testUpdateExistingPluginXml(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslPluginXmlBuilderTest) Time elapsed: 0.184 s testCopyGeneratedPluginXmlWhenNoPluginXmlExists(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslPluginXmlBuilderTest) Time elapsed: 0.059 s testExceptionWhenReading(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslPluginXmlBuilderTest) Time elapsed: 0.169 s testFullBuild(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslPluginXmlBuilderTest) Time elapsed: 0.039 s testIncrementalBuild(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslPluginXmlBuilderTest) Time elapsed: 0.04 s testRemoveGeneratedFileDoesNotModifyPluginXml(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslPluginXmlBuilderTest) Time elapsed: 0.077 s Running org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslWorkbenchTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.19 s - in org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslWorkbenchTest testPluginXmlGeneration(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslWorkbenchTest) Time elapsed: 8.161 s testEmfParsleyDslNewProjectWizard(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslWorkbenchTest) Time elapsed: 4.028 s Running org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslContentAssistTest Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.22 s - in org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslContentAssistTest testEmfFeatureForFeatureProvider(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslContentAssistTest) Time elapsed: 0.622 s testProposalForFeatureSpecification(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslContentAssistTest) Time elapsed: 8.007 s testEmfFeatureForPropertyDescriptionProvider(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslContentAssistTest) Time elapsed: 0.076 s testApplyProposalForValueBindingAlsoInsertsImport(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslContentAssistTest) Time elapsed: 0.184 s testProposalForValueBindingType(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslContentAssistTest) Time elapsed: 0.194 s testImportCompletion_1(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslContentAssistTest) Time elapsed: 0.043 s testProposalForTypeInViewSpecification(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslContentAssistTest) Time elapsed: 0.217 s testProposalForProviderBinding(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslContentAssistTest) Time elapsed: 0.194 s testProposalForTypeBinding(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslContentAssistTest) Time elapsed: 0.216 s testEmfFeatureForFormControlFactory(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslContentAssistTest) Time elapsed: 0.054 s testImportCompletion(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslContentAssistTest) Time elapsed: 0.047 s testProposalForXFeatureCall_Feature(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslContentAssistTest) Time elapsed: 0.574 s testTypeCompletionInsertsImport(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslContentAssistTest) Time elapsed: 0.101 s testProposalsForModuleExtends(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslContentAssistTest) Time elapsed: 0.184 s testEmfFeatureForProposalSpecification(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslContentAssistTest) Time elapsed: 0.034 s testProposalForFeatureAssociatedExpression(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslContentAssistTest) Time elapsed: 1.073 s testProposalForControlFactoryFeatureSpecification(org.eclipse.emf.parsley.dsl.ui.tests.EmfParsleyDslContentAssistTest) Time elapsed: 1.008 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.10.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-nightly/features/org.eclipse.emf.parsley.junit4.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.parsley.junit4.feature --- [INFO] The project's OSGi version is 1.10.0.v20200415-1512 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.junit4.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.emf.parsley.junit4.feature --- [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.junit4.feature --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.junit4.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.emf.parsley.junit4.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/features/org.eclipse.emf.parsley.junit4.feature/target/org.eclipse.emf.parsley.junit4.feature-1.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.junit4.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.parsley.junit4.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.emf.parsley.junit4.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/features/org.eclipse.emf.parsley.junit4.feature/target/org.eclipse.emf.parsley.junit4.feature-1.10.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.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.10.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-nightly/features/org.eclipse.emf.parsley.sdk/target [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.parsley.sdk --- [INFO] The project's OSGi version is 1.10.0.v20200415-1512 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.emf.parsley.sdk --- [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.sdk --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.sdk --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.emf.parsley.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/features/org.eclipse.emf.parsley.sdk/target/org.eclipse.emf.parsley.sdk-1.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.sdk --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.parsley.sdk --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.emf.parsley.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/features/org.eclipse.emf.parsley.sdk/target/org.eclipse.emf.parsley.sdk-1.10.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.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.10.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-nightly/features/org.eclipse.emf.parsley.web.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.parsley.web.feature --- [INFO] The project's OSGi version is 1.10.0.v20200415-1512 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.web.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.emf.parsley.web.feature --- [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.web.feature --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.web.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.emf.parsley.web.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/features/org.eclipse.emf.parsley.web.feature/target/org.eclipse.emf.parsley.web.feature-1.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.web.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.parsley.web.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.emf.parsley.web.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/features/org.eclipse.emf.parsley.web.feature/target/org.eclipse.emf.parsley.web.feature-1.10.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.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.10.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.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.examples.library.edit --- [INFO] The project's OSGi version is 1.10.0.v20200113-1400 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.examples.library.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.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-nightly/examples/org.eclipse.emf.parsley.examples.library.edit/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.emf.parsley.examples.library.edit --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/emf-parsley-nightly/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-nightly/examples/org.eclipse.emf.parsley.examples.library.edit/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.examples.library.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/examples/org.eclipse.emf.parsley.examples.library.edit/target/org.eclipse.emf.parsley.examples.library.edit-1.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.examples.library.edit --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.examples.library.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/examples/org.eclipse.emf.parsley.examples.library.edit/target/org.eclipse.emf.parsley.examples.library.edit-1.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.examples.library.edit --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.emf.parsley.examples.library.edit --- [INFO] [INFO] --- tycho-p2-plugin:1.6.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.10.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.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.examples.library.editor --- [INFO] The project's OSGi version is 1.10.0.v20200113-1400 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.examples.library.editor --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.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-nightly/examples/org.eclipse.emf.parsley.examples.library.editor/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.emf.parsley.examples.library.editor --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/emf-parsley-nightly/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-nightly/examples/org.eclipse.emf.parsley.examples.library.editor/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.examples.library.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/examples/org.eclipse.emf.parsley.examples.library.editor/target/org.eclipse.emf.parsley.examples.library.editor-1.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.examples.library.editor --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.examples.library.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/examples/org.eclipse.emf.parsley.examples.library.editor/target/org.eclipse.emf.parsley.examples.library.editor-1.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.examples.library.editor --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.emf.parsley.examples.library.editor --- [INFO] [INFO] --- tycho-p2-plugin:1.6.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.10.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.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.examples.views --- [INFO] The project's OSGi version is 1.10.0.v20200113-1400 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.examples.views --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.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-nightly/examples/org.eclipse.emf.parsley.examples.views/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.emf.parsley.examples.views --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/emf-parsley-nightly/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-nightly/examples/org.eclipse.emf.parsley.examples.views/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.examples.views --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/examples/org.eclipse.emf.parsley.examples.views/target/org.eclipse.emf.parsley.examples.views-1.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.examples.views --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.examples.views --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/examples/org.eclipse.emf.parsley.examples.views/target/org.eclipse.emf.parsley.examples.views-1.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.examples.views --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.emf.parsley.examples.views --- [INFO] [INFO] --- tycho-p2-plugin:1.6.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.10.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.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.examples.editors --- [INFO] The project's OSGi version is 1.10.0.v20200113-1400 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.examples.editors --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.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-nightly/examples/org.eclipse.emf.parsley.examples.editors/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.emf.parsley.examples.editors --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/emf-parsley-nightly/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-nightly/examples/org.eclipse.emf.parsley.examples.editors/src/test/resources [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.examples.editors --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/examples/org.eclipse.emf.parsley.examples.editors/target/org.eclipse.emf.parsley.examples.editors-1.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.examples.editors --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.examples.editors --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/examples/org.eclipse.emf.parsley.examples.editors/target/org.eclipse.emf.parsley.examples.editors-1.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.examples.editors --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.emf.parsley.examples.editors --- [INFO] [INFO] --- tycho-p2-plugin:1.6.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.10.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-nightly/tests/org.eclipse.emf.parsley.tests.swtbot.feature/target [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.parsley.tests.swtbot.feature --- [INFO] The project's OSGi version is 1.10.0.v20200415-1512 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.tests.swtbot.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.emf.parsley.tests.swtbot.feature --- [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.tests.swtbot.feature --- [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.tests.swtbot.feature --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-feature (default-package-feature) @ org.eclipse.emf.parsley.tests.swtbot.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/tests/org.eclipse.emf.parsley.tests.swtbot.feature/target/org.eclipse.emf.parsley.tests.swtbot.feature-1.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.tests.swtbot.feature --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.parsley.tests.swtbot.feature --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.emf.parsley.tests.swtbot.feature --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/tests/org.eclipse.emf.parsley.tests.swtbot.feature/target/org.eclipse.emf.parsley.tests.swtbot.feature-1.10.0-SNAPSHOT-sources-feature.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.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.10.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-nightly/tests/org.eclipse.emf.parsley.tests.swtbot/xtend-gen (includes = [], excludes = [.gitignore]) [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.parsley.tests.swtbot --- [INFO] The project's OSGi version is 1.10.0.v20200113-1440 [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-id (default-validate-id) @ org.eclipse.emf.parsley.tests.swtbot --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:validate-version (default-validate-version) @ org.eclipse.emf.parsley.tests.swtbot --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default) @ org.eclipse.emf.parsley.tests.swtbot --- [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/emf-parsley-nightly/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.21.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-nightly/tests/org.eclipse.emf.parsley.tests.swtbot/src/main/resources [INFO] [INFO] --- tycho-compiler-plugin:1.6.0:compile (default-compile) @ org.eclipse.emf.parsley.tests.swtbot --- [INFO] Compiling 70 source files to /home/jenkins/agent/workspace/emf-parsley-nightly/tests/org.eclipse.emf.parsley.tests.swtbot/target/classes [INFO] [INFO] --- xtend-maven-plugin:2.21.0:xtend-install-debug-info (default) @ org.eclipse.emf.parsley.tests.swtbot --- [WARNING] Directory /home/jenkins/agent/workspace/emf-parsley-nightly/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-nightly/tests/org.eclipse.emf.parsley.tests.swtbot/target/classes [INFO] [INFO] --- xtend-maven-plugin:2.21.0:testCompile (default) @ org.eclipse.emf.parsley.tests.swtbot --- [INFO] Can't find Xtend properties under /home/jenkins/agent/workspace/emf-parsley-nightly/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-nightly/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-nightly/tests/org.eclipse.emf.parsley.tests.swtbot/src/test/resources [INFO] [INFO] --- xtend-maven-plugin:2.21.0:xtend-test-install-debug-info (default) @ org.eclipse.emf.parsley.tests.swtbot --- [WARNING] Directory /home/jenkins/agent/workspace/emf-parsley-nightly/tests/org.eclipse.emf.parsley.tests.swtbot/src/test/java is empty. Can't process. [WARNING] Directory /home/jenkins/agent/workspace/emf-parsley-nightly/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-nightly/tests/org.eclipse.emf.parsley.tests.swtbot/target/test-classes [INFO] [INFO] --- tycho-source-plugin:1.6.0:plugin-source (plugin-source) @ org.eclipse.emf.parsley.tests.swtbot --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/tests/org.eclipse.emf.parsley.tests.swtbot/target/org.eclipse.emf.parsley.tests.swtbot-1.10.0-SNAPSHOT-sources.jar [INFO] [INFO] --- target-platform-configuration:1.6.0:target-platform (default-target-platform) @ org.eclipse.emf.parsley.tests.swtbot --- [INFO] [INFO] --- tycho-packaging-plugin:1.6.0:package-plugin (default-package-plugin) @ org.eclipse.emf.parsley.tests.swtbot --- [INFO] Building jar: /home/jenkins/agent/workspace/emf-parsley-nightly/tests/org.eclipse.emf.parsley.tests.swtbot/target/org.eclipse.emf.parsley.tests.swtbot-1.10.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.parsley.tests.swtbot --- [INFO] [INFO] --- tycho-source-feature-plugin:1.6.0:source-feature (source-feature) @ org.eclipse.emf.parsley.tests.swtbot --- [INFO] [INFO] --- tycho-p2-plugin:1.6.0:p2-metadata (attach-p2-metadata) @ org.eclipse.emf.parsley.tests.swtbot --- [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (default-test) @ org.eclipse.emf.parsley.tests.swtbot --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/emf-parsley-nightly/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/.m2/repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/emf-parsley-nightly/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=true, -Dorg.eclipse.swtbot.search.timeout=20000, -Dorg.eclipse.swt.internal.gtk.cairoGraphics=false, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.700.v20200207-2156/org.eclipse.equinox.launcher-1.5.700.v20200207-2156.jar, -data, /home/jenkins/agent/workspace/emf-parsley-nightly/tests/org.eclipse.emf.parsley.tests.swtbot/target/work/data, -install, /home/jenkins/agent/workspace/emf-parsley-nightly/tests/org.eclipse.emf.parsley.tests.swtbot/target/work, -configuration, /home/jenkins/agent/workspace/emf-parsley-nightly/tests/org.eclipse.emf.parsley.tests.swtbot/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/emf-parsley-nightly/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.EmfParsleyDialogTests Checking that tree item General has children... Found 1 items. OK! 1 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 13 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 14 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 14 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 15 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 38 [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') 45 [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') 47 [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') 48 [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') 49 [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') 3541 [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! 3579 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 3604 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 3605 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 3606 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 3607 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 3639 [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') 4607 [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: 7.246 s - in org.eclipse.emf.parsley.tests.swtbot.EmfParsleyDialogTests checkDialogDatabinding(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyDialogTests) Time elapsed: 3.707 s checkOpenDialogOnTreeElements(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyDialogTests) Time elapsed: 1.974 s Running org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditingStrategyTests 6052 [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! 6103 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 6104 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 6105 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 6105 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 6106 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 6968 [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. 7545 [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! 7580 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 7582 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 7582 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 7583 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 7583 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 7621 [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') 8655 [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. 8767 [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: 4.028 s - in org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditingStrategyTests checkDialogCancel(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditingStrategyTests) Time elapsed: 1.511 s checkDialogEditAndUndoAndRedo(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditingStrategyTests) Time elapsed: 1.997 s Running org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests 10067 [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! 10111 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 10112 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 10113 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 10114 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 10114 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 10123 [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') Checking that tree item EMF Parsley has children... Found 29 items. OK! 11637 [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! 11671 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 11673 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 11673 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 11674 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 11674 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 12329 [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! 13615 [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! 13644 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 13645 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 13646 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 13647 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 13647 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 13663 [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') 14292 [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! 14907 [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! 14937 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 14939 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 14940 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 14940 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 14940 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 14948 [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') 15588 [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! 16884 [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! 16912 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 16914 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 16914 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 16915 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 16916 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 16939 [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') 17563 [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! 18955 [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! 18989 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 18998 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 18999 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 18999 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 19000 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 19017 [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') 19638 [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! 20932 [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! 20960 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 20962 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 20962 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 20963 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 20963 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 20982 [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') 21611 [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! 22214 [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! 22242 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 22244 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 22245 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 22245 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 22246 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 22254 [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') 22877 [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! 24156 [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! 24191 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 24192 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 24193 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 24193 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 24198 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 24216 [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') 24825 [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! 25370 [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! 25399 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 25401 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 25401 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 25402 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 25402 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 25412 [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') 26024 [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! 26566 [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! 26594 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 26595 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 26596 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 26596 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 26597 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 26605 [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') 27219 [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! 28571 [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! 28611 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 28612 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 28613 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 28613 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 28614 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 28626 [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') 29237 [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! 29814 [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! 29842 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 29844 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 29844 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 29845 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 29846 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 29864 [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') 30487 [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! 31028 [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! 31057 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 31059 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 31059 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 31060 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 31060 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 31071 [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') 31703 [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! 33052 [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! 33079 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 33081 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 33081 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 33081 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 33082 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 33100 [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') 33706 [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! 34251 [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! 34289 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 34291 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 34292 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 34292 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 34293 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 34315 [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') 34931 [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! 36270 [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! 36298 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 36299 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 36300 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 36300 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 36301 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 36309 [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') 36922 [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! 37451 [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! 37480 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 37481 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 37482 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 37482 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 37483 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 37494 [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') 38111 [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! 38632 [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! 38664 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 38665 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 38666 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 38667 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 38667 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 39304 [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! 40607 [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! 40634 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 40636 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 40637 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 40637 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 40638 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 40645 [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') 41258 [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! 41786 [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! 41815 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 41816 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 41817 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 41817 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 41818 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 41827 [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') 42434 [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! 43743 [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! 43772 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 43773 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 43774 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 43774 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 43774 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 43783 [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') 44396 [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! 44918 [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! 44946 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 44948 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 44949 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 44949 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 44950 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 44958 [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') 45568 [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! 46092 [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! 46121 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 46122 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 46123 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 46124 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 46124 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 46143 [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') 46750 [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! 47260 [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! 47289 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 47291 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 47291 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 47292 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 47292 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 47311 [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') 47934 [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: 38.842 s - in org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests testBooleanPrimitiveDataTypeCell(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests) Time elapsed: 1.587 s testFloatObjectCell(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests) Time elapsed: 1.979 s testDateCell(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests) Time elapsed: 1.278 s testSingleReferenceCell(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests) Time elapsed: 1.993 s testFloatCell(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests) Time elapsed: 2.065 s testBigIntegerCell(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests) Time elapsed: 1.981 s testShortCell(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests) Time elapsed: 1.262 s testEnumCell(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests) Time elapsed: 1.957 s testByteCell(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests) Time elapsed: 1.213 s testIntObjectCell(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests) Time elapsed: 1.2 s testStringCellWithoutModification(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests) Time elapsed: 2.005 s testByteObjectCell(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests) Time elapsed: 1.244 s testStringWithDefaultCell(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests) Time elapsed: 1.214 s testStringDatatypeCell(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests) Time elapsed: 2.026 s testDoubleCell(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests) Time elapsed: 1.192 s testDateCellWithWrongDate(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests) Time elapsed: 2.029 s testDoubleObjectCell(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests) Time elapsed: 1.177 s testShortObjectCell(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests) Time elapsed: 1.183 s testBooleanObjectCell(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests) Time elapsed: 1.97 s testBigDecimalCell(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests) Time elapsed: 1.181 s testMultiReferenceCell(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests) Time elapsed: 1.956 s testIntCell(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests) Time elapsed: 1.167 s testBooleanDataTypeCell(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests) Time elapsed: 1.185 s testBooleanCell(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests) Time elapsed: 1.166 s testStringCell(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditableTableTests) Time elapsed: 1.203 s Running org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditorTests 48847 [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! 48875 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 48877 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 48878 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 48878 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 48879 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 50480 [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! 50509 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 50511 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 50511 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 50512 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 50512 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 50528 [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') 51496 [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! 51523 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 51524 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 51525 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 51526 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 51526 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 51533 [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') 52537 [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! 52564 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 52565 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 52566 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 52566 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 52567 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 52578 [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') 54515 [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! 54542 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 54544 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 54545 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 54545 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 54546 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 54556 [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') 56607 [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! 56644 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 56645 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 56646 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 56646 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 56647 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 56658 [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') 57454 [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. 58634 [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! 58661 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 58662 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 58663 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 58663 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 58664 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 58673 [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') 59728 [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! 59755 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 59757 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 59757 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 59758 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 59758 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 59780 [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') 62546 [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! 62580 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 62582 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 62582 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 62584 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 62584 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 62594 [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') 63311 [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. 63311 [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. 63595 [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! 63624 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 63626 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 63626 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 63627 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 63627 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 63643 [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') 64637 [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! 64665 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 64666 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 64666 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 64667 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 64667 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 64686 [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') 65379 [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. 65380 [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. 65384 [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. 65429 [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. 66580 [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! 66607 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 66608 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 66608 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 66609 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 66609 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 66626 [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') 67347 [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: 19.22 s - in org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditorTests statusLineFromEditor(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditorTests) Time elapsed: 1.628 s canAccessEditorTreeOfLibrary(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditorTests) Time elapsed: 1.023 s statusLineFromOutlineView(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditorTests) Time elapsed: 1.042 s canAccessStandardEditingActionsOnTreeEditor(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditorTests) Time elapsed: 1.975 s canOpenPropertyViewWithDoubleClick(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditorTests) Time elapsed: 2.076 s canAccessCustomContextMenuOfLibrary(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditorTests) Time elapsed: 2.046 s canPopulateOutlineView(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditorTests) Time elapsed: 1.094 s canAccessEditorTreeOfXtextFile(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditorTests) Time elapsed: 2.817 s canSelectInOutlineView(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditorTests) Time elapsed: 1.049 s canOpenEmfFormEditorOnTestFile(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditorTests) Time elapsed: 1.042 s changingSelectionUpdatesContextMenu(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditorTests) Time elapsed: 1.942 s canAccessContextMenuOfLibrary(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyEditorTests) Time elapsed: 1.079 s Running org.eclipse.emf.parsley.tests.swtbot.EmfParsleyOnSelectionViewTests 68106 [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! 68684 [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! 68820 [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! 68851 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 68852 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 68852 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 68853 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 68853 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 68872 [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') 70669 [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! 70844 [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! 70883 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 70884 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 70884 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 70885 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 70903 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 70911 [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') 71758 [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. 72692 [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! 72835 [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! 72867 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 72869 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 72869 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 72872 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 72873 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') (SWT:1302): Gtk-CRITICAL **: 20:12:21.246: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 74696 [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! 74825 [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! 74854 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 74855 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 74856 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 74857 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 74857 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 76747 [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! 76881 [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! 76928 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 76929 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 76930 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 76930 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 76931 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 76953 [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') 78717 [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! 78840 [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! 78872 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 78873 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 78874 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 78874 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 78874 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') (SWT:1302): Gtk-CRITICAL **: 20:12:27.188: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1302): Gtk-CRITICAL **: 20:12:27.496: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 79911 [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. 80846 [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! 81036 [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! 81064 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 81066 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 81067 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 81067 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 81068 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 81078 [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.204 s - in org.eclipse.emf.parsley.tests.swtbot.EmfParsleyOnSelectionViewTests testOnSelectionLibraryTreeViewWithResourceURI(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyOnSelectionViewTests) Time elapsed: 0.601 s testOnSelectionLibraryTreeView(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyOnSelectionViewTests) Time elapsed: 1.986 s testOnSelectionLibraryBooksTableView(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyOnSelectionViewTests) Time elapsed: 2.025 s testOnSelectionLibraryBooksTableFormViewWithCustomContentProvider(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyOnSelectionViewTests) Time elapsed: 2 s testOnSelectionLibraryTreeFormView(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyOnSelectionViewTests) Time elapsed: 2.055 s testOnSelectionLibraryBooksTableViewWithCustomContentProvider(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyOnSelectionViewTests) Time elapsed: 1.968 s testOnSelectionLibraryBooksTableFormView(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyOnSelectionViewTests) Time elapsed: 2.119 s testOnSelectionLibraryTreeViewOnXtextFile(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyOnSelectionViewTests) Time elapsed: 2.069 s Running org.eclipse.emf.parsley.tests.swtbot.EmfParsleyTestViewsTests 83320 [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! 83348 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 83349 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 83350 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 83350 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 83351 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 83362 [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') 83997 [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! 84927 [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! 84954 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 84955 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 84955 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 84956 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 84956 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 84966 [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') 85569 [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! 85969 [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! 85996 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 85998 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 85998 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 85999 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 86000 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 86010 [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') 86629 [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.159 s - in org.eclipse.emf.parsley.tests.swtbot.EmfParsleyTestViewsTests testSaveResourceWithoutValidationErrors(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyTestViewsTests) Time elapsed: 1.615 s testEmptyResourceIsInitialized(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyTestViewsTests) Time elapsed: 1.039 s testDialogErrorReporterIsShownWhenSavingResourceWithValidationErrors(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyTestViewsTests) Time elapsed: 1.101 s Running org.eclipse.emf.parsley.tests.swtbot.EmfParsleyFormTests 87458 [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! 87578 [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! 87605 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 87606 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 87607 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 87607 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 87608 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 87620 [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') 88444 [WorkbenchTestable] DEBUG org.eclipse.emf.parsley.tests.swtbot.EmfParsleyFormTests - Finding table containing proposals. 88444 [WorkbenchTestable] DEBUG org.eclipse.emf.parsley.tests.swtbot.EmfParsleyFormTests - Activating quickfix shell. 88528 [WorkbenchTestable] DEBUG org.eclipse.emf.parsley.tests.swtbot.EmfParsleyFormTests - Obtained shells: [Shell {}, Shell {}] 88528 [main] DEBUG org.eclipse.emf.parsley.tests.swtbot.EmfParsleyFormTests - Examining shell: org.eclipse.swt.widgets.List 88528 [main] DEBUG org.eclipse.emf.parsley.tests.swtbot.EmfParsleyFormTests - Examining shell: org.eclipse.swt.widgets.Composite 88528 [main] DEBUG org.eclipse.emf.parsley.tests.swtbot.EmfParsleyFormTests - Found Composite 88535 [WorkbenchTestable] DEBUG org.eclipse.emf.parsley.tests.swtbot.EmfParsleyFormTests - Activated quickfix shell. 88546 [WorkbenchTestable] DEBUG org.eclipse.emf.parsley.tests.swtbot.EmfParsleyFormTests - Found table containing proposals -- [First Proposal, Second Proposal] 88547 [WorkbenchTestable] DEBUG org.eclipse.emf.parsley.tests.swtbot.EmfParsleyFormTests - matched table, returning 88547 [WorkbenchTestable] DEBUG org.eclipse.emf.parsley.tests.swtbot.EmfParsleyFormTests - Trying to select proposal Second Proposal 88547 [WorkbenchTestable] DEBUG org.eclipse.emf.parsley.tests.swtbot.EmfParsleyFormTests - Trying to select proposal with index 1 88548 [main] DEBUG org.eclipse.emf.parsley.tests.swtbot.EmfParsleyFormTests - Selecting row [1] Second Proposal in Table {} 89052 [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! 89167 [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! 89194 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 89195 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 89196 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 89196 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 89197 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 89207 [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') 89929 [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. 91098 [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! 91192 [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! 91232 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 91233 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 91234 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 91235 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 91235 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 91246 [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') 92072 [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. 92073 [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. 92320 [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. 92321 [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. 92431 [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. 92432 [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. 93082 [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! 93163 [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! 93191 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 93193 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 93193 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 93193 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 93194 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 96202 [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! 96313 [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! 96342 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 96343 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 96344 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 96344 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 96345 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 96363 [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') 97278 [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. 97279 [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. 97603 [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. 97604 [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. 97733 [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. 97734 [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. 98218 [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! 98323 [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! 98350 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 98352 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 98352 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 98353 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 98353 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 98364 [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') 100293 [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! 100420 [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! 100448 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 100449 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 100450 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 100450 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 100451 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 100463 [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: 15.338 s - in org.eclipse.emf.parsley.tests.swtbot.EmfParsleyFormTests testContentAssistInFormAndSelect(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyFormTests) Time elapsed: 1.606 s checkSetReferenceToNull(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyFormTests) Time elapsed: 2.053 s detailViewShowsDetailsOnSelection(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyFormTests) Time elapsed: 1.988 s checkFormDatabinding(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyFormTests) Time elapsed: 3.118 s detailReadOnlyViewShowsDetailsOnSelection(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyFormTests) Time elapsed: 2.016 s testMultipleFeatureControlDialog(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyFormTests) Time elapsed: 2.075 s treeFormViewShowsOnSelection(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyFormTests) Time elapsed: 2.085 s Running org.eclipse.emf.parsley.tests.swtbot.EmfParsleySaveableViewTests 102772 [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! 102799 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 102800 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 102801 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 102801 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 102802 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 102812 [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') 103444 [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! 104633 [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! 104661 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 104662 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 104663 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 104663 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 104663 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 104681 [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') 105282 [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! 105374 [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. 105684 [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! 105711 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 105713 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 105713 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 105714 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 105714 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 106325 [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! 126742 [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! 126770 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 126771 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 126771 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 126772 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 126772 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 126790 [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') 127398 [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! 127813 [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! 127849 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 127851 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 127851 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 127852 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 127852 [main] 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 'Finish' and with style 'SWT.PUSH') 128472 [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! 128553 [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. 128893 [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! 128922 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 128924 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 128924 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 128924 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 128925 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 128936 [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') 129541 [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! 129706 [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. 130829 [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! 130867 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 130869 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 130869 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 130869 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 130870 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 130913 [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') 131514 [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! 131998 [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! 132030 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 132031 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 132032 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 132032 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 132032 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 132042 [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') 132643 [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! 133070 [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! 133106 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 133108 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 133108 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 133108 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 133109 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 133119 [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') 133721 [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:1302): Gtk-CRITICAL **: 20:13:21.427: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1302): Gtk-CRITICAL **: 20:13:21.472: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1302): Gtk-CRITICAL **: 20:13:21.498: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 134186 [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! 134211 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 134212 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 134213 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 134213 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 134213 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 134224 [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') 134825 [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! 135288 [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! 135318 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 135320 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 135320 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 135321 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 135321 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 135332 [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') 135937 [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! 136318 [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! 136344 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 136346 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 136347 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 136347 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 136348 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 136365 [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') 136966 [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:1302): Gtk-CRITICAL **: 20:13:24.670: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1302): Gtk-CRITICAL **: 20:13:24.715: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1302): Gtk-CRITICAL **: 20:13:24.743: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1302): Gtk-CRITICAL **: 20:13:24.789: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar 137480 [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! 137506 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 137508 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 137508 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 137509 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 137510 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 138133 [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! 138531 [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! 138564 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 138565 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 138566 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 138566 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 138567 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 138576 [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') 139200 [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! 140495 [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! 140522 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 140523 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 140523 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 140524 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 140524 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 140533 [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') 141131 [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! 161508 [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! 161536 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 161537 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 161538 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 161538 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 161539 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 161555 [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') 162152 [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! 162576 [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! 162604 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 162605 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 162605 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 162606 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 162606 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 162624 [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') 163221 [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! 163315 [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. 163641 [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! 163669 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 163670 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 163671 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 163671 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 163672 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 163689 [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') 164289 [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! 164428 [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. 164738 [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! 164765 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 164767 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 164767 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 164768 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 164769 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 164786 [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') 165386 [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:1302): Gtk-CRITICAL **: 20:13:53.089: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1302): Gtk-CRITICAL **: 20:13:53.103: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1302): Gtk-CRITICAL **: 20:13:53.145: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1302): Gtk-CRITICAL **: 20:13:53.198: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1302): Gtk-CRITICAL **: 20:13:53.248: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1302): Gtk-CRITICAL **: 20:13:53.301: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1302): Gtk-CRITICAL **: 20:13:53.322: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1302): Gtk-CRITICAL **: 20:13:53.346: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar (SWT:1302): Gtk-CRITICAL **: 20:13:53.362: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 64.322 s - in org.eclipse.emf.parsley.tests.swtbot.EmfParsleySaveableViewTests treeViewWithMultipleRootsIsRefreshedWhenNewElementIsAdded(org.eclipse.emf.parsley.tests.swtbot.EmfParsleySaveableViewTests) Time elapsed: 1.863 s canPerformUndoDeleteActionOnSaveableTreeView(org.eclipse.emf.parsley.tests.swtbot.EmfParsleySaveableViewTests) Time elapsed: 1.05 s hasColumnsOnSaveableTreeWithColumnsView(org.eclipse.emf.parsley.tests.swtbot.EmfParsleySaveableViewTests) Time elapsed: 21.055 s canPerformDeleteActionOnSaveableTableView(org.eclipse.emf.parsley.tests.swtbot.EmfParsleySaveableViewTests) Time elapsed: 1.063 s addingNewElementSelectsTheAddedElement(org.eclipse.emf.parsley.tests.swtbot.EmfParsleySaveableViewTests) Time elapsed: 1.071 s canPerformNewChildActionOnSaveableResourceTreeFormView(org.eclipse.emf.parsley.tests.swtbot.EmfParsleySaveableViewTests) Time elapsed: 1.934 s doubleClickOpensDialogOnSaveableTreeFormView(org.eclipse.emf.parsley.tests.swtbot.EmfParsleySaveableViewTests) Time elapsed: 1.176 s canPerformDeleteActionOnSaveableResourceTreeFormView(org.eclipse.emf.parsley.tests.swtbot.EmfParsleySaveableViewTests) Time elapsed: 1.082 s canPerformDeleteActionOnSaveableTableFormView(org.eclipse.emf.parsley.tests.swtbot.EmfParsleySaveableViewTests) Time elapsed: 1.114 s doubleClickOpensDialogOnSaveableTableView(org.eclipse.emf.parsley.tests.swtbot.EmfParsleySaveableViewTests) Time elapsed: 1.098 s treeViewWithMultipleRootsIsRefreshedWhenElementIsDeleted(org.eclipse.emf.parsley.tests.swtbot.EmfParsleySaveableViewTests) Time elapsed: 1.035 s canPerformNewSiblingActionOnSaveableTableFormView(org.eclipse.emf.parsley.tests.swtbot.EmfParsleySaveableViewTests) Time elapsed: 1.164 s canPerformNewSiblingActionOnSaveableTableView(org.eclipse.emf.parsley.tests.swtbot.EmfParsleySaveableViewTests) Time elapsed: 1.052 s canAccessEditingActionsOnSaveableResourceTreeFormView(org.eclipse.emf.parsley.tests.swtbot.EmfParsleySaveableViewTests) Time elapsed: 1.962 s hasColumnsOnSaveableTreeWithSpecificColumnsView(org.eclipse.emf.parsley.tests.swtbot.EmfParsleySaveableViewTests) Time elapsed: 21.017 s doubleClickOpensDialogOnSaveableTreeView(org.eclipse.emf.parsley.tests.swtbot.EmfParsleySaveableViewTests) Time elapsed: 1.039 s undoRedoDeleteActionUpdatesDirtyStateCorrectly(org.eclipse.emf.parsley.tests.swtbot.EmfParsleySaveableViewTests) Time elapsed: 1.087 s canPerformUndoDeleteActionOnSaveableResourceTreeFormView(org.eclipse.emf.parsley.tests.swtbot.EmfParsleySaveableViewTests) Time elapsed: 1.103 s doubleClickOpensDialogOnSaveableTableFormView(org.eclipse.emf.parsley.tests.swtbot.EmfParsleySaveableViewTests) Time elapsed: 2.007 s Running org.eclipse.emf.parsley.tests.swtbot.EmfParsleyFormBasedDialogTests 167094 [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! 167123 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 167124 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 167125 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 167125 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 167126 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 167136 [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') 168709 [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! 168738 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 168739 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 168740 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 168740 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 168741 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 168757 [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') 169490 [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.119 s - in org.eclipse.emf.parsley.tests.swtbot.EmfParsleyFormBasedDialogTests checkDialogDatabinding(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyFormBasedDialogTests) Time elapsed: 1.616 s checkOpenDialogOnTreeElements(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyFormBasedDialogTests) Time elapsed: 1.143 s Results: Tests run: 80, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (draganddrop-test) @ org.eclipse.emf.parsley.tests.swtbot --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/emf-parsley-nightly/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/.m2/repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/emf-parsley-nightly/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=true, -Dorg.eclipse.swtbot.search.timeout=20000, -Dorg.eclipse.swt.internal.gtk.cairoGraphics=false, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.700.v20200207-2156/org.eclipse.equinox.launcher-1.5.700.v20200207-2156.jar, -data, /home/jenkins/agent/workspace/emf-parsley-nightly/tests/org.eclipse.emf.parsley.tests.swtbot/target/work/data, -install, /home/jenkins/agent/workspace/emf-parsley-nightly/tests/org.eclipse.emf.parsley.tests.swtbot/target/work, -configuration, /home/jenkins/agent/workspace/emf-parsley-nightly/tests/org.eclipse.emf.parsley.tests.swtbot/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/emf-parsley-nightly/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') 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') 7 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 8 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 9 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 42 [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') 43 [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') 43 [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') 44 [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') 45 [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') Skipping assertions for Drag and Drop tests 2580 [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! 2617 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 2619 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 2620 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 2620 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 2621 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 2644 [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') 3303 [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! Skipping assertions for Drag and Drop tests 4593 [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! 4727 [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! 4758 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 4760 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 4760 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 4761 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 4761 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') Skipping assertions for Drag and Drop tests 6617 [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! 6653 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 6656 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 6657 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 6657 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 6658 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 6694 [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') Skipping assertions for Drag and Drop tests Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.197 s - in org.eclipse.emf.parsley.tests.swtbot.EmfParsleyDragAndDropTests testDragAndDropFromOnSelectionTreeViewToEditor(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyDragAndDropTests) Time elapsed: 3.497 s testDragAndDropOnSaveableView(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyDragAndDropTests) Time elapsed: 2.013 s testDragAndDropOnSelectionTreeView(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyDragAndDropTests) Time elapsed: 2.028 s testDragAndDropOnEditor(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyDragAndDropTests) Time elapsed: 2.004 s Results: Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --- tycho-surefire-plugin:1.6.0:test (PDEBasedTests) @ org.eclipse.emf.parsley.tests.swtbot --- [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/emf-parsley-nightly/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/.m2/repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/emf-parsley-nightly/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=true, -Dorg.eclipse.swtbot.search.timeout=20000, -Dorg.eclipse.swt.internal.gtk.cairoGraphics=false, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.700.v20200207-2156/org.eclipse.equinox.launcher-1.5.700.v20200207-2156.jar, -data, /home/jenkins/agent/workspace/emf-parsley-nightly/tests/org.eclipse.emf.parsley.tests.swtbot/target/work/data, -install, /home/jenkins/agent/workspace/emf-parsley-nightly/tests/org.eclipse.emf.parsley.tests.swtbot/target/work, -configuration, /home/jenkins/agent/workspace/emf-parsley-nightly/tests/org.eclipse.emf.parsley.tests.swtbot/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/emf-parsley-nightly/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.EmfParsleyExamplesWizardsTests first run Checking that tree item EMF Parsley has children... Found 2 items. OK! Checking that tree item Examples has children... Found 10 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') 7 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 8 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 9 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 9 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') wait for autobuild... clean build... wait for autobuild... done 3242 [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 2 items. OK! 3251 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item Tree node with text: Examples is already expanded. Won't expand it again. Checking that tree item Examples has children... Found 10 items. OK! 3289 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 3290 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 3291 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 3291 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 3292 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') wait for autobuild... clean build... wait for autobuild... done first run 10852 [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 2 items. OK! 10854 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item Tree node with text: Examples is already expanded. Won't expand it again. Checking that tree item Examples has children... Found 10 items. OK! 10889 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 10890 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 10891 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 10892 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 10893 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') wait for autobuild... clean build... wait for autobuild... done 12864 [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 2 items. OK! 12865 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item Tree node with text: Examples is already expanded. Won't expand it again. Checking that tree item Examples has children... Found 10 items. OK! 12901 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 12902 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 12903 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 12904 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 12904 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') first run 14048 [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 2 items. OK! 14050 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item Tree node with text: Examples is already expanded. Won't expand it again. Checking that tree item Examples has children... Found 10 items. OK! 14169 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 14171 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 14171 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 14172 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 14173 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') wait for autobuild... clean build... wait for autobuild... done 16051 [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 2 items. OK! 16053 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item Tree node with text: Examples is already expanded. Won't expand it again. Checking that tree item Examples has children... Found 10 items. OK! 16168 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 16169 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 16170 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 16170 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 16171 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 16384 [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') wait for autobuild... clean build... wait for autobuild... done first run 29350 [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 2 items. OK! 29351 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item Tree node with text: Examples is already expanded. Won't expand it again. Checking that tree item Examples has children... Found 10 items. OK! 29399 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 29400 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 29401 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 29402 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 29402 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') wait for autobuild... clean build... wait for autobuild... done 31358 [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 2 items. OK! 31360 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item Tree node with text: Examples is already expanded. Won't expand it again. Checking that tree item Examples has children... Found 10 items. OK! 31391 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 31392 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 31393 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 31393 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 31394 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') wait for autobuild... clean build... wait for autobuild... done first run 35498 [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 2 items. OK! 35499 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item Tree node with text: Examples is already expanded. Won't expand it again. Checking that tree item Examples has children... Found 10 items. OK! 35531 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 35532 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 35533 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 35534 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 35534 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') wait for autobuild... clean build... wait for autobuild... done 37565 [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 2 items. OK! 37566 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item Tree node with text: Examples is already expanded. Won't expand it again. Checking that tree item Examples has children... Found 10 items. OK! 37598 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 37599 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 37600 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 37600 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 37601 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') wait for autobuild... clean build... wait for autobuild... done first run 48524 [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 2 items. OK! 48558 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item Tree node with text: Examples is already expanded. Won't expand it again. Checking that tree item Examples has children... Found 10 items. OK! 48595 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 48597 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 48597 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 48598 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 48599 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') wait for autobuild... clean build... wait for autobuild... done 50553 [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 2 items. OK! 50554 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item Tree node with text: Examples is already expanded. Won't expand it again. Checking that tree item Examples has children... Found 10 items. OK! 50582 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 50582 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 50583 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 50584 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 50588 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') wait for autobuild... clean build... wait for autobuild... done first run 54793 [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 2 items. OK! 54794 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item Tree node with text: Examples is already expanded. Won't expand it again. Checking that tree item Examples has children... Found 10 items. OK! 54825 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 54827 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 54827 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 54828 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 54829 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') wait for autobuild... clean build... wait for autobuild... done 56966 [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 2 items. OK! 56968 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item Tree node with text: Examples is already expanded. Won't expand it again. Checking that tree item Examples has children... Found 10 items. OK! 56994 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 56994 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 56995 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 56996 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 57001 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') first run 58013 [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 2 items. OK! 58014 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item Tree node with text: Examples is already expanded. Won't expand it again. Checking that tree item Examples has children... Found 10 items. OK! 58090 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 58092 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 58092 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 58093 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 58093 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') wait for autobuild... clean build... wait for autobuild... done 60170 [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 2 items. OK! 60171 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item Tree node with text: Examples is already expanded. Won't expand it again. Checking that tree item Examples has children... Found 10 items. OK! 60247 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 60248 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 60249 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 60250 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 60251 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') wait for autobuild... clean build... wait for autobuild... done first run 66453 [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 2 items. OK! 66454 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item Tree node with text: Examples is already expanded. Won't expand it again. Checking that tree item Examples has children... Found 10 items. OK! 66487 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 66489 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 66489 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 66490 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 66491 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') wait for autobuild... clean build... wait for autobuild... done 68534 [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 2 items. OK! 68536 [WorkbenchTestable] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItem - Tree item Tree node with text: Examples is already expanded. Won't expand it again. Checking that tree item Examples has children... Found 10 items. OK! 68567 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 68568 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 68568 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 68569 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 68569 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') wait for autobuild... clean build... wait for autobuild... done Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 76.932 s - in org.eclipse.emf.parsley.tests.swtbot.EmfParsleyExamplesWizardsTests canCreateExamplesExamplesProjectWithWizard(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyExamplesWizardsTests) Time elapsed: 10.958 s canCreateRapCdoExampleProjectWithWizard(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyExamplesWizardsTests) Time elapsed: 3.063 s canCreateFirstExampleProjectWithWizard(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyExamplesWizardsTests) Time elapsed: 15.487 s canCreateCdoServerProjectWithWizard(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyExamplesWizardsTests) Time elapsed: 6.15 s canCreateMailExampleProjectWithWizard(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyExamplesWizardsTests) Time elapsed: 13.016 s canCreateViewsExamplesProjectWithWizard(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyExamplesWizardsTests) Time elapsed: 6.28 s canCreateRapExampleProjectWithWizard(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyExamplesWizardsTests) Time elapsed: 3.206 s canCreateE4ExamplesProjectWithWizard(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyExamplesWizardsTests) Time elapsed: 8.449 s canCreateCdoExampleProjectWithWizard(org.eclipse.emf.parsley.tests.swtbot.EmfParsleyExamplesWizardsTests) Time elapsed: 8.748 s Running org.eclipse.emf.parsley.tests.swtbot.EmfParsleyDslWizardsTests 75999 [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 2 items. OK! 76126 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 76128 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 76128 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 76129 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 76129 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 76156 [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') 76157 [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') 76158 [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') 76165 [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') 76166 [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') 82523 [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 2 items. OK! 82576 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 82578 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 82578 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 82579 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 82579 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 82608 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 82609 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 82610 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 82611 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 82611 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 82650 [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') 82651 [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') 82651 [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') 82652 [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') 82653 [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') 87093 [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 2 items. OK! 87163 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 87165 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 87166 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 87166 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 87167 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 87176 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 87177 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 87177 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 87178 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 87178 [main] WARN org.eclipse.swtbot.swt.finder.widgets.SWTBotButton - Widget is not enabled: (of type 'Button' and with mnemonic 'Next >' and with style 'SWT.PUSH') 87197 [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') 87197 [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') 87198 [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') 87198 [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') 87199 [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') [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for EMF Parsley 1.10.0-SNAPSHOT: [INFO] [INFO] EMF Parsley ........................................ SUCCESS [ 0.656 s] [INFO] org.eclipse.emf.tests.coverage ..................... SUCCESS [ 0.004 s] [INFO] org.eclipse.emf.parsley.targetplatform ............. SUCCESS [ 3.174 s] [INFO] org.eclipse.emf.parsley.runtime.common ............. SUCCESS [ 49.883 s] [INFO] org.eclipse.emf.parsley.common ..................... SUCCESS [ 4.862 s] [INFO] org.eclipse.emf.parsley.views.common ............... SUCCESS [ 0.431 s] [INFO] org.eclipse.emf.parsley.cdo.common ................. SUCCESS [ 0.300 s] [INFO] org.eclipse.emf.parsley.runtime .................... SUCCESS [ 0.079 s] [INFO] org.eclipse.emf.parsley ............................ SUCCESS [ 0.100 s] [INFO] org.eclipse.emf.parsley.junit4 ..................... SUCCESS [ 0.429 s] [INFO] org.eclipse.emf.parsley.web.servlets ............... SUCCESS [ 0.673 s] [INFO] org.eclipse.emf.parsley.generator.common ........... SUCCESS [ 14.442 s] [INFO] org.eclipse.emf.parsley.dsl ........................ SUCCESS [01:12 min] [INFO] org.eclipse.emf.parsley.dsl.additional.builder ..... SUCCESS [ 1.228 s] [INFO] org.eclipse.emf.parsley.wizards .................... SUCCESS [ 0.390 s] [INFO] org.eclipse.emf.parsley.web.tools .................. SUCCESS [ 0.605 s] [INFO] org.eclipse.emf.parsley.tests.models ............... SUCCESS [ 0.322 s] [INFO] org.eclipse.emf.parsley.tests.libraries ............ SUCCESS [ 5.076 s] [INFO] org.eclipse.emf.parsley.examples.library ........... SUCCESS [ 0.385 s] [INFO] org.eclipse.emf.parsley.tests ...................... SUCCESS [ 21.294 s] [INFO] org.eclipse.emf.parsley.views ...................... SUCCESS [ 0.218 s] [INFO] org.eclipse.emf.parsley.tests.views ................ SUCCESS [ 0.410 s] [INFO] org.eclipse.emf.parsley.cdo ........................ SUCCESS [ 0.080 s] [INFO] org.eclipse.emf.parsley.editors.common ............. SUCCESS [ 0.293 s] [INFO] org.eclipse.emf.parsley.editors .................... SUCCESS [ 0.094 s] [INFO] org.eclipse.emf.parsley.cdo.tests .................. SUCCESS [ 3.960 s] [INFO] org.eclipse.emf.parsley.ui.examples ................ SUCCESS [ 2.450 s] [INFO] org.eclipse.emf.parsley.doc ........................ SUCCESS [ 0.186 s] [INFO] org.eclipse.emf.parsley.feature .................... SUCCESS [ 0.337 s] [INFO] org.eclipse.emf.parsley.cdo.feature ................ SUCCESS [ 0.173 s] [INFO] org.eclipse.emf.parsley.dsl.ide .................... SUCCESS [ 3.092 s] [INFO] org.eclipse.emf.parsley.dsl.ui ..................... SUCCESS [ 2.539 s] [INFO] org.eclipse.emf.parsley.dsl.feature ................ SUCCESS [ 0.177 s] [INFO] org.eclipse.emf.parsley.examples.feature ........... SUCCESS [ 0.121 s] [INFO] org.eclipse.emf.parsley.dsl.tests .................. SUCCESS [ 20.433 s] [INFO] org.eclipse.emf.parsley.dsl.ui.tests ............... SUCCESS [ 40.705 s] [INFO] org.eclipse.emf.parsley.junit4.feature ............. SUCCESS [ 0.062 s] [INFO] org.eclipse.emf.parsley.sdk ........................ SUCCESS [ 0.176 s] [INFO] org.eclipse.emf.parsley.web.feature ................ SUCCESS [ 0.231 s] [INFO] org.eclipse.emf.parsley.examples.library.edit ...... SUCCESS [ 0.210 s] [INFO] org.eclipse.emf.parsley.examples.library.editor .... SUCCESS [ 0.251 s] [INFO] org.eclipse.emf.parsley.examples.views ............. SUCCESS [ 0.143 s] [INFO] org.eclipse.emf.parsley.examples.editors ........... SUCCESS [ 0.244 s] [INFO] org.eclipse.emf.parsley.tests.swtbot.feature ....... SUCCESS [ 0.250 s] [INFO] org.eclipse.emf.parsley.tests.swtbot ............... FAILURE [05:02 min] [INFO] org.eclipse.emf.parsley.examples.cdo.server ........ SKIPPED [INFO] org.eclipse.emf.parsley.examples.cdo.model ......... SKIPPED [INFO] org.eclipse.emf.parsley.examples.cdo.treeform ...... SKIPPED [INFO] org.eclipse.emf.parsley.tests.swtbot.cdo.feature ... SKIPPED [INFO] org.eclipse.emf.parsley.tests.swtbot.cdo ........... SKIPPED [INFO] org.eclipse.emf.parsley.examples.mail.model ........ SKIPPED [INFO] org.eclipse.emf.parsley.examples.mail.accountsview . SKIPPED [INFO] org.eclipse.emf.parsley.examples.mail.mailsview .... SKIPPED [INFO] org.eclipse.emf.parsley.examples.mail.messageview .. SKIPPED [INFO] org.eclipse.emf.parsley.examples.mail.rcp .......... SKIPPED [INFO] org.eclipse.emf.parsley.examples.mail.product.feature SKIPPED [INFO] org.eclipse.emf.parsley.tests.swtbot.examples ...... SKIPPED [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: 11:04 min [INFO] Finished at: 2022-02-11T20:15:57Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:1.6.0:test (PDEBasedTests) on project org.eclipse.emf.parsley.tests.swtbot: An unexpected error occurred while launching the test runtime (return code 137). See log /home/jenkins/agent/workspace/emf-parsley-nightly/tests/org.eclipse.emf.parsley.tests.swtbot/target/work/data/.metadata/.log for details. -> [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 Build step 'Invoke top-level Maven targets' marked build as failure Terminating xvnc. [FindBugs] Skipping execution of recorder since overall result is 'FAILURE' Sending e-mails to: lorenzo.bettini@gmail.com francesco.guidieri@rcp-vision.com vincenzo.caselli@rcp-vision.com Recording test results [Checks API] No suitable checks publisher found. Archiving artifacts Finished: FAILURE