Started by timer Running in Durability level: PERFORMANCE_OPTIMIZED [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task ‘centos-7-wfx05’ is offline Agent centos-7-wfx05 is provisioned from template centos-7 --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label: "migration_jipp-migration_centos-7" name: "centos-7-wfx05" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.ease.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "centos-7-wfx05" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dsun.zip.disableMemoryMapping=true\ \ -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-wfx05" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.ease.svc.cluster.local/ease/" image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-4.2.1" imagePullPolicy: "Always" name: "jnlp" resources: limits: memory: "4096Mi" cpu: "2000m" requests: memory: "4096Mi" cpu: "1000m" securityContext: privileged: false tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-4" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-1" readOnly: false - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: beta.kubernetes.io/os: "linux" restartPolicy: "Never" securityContext: {} volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-ease" 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" Running on centos-7-wfx05 in /home/jenkins/agent/workspace/ease.verify.core.target.2019-03 [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-08T21:35:20.113Z] Timeout set to expire in 1 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Checkout) [Pipeline] checkout [2020-08-08T21:35:21.073Z] No credentials specified [2020-08-08T21:35:21.077Z] Cloning the remote Git repository [2020-08-08T21:35:21.086Z] Cloning repository git://git.eclipse.org/gitroot/ease/org.eclipse.ease.core.git [2020-08-08T21:35:21.119Z] > git init /home/jenkins/agent/workspace/ease.verify.core.target.2019-03 # timeout=10 [2020-08-08T21:35:21.137Z] Fetching upstream changes from git://git.eclipse.org/gitroot/ease/org.eclipse.ease.core.git [2020-08-08T21:35:21.137Z] > git --version # timeout=10 [2020-08-08T21:35:21.139Z] > git fetch --tags --progress git://git.eclipse.org/gitroot/ease/org.eclipse.ease.core.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-08-08T21:35:21.934Z] Checking out Revision 5cbf939323460addfb25b82b330a0ec7c6404e84 (refs/remotes/origin/master) [2020-08-08T21:35:21.845Z] > git config remote.origin.url git://git.eclipse.org/gitroot/ease/org.eclipse.ease.core.git # timeout=10 [2020-08-08T21:35:21.847Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-08-08T21:35:21.852Z] > git config remote.origin.url git://git.eclipse.org/gitroot/ease/org.eclipse.ease.core.git # timeout=10 [2020-08-08T21:35:21.858Z] Fetching upstream changes from git://git.eclipse.org/gitroot/ease/org.eclipse.ease.core.git [2020-08-08T21:35:21.858Z] > git fetch --tags --progress git://git.eclipse.org/gitroot/ease/org.eclipse.ease.core.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-08-08T21:35:21.922Z] > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 [2020-08-08T21:35:21.928Z] > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10 [2020-08-08T21:35:21.937Z] > git config core.sparsecheckout # timeout=10 [2020-08-08T21:35:21.940Z] > git checkout -f 5cbf939323460addfb25b82b330a0ec7c6404e84 # timeout=10 [2020-08-08T21:35:25.440Z] Commit message: "Bug 565833: [Help] Improve EASE help" [2020-08-08T21:35:25.441Z] > git rev-list --no-walk b5b35617490d3f37cd35b4123857770205b1a1c4 # timeout=10 [2020-08-08T21:35:25.459Z] Cleaning workspace [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Fetch Doclet) [Pipeline] sh [2020-08-08T21:35:25.459Z] > git rev-parse --verify HEAD # timeout=10 [2020-08-08T21:35:25.460Z] Resetting working tree [2020-08-08T21:35:25.461Z] > git reset --hard # timeout=10 [2020-08-08T21:35:25.502Z] > git clean -fdx # timeout=10 [2020-08-08T21:35:25.999Z] + curl https://ci.eclipse.org/ease/job/ease.build.module.doclet/lastSuccessfulBuild/artifact/developers/org.eclipse.ease.helpgenerator/target/ease.module.doclet.jar --output ease.module.doclet.jar [2020-08-08T21:35:25.999Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-08-08T21:35:25.999Z] Dload Upload Total Spent Left Speed [2020-08-08T21:35:25.999Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 88177 100 88177 0 0 343k 0 --:--:-- --:--:-- --:--:-- 344k [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] withMaven [2020-08-08T21:35:26.038Z] [withMaven] Options: [org.jenkinsci.plugins.pipeline.maven.publishers.GeneratedArtifactsPublisher[disabled=true], org.jenkinsci.plugins.pipeline.maven.publishers.FindbugsAnalysisPublisher[disabled='false', healthy='', unHealthy='', thresholdLimit='low'], org.jenkinsci.plugins.pipeline.maven.publishers.TasksScannerPublisher[disabled='true', healthy='', unHealthy='', thresholdLimit='low']] [2020-08-08T21:35:26.039Z] [withMaven] Available options: [2020-08-08T21:35:26.039Z] [withMaven] using JDK installation oracle-jdk8-latest [2020-08-08T21:35:26.045Z] [withMaven] using Maven installation 'apache-maven-latest' [Pipeline] { [Pipeline] sh [2020-08-08T21:35:26.605Z] + mvn clean install -Pmodule-docs [2020-08-08T21:35:26.606Z] ----- withMaven Wrapper script ----- [2020-08-08T21:35:26.606Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5" [2020-08-08T21:35:26.606Z] Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) [2020-08-08T21:35:26.606Z] Maven home: /opt/tools/apache-maven/latest [2020-08-08T21:35:26.606Z] Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre [2020-08-08T21:35:26.606Z] Default locale: en_US, platform encoding: UTF-8 [2020-08-08T21:35:26.606Z] OS name: "linux", version: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix" [2020-08-08T21:35:27.169Z] [INFO] [jenkins-event-spy] Generate /home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5/maven-spy-20200808-213527-51793492869234736239.log.tmp ... [2020-08-08T21:35:27.439Z] [INFO] Scanning for projects... [2020-08-08T21:35:33.982Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-08T21:35:39.285Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-08T21:35:39.286Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-08T21:35:39.286Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-08T21:35:39.286Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-08T21:35:39.286Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-08T21:35:39.286Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-08T21:35:39.286Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-08T21:35:39.286Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-08T21:35:39.286Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-08T21:35:39.286Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-08T21:35:39.286Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-08T21:35:39.286Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-08T21:35:39.286Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-08T21:35:39.286Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-08T21:35:39.286Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-08T21:35:39.286Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-08T21:35:39.286Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-08T21:35:39.286Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-08T21:35:39.286Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-08T21:35:39.286Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-08T21:35:39.286Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-08T21:35:39.286Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-08T21:35:39.286Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-08T21:35:39.286Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-08T21:35:39.286Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-08T21:35:39.286Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-08T21:35:39.286Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-08T21:35:39.286Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-08T21:35:39.542Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-08T21:35:39.542Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-08T21:35:39.542Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-08T21:35:39.542Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-08T21:35:39.542Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-08T21:36:47.183Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-08T21:36:47.183Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-08T21:36:47.183Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-08T21:36:47.183Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-08T21:36:47.183Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-08T21:36:47.183Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-08T21:36:47.183Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-08T21:36:47.183Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-08T21:36:47.183Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-08T21:36:47.183Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-08T21:36:47.183Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-08T21:36:47.183Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease/pom.xml [2020-08-08T21:36:47.183Z] [INFO] Fetching p2.index from http://download.eclipse.org/releases/2020-06/ [2020-08-08T21:36:47.184Z] [INFO] Fetching p2.index from http://download.eclipse.org/releases/2020-06/ [2020-08-08T21:36:47.184Z] [INFO] Adding repository http://download.eclipse.org/releases/2020-06 [2020-08-08T21:36:47.184Z] [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2020-06/ (483B) [2020-08-08T21:36:47.184Z] [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2020-06/ (483B) [2020-08-08T21:36:47.184Z] [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/2020-06/ [2020-08-08T21:36:47.184Z] [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/2020-06/ [2020-08-08T21:36:47.184Z] [INFO] Fetching content.jar from http://download.eclipse.org/technology/epp/packages/2020-06/ (66.17kB) [2020-08-08T21:36:47.184Z] [INFO] Fetching content.jar from http://download.eclipse.org/technology/epp/packages/2020-06/ (66.17kB) [2020-08-08T21:36:47.184Z] [INFO] Fetching p2.index from http://download.eclipse.org/releases/2020-06/202006171000/ [2020-08-08T21:36:47.184Z] [INFO] Fetching p2.index from http://download.eclipse.org/releases/2020-06/202006171000/ [2020-08-08T21:36:47.184Z] [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2020-06/202006171000/ [2020-08-08T21:36:47.184Z] [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2020-06/202006171000/ [2020-08-08T21:36:47.184Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20200529191137/repository/ [2020-08-08T21:36:47.184Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20200529191137/repository/ [2020-08-08T21:36:47.184Z] [INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/drops/R20200529191137/repository [2020-08-08T21:36:47.184Z] [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/R20200529191137/repository/ [2020-08-08T21:36:47.184Z] [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/ (107.42kB) [2020-08-08T21:36:47.184Z] [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/ (107.42kB) [2020-08-08T21:36:47.184Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200529191137/repository/ [2020-08-08T21:36:47.184Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200529191137/repository/ [2020-08-08T21:36:47.184Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200529191137/repository/ [2020-08-08T21:36:47.184Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200529191137/repository/ [2020-08-08T21:36:47.184Z] [INFO] Adding repository https://bintray.com/artifact/download/pontesegger/ease-engines [2020-08-08T21:36:47.184Z] [INFO] Fetching content.jar from https://bintray.com/artifact/download/pontesegger/ease-engines/ (11kB) [2020-08-08T21:36:47.184Z] [INFO] Fetching content.jar from https://bintray.com/artifact/download/pontesegger/ease-engines/ (11kB) [2020-08-08T21:36:47.184Z] [INFO] Adding repository https://dl.bintray.com/py4j/py4j-eclipse/0.10.8.1 [2020-08-08T21:36:47.184Z] [INFO] Fetching content.jar from https://dl.bintray.com/py4j/py4j-eclipse/0.10.8.1/ (1.51kB) [2020-08-08T21:36:47.184Z] [INFO] Fetching content.jar from https://dl.bintray.com/py4j/py4j-eclipse/0.10.8.1/ (1.51kB) [2020-08-08T21:36:47.441Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease/pom.xml [2020-08-08T21:36:52.696Z] [INFO] Fetching 202006171000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2020-06/ [2020-08-08T21:36:52.696Z] [INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.5MB) [2020-08-08T21:36:52.696Z] [INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.5MB) [2020-08-08T21:36:55.213Z] [INFO] Fetching org.eclipse.osgi_3.15.300.v20200520-1959.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (459.89kB) [2020-08-08T21:36:55.213Z] [INFO] Fetching org.eclipse.osgi_3.15.300.v20200520-1959.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (459.89kB) [2020-08-08T21:36:55.213Z] [INFO] Fetching org.apache.batik.constants_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.03kB) [2020-08-08T21:36:55.213Z] [INFO] Fetching org.apache.batik.constants_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.03kB) [2020-08-08T21:36:55.213Z] [INFO] Fetching org.apache.batik.css_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (101.68kB) [2020-08-08T21:36:55.213Z] [INFO] Fetching org.apache.batik.css_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (101.68kB) [2020-08-08T21:36:55.471Z] [INFO] Fetching org.apache.batik.util_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (63.49kB) [2020-08-08T21:36:55.471Z] [INFO] Fetching org.apache.batik.util_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (63.49kB) [2020-08-08T21:36:55.471Z] [INFO] Fetching org.apache.batik.i18n_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.52kB) [2020-08-08T21:36:55.727Z] [INFO] Fetching org.apache.batik.i18n_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.52kB) [2020-08-08T21:36:55.727Z] [INFO] Fetching org.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (258.72kB) [2020-08-08T21:36:55.727Z] [INFO] Fetching org.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (258.72kB) [2020-08-08T21:36:55.984Z] [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (95.26kB) [2020-08-08T21:36:55.984Z] [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (95.26kB) [2020-08-08T21:36:55.984Z] [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.35kB) [2020-08-08T21:36:55.984Z] [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (15.35kB) [2020-08-08T21:36:56.240Z] [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (35.59kB) [2020-08-08T21:36:56.240Z] [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (35.59kB) [2020-08-08T21:36:56.240Z] [INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (82.7kB) [2020-08-08T21:36:56.240Z] [INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (82.7kB) [2020-08-08T21:36:56.497Z] [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (33.71kB) [2020-08-08T21:36:56.497Z] [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (33.71kB) [2020-08-08T21:36:56.497Z] [INFO] Fetching org.apache.felix.scr_2.1.16.v20200110-1820.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (155.55kB) [2020-08-08T21:36:56.497Z] [INFO] Fetching org.apache.felix.scr_2.1.16.v20200110-1820.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (155.55kB) [2020-08-08T21:36:56.753Z] [INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (44.03kB) [2020-08-08T21:36:56.753Z] [INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (44.03kB) [2020-08-08T21:36:57.008Z] [INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.65kB) [2020-08-08T21:36:57.008Z] [INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (30.65kB) [2020-08-08T21:36:57.008Z] [INFO] Fetching org.eclipse.core.commands_3.9.700.v20191217-1850.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (43.01kB) [2020-08-08T21:36:57.008Z] [INFO] Fetching org.eclipse.core.commands_3.9.700.v20191217-1850.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (43.01kB) [2020-08-08T21:36:57.008Z] [INFO] Fetching org.eclipse.equinox.common_3.12.0.v20200504-1602.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (55.07kB) [2020-08-08T21:36:57.264Z] [INFO] Fetching org.eclipse.equinox.common_3.12.0.v20200504-1602.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (55.07kB) [2020-08-08T21:36:57.264Z] [INFO] Fetching org.eclipse.core.contenttype_3.7.700.v20200517-1644.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (41.49kB) [2020-08-08T21:36:57.264Z] [INFO] Fetching org.eclipse.core.contenttype_3.7.700.v20200517-1644.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (41.49kB) [2020-08-08T21:36:57.264Z] [INFO] Fetching org.eclipse.equinox.preferences_3.8.0.v20200422-1833.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (55.59kB) [2020-08-08T21:36:57.520Z] [INFO] Fetching org.eclipse.equinox.preferences_3.8.0.v20200422-1833.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (55.59kB) [2020-08-08T21:36:57.520Z] [INFO] Fetching org.eclipse.equinox.registry_3.8.800.v20200406-0956.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (77.27kB) [2020-08-08T21:36:57.520Z] [INFO] Fetching org.eclipse.equinox.registry_3.8.800.v20200406-0956.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (77.27kB) [2020-08-08T21:36:57.775Z] [INFO] Fetching org.eclipse.core.databinding_1.9.0.v20200519-1409.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (56.72kB) [2020-08-08T21:36:57.775Z] [INFO] Fetching org.eclipse.core.databinding_1.9.0.v20200519-1409.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (56.72kB) [2020-08-08T21:36:57.776Z] [INFO] Fetching org.eclipse.core.databinding.observable_1.9.0.v20200205-2119.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (82.47kB) [2020-08-08T21:36:57.776Z] [INFO] Fetching org.eclipse.core.databinding.observable_1.9.0.v20200205-2119.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (82.47kB) [2020-08-08T21:36:58.031Z] [INFO] Fetching org.eclipse.core.databinding.property_1.8.0.v20200124-0715.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (44.98kB) [2020-08-08T21:36:58.031Z] [INFO] Fetching org.eclipse.core.databinding.property_1.8.0.v20200124-0715.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (44.98kB) [2020-08-08T21:36:58.031Z] [INFO] Fetching org.eclipse.core.expressions_3.6.800.v20200319-0911.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (33.96kB) [2020-08-08T21:36:58.031Z] [INFO] Fetching org.eclipse.core.expressions_3.6.800.v20200319-0911.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (33.96kB) [2020-08-08T21:36:58.288Z] [INFO] Fetching org.eclipse.core.runtime_3.18.0.v20200506-2143.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (33.65kB) [2020-08-08T21:36:58.288Z] [INFO] Fetching org.eclipse.core.runtime_3.18.0.v20200506-2143.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (33.65kB) [2020-08-08T21:36:58.288Z] [INFO] Fetching org.eclipse.core.filesystem_1.7.700.v20200110-1734.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (27.79kB) [2020-08-08T21:36:58.288Z] [INFO] Fetching org.eclipse.core.filesystem_1.7.700.v20200110-1734.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (27.79kB) [2020-08-08T21:36:58.544Z] [INFO] Fetching org.eclipse.core.jobs_3.10.800.v20200421-0950.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (46.11kB) [2020-08-08T21:36:58.544Z] [INFO] Fetching org.eclipse.core.jobs_3.10.800.v20200421-0950.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (46.11kB) [2020-08-08T21:36:58.544Z] [INFO] Fetching org.eclipse.core.resources_3.13.700.v20200209-1624.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (873.17kB) [2020-08-08T21:36:58.544Z] [INFO] Fetching org.eclipse.core.resources_3.13.700.v20200209-1624.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (873.17kB) [2020-08-08T21:36:58.799Z] [INFO] Fetching org.eclipse.equinox.app_1.4.500.v20200422-1833.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (42.05kB) [2020-08-08T21:36:58.799Z] [INFO] Fetching org.eclipse.equinox.app_1.4.500.v20200422-1833.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (42.05kB) [2020-08-08T21:36:58.799Z] [INFO] Fetching org.eclipse.core.variables_3.4.800.v20200120-1101.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (18.03kB) [2020-08-08T21:36:58.799Z] [INFO] Fetching org.eclipse.core.variables_3.4.800.v20200120-1101.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (18.03kB) [2020-08-08T21:36:59.056Z] [INFO] Fetching org.eclipse.debug.core_3.15.100.v20200514-0816.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (124.57kB) [2020-08-08T21:36:59.056Z] [INFO] Fetching org.eclipse.debug.core_3.15.100.v20200514-0816.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (124.57kB) [2020-08-08T21:36:59.056Z] [INFO] Fetching org.eclipse.e4.core.commands_0.12.900.v20200110-1732.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.76kB) [2020-08-08T21:36:59.056Z] [INFO] Fetching org.eclipse.e4.core.commands_0.12.900.v20200110-1732.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.76kB) [2020-08-08T21:36:59.311Z] [INFO] Fetching org.eclipse.e4.core.di_1.7.600.v20200428-0912.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (25.88kB) [2020-08-08T21:36:59.311Z] [INFO] Fetching org.eclipse.e4.core.di_1.7.600.v20200428-0912.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (25.88kB) [2020-08-08T21:36:59.311Z] [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.07kB) [2020-08-08T21:36:59.311Z] [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.07kB) [2020-08-08T21:36:59.568Z] [INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (22.66kB) [2020-08-08T21:36:59.568Z] [INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (22.66kB) [2020-08-08T21:36:59.568Z] [INFO] Fetching org.eclipse.e4.core.services_2.2.300.v20200422-1846.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (28.06kB) [2020-08-08T21:36:59.568Z] [INFO] Fetching org.eclipse.e4.core.services_2.2.300.v20200422-1846.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (28.06kB) [2020-08-08T21:36:59.568Z] [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (7.68kB) [2020-08-08T21:36:59.568Z] [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (7.68kB) [2020-08-08T21:36:59.824Z] [INFO] Fetching org.eclipse.e4.core.di.extensions_0.16.0.v20200507-0938.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (7.72kB) [2020-08-08T21:36:59.824Z] [INFO] Fetching org.eclipse.e4.core.di.extensions_0.16.0.v20200507-0938.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (7.72kB) [2020-08-08T21:36:59.824Z] [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.600.v20200311-0642.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.65kB) [2020-08-08T21:36:59.824Z] [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.600.v20200311-0642.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.65kB) [2020-08-08T21:37:00.082Z] [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.700.v20200318-1219.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (21.82kB) [2020-08-08T21:37:00.082Z] [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.700.v20200318-1219.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (21.82kB) [2020-08-08T21:37:00.082Z] [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (107.16kB) [2020-08-08T21:37:00.082Z] [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (107.16kB) [2020-08-08T21:37:00.338Z] [INFO] Fetching org.eclipse.emf.ecore_2.22.0.v20200519-1135.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (487.54kB) [2020-08-08T21:37:00.338Z] [INFO] Fetching org.eclipse.emf.ecore_2.22.0.v20200519-1135.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (487.54kB) [2020-08-08T21:37:00.595Z] [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.900.v20200513-0930.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.02kB) [2020-08-08T21:37:00.595Z] [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.900.v20200513-0930.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.02kB) [2020-08-08T21:37:00.851Z] [INFO] Fetching org.eclipse.swt_3.114.100.v20200604-0951.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16kB) [2020-08-08T21:37:00.851Z] [INFO] Fetching org.eclipse.swt_3.114.100.v20200604-0951.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16kB) [2020-08-08T21:37:00.851Z] [INFO] Fetching org.eclipse.e4.ui.services_1.3.700.v20190930-1643.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.16kB) [2020-08-08T21:37:00.851Z] [INFO] Fetching org.eclipse.e4.ui.services_1.3.700.v20190930-1643.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.16kB) [2020-08-08T21:37:01.107Z] [INFO] Fetching org.eclipse.jface_3.20.0.v20200505-1952.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (361.92kB) [2020-08-08T21:37:01.107Z] [INFO] Fetching org.eclipse.jface_3.20.0.v20200505-1952.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (361.92kB) [2020-08-08T21:37:01.363Z] [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.1200.v20200513-0930.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (66.16kB) [2020-08-08T21:37:01.363Z] [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.1200.v20200513-0930.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (66.16kB) [2020-08-08T21:37:01.363Z] [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.1000.v20200525-0806.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (65.8kB) [2020-08-08T21:37:01.363Z] [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.1000.v20200525-0806.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (65.8kB) [2020-08-08T21:37:01.619Z] [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.700.v20200527-0719.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.47kB) [2020-08-08T21:37:01.619Z] [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.700.v20200527-0719.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.47kB) [2020-08-08T21:37:01.619Z] [INFO] Fetching org.eclipse.e4.ui.di_1.2.800.v20200128-0855.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.76kB) [2020-08-08T21:37:01.619Z] [INFO] Fetching org.eclipse.e4.ui.di_1.2.800.v20200128-0855.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.76kB) [2020-08-08T21:37:01.875Z] [INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.800.v20200522-0923.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (27.84kB) [2020-08-08T21:37:01.875Z] [INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.800.v20200522-0923.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (27.84kB) [2020-08-08T21:37:01.875Z] [INFO] Fetching org.eclipse.e4.ui.ide_3.15.100.v20200323-2111.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (7.94kB) [2020-08-08T21:37:01.875Z] [INFO] Fetching org.eclipse.e4.ui.ide_3.15.100.v20200323-2111.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (7.94kB) [2020-08-08T21:37:02.130Z] [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.700.v20200113-1422.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (111.14kB) [2020-08-08T21:37:02.130Z] [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.700.v20200113-1422.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (111.14kB) [2020-08-08T21:37:02.130Z] [INFO] Fetching org.eclipse.equinox.event_1.5.400.v20200511-1702.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.62kB) [2020-08-08T21:37:02.130Z] [INFO] Fetching org.eclipse.equinox.event_1.5.400.v20200511-1702.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.62kB) [2020-08-08T21:37:02.387Z] [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.700.v20191222-1048.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.45kB) [2020-08-08T21:37:02.387Z] [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.700.v20191222-1048.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (9.45kB) [2020-08-08T21:37:02.387Z] [INFO] Fetching org.eclipse.e4.ui.workbench_1.11.300.v20200514-1625.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (85.1kB) [2020-08-08T21:37:02.387Z] [INFO] Fetching org.eclipse.e4.ui.workbench_1.11.300.v20200514-1625.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (85.1kB) [2020-08-08T21:37:02.643Z] [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (51kB) [2020-08-08T21:37:02.643Z] [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (51kB) [2020-08-08T21:37:02.643Z] [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (84.02kB) [2020-08-08T21:37:02.643Z] [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (84.02kB) [2020-08-08T21:37:02.899Z] [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.1000.v20200517-1848.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (49.88kB) [2020-08-08T21:37:02.899Z] [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.1000.v20200517-1848.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (49.88kB) [2020-08-08T21:37:02.899Z] [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.1200.v20200529-1321.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (95.01kB) [2020-08-08T21:37:02.899Z] [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.1200.v20200529-1321.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (95.01kB) [2020-08-08T21:37:03.155Z] [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.1000.v20200514-1625.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (60.86kB) [2020-08-08T21:37:03.155Z] [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.1000.v20200514-1625.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (60.86kB) [2020-08-08T21:37:03.411Z] [INFO] Fetching org.eclipse.jface.databinding_1.11.100.v20200522-1835.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (77.88kB) [2020-08-08T21:37:03.411Z] [INFO] Fetching org.eclipse.jface.databinding_1.11.100.v20200522-1835.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (77.88kB) [2020-08-08T21:37:03.411Z] [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.400.v20191216-0805.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.07kB) [2020-08-08T21:37:03.411Z] [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.400.v20191216-0805.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.07kB) [2020-08-08T21:37:03.667Z] [INFO] Fetching org.eclipse.urischeme_1.1.0.v20200603-1117.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (22.48kB) [2020-08-08T21:37:03.667Z] [INFO] Fetching org.eclipse.urischeme_1.1.0.v20200603-1117.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (22.48kB) [2020-08-08T21:37:03.667Z] [INFO] Fetching org.eclipse.ui_3.117.0.v20200518-1705.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (363.6kB) [2020-08-08T21:37:03.667Z] [INFO] Fetching org.eclipse.ui_3.117.0.v20200518-1705.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (363.6kB) [2020-08-08T21:37:03.922Z] [INFO] Fetching org.eclipse.ui.ide_3.17.100.v20200530-0835.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (957.79kB) [2020-08-08T21:37:03.922Z] [INFO] Fetching org.eclipse.ui.ide_3.17.100.v20200530-0835.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (957.79kB) [2020-08-08T21:37:04.482Z] [INFO] Fetching org.eclipse.ecf.filetransfer_5.1.0.v20200217-0016.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (20.34kB) [2020-08-08T21:37:04.482Z] [INFO] Fetching org.eclipse.ecf.filetransfer_5.1.0.v20200217-0016.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (20.34kB) [2020-08-08T21:37:04.482Z] [INFO] Fetching org.eclipse.ecf_3.9.5.v20200217-1548.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (48.04kB) [2020-08-08T21:37:04.482Z] [INFO] Fetching org.eclipse.ecf_3.9.5.v20200217-1548.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (48.04kB) [2020-08-08T21:37:04.482Z] [INFO] Fetching org.eclipse.ecf.identity_3.9.300.v20191020-1846.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (27.11kB) [2020-08-08T21:37:04.482Z] [INFO] Fetching org.eclipse.ecf.identity_3.9.300.v20191020-1846.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (27.11kB) [2020-08-08T21:37:04.739Z] [INFO] Fetching org.eclipse.equinox.concurrent_1.1.500.v20200106-1437.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.22kB) [2020-08-08T21:37:04.739Z] [INFO] Fetching org.eclipse.equinox.concurrent_1.1.500.v20200106-1437.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (12.22kB) [2020-08-08T21:37:04.739Z] [INFO] Fetching org.eclipse.emf.common_2.19.0.v20200324-0932.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (115.11kB) [2020-08-08T21:37:04.739Z] [INFO] Fetching org.eclipse.emf.common_2.19.0.v20200324-0932.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (115.11kB) [2020-08-08T21:37:04.995Z] [INFO] Fetching org.eclipse.equinox.bidi_1.2.300.v20191213-1901.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.95kB) [2020-08-08T21:37:04.995Z] [INFO] Fetching org.eclipse.equinox.bidi_1.2.300.v20191213-1901.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.95kB) [2020-08-08T21:37:04.995Z] [INFO] Fetching org.eclipse.equinox.p2.core_2.6.300.v20200211-1504.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (32.04kB) [2020-08-08T21:37:04.995Z] [INFO] Fetching org.eclipse.equinox.p2.core_2.6.300.v20200211-1504.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (32.04kB) [2020-08-08T21:37:05.251Z] [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.700.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (74.47kB) [2020-08-08T21:37:05.251Z] [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.700.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (74.47kB) [2020-08-08T21:37:05.251Z] [INFO] Fetching org.eclipse.equinox.p2.metadata_2.5.0.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (107.88kB) [2020-08-08T21:37:05.251Z] [INFO] Fetching org.eclipse.equinox.p2.metadata_2.5.0.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (107.88kB) [2020-08-08T21:37:05.507Z] [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (50.94kB) [2020-08-08T21:37:05.507Z] [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (50.94kB) [2020-08-08T21:37:05.762Z] [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.700.v20200110-2121.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (55.47kB) [2020-08-08T21:37:05.762Z] [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.700.v20200110-2121.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (55.47kB) [2020-08-08T21:37:05.762Z] [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (44.42kB) [2020-08-08T21:37:05.762Z] [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (44.42kB) [2020-08-08T21:37:06.017Z] [INFO] Fetching org.eclipse.equinox.security_1.3.500.v20200114-1637.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (44.56kB) [2020-08-08T21:37:06.017Z] [INFO] Fetching org.eclipse.equinox.security_1.3.500.v20200114-1637.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (44.56kB) [2020-08-08T21:37:06.017Z] [INFO] Fetching org.eclipse.help_3.8.800.v20200525-0755.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (120.7kB) [2020-08-08T21:37:06.017Z] [INFO] Fetching org.eclipse.help_3.8.800.v20200525-0755.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (120.7kB) [2020-08-08T21:37:06.273Z] [INFO] Fetching org.eclipse.jface.text_3.16.300.v20200526-0811.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (316.88kB) [2020-08-08T21:37:06.273Z] [INFO] Fetching org.eclipse.jface.text_3.16.300.v20200526-0811.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (316.88kB) [2020-08-08T21:37:06.529Z] [INFO] Fetching org.eclipse.text_3.10.200.v20200428-0633.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (100.5kB) [2020-08-08T21:37:06.529Z] [INFO] Fetching org.eclipse.text_3.10.200.v20200428-0633.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (100.5kB) [2020-08-08T21:37:06.529Z] [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.114.100.v20200604-0951.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (955.98kB) [2020-08-08T21:37:06.529Z] [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.114.100.v20200604-0951.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (955.98kB) [2020-08-08T21:37:07.089Z] [INFO] Fetching org.eclipse.ui.workbench_3.119.0.v20200521-1247.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (997.92kB) [2020-08-08T21:37:07.089Z] [INFO] Fetching org.eclipse.ui.workbench_3.119.0.v20200521-1247.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (997.92kB) [2020-08-08T21:37:08.031Z] [INFO] Fetching org.eclipse.ui.navigator_3.9.300.v20200513-0930.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (131.02kB) [2020-08-08T21:37:08.031Z] [INFO] Fetching org.eclipse.ui.navigator_3.9.300.v20200513-0930.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (131.02kB) [2020-08-08T21:37:08.031Z] [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.71kB) [2020-08-08T21:37:08.031Z] [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.71kB) [2020-08-08T21:37:08.286Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease/pom.xml [2020-08-08T21:37:08.286Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.classloader:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.classloader/pom.xml [2020-08-08T21:37:08.286Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.classloader:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.classloader/pom.xml [2020-08-08T21:37:08.286Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.classloader:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.classloader/pom.xml [2020-08-08T21:37:08.286Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.ui:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui/pom.xml [2020-08-08T21:37:08.286Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.ui:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui/pom.xml [2020-08-08T21:37:08.543Z] [INFO] Fetching org.eclipse.compare.core_3.6.900.v20200412-2017.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (32.85kB) [2020-08-08T21:37:08.543Z] [INFO] Fetching org.eclipse.compare.core_3.6.900.v20200412-2017.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (32.85kB) [2020-08-08T21:37:08.543Z] [INFO] Fetching org.eclipse.core.filebuffers_3.6.1000.v20200409-1035.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (41.15kB) [2020-08-08T21:37:08.543Z] [INFO] Fetching org.eclipse.core.filebuffers_3.6.1000.v20200409-1035.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (41.15kB) [2020-08-08T21:37:08.798Z] [INFO] Fetching org.eclipse.debug.ui_3.14.500.v20200520-0842.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1MB) [2020-08-08T21:37:08.798Z] [INFO] Fetching org.eclipse.debug.ui_3.14.500.v20200520-0842.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1MB) [2020-08-08T21:37:09.360Z] [INFO] Fetching org.eclipse.ui.console_3.9.200.v20200511-1122.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (85.4kB) [2020-08-08T21:37:09.360Z] [INFO] Fetching org.eclipse.ui.console_3.9.200.v20200511-1122.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (85.4kB) [2020-08-08T21:37:09.360Z] [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.14.200.v20200421-1954.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (233.97kB) [2020-08-08T21:37:09.615Z] [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.14.200.v20200421-1954.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (233.97kB) [2020-08-08T21:37:09.616Z] [INFO] Fetching org.eclipse.ui.editors_3.13.200.v20200501-2307.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (199.91kB) [2020-08-08T21:37:09.616Z] [INFO] Fetching org.eclipse.ui.editors_3.13.200.v20200501-2307.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (199.91kB) [2020-08-08T21:37:09.872Z] [INFO] Fetching org.eclipse.ui.forms_3.9.100.v20200413-1417.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (124.18kB) [2020-08-08T21:37:09.872Z] [INFO] Fetching org.eclipse.ui.forms_3.9.100.v20200413-1417.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (124.18kB) [2020-08-08T21:37:10.128Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.ui:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui/pom.xml [2020-08-08T21:37:10.128Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.ui.completions.java:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.completions.java/pom.xml [2020-08-08T21:37:10.128Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.ui.completions.java:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.completions.java/pom.xml [2020-08-08T21:37:10.128Z] [INFO] Fetching org.eclipse.compare_3.7.1000.v20200511-1203.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (306.31kB) [2020-08-08T21:37:10.384Z] [INFO] Fetching org.eclipse.compare_3.7.1000.v20200511-1203.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (306.31kB) [2020-08-08T21:37:10.384Z] [INFO] Fetching org.eclipse.ui.views_3.10.300.v20200311-1018.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (48.59kB) [2020-08-08T21:37:10.640Z] [INFO] Fetching org.eclipse.ui.views_3.10.300.v20200311-1018.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (48.59kB) [2020-08-08T21:37:10.640Z] [INFO] Fetching org.eclipse.jdt.ui_3.21.100.v20200602-0959.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (3.94MB) [2020-08-08T21:37:10.640Z] [INFO] Fetching org.eclipse.jdt.ui_3.21.100.v20200602-0959.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (3.94MB) [2020-08-08T21:37:13.155Z] [INFO] Fetching org.eclipse.jdt.core_3.22.0.v20200530-2032.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (6.83MB) [2020-08-08T21:37:13.155Z] [INFO] Fetching org.eclipse.jdt.core_3.22.0.v20200530-2032.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (6.83MB) [2020-08-08T21:37:13.412Z] [INFO] Fetching org.objectweb.asm_8.0.1.v20200420-1007.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (60.93kB) [2020-08-08T21:37:13.412Z] [INFO] Fetching org.objectweb.asm_8.0.1.v20200420-1007.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (60.93kB) [2020-08-08T21:37:13.412Z] [INFO] Fetching org.eclipse.jdt.core.manipulation_1.14.0.v20200526-0740.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (493.48kB) [2020-08-08T21:37:13.412Z] [INFO] Fetching org.eclipse.jdt.core.manipulation_1.14.0.v20200526-0740.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (493.48kB) [2020-08-08T21:37:13.973Z] [INFO] Fetching org.eclipse.ltk.core.refactoring_3.11.0.v20200515-0330.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (105.75kB) [2020-08-08T21:37:13.973Z] [INFO] Fetching org.eclipse.ltk.core.refactoring_3.11.0.v20200515-0330.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (105.75kB) [2020-08-08T21:37:13.973Z] [INFO] Fetching org.eclipse.jdt.launching_3.17.100.v20200526-1503.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (281.75kB) [2020-08-08T21:37:13.973Z] [INFO] Fetching org.eclipse.jdt.launching_3.17.100.v20200526-1503.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (281.75kB) [2020-08-08T21:37:14.229Z] [INFO] Fetching org.eclipse.jdt.debug_3.15.100.v20200525-2012.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (966.69kB) [2020-08-08T21:37:14.484Z] [INFO] Fetching org.eclipse.jdt.debug_3.15.100.v20200525-2012.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (966.69kB) [2020-08-08T21:37:14.740Z] [INFO] Fetching org.eclipse.search_3.11.1000.v20200410-1852.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (215.04kB) [2020-08-08T21:37:14.740Z] [INFO] Fetching org.eclipse.search_3.11.1000.v20200410-1852.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (215.04kB) [2020-08-08T21:37:14.740Z] [INFO] Fetching org.eclipse.team.ui_3.8.900.v20200422-1935.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (492.92kB) [2020-08-08T21:37:14.740Z] [INFO] Fetching org.eclipse.team.ui_3.8.900.v20200422-1935.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (492.92kB) [2020-08-08T21:37:15.302Z] [INFO] Fetching org.eclipse.team.core_3.8.1000.v20200428-1255.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (124.89kB) [2020-08-08T21:37:15.302Z] [INFO] Fetching org.eclipse.team.core_3.8.1000.v20200428-1255.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (124.89kB) [2020-08-08T21:37:15.302Z] [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.11.0.v20200515-0330.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (176.74kB) [2020-08-08T21:37:15.302Z] [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.11.0.v20200515-0330.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (176.74kB) [2020-08-08T21:37:15.557Z] [INFO] Fetching org.eclipse.ui.navigator.resources_3.7.300.v20200417-1241.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (71.64kB) [2020-08-08T21:37:15.557Z] [INFO] Fetching org.eclipse.ui.navigator.resources_3.7.300.v20200417-1241.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (71.64kB) [2020-08-08T21:37:15.557Z] [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.900.v20200513-0930.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (40.75kB) [2020-08-08T21:37:15.812Z] [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.900.v20200513-0930.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (40.75kB) [2020-08-08T21:37:15.812Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.ui.completions.java:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.completions.java/pom.xml [2020-08-08T21:37:15.812Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.ui.scripts:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.scripts/pom.xml [2020-08-08T21:37:15.812Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.ui.scripts:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.scripts/pom.xml [2020-08-08T21:37:16.067Z] [INFO] Fetching com.google.gson_2.8.2.v20180104-1110.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (79.97kB) [2020-08-08T21:37:16.067Z] [INFO] Fetching com.google.gson_2.8.2.v20180104-1110.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (79.97kB) [2020-08-08T21:37:16.067Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.ui.scripts:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.scripts/pom.xml [2020-08-08T21:37:16.323Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.help:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.help/pom.xml [2020-08-08T21:37:16.323Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.help:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.help/pom.xml [2020-08-08T21:37:16.323Z] [INFO] Fetching com.google.guava_27.1.0.v20190517-1946.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (743.15kB) [2020-08-08T21:37:16.323Z] [INFO] Fetching com.google.guava_27.1.0.v20190517-1946.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (743.15kB) [2020-08-08T21:37:16.884Z] [INFO] Fetching com.google.javascript_0.0.20160315.v20161124-1903.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.14MB) [2020-08-08T21:37:17.140Z] [INFO] Fetching com.google.javascript_0.0.20160315.v20161124-1903.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.14MB) [2020-08-08T21:37:17.701Z] [INFO] Fetching com.google.protobuf_2.4.0.v201105131100.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (611.72kB) [2020-08-08T21:37:17.701Z] [INFO] Fetching com.google.protobuf_2.4.0.v201105131100.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (611.72kB) [2020-08-08T21:37:19.064Z] [INFO] Fetching org.jython_2.7.0.I201609090924.jar from https://bintray.com/artifact/download/pontesegger/ease-engines/plugins/ (28.17MB) [2020-08-08T21:37:19.064Z] [INFO] Fetching org.jython_2.7.0.I201609090924.jar from https://bintray.com/artifact/download/pontesegger/ease-engines/plugins/ (28.17MB) [2020-08-08T21:37:19.991Z] [INFO] Fetching org.jython_2.7.0.I201609090924.jar from https://bintray.com/artifact/download/pontesegger/ease-engines/plugins/ (25.22MB of 28.17MB at 24.58MB/s) [2020-08-08T21:37:19.991Z] [INFO] Fetching org.eclipse.ant.core_3.5.700.v20191221-1203.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (72.39kB) [2020-08-08T21:37:19.991Z] [INFO] Fetching org.eclipse.ant.core_3.5.700.v20191221-1203.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (72.39kB) [2020-08-08T21:37:20.918Z] [INFO] Fetching org.codehaus.groovy_2.4.6.I201610061113.jar from https://bintray.com/artifact/download/pontesegger/ease-engines/plugins/ (6.51MB) [2020-08-08T21:37:20.918Z] [INFO] Fetching org.codehaus.groovy_2.4.6.I201610061113.jar from https://bintray.com/artifact/download/pontesegger/ease-engines/plugins/ (6.51MB) [2020-08-08T21:37:21.479Z] [INFO] Fetching org.mozilla.javascript_1.7.10.v20190430-1943.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200529191137/repository/plugins/ (485.91kB) [2020-08-08T21:37:21.479Z] [INFO] Fetching org.mozilla.javascript_1.7.10.v20190430-1943.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200529191137/repository/plugins/ (485.91kB) [2020-08-08T21:37:21.735Z] [INFO] Fetching org.eclipse.wst.jsdt.ui_2.1.0.v202005221335.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (2.32MB) [2020-08-08T21:37:21.735Z] [INFO] Fetching org.eclipse.wst.jsdt.ui_2.1.0.v202005221335.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (2.32MB) [2020-08-08T21:37:23.623Z] [INFO] Fetching org.eclipse.wst.jsdt.debug.ui_1.1.0.v202005251709.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (82.2kB) [2020-08-08T21:37:23.623Z] [INFO] Fetching org.eclipse.wst.jsdt.debug.ui_1.1.0.v202005251709.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (82.2kB) [2020-08-08T21:37:23.623Z] [INFO] Fetching org.eclipse.wst.jsdt.core_2.0.303.v202005041016.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.2MB) [2020-08-08T21:37:23.623Z] [INFO] Fetching org.eclipse.wst.jsdt.core_2.0.303.v202005041016.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.2MB) [2020-08-08T21:37:24.190Z] [INFO] Fetching org.eclipse.pde.core_3.13.400.v20200415-0531.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.29MB) [2020-08-08T21:37:24.447Z] [INFO] Fetching org.eclipse.pde.core_3.13.400.v20200415-0531.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (1.29MB) [2020-08-08T21:37:24.703Z] [INFO] Fetching py4j-java_0.10.8.1-bnd-LoVopg.jar from https://dl.bintray.com/py4j/py4j-eclipse/0.10.8.1/plugins/ (119.69kB) [2020-08-08T21:37:24.703Z] [INFO] Fetching py4j-java_0.10.8.1-bnd-LoVopg.jar from https://dl.bintray.com/py4j/py4j-eclipse/0.10.8.1/plugins/ (119.69kB) [2020-08-08T21:37:25.265Z] [INFO] Fetching py4j-python_0.10.8.1-bnd-2odeag.jar from https://dl.bintray.com/py4j/py4j-eclipse/0.10.8.1/plugins/ (78.62kB) [2020-08-08T21:37:25.265Z] [INFO] Fetching py4j-python_0.10.8.1-bnd-2odeag.jar from https://dl.bintray.com/py4j/py4j-eclipse/0.10.8.1/plugins/ (78.62kB) [2020-08-08T21:37:26.192Z] [INFO] Fetching org.jruby_9.0.5.I201610061226.jar from https://bintray.com/artifact/download/pontesegger/ease-engines/plugins/ (20.22MB) [2020-08-08T21:37:26.192Z] [INFO] Fetching org.jruby_9.0.5.I201610061226.jar from https://bintray.com/artifact/download/pontesegger/ease-engines/plugins/ (20.22MB) [2020-08-08T21:37:26.448Z] [INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (96.94kB) [2020-08-08T21:37:26.448Z] [INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (96.94kB) [2020-08-08T21:37:26.704Z] [INFO] Fetching org.eclipse.emf.edit.ui_2.18.0.v20200205-0529.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (108.42kB) [2020-08-08T21:37:26.704Z] [INFO] Fetching org.eclipse.emf.edit.ui_2.18.0.v20200205-0529.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (108.42kB) [2020-08-08T21:37:26.704Z] [INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (59.46kB) [2020-08-08T21:37:26.704Z] [INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (59.46kB) [2020-08-08T21:37:26.960Z] [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (19.47kB) [2020-08-08T21:37:26.960Z] [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (19.47kB) [2020-08-08T21:37:26.960Z] [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (34.56kB) [2020-08-08T21:37:26.961Z] [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (34.56kB) [2020-08-08T21:37:27.216Z] [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.500.v20200406-2025.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (58.11kB) [2020-08-08T21:37:27.216Z] [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.500.v20200406-2025.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (58.11kB) [2020-08-08T21:37:27.216Z] [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.600.v20200217-1130.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (38.9kB) [2020-08-08T21:37:27.216Z] [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.600.v20200217-1130.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (38.9kB) [2020-08-08T21:37:27.472Z] [INFO] Fetching org.eclipse.equinox.p2.director_2.4.700.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (47.99kB) [2020-08-08T21:37:27.728Z] [INFO] Fetching org.eclipse.equinox.p2.director_2.4.700.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (47.99kB) [2020-08-08T21:37:27.728Z] [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (116.64kB) [2020-08-08T21:37:27.728Z] [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (116.64kB) [2020-08-08T21:37:27.984Z] [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (81.19kB) [2020-08-08T21:37:27.984Z] [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (81.19kB) [2020-08-08T21:37:27.984Z] [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.500.v20200211-1505.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.81kB) [2020-08-08T21:37:27.984Z] [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.500.v20200211-1505.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (23.81kB) [2020-08-08T21:37:28.241Z] [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.600.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (37.85kB) [2020-08-08T21:37:28.241Z] [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.600.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (37.85kB) [2020-08-08T21:37:28.241Z] [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.400.v20200221-1022.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.86kB) [2020-08-08T21:37:28.241Z] [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.400.v20200221-1022.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (13.86kB) [2020-08-08T21:37:28.497Z] [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.400.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (43.28kB) [2020-08-08T21:37:28.497Z] [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.400.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (43.28kB) [2020-08-08T21:37:28.497Z] [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.600.v20200318-1507.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (105.95kB) [2020-08-08T21:37:28.497Z] [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.600.v20200318-1507.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (105.95kB) [2020-08-08T21:37:28.753Z] [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.64kB) [2020-08-08T21:37:28.753Z] [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.64kB) [2020-08-08T21:37:28.753Z] [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.500.v20200110-2121.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (121.9kB) [2020-08-08T21:37:28.753Z] [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.500.v20200110-2121.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (121.9kB) [2020-08-08T21:37:29.008Z] [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.600.v20200114-1339.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (46.47kB) [2020-08-08T21:37:29.008Z] [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.600.v20200114-1339.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (46.47kB) [2020-08-08T21:37:29.008Z] [INFO] Fetching org.eclipse.pde.build_3.10.800.v20200410-1419.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (478.57kB) [2020-08-08T21:37:29.008Z] [INFO] Fetching org.eclipse.pde.build_3.10.800.v20200410-1419.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (478.57kB) [2020-08-08T21:37:29.264Z] [INFO] Fetching org.eclipse.update.configurator_3.4.600.v20200422-1910.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (43.22kB) [2020-08-08T21:37:29.264Z] [INFO] Fetching org.eclipse.update.configurator_3.4.600.v20200422-1910.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (43.22kB) [2020-08-08T21:37:29.264Z] [INFO] Fetching org.eclipse.wst.common.core_1.3.0.v201903222010.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (24kB) [2020-08-08T21:37:29.264Z] [INFO] Fetching org.eclipse.wst.common.core_1.3.0.v201903222010.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (24kB) [2020-08-08T21:37:29.519Z] [INFO] Fetching org.eclipse.wst.common.environment_1.0.400.v201903222010.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (20.1kB) [2020-08-08T21:37:29.519Z] [INFO] Fetching org.eclipse.wst.common.environment_1.0.400.v201903222010.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (20.1kB) [2020-08-08T21:37:29.519Z] [INFO] Fetching org.eclipse.wst.common.frameworks_1.2.201.v201903222010.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (43.25kB) [2020-08-08T21:37:29.519Z] [INFO] Fetching org.eclipse.wst.common.frameworks_1.2.201.v201903222010.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (43.25kB) [2020-08-08T21:37:29.775Z] [INFO] Fetching org.eclipse.wst.common.project.facet.core_1.4.400.v201903222010.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (119.53kB) [2020-08-08T21:37:29.775Z] [INFO] Fetching org.eclipse.wst.common.project.facet.core_1.4.400.v201903222010.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (119.53kB) [2020-08-08T21:37:29.775Z] [INFO] Fetching org.eclipse.wst.validation_1.2.800.v201904082137.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (134.72kB) [2020-08-08T21:37:29.775Z] [INFO] Fetching org.eclipse.wst.validation_1.2.800.v201904082137.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (134.72kB) [2020-08-08T21:37:30.031Z] [INFO] Fetching org.eclipse.wst.jsdt.debug.core_3.2.200.v201903222047.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (52.43kB) [2020-08-08T21:37:30.031Z] [INFO] Fetching org.eclipse.wst.jsdt.debug.core_3.2.200.v201903222047.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (52.43kB) [2020-08-08T21:37:30.031Z] [INFO] Fetching org.eclipse.wst.jsdt.manipulation_1.0.601.v201903222047.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (21.36kB) [2020-08-08T21:37:30.287Z] [INFO] Fetching org.eclipse.wst.jsdt.manipulation_1.0.601.v201903222047.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (21.36kB) [2020-08-08T21:37:30.287Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.help:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.help/pom.xml [2020-08-08T21:37:30.542Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.feature/pom.xml [2020-08-08T21:37:33.057Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.feature/pom.xml [2020-08-08T21:37:33.057Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.feature/pom.xml [2020-08-08T21:37:33.057Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.ui.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.ui.feature/pom.xml [2020-08-08T21:37:33.057Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.ui.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.ui.feature/pom.xml [2020-08-08T21:37:33.057Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.ui.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.ui.feature/pom.xml [2020-08-08T21:37:33.057Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript/pom.xml [2020-08-08T21:37:33.057Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript/pom.xml [2020-08-08T21:37:33.057Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript/pom.xml [2020-08-08T21:37:33.057Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.ui:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.ui/pom.xml [2020-08-08T21:37:33.057Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.ui:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.ui/pom.xml [2020-08-08T21:37:33.057Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.ui:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.ui/pom.xml [2020-08-08T21:37:33.057Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.rhino:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.rhino/pom.xml [2020-08-08T21:37:33.057Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.rhino:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.rhino/pom.xml [2020-08-08T21:37:33.313Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.rhino:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.rhino/pom.xml [2020-08-08T21:37:33.313Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.nashorn:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.nashorn/pom.xml [2020-08-08T21:37:33.313Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.nashorn:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.nashorn/pom.xml [2020-08-08T21:37:33.313Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.nashorn:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.nashorn/pom.xml [2020-08-08T21:37:33.569Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.javascript.feature/pom.xml [2020-08-08T21:37:33.569Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.javascript.feature/pom.xml [2020-08-08T21:37:33.569Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.javascript.feature/pom.xml [2020-08-08T21:37:33.569Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python/pom.xml [2020-08-08T21:37:33.569Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python/pom.xml [2020-08-08T21:37:33.569Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python/pom.xml [2020-08-08T21:37:33.824Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.feature/pom.xml [2020-08-08T21:37:33.824Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.feature/pom.xml [2020-08-08T21:37:33.824Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.feature/pom.xml [2020-08-08T21:37:33.824Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.jython:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.jython/pom.xml [2020-08-08T21:37:33.824Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.jython:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.jython/pom.xml [2020-08-08T21:37:33.824Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.jython:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.jython/pom.xml [2020-08-08T21:37:34.080Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.python.jython.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.jython.feature/pom.xml [2020-08-08T21:37:34.080Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.python.jython.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.jython.feature/pom.xml [2020-08-08T21:37:34.080Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.python.jython.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.jython.feature/pom.xml [2020-08-08T21:37:34.080Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.py4j:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.py4j/pom.xml [2020-08-08T21:37:34.080Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.py4j:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.py4j/pom.xml [2020-08-08T21:37:34.080Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.py4j:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.py4j/pom.xml [2020-08-08T21:37:34.080Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.py4j.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.py4j.feature/pom.xml [2020-08-08T21:37:34.080Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.py4j.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.py4j.feature/pom.xml [2020-08-08T21:37:34.336Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.py4j.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.py4j.feature/pom.xml [2020-08-08T21:37:34.336Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.jvm.compiled:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.jvm.compiled/pom.xml [2020-08-08T21:37:34.336Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.jvm.compiled:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.jvm.compiled/pom.xml [2020-08-08T21:37:34.336Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.jvm.compiled:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.jvm.compiled/pom.xml [2020-08-08T21:37:34.336Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.jvm.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.jvm.feature/pom.xml [2020-08-08T21:37:34.336Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.jvm.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.jvm.feature/pom.xml [2020-08-08T21:37:34.592Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.jvm.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.jvm.feature/pom.xml [2020-08-08T21:37:34.592Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.groovy:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy/pom.xml [2020-08-08T21:37:34.592Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.groovy:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy/pom.xml [2020-08-08T21:37:34.592Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.groovy:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy/pom.xml [2020-08-08T21:37:34.592Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.groovy.interpreter:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy.interpreter/pom.xml [2020-08-08T21:37:34.592Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.groovy.interpreter:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy.interpreter/pom.xml [2020-08-08T21:37:34.848Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.groovy.interpreter:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy.interpreter/pom.xml [2020-08-08T21:37:34.848Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.groovy.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.groovy.feature/pom.xml [2020-08-08T21:37:34.848Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.groovy.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.groovy.feature/pom.xml [2020-08-08T21:37:34.848Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.groovy.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.groovy.feature/pom.xml [2020-08-08T21:37:34.848Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.ruby:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby/pom.xml [2020-08-08T21:37:34.848Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.ruby:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby/pom.xml [2020-08-08T21:37:34.848Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.ruby:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby/pom.xml [2020-08-08T21:37:35.104Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.ruby.jruby:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby.jruby/pom.xml [2020-08-08T21:37:35.104Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.ruby.jruby:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby.jruby/pom.xml [2020-08-08T21:37:35.104Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.ruby.jruby:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby.jruby/pom.xml [2020-08-08T21:37:35.104Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.ruby.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.ruby.feature/pom.xml [2020-08-08T21:37:35.104Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.ruby.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.ruby.feature/pom.xml [2020-08-08T21:37:35.104Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.ruby.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.ruby.feature/pom.xml [2020-08-08T21:37:35.104Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.scriptarchive:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive/pom.xml [2020-08-08T21:37:35.359Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.scriptarchive:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive/pom.xml [2020-08-08T21:37:35.359Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.scriptarchive:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive/pom.xml [2020-08-08T21:37:35.359Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.ui:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive.ui/pom.xml [2020-08-08T21:37:35.359Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.ui:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive.ui/pom.xml [2020-08-08T21:37:35.359Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.ui:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive.ui/pom.xml [2020-08-08T21:37:35.360Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.scriptarchive.feature/pom.xml [2020-08-08T21:37:35.360Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.scriptarchive.feature/pom.xml [2020-08-08T21:37:35.615Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.scriptarchive.feature/pom.xml [2020-08-08T21:37:35.615Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.unittest:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest/pom.xml [2020-08-08T21:37:35.615Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.unittest:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest/pom.xml [2020-08-08T21:37:35.615Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.unittest:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest/pom.xml [2020-08-08T21:37:35.616Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.unittest.ui:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest.ui/pom.xml [2020-08-08T21:37:35.616Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.unittest.ui:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest.ui/pom.xml [2020-08-08T21:37:35.871Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.unittest.ui:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest.ui/pom.xml [2020-08-08T21:37:35.871Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.unittest.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.unittest.feature/pom.xml [2020-08-08T21:37:35.871Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.unittest.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.unittest.feature/pom.xml [2020-08-08T21:37:35.871Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.unittest.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.unittest.feature/pom.xml [2020-08-08T21:37:35.871Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.releng.p2:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/releng/org.eclipse.ease.releng.p2/pom.xml [2020-08-08T21:37:35.871Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.releng.p2:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/releng/org.eclipse.ease.releng.p2/pom.xml [2020-08-08T21:37:36.126Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.releng.p2:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/releng/org.eclipse.ease.releng.p2/pom.xml [2020-08-08T21:37:36.126Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.testhelper:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.testhelper/pom.xml [2020-08-08T21:37:36.126Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.testhelper:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.testhelper/pom.xml [2020-08-08T21:37:36.382Z] [INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20191115185527/repository/ [2020-08-08T21:37:36.382Z] [INFO] Fetching org.mockito_1.9.5.v201605172210.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (632.98kB) [2020-08-08T21:37:36.382Z] [INFO] Fetching org.mockito_1.9.5.v201605172210.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (632.98kB) [2020-08-08T21:37:36.638Z] [INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (123kB) [2020-08-08T21:37:36.894Z] [INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (123kB) [2020-08-08T21:37:36.894Z] [INFO] Fetching org.hamcrest_1.1.0.v20090501071000.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (8.34kB) [2020-08-08T21:37:36.894Z] [INFO] Fetching org.hamcrest_1.1.0.v20090501071000.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (8.34kB) [2020-08-08T21:37:37.149Z] [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (29.18kB) [2020-08-08T21:37:37.150Z] [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (29.18kB) [2020-08-08T21:37:37.150Z] [INFO] Fetching org.hamcrest.library_1.3.0.v20180524-2246.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (32.1kB) [2020-08-08T21:37:37.150Z] [INFO] Fetching org.hamcrest.library_1.3.0.v20180524-2246.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (32.1kB) [2020-08-08T21:37:37.406Z] [INFO] Fetching org.hamcrest.integration_1.3.0.v201305210900.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (10.06kB) [2020-08-08T21:37:37.406Z] [INFO] Fetching org.hamcrest.integration_1.3.0.v201305210900.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (10.06kB) [2020-08-08T21:37:37.406Z] [INFO] Fetching org.hamcrest.text_1.1.0.v20090501071000.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (15.42kB) [2020-08-08T21:37:37.661Z] [INFO] Fetching org.hamcrest.text_1.1.0.v20090501071000.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (15.42kB) [2020-08-08T21:37:37.661Z] [INFO] Fetching org.objenesis_1.0.0.v201505121915.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (15.04kB) [2020-08-08T21:37:37.661Z] [INFO] Fetching org.objenesis_1.0.0.v201505121915.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/plugins/ (15.04kB) [2020-08-08T21:37:37.661Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.testhelper:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.testhelper/pom.xml [2020-08-08T21:37:37.917Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/pom.xml [2020-08-08T21:37:37.917Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/pom.xml [2020-08-08T21:37:37.917Z] [INFO] Fetching org.eclipse.core.net_1.3.900.v20200428-1255.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (31.74kB) [2020-08-08T21:37:37.917Z] [INFO] Fetching org.eclipse.core.net_1.3.900.v20200428-1255.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (31.74kB) [2020-08-08T21:37:38.172Z] [INFO] Fetching org.eclipse.equinox.launcher_1.5.700.v20200207-2156.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (29.85kB) [2020-08-08T21:37:38.172Z] [INFO] Fetching org.eclipse.equinox.launcher_1.5.700.v20200207-2156.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (29.85kB) [2020-08-08T21:37:38.172Z] [INFO] Fetching org.eclipse.ui.ide.application_1.3.700.v20200525-1456.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (56.86kB) [2020-08-08T21:37:38.172Z] [INFO] Fetching org.eclipse.ui.ide.application_1.3.700.v20200525-1456.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (56.86kB) [2020-08-08T21:37:38.172Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/pom.xml [2020-08-08T21:37:38.428Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.nashorn.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/pom.xml [2020-08-08T21:37:38.428Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.nashorn.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/pom.xml [2020-08-08T21:37:38.428Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.nashorn.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/pom.xml [2020-08-08T21:37:38.428Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.rhino.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/pom.xml [2020-08-08T21:37:38.428Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.rhino.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/pom.xml [2020-08-08T21:37:38.685Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.rhino.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/pom.xml [2020-08-08T21:37:38.685Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/pom.xml [2020-08-08T21:37:38.685Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/pom.xml [2020-08-08T21:37:38.943Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/pom.xml [2020-08-08T21:37:38.943Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/pom.xml [2020-08-08T21:37:38.943Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/pom.xml [2020-08-08T21:37:38.943Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/pom.xml [2020-08-08T21:37:38.943Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.jython.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/pom.xml [2020-08-08T21:37:38.943Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.jython.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/pom.xml [2020-08-08T21:37:39.201Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.jython.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/pom.xml [2020-08-08T21:37:39.201Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.py4j.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/pom.xml [2020-08-08T21:37:39.201Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.py4j.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/pom.xml [2020-08-08T21:37:39.201Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.py4j.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/pom.xml [2020-08-08T21:37:39.460Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/pom.xml [2020-08-08T21:37:39.460Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/pom.xml [2020-08-08T21:37:39.460Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/pom.xml [2020-08-08T21:37:39.460Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.unittest.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.unittest.test/pom.xml [2020-08-08T21:37:39.460Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.unittest.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.unittest.test/pom.xml [2020-08-08T21:37:39.715Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.unittest.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.unittest.test/pom.xml [2020-08-08T21:37:39.715Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.ui.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/pom.xml [2020-08-08T21:37:39.715Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.ui.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/pom.xml [2020-08-08T21:37:39.971Z] [INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (33.35kB) [2020-08-08T21:37:39.971Z] [INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (33.35kB) [2020-08-08T21:37:39.971Z] [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (60.2kB) [2020-08-08T21:37:39.971Z] [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (60.2kB) [2020-08-08T21:37:40.226Z] [INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (55.73kB) [2020-08-08T21:37:40.226Z] [INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (55.73kB) [2020-08-08T21:37:40.226Z] [INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (2.36MB) [2020-08-08T21:37:40.226Z] [INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (2.36MB) [2020-08-08T21:37:40.482Z] [INFO] Fetching org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (696.23kB) [2020-08-08T21:37:40.482Z] [INFO] Fetching org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (696.23kB) [2020-08-08T21:37:41.043Z] [INFO] Fetching org.apache.lucene.core_8.4.1.v20200122-1459.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (962.55kB) [2020-08-08T21:37:41.043Z] [INFO] Fetching org.apache.lucene.core_8.4.1.v20200122-1459.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (962.55kB) [2020-08-08T21:37:41.604Z] [INFO] Fetching org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (3.42MB) [2020-08-08T21:37:41.859Z] [INFO] Fetching org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (3.42MB) [2020-08-08T21:37:42.420Z] [INFO] Fetching org.eclipse.help.ui_4.1.900.v20200525-0615.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (204.98kB) [2020-08-08T21:37:42.676Z] [INFO] Fetching org.eclipse.help.ui_4.1.900.v20200525-0615.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (204.98kB) [2020-08-08T21:37:42.932Z] [INFO] Fetching org.eclipse.help.webapp_3.9.900.v20200525-1514.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (273.05kB) [2020-08-08T21:37:42.932Z] [INFO] Fetching org.eclipse.help.webapp_3.9.900.v20200525-1514.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (273.05kB) [2020-08-08T21:37:43.188Z] [INFO] Fetching org.eclipse.equinox.http.jetty_3.7.400.v20200123-1333.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.59kB) [2020-08-08T21:37:43.188Z] [INFO] Fetching org.eclipse.equinox.http.jetty_3.7.400.v20200123-1333.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (16.59kB) [2020-08-08T21:37:43.188Z] [INFO] Fetching org.eclipse.ui.browser_3.6.800.v20200410-1405.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (97.9kB) [2020-08-08T21:37:43.188Z] [INFO] Fetching org.eclipse.ui.browser_3.6.800.v20200410-1405.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (97.9kB) [2020-08-08T21:37:43.188Z] [INFO] Fetching org.eclipse.equinox.http.servlet_1.6.500.v20200511-1535.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (76.4kB) [2020-08-08T21:37:43.443Z] [INFO] Fetching org.eclipse.equinox.http.servlet_1.6.500.v20200511-1535.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (76.4kB) [2020-08-08T21:37:43.443Z] [INFO] Fetching org.eclipse.jetty.http_9.4.29.v20200521.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (220.94kB) [2020-08-08T21:37:43.443Z] [INFO] Fetching org.eclipse.jetty.http_9.4.29.v20200521.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (220.94kB) [2020-08-08T21:37:43.443Z] [INFO] Fetching org.eclipse.jetty.server_9.4.29.v20200521.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (717.58kB) [2020-08-08T21:37:43.443Z] [INFO] Fetching org.eclipse.jetty.server_9.4.29.v20200521.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (717.58kB) [2020-08-08T21:37:43.698Z] [INFO] Fetching org.eclipse.jetty.servlet_9.4.29.v20200521.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (139.2kB) [2020-08-08T21:37:43.698Z] [INFO] Fetching org.eclipse.jetty.servlet_9.4.29.v20200521.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (139.2kB) [2020-08-08T21:37:43.699Z] [INFO] Fetching org.eclipse.jetty.util_9.4.29.v20200521.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (574.4kB) [2020-08-08T21:37:43.699Z] [INFO] Fetching org.eclipse.jetty.util_9.4.29.v20200521.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (574.4kB) [2020-08-08T21:37:43.954Z] [INFO] Fetching org.eclipse.equinox.http.registry_1.1.800.v20200422-1833.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (18.41kB) [2020-08-08T21:37:43.954Z] [INFO] Fetching org.eclipse.equinox.http.registry_1.1.800.v20200422-1833.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (18.41kB) [2020-08-08T21:37:43.954Z] [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.500.v20200422-1833.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.65kB) [2020-08-08T21:37:43.954Z] [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.500.v20200422-1833.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.65kB) [2020-08-08T21:37:44.209Z] [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.1.400.v20200422-1833.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (8.69kB) [2020-08-08T21:37:44.209Z] [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.1.400.v20200422-1833.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (8.69kB) [2020-08-08T21:37:44.209Z] [INFO] Fetching org.eclipse.help.base_4.2.1000.v20200604-0540.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (164.23kB) [2020-08-08T21:37:44.464Z] [INFO] Fetching org.eclipse.help.base_4.2.1000.v20200604-0540.jar.pack.gz from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (164.23kB) [2020-08-08T21:37:44.720Z] [INFO] Fetching org.eclipse.jetty.io_9.4.29.v20200521.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (172.52kB) [2020-08-08T21:37:44.720Z] [INFO] Fetching org.eclipse.jetty.io_9.4.29.v20200521.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (172.52kB) [2020-08-08T21:37:44.720Z] [INFO] Fetching org.eclipse.jetty.security_9.4.29.v20200521.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (126.54kB) [2020-08-08T21:37:44.720Z] [INFO] Fetching org.eclipse.jetty.security_9.4.29.v20200521.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (126.54kB) [2020-08-08T21:37:44.976Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.ui.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/pom.xml [2020-08-08T21:37:44.976Z] [WARNING] The project org.eclipse.ease:org.eclipse.ease.releng:pom:0.8.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 [2020-08-08T21:37:44.976Z] [WARNING] The project org.eclipse.ease:ease.core:pom:0.4.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 [2020-08-08T21:37:44.976Z] [INFO] ------------------------------------------------------------------------ [2020-08-08T21:37:44.976Z] [INFO] Reactor Build Order: [2020-08-08T21:37:44.976Z] [INFO] [2020-08-08T21:37:44.976Z] [INFO] org.eclipse.ease.releng [pom] [2020-08-08T21:37:44.976Z] [INFO] org.eclipse.ease.classloader [eclipse-plugin] [2020-08-08T21:37:44.976Z] [INFO] org.eclipse.ease [eclipse-plugin] [2020-08-08T21:37:44.976Z] [INFO] org.eclipse.ease.ui [eclipse-plugin] [2020-08-08T21:37:44.976Z] [INFO] org.eclipse.ease.ui.completions.java [eclipse-plugin] [2020-08-08T21:37:44.976Z] [INFO] org.eclipse.ease.ui.scripts [eclipse-plugin] [2020-08-08T21:37:44.976Z] [INFO] org.eclipse.ease.lang.javascript [eclipse-plugin] [2020-08-08T21:37:44.976Z] [INFO] org.eclipse.ease.lang.scriptarchive [eclipse-plugin] [2020-08-08T21:37:44.976Z] [INFO] org.eclipse.ease.lang.python [eclipse-plugin] [2020-08-08T21:37:44.976Z] [INFO] org.eclipse.ease.lang.python.py4j [eclipse-plugin] [2020-08-08T21:37:44.976Z] [INFO] org.eclipse.ease.lang.groovy [eclipse-plugin] [2020-08-08T21:37:44.976Z] [INFO] org.eclipse.ease.lang.groovy.interpreter [eclipse-plugin] [2020-08-08T21:37:44.976Z] [INFO] org.eclipse.ease.lang.unittest [eclipse-plugin] [2020-08-08T21:37:44.976Z] [INFO] org.eclipse.ease.lang.unittest.ui [eclipse-plugin] [2020-08-08T21:37:44.976Z] [INFO] org.eclipse.ease.lang.ruby [eclipse-plugin] [2020-08-08T21:37:44.976Z] [INFO] org.eclipse.ease.lang.ruby.jruby [eclipse-plugin] [2020-08-08T21:37:44.976Z] [INFO] org.eclipse.ease.lang.javascript.nashorn [eclipse-plugin] [2020-08-08T21:37:44.976Z] [INFO] org.eclipse.ease.lang.javascript.rhino [eclipse-plugin] [2020-08-08T21:37:44.976Z] [INFO] org.eclipse.ease.lang.python.jython [eclipse-plugin] [2020-08-08T21:37:44.976Z] [INFO] org.eclipse.ease.lang.javascript.ui [eclipse-plugin] [2020-08-08T21:37:44.976Z] [INFO] org.eclipse.ease.lang.jvm.compiled [eclipse-plugin] [2020-08-08T21:37:44.976Z] [INFO] org.eclipse.ease.lang.scriptarchive.ui [eclipse-plugin] [2020-08-08T21:37:44.976Z] [INFO] org.eclipse.ease.help [eclipse-plugin] [2020-08-08T21:37:44.976Z] [INFO] org.eclipse.ease.feature [eclipse-feature] [2020-08-08T21:37:44.976Z] [INFO] org.eclipse.ease.ui.feature [eclipse-feature] [2020-08-08T21:37:44.977Z] [INFO] org.eclipse.ease.lang.javascript.feature [eclipse-feature] [2020-08-08T21:37:44.977Z] [INFO] org.eclipse.ease.lang.python.feature [eclipse-feature] [2020-08-08T21:37:44.977Z] [INFO] org.eclipse.ease.python.jython.feature [eclipse-feature] [2020-08-08T21:37:44.977Z] [INFO] org.eclipse.ease.lang.python.py4j.feature [eclipse-feature] [2020-08-08T21:37:44.977Z] [INFO] org.eclipse.ease.lang.jvm.feature [eclipse-feature] [2020-08-08T21:37:44.977Z] [INFO] org.eclipse.ease.lang.groovy.feature [eclipse-feature] [2020-08-08T21:37:44.977Z] [INFO] org.eclipse.ease.lang.ruby.feature [eclipse-feature] [2020-08-08T21:37:44.977Z] [INFO] org.eclipse.ease.lang.scriptarchive.feature [eclipse-feature] [2020-08-08T21:37:44.977Z] [INFO] org.eclipse.ease.lang.unittest.feature [eclipse-feature] [2020-08-08T21:37:44.977Z] [INFO] org.eclipse.ease.releng.target [eclipse-target-definition] [2020-08-08T21:37:44.977Z] [INFO] org.eclipse.ease.releng.p2 [eclipse-repository] [2020-08-08T21:37:44.977Z] [INFO] org.eclipse.ease.testhelper [eclipse-plugin] [2020-08-08T21:37:44.977Z] [INFO] org.eclipse.ease.test [eclipse-test-plugin] [2020-08-08T21:37:44.977Z] [INFO] org.eclipse.ease.lang.javascript.nashorn.test [eclipse-test-plugin] [2020-08-08T21:37:44.977Z] [INFO] org.eclipse.ease.lang.javascript.rhino.test [eclipse-test-plugin] [2020-08-08T21:37:44.977Z] [INFO] org.eclipse.ease.lang.javascript.test [eclipse-test-plugin] [2020-08-08T21:37:44.977Z] [INFO] org.eclipse.ease.lang.python.test [eclipse-test-plugin] [2020-08-08T21:37:44.977Z] [INFO] org.eclipse.ease.lang.python.jython.test [eclipse-test-plugin] [2020-08-08T21:37:44.977Z] [INFO] org.eclipse.ease.lang.python.py4j.test [eclipse-test-plugin] [2020-08-08T21:37:44.977Z] [INFO] org.eclipse.ease.lang.scriptarchive.test [eclipse-test-plugin] [2020-08-08T21:37:44.977Z] [INFO] org.eclipse.ease.lang.unittest.test [eclipse-test-plugin] [2020-08-08T21:37:44.977Z] [INFO] org.eclipse.ease.ui.test [eclipse-test-plugin] [2020-08-08T21:37:44.977Z] [INFO] EASE (Incubation) [pom] [2020-08-08T21:37:44.977Z] [INFO] [2020-08-08T21:37:44.977Z] [INFO] --------------< org.eclipse.ease:org.eclipse.ease.releng >-------------- [2020-08-08T21:37:44.977Z] [INFO] Building org.eclipse.ease.releng 0.8.0-SNAPSHOT [1/48] [2020-08-08T21:37:44.977Z] [INFO] --------------------------------[ pom ]--------------------------------- [2020-08-08T21:37:45.233Z] [INFO] [2020-08-08T21:37:45.233Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.releng --- [2020-08-08T21:37:45.233Z] [INFO] [2020-08-08T21:37:45.233Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.releng >>> [2020-08-08T21:37:45.233Z] [INFO] [2020-08-08T21:37:45.233Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.releng <<< [2020-08-08T21:37:45.233Z] [INFO] [2020-08-08T21:37:45.233Z] [INFO] [2020-08-08T21:37:45.233Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.releng --- [2020-08-08T21:37:48.500Z] [INFO] [2020-08-08T21:37:48.500Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.releng --- [2020-08-08T21:37:48.756Z] [INFO] [2020-08-08T21:37:48.756Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.releng --- [2020-08-08T21:37:48.756Z] [INFO] [2020-08-08T21:37:48.756Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.releng --- [2020-08-08T21:37:48.756Z] [INFO] [2020-08-08T21:37:48.756Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.releng --- [2020-08-08T21:37:48.756Z] [INFO] [2020-08-08T21:37:48.756Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.ease.releng --- [2020-08-08T21:37:49.011Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/releng/org.eclipse.ease.releng/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.releng/0.8.0-SNAPSHOT/org.eclipse.ease.releng-0.8.0-SNAPSHOT.pom [2020-08-08T21:37:49.011Z] [INFO] [2020-08-08T21:37:49.011Z] [INFO] -----------< org.eclipse.ease:org.eclipse.ease.classloader >------------ [2020-08-08T21:37:49.011Z] [INFO] Building org.eclipse.ease.classloader 0.8.0-SNAPSHOT [2/48] [2020-08-08T21:37:49.011Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-08-08T21:37:49.011Z] [INFO] [2020-08-08T21:37:49.011Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.classloader --- [2020-08-08T21:37:49.011Z] [INFO] [2020-08-08T21:37:49.011Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.classloader --- [2020-08-08T21:37:49.940Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-08T21:37:49.940Z] [INFO] [2020-08-08T21:37:49.940Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.classloader --- [2020-08-08T21:37:49.940Z] [INFO] [2020-08-08T21:37:49.940Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.classloader --- [2020-08-08T21:37:49.940Z] [INFO] [2020-08-08T21:37:49.940Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.classloader >>> [2020-08-08T21:37:49.940Z] [INFO] [2020-08-08T21:37:49.940Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.classloader --- [2020-08-08T21:37:49.940Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-08T21:37:49.940Z] [INFO] [2020-08-08T21:37:49.940Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.classloader --- [2020-08-08T21:37:49.940Z] [INFO] [2020-08-08T21:37:49.940Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.classloader --- [2020-08-08T21:37:49.940Z] [INFO] [2020-08-08T21:37:49.940Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.classloader <<< [2020-08-08T21:37:49.940Z] [INFO] [2020-08-08T21:37:49.940Z] [INFO] [2020-08-08T21:37:49.940Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.classloader --- [2020-08-08T21:37:50.196Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-08-08T21:37:51.122Z] [INFO] [2020-08-08T21:37:51.122Z] Loading source files for package org.eclipse.ease.classloader... [2020-08-08T21:37:51.122Z] Constructing Javadoc information... [2020-08-08T21:37:51.122Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.classloader/target/javadoc-bundle-options/package-list" [2020-08-08T21:37:51.122Z] No plugin definition found, skipping [2020-08-08T21:37:51.122Z] No plugin definition found, skipping [2020-08-08T21:37:51.122Z] [WARNING] Javadoc Warnings [2020-08-08T21:37:51.122Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5" [2020-08-08T21:37:51.122Z] [INFO] [2020-08-08T21:37:51.122Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.classloader --- [2020-08-08T21:37:51.122Z] [INFO] [2020-08-08T21:37:51.122Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.classloader --- [2020-08-08T21:37:51.683Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:37:51.683Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.classloader/src/main/resources [2020-08-08T21:37:51.683Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.classloader/help [2020-08-08T21:37:51.683Z] [INFO] [2020-08-08T21:37:51.683Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.classloader --- [2020-08-08T21:37:52.610Z] [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.classloader/target/classes [2020-08-08T21:37:52.883Z] [INFO] [2020-08-08T21:37:52.883Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.classloader --- [2020-08-08T21:37:52.883Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:37:52.883Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.classloader/src/test/resources [2020-08-08T21:37:52.883Z] [INFO] [2020-08-08T21:37:52.883Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.classloader --- [2020-08-08T21:37:52.883Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.classloader/target/org.eclipse.ease.classloader-0.8.0-SNAPSHOT-sources.jar [2020-08-08T21:37:52.883Z] [INFO] [2020-08-08T21:37:52.883Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.classloader --- [2020-08-08T21:37:52.883Z] [INFO] [2020-08-08T21:37:52.883Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.classloader --- [2020-08-08T21:37:52.883Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.classloader/target/org.eclipse.ease.classloader-0.8.0-SNAPSHOT.jar [2020-08-08T21:37:52.883Z] [INFO] [2020-08-08T21:37:52.883Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.classloader --- [2020-08-08T21:37:52.883Z] [INFO] [2020-08-08T21:37:52.883Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.classloader --- [2020-08-08T21:37:52.883Z] [INFO] [2020-08-08T21:37:52.883Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.classloader --- [2020-08-08T21:37:52.883Z] [INFO] [2020-08-08T21:37:52.883Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.classloader --- [2020-08-08T21:37:52.884Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.classloader/target/org.eclipse.ease.classloader-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.classloader/0.8.0-SNAPSHOT/org.eclipse.ease.classloader-0.8.0-SNAPSHOT.jar [2020-08-08T21:37:52.884Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.classloader/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.classloader/0.8.0-SNAPSHOT/org.eclipse.ease.classloader-0.8.0-SNAPSHOT.pom [2020-08-08T21:37:52.884Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.classloader/target/org.eclipse.ease.classloader-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.classloader/0.8.0-SNAPSHOT/org.eclipse.ease.classloader-0.8.0-SNAPSHOT-sources.jar [2020-08-08T21:37:52.884Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.classloader/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.classloader/0.8.0-SNAPSHOT/org.eclipse.ease.classloader-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:37:52.884Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.classloader/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.classloader/0.8.0-SNAPSHOT/org.eclipse.ease.classloader-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:37:52.884Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.classloader/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.classloader/0.8.0-SNAPSHOT/org.eclipse.ease.classloader-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:37:52.884Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.classloader/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.classloader/0.8.0-SNAPSHOT/org.eclipse.ease.classloader-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:37:52.884Z] [INFO] [2020-08-08T21:37:52.884Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.classloader --- [2020-08-08T21:37:52.884Z] [INFO] [2020-08-08T21:37:52.884Z] [INFO] -----------------< org.eclipse.ease:org.eclipse.ease >------------------ [2020-08-08T21:37:52.884Z] [INFO] Building org.eclipse.ease 0.8.0-SNAPSHOT [3/48] [2020-08-08T21:37:52.884Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-08-08T21:37:52.884Z] [INFO] [2020-08-08T21:37:52.884Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease --- [2020-08-08T21:37:52.884Z] [INFO] [2020-08-08T21:37:52.884Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease --- [2020-08-08T21:37:53.140Z] [INFO] The project's OSGi version is 0.8.0.I202007081054 [2020-08-08T21:37:53.140Z] [INFO] [2020-08-08T21:37:53.140Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease --- [2020-08-08T21:37:53.140Z] [INFO] [2020-08-08T21:37:53.140Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease --- [2020-08-08T21:37:53.140Z] [INFO] [2020-08-08T21:37:53.140Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease >>> [2020-08-08T21:37:53.140Z] [INFO] [2020-08-08T21:37:53.141Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease --- [2020-08-08T21:37:53.141Z] [INFO] The project's OSGi version is 0.8.0.I202007081054 [2020-08-08T21:37:53.141Z] [INFO] [2020-08-08T21:37:53.141Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease --- [2020-08-08T21:37:53.141Z] [INFO] [2020-08-08T21:37:53.141Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease --- [2020-08-08T21:37:53.141Z] [INFO] [2020-08-08T21:37:53.141Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease <<< [2020-08-08T21:37:53.141Z] [INFO] [2020-08-08T21:37:53.141Z] [INFO] [2020-08-08T21:37:53.141Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease --- [2020-08-08T21:37:53.397Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-08-08T21:37:54.762Z] [INFO] [2020-08-08T21:37:54.762Z] Loading source files for package org.eclipse.ease... [2020-08-08T21:37:54.762Z] Loading source files for package org.eclipse.ease.adapters... [2020-08-08T21:37:54.762Z] Loading source files for package org.eclipse.ease.applications... [2020-08-08T21:37:54.762Z] Loading source files for package org.eclipse.ease.debugging... [2020-08-08T21:37:54.762Z] Loading source files for package org.eclipse.ease.debugging.dispatcher... [2020-08-08T21:37:54.762Z] Loading source files for package org.eclipse.ease.debugging.events... [2020-08-08T21:37:54.762Z] Loading source files for package org.eclipse.ease.debugging.events.debugger... [2020-08-08T21:37:54.762Z] Loading source files for package org.eclipse.ease.debugging.events.model... [2020-08-08T21:37:54.762Z] Loading source files for package org.eclipse.ease.debugging.model... [2020-08-08T21:37:54.762Z] Loading source files for package org.eclipse.ease.modules... [2020-08-08T21:37:54.762Z] Loading source files for package org.eclipse.ease.security... [2020-08-08T21:37:54.762Z] Loading source files for package org.eclipse.ease.service... [2020-08-08T21:37:54.762Z] Loading source files for package org.eclipse.ease.sign... [2020-08-08T21:37:54.762Z] Loading source files for package org.eclipse.ease.tools... [2020-08-08T21:37:54.762Z] Loading source files for package org.eclipse.ease.urlhandler... [2020-08-08T21:37:54.762Z] Constructing Javadoc information... [2020-08-08T21:37:54.762Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease/target/javadoc-bundle-options/package-list" [2020-08-08T21:37:54.762Z] [WARNING] Javadoc Warnings [2020-08-08T21:37:54.762Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5" [2020-08-08T21:37:54.762Z] [INFO] [2020-08-08T21:37:54.762Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease --- [2020-08-08T21:37:54.762Z] [INFO] [2020-08-08T21:37:54.762Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease --- [2020-08-08T21:37:54.762Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:37:54.763Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease/src/main/resources [2020-08-08T21:37:54.763Z] [INFO] Copying 3 resources to help [2020-08-08T21:37:54.763Z] [INFO] [2020-08-08T21:37:54.763Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease --- [2020-08-08T21:37:54.763Z] [INFO] Compiling 110 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease/target/classes [2020-08-08T21:37:55.702Z] [INFO] [2020-08-08T21:37:55.702Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease --- [2020-08-08T21:37:55.702Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:37:55.702Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease/src/test/resources [2020-08-08T21:37:55.702Z] [INFO] [2020-08-08T21:37:55.702Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease --- [2020-08-08T21:37:55.702Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease/target/org.eclipse.ease-0.8.0-SNAPSHOT-sources.jar [2020-08-08T21:37:55.702Z] [INFO] [2020-08-08T21:37:55.702Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease --- [2020-08-08T21:37:55.702Z] [INFO] [2020-08-08T21:37:55.702Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease --- [2020-08-08T21:37:55.702Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease/target/org.eclipse.ease-0.8.0-SNAPSHOT.jar [2020-08-08T21:37:55.702Z] [INFO] [2020-08-08T21:37:55.702Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease --- [2020-08-08T21:37:55.702Z] [INFO] [2020-08-08T21:37:55.702Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease --- [2020-08-08T21:37:55.702Z] [INFO] [2020-08-08T21:37:55.702Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease --- [2020-08-08T21:37:55.702Z] [INFO] [2020-08-08T21:37:55.702Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease --- [2020-08-08T21:37:55.702Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease/target/org.eclipse.ease-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease/0.8.0-SNAPSHOT/org.eclipse.ease-0.8.0-SNAPSHOT.jar [2020-08-08T21:37:55.702Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease/0.8.0-SNAPSHOT/org.eclipse.ease-0.8.0-SNAPSHOT.pom [2020-08-08T21:37:55.702Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease/target/org.eclipse.ease-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease/0.8.0-SNAPSHOT/org.eclipse.ease-0.8.0-SNAPSHOT-sources.jar [2020-08-08T21:37:55.702Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease/0.8.0-SNAPSHOT/org.eclipse.ease-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:37:55.702Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease/0.8.0-SNAPSHOT/org.eclipse.ease-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:37:55.702Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease/0.8.0-SNAPSHOT/org.eclipse.ease-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:37:55.702Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease/0.8.0-SNAPSHOT/org.eclipse.ease-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:37:55.702Z] [INFO] [2020-08-08T21:37:55.702Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease --- [2020-08-08T21:37:55.702Z] [INFO] [2020-08-08T21:37:55.702Z] [INFO] ----------------< org.eclipse.ease:org.eclipse.ease.ui >---------------- [2020-08-08T21:37:55.702Z] [INFO] Building org.eclipse.ease.ui 0.8.0-SNAPSHOT [4/48] [2020-08-08T21:37:55.702Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-08-08T21:37:55.702Z] [INFO] [2020-08-08T21:37:55.702Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.ui --- [2020-08-08T21:37:55.702Z] [INFO] [2020-08-08T21:37:55.702Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui --- [2020-08-08T21:37:55.702Z] [INFO] The project's OSGi version is 0.8.0.I202007081155 [2020-08-08T21:37:55.702Z] [INFO] [2020-08-08T21:37:55.702Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.ui --- [2020-08-08T21:37:55.702Z] [INFO] [2020-08-08T21:37:55.702Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.ui --- [2020-08-08T21:37:55.702Z] [INFO] [2020-08-08T21:37:55.702Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.ui >>> [2020-08-08T21:37:55.702Z] [INFO] [2020-08-08T21:37:55.703Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui --- [2020-08-08T21:37:55.703Z] [INFO] The project's OSGi version is 0.8.0.I202007081155 [2020-08-08T21:37:55.703Z] [INFO] [2020-08-08T21:37:55.703Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.ui --- [2020-08-08T21:37:55.703Z] [INFO] [2020-08-08T21:37:55.703Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.ui --- [2020-08-08T21:37:55.703Z] [INFO] [2020-08-08T21:37:55.703Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.ui <<< [2020-08-08T21:37:55.703Z] [INFO] [2020-08-08T21:37:55.703Z] [INFO] [2020-08-08T21:37:55.703Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.ui --- [2020-08-08T21:37:56.264Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-08-08T21:37:57.630Z] [INFO] [2020-08-08T21:37:57.630Z] Loading source files for package org.eclipse.ease.ui... [2020-08-08T21:37:57.630Z] Loading source files for package org.eclipse.ease.ui.completion... [2020-08-08T21:37:57.630Z] Loading source files for package org.eclipse.ease.ui.completion.provider... [2020-08-08T21:37:57.630Z] Loading source files for package org.eclipse.ease.ui.console... [2020-08-08T21:37:57.630Z] Loading source files for package org.eclipse.ease.ui.console.actions... [2020-08-08T21:37:57.630Z] Loading source files for package org.eclipse.ease.ui.debugging.model... [2020-08-08T21:37:57.630Z] Loading source files for package org.eclipse.ease.ui.dnd... [2020-08-08T21:37:57.630Z] Loading source files for package org.eclipse.ease.ui.handler... [2020-08-08T21:37:57.630Z] Loading source files for package org.eclipse.ease.ui.help.hovers... [2020-08-08T21:37:57.630Z] Loading source files for package org.eclipse.ease.ui.help.hovers.internal... [2020-08-08T21:37:57.630Z] Loading source files for package org.eclipse.ease.ui.launching... [2020-08-08T21:37:57.630Z] Loading source files for package org.eclipse.ease.ui.modules.ui... [2020-08-08T21:37:57.630Z] Loading source files for package org.eclipse.ease.ui.perspectives... [2020-08-08T21:37:57.630Z] Loading source files for package org.eclipse.ease.ui.preferences... [2020-08-08T21:37:57.630Z] Loading source files for package org.eclipse.ease.ui.propertytester... [2020-08-08T21:37:57.630Z] Loading source files for package org.eclipse.ease.ui.sign... [2020-08-08T21:37:57.630Z] Loading source files for package org.eclipse.ease.ui.tools... [2020-08-08T21:37:57.630Z] Loading source files for package org.eclipse.ease.ui.view... [2020-08-08T21:37:57.630Z] Constructing Javadoc information... [2020-08-08T21:37:57.630Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui/target/javadoc-bundle-options/package-list" [2020-08-08T21:37:57.630Z] [WARNING] Javadoc Warnings [2020-08-08T21:37:57.630Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5" [2020-08-08T21:37:57.630Z] [INFO] [2020-08-08T21:37:57.630Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.ui --- [2020-08-08T21:37:57.630Z] [INFO] [2020-08-08T21:37:57.630Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.ui --- [2020-08-08T21:37:57.630Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:37:57.630Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui/src/main/resources [2020-08-08T21:37:57.630Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui/help [2020-08-08T21:37:57.630Z] [INFO] [2020-08-08T21:37:57.630Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.ui --- [2020-08-08T21:37:57.630Z] [INFO] Compiling 116 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui/target/classes [2020-08-08T21:37:58.192Z] [INFO] [2020-08-08T21:37:58.192Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.ui --- [2020-08-08T21:37:58.192Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:37:58.192Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui/src/test/resources [2020-08-08T21:37:58.192Z] [INFO] [2020-08-08T21:37:58.192Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.ui --- [2020-08-08T21:37:58.192Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui/target/org.eclipse.ease.ui-0.8.0-SNAPSHOT-sources.jar [2020-08-08T21:37:58.192Z] [INFO] [2020-08-08T21:37:58.192Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.ui --- [2020-08-08T21:37:58.192Z] [INFO] [2020-08-08T21:37:58.192Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.ui --- [2020-08-08T21:37:58.448Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui/target/org.eclipse.ease.ui-0.8.0-SNAPSHOT.jar [2020-08-08T21:37:58.448Z] [INFO] [2020-08-08T21:37:58.448Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.ui --- [2020-08-08T21:37:58.448Z] [INFO] [2020-08-08T21:37:58.448Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.ui --- [2020-08-08T21:37:58.448Z] [INFO] [2020-08-08T21:37:58.448Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.ui --- [2020-08-08T21:37:58.448Z] [INFO] [2020-08-08T21:37:58.448Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.ui --- [2020-08-08T21:37:58.448Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui/target/org.eclipse.ease.ui-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui/0.8.0-SNAPSHOT/org.eclipse.ease.ui-0.8.0-SNAPSHOT.jar [2020-08-08T21:37:58.448Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui/0.8.0-SNAPSHOT/org.eclipse.ease.ui-0.8.0-SNAPSHOT.pom [2020-08-08T21:37:58.448Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui/target/org.eclipse.ease.ui-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui/0.8.0-SNAPSHOT/org.eclipse.ease.ui-0.8.0-SNAPSHOT-sources.jar [2020-08-08T21:37:58.448Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui/0.8.0-SNAPSHOT/org.eclipse.ease.ui-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:37:58.448Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui/0.8.0-SNAPSHOT/org.eclipse.ease.ui-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:37:58.448Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui/0.8.0-SNAPSHOT/org.eclipse.ease.ui-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:37:58.448Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui/0.8.0-SNAPSHOT/org.eclipse.ease.ui-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:37:58.448Z] [INFO] [2020-08-08T21:37:58.448Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.ui --- [2020-08-08T21:37:58.448Z] [INFO] [2020-08-08T21:37:58.448Z] [INFO] -------< org.eclipse.ease:org.eclipse.ease.ui.completions.java >-------- [2020-08-08T21:37:58.448Z] [INFO] Building org.eclipse.ease.ui.completions.java 0.8.0-SNAPSHOT [5/48] [2020-08-08T21:37:58.448Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-08-08T21:37:58.448Z] [INFO] [2020-08-08T21:37:58.448Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.ui.completions.java --- [2020-08-08T21:37:58.448Z] [INFO] [2020-08-08T21:37:58.448Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui.completions.java --- [2020-08-08T21:37:58.448Z] [INFO] The project's OSGi version is 0.8.0.I202007080801 [2020-08-08T21:37:58.448Z] [INFO] [2020-08-08T21:37:58.448Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.completions.java --- [2020-08-08T21:37:58.448Z] [INFO] [2020-08-08T21:37:58.448Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.completions.java --- [2020-08-08T21:37:58.448Z] [INFO] [2020-08-08T21:37:58.448Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.ui.completions.java >>> [2020-08-08T21:37:58.448Z] [INFO] [2020-08-08T21:37:58.448Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui.completions.java --- [2020-08-08T21:37:58.448Z] [INFO] The project's OSGi version is 0.8.0.I202007080801 [2020-08-08T21:37:58.448Z] [INFO] [2020-08-08T21:37:58.448Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.completions.java --- [2020-08-08T21:37:58.448Z] [INFO] [2020-08-08T21:37:58.448Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.completions.java --- [2020-08-08T21:37:58.448Z] [INFO] [2020-08-08T21:37:58.448Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.ui.completions.java <<< [2020-08-08T21:37:58.448Z] [INFO] [2020-08-08T21:37:58.448Z] [INFO] [2020-08-08T21:37:58.448Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.ui.completions.java --- [2020-08-08T21:37:58.704Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-08-08T21:38:00.070Z] [INFO] [2020-08-08T21:38:00.070Z] Loading source files for package org.eclipse.ease.ui.completions.java... [2020-08-08T21:38:00.070Z] Loading source files for package org.eclipse.ease.ui.completions.java.help.handlers... [2020-08-08T21:38:00.070Z] Loading source files for package org.eclipse.ease.ui.completions.java.help.hovers.internal... [2020-08-08T21:38:00.070Z] Loading source files for package org.eclipse.ease.ui.completions.java.provider... [2020-08-08T21:38:00.070Z] Constructing Javadoc information... [2020-08-08T21:38:00.070Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.completions.java/target/javadoc-bundle-options/package-list" [2020-08-08T21:38:00.070Z] [WARNING] Javadoc Warnings [2020-08-08T21:38:00.070Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5" [2020-08-08T21:38:00.070Z] [INFO] [2020-08-08T21:38:00.070Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.ui.completions.java --- [2020-08-08T21:38:00.070Z] [INFO] [2020-08-08T21:38:00.070Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.ui.completions.java --- [2020-08-08T21:38:00.070Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:38:00.070Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.completions.java/src/main/resources [2020-08-08T21:38:00.070Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.completions.java/help [2020-08-08T21:38:00.070Z] [INFO] [2020-08-08T21:38:00.070Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.ui.completions.java --- [2020-08-08T21:38:00.070Z] [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.completions.java/target/classes [2020-08-08T21:38:00.326Z] [INFO] [2020-08-08T21:38:00.326Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.ui.completions.java --- [2020-08-08T21:38:00.326Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:38:00.326Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.completions.java/src/test/resources [2020-08-08T21:38:00.326Z] [INFO] [2020-08-08T21:38:00.326Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.ui.completions.java --- [2020-08-08T21:38:00.326Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.completions.java/target/org.eclipse.ease.ui.completions.java-0.8.0-SNAPSHOT-sources.jar [2020-08-08T21:38:00.326Z] [INFO] [2020-08-08T21:38:00.326Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.ui.completions.java --- [2020-08-08T21:38:00.326Z] [INFO] [2020-08-08T21:38:00.326Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.ui.completions.java --- [2020-08-08T21:38:00.326Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.completions.java/target/org.eclipse.ease.ui.completions.java-0.8.0-SNAPSHOT.jar [2020-08-08T21:38:00.326Z] [INFO] [2020-08-08T21:38:00.326Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.ui.completions.java --- [2020-08-08T21:38:00.326Z] [INFO] [2020-08-08T21:38:00.326Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.ui.completions.java --- [2020-08-08T21:38:00.326Z] [INFO] [2020-08-08T21:38:00.326Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.ui.completions.java --- [2020-08-08T21:38:00.326Z] [INFO] [2020-08-08T21:38:00.326Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.ui.completions.java --- [2020-08-08T21:38:00.326Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.completions.java/target/org.eclipse.ease.ui.completions.java-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.completions.java/0.8.0-SNAPSHOT/org.eclipse.ease.ui.completions.java-0.8.0-SNAPSHOT.jar [2020-08-08T21:38:00.326Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.completions.java/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.completions.java/0.8.0-SNAPSHOT/org.eclipse.ease.ui.completions.java-0.8.0-SNAPSHOT.pom [2020-08-08T21:38:00.326Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.completions.java/target/org.eclipse.ease.ui.completions.java-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.completions.java/0.8.0-SNAPSHOT/org.eclipse.ease.ui.completions.java-0.8.0-SNAPSHOT-sources.jar [2020-08-08T21:38:00.326Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.completions.java/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.completions.java/0.8.0-SNAPSHOT/org.eclipse.ease.ui.completions.java-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:38:00.326Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.completions.java/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.completions.java/0.8.0-SNAPSHOT/org.eclipse.ease.ui.completions.java-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:38:00.326Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.completions.java/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.completions.java/0.8.0-SNAPSHOT/org.eclipse.ease.ui.completions.java-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:38:00.326Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.completions.java/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.completions.java/0.8.0-SNAPSHOT/org.eclipse.ease.ui.completions.java-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:38:00.326Z] [INFO] [2020-08-08T21:38:00.326Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.ui.completions.java --- [2020-08-08T21:38:00.326Z] [INFO] [2020-08-08T21:38:00.326Z] [INFO] ------------< org.eclipse.ease:org.eclipse.ease.ui.scripts >------------ [2020-08-08T21:38:00.326Z] [INFO] Building org.eclipse.ease.ui.scripts 0.8.0-SNAPSHOT [6/48] [2020-08-08T21:38:00.326Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-08-08T21:38:00.326Z] [INFO] [2020-08-08T21:38:00.327Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.ui.scripts --- [2020-08-08T21:38:00.327Z] [INFO] [2020-08-08T21:38:00.327Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui.scripts --- [2020-08-08T21:38:00.327Z] [INFO] The project's OSGi version is 0.8.0.I202003161005 [2020-08-08T21:38:00.327Z] [INFO] [2020-08-08T21:38:00.327Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.scripts --- [2020-08-08T21:38:00.327Z] [INFO] [2020-08-08T21:38:00.327Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.scripts --- [2020-08-08T21:38:00.327Z] [INFO] [2020-08-08T21:38:00.327Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.ui.scripts >>> [2020-08-08T21:38:00.327Z] [INFO] [2020-08-08T21:38:00.327Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui.scripts --- [2020-08-08T21:38:00.327Z] [INFO] The project's OSGi version is 0.8.0.I202003161005 [2020-08-08T21:38:00.327Z] [INFO] [2020-08-08T21:38:00.327Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.scripts --- [2020-08-08T21:38:00.327Z] [INFO] [2020-08-08T21:38:00.327Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.scripts --- [2020-08-08T21:38:00.327Z] [INFO] [2020-08-08T21:38:00.327Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.ui.scripts <<< [2020-08-08T21:38:00.327Z] [INFO] [2020-08-08T21:38:00.327Z] [INFO] [2020-08-08T21:38:00.327Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.ui.scripts --- [2020-08-08T21:38:01.253Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-08-08T21:38:07.792Z] [INFO] [2020-08-08T21:38:07.792Z] Loading source files for package org.eclipse.ease.ui.scripts... [2020-08-08T21:38:07.792Z] Loading source files for package org.eclipse.ease.ui.scripts.dialogs... [2020-08-08T21:38:07.792Z] Loading source files for package org.eclipse.ease.ui.scripts.expressions... [2020-08-08T21:38:07.792Z] Loading source files for package org.eclipse.ease.ui.scripts.expressions.definitions... [2020-08-08T21:38:07.792Z] Loading source files for package org.eclipse.ease.ui.scripts.expressions.handler... [2020-08-08T21:38:07.792Z] Loading source files for package org.eclipse.ease.ui.scripts.expressions.ui... [2020-08-08T21:38:07.792Z] Loading source files for package org.eclipse.ease.ui.scripts.handler... [2020-08-08T21:38:07.792Z] Loading source files for package org.eclipse.ease.ui.scripts.keywordhandler... [2020-08-08T21:38:07.792Z] Loading source files for package org.eclipse.ease.ui.scripts.preferences... [2020-08-08T21:38:07.792Z] Loading source files for package org.eclipse.ease.ui.scripts.properties... [2020-08-08T21:38:07.792Z] Loading source files for package org.eclipse.ease.ui.scripts.repository... [2020-08-08T21:38:07.792Z] Loading source files for package org.eclipse.ease.ui.scripts.repository.impl... [2020-08-08T21:38:07.792Z] Loading source files for package org.eclipse.ease.ui.scripts.touchpoints... [2020-08-08T21:38:07.792Z] Loading source files for package org.eclipse.ease.ui.scripts.ui... [2020-08-08T21:38:07.792Z] Loading source files for package org.eclipse.ease.ui.scripts.view... [2020-08-08T21:38:07.792Z] Loading source files for package org.eclipse.ease.ui.scripts.repository.util... [2020-08-08T21:38:07.792Z] Constructing Javadoc information... [2020-08-08T21:38:07.792Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.scripts/target/javadoc-bundle-options/package-list" [2020-08-08T21:38:07.792Z] [WARNING] Javadoc Warnings [2020-08-08T21:38:07.792Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5" [2020-08-08T21:38:07.792Z] [INFO] [2020-08-08T21:38:07.792Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.ui.scripts --- [2020-08-08T21:38:07.792Z] [INFO] [2020-08-08T21:38:07.792Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.ui.scripts --- [2020-08-08T21:38:07.792Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:38:07.792Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.scripts/src/main/resources [2020-08-08T21:38:07.792Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.scripts/help [2020-08-08T21:38:07.792Z] [INFO] [2020-08-08T21:38:07.792Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.ui.scripts --- [2020-08-08T21:38:07.792Z] [INFO] Compiling 104 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.scripts/target/classes [2020-08-08T21:38:08.048Z] [INFO] [2020-08-08T21:38:08.048Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.ui.scripts --- [2020-08-08T21:38:08.048Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:38:08.048Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.scripts/src/test/resources [2020-08-08T21:38:08.048Z] [INFO] [2020-08-08T21:38:08.048Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.ui.scripts --- [2020-08-08T21:38:08.048Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.scripts/target/org.eclipse.ease.ui.scripts-0.8.0-SNAPSHOT-sources.jar [2020-08-08T21:38:08.048Z] [INFO] [2020-08-08T21:38:08.048Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.ui.scripts --- [2020-08-08T21:38:08.048Z] [INFO] [2020-08-08T21:38:08.048Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.ui.scripts --- [2020-08-08T21:38:08.048Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.scripts/target/org.eclipse.ease.ui.scripts-0.8.0-SNAPSHOT.jar [2020-08-08T21:38:08.304Z] [INFO] [2020-08-08T21:38:08.304Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.ui.scripts --- [2020-08-08T21:38:08.304Z] [INFO] [2020-08-08T21:38:08.304Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.ui.scripts --- [2020-08-08T21:38:08.304Z] [INFO] [2020-08-08T21:38:08.304Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.ui.scripts --- [2020-08-08T21:38:08.304Z] [INFO] [2020-08-08T21:38:08.304Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.ui.scripts --- [2020-08-08T21:38:08.304Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.scripts/target/org.eclipse.ease.ui.scripts-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.scripts/0.8.0-SNAPSHOT/org.eclipse.ease.ui.scripts-0.8.0-SNAPSHOT.jar [2020-08-08T21:38:08.304Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.scripts/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.scripts/0.8.0-SNAPSHOT/org.eclipse.ease.ui.scripts-0.8.0-SNAPSHOT.pom [2020-08-08T21:38:08.304Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.scripts/target/org.eclipse.ease.ui.scripts-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.scripts/0.8.0-SNAPSHOT/org.eclipse.ease.ui.scripts-0.8.0-SNAPSHOT-sources.jar [2020-08-08T21:38:08.304Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.scripts/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.scripts/0.8.0-SNAPSHOT/org.eclipse.ease.ui.scripts-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:38:08.304Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.scripts/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.scripts/0.8.0-SNAPSHOT/org.eclipse.ease.ui.scripts-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:38:08.304Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.scripts/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.scripts/0.8.0-SNAPSHOT/org.eclipse.ease.ui.scripts-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:38:08.304Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.scripts/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.scripts/0.8.0-SNAPSHOT/org.eclipse.ease.ui.scripts-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:38:08.304Z] [INFO] [2020-08-08T21:38:08.304Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.ui.scripts --- [2020-08-08T21:38:08.304Z] [INFO] [2020-08-08T21:38:08.304Z] [INFO] ---------< org.eclipse.ease:org.eclipse.ease.lang.javascript >---------- [2020-08-08T21:38:08.304Z] [INFO] Building org.eclipse.ease.lang.javascript 0.8.0-SNAPSHOT [7/48] [2020-08-08T21:38:08.304Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-08-08T21:38:08.304Z] [INFO] [2020-08-08T21:38:08.305Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.javascript --- [2020-08-08T21:38:08.305Z] [INFO] [2020-08-08T21:38:08.305Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript --- [2020-08-08T21:38:08.305Z] [INFO] The project's OSGi version is 0.8.0.I202007150818 [2020-08-08T21:38:08.305Z] [INFO] [2020-08-08T21:38:08.305Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript --- [2020-08-08T21:38:08.305Z] [INFO] [2020-08-08T21:38:08.305Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript --- [2020-08-08T21:38:08.305Z] [INFO] [2020-08-08T21:38:08.305Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.javascript >>> [2020-08-08T21:38:08.305Z] [INFO] [2020-08-08T21:38:08.305Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript --- [2020-08-08T21:38:08.305Z] [INFO] The project's OSGi version is 0.8.0.I202007150818 [2020-08-08T21:38:08.305Z] [INFO] [2020-08-08T21:38:08.305Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript --- [2020-08-08T21:38:08.305Z] [INFO] [2020-08-08T21:38:08.305Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript --- [2020-08-08T21:38:08.305Z] [INFO] [2020-08-08T21:38:08.305Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.javascript <<< [2020-08-08T21:38:08.305Z] [INFO] [2020-08-08T21:38:08.305Z] [INFO] [2020-08-08T21:38:08.305Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.javascript --- [2020-08-08T21:38:08.305Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-08-08T21:38:09.689Z] [INFO] [2020-08-08T21:38:09.689Z] Loading source files for package org.eclipse.ease.lang.javascript... [2020-08-08T21:38:09.689Z] Constructing Javadoc information... [2020-08-08T21:38:09.689Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript/target/javadoc-bundle-options/package-list" [2020-08-08T21:38:09.689Z] [WARNING] Javadoc Warnings [2020-08-08T21:38:09.689Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5" [2020-08-08T21:38:09.689Z] [INFO] [2020-08-08T21:38:09.689Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.javascript --- [2020-08-08T21:38:09.689Z] [INFO] [2020-08-08T21:38:09.689Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript --- [2020-08-08T21:38:09.689Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:38:09.689Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript/src/main/resources [2020-08-08T21:38:09.689Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript/help [2020-08-08T21:38:09.689Z] [INFO] [2020-08-08T21:38:09.689Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.javascript --- [2020-08-08T21:38:09.689Z] [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript/target/classes [2020-08-08T21:38:09.689Z] [INFO] [2020-08-08T21:38:09.689Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript --- [2020-08-08T21:38:09.689Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:38:09.689Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript/src/test/resources [2020-08-08T21:38:09.689Z] [INFO] [2020-08-08T21:38:09.689Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript --- [2020-08-08T21:38:09.689Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript/target/org.eclipse.ease.lang.javascript-0.8.0-SNAPSHOT-sources.jar [2020-08-08T21:38:09.689Z] [INFO] [2020-08-08T21:38:09.689Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript --- [2020-08-08T21:38:09.689Z] [INFO] [2020-08-08T21:38:09.689Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript --- [2020-08-08T21:38:09.689Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript/target/org.eclipse.ease.lang.javascript-0.8.0-SNAPSHOT.jar [2020-08-08T21:38:09.689Z] [INFO] [2020-08-08T21:38:09.689Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript --- [2020-08-08T21:38:09.689Z] [INFO] [2020-08-08T21:38:09.689Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.javascript --- [2020-08-08T21:38:09.689Z] [INFO] [2020-08-08T21:38:09.689Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript --- [2020-08-08T21:38:09.689Z] [INFO] [2020-08-08T21:38:09.689Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.javascript --- [2020-08-08T21:38:09.689Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript/target/org.eclipse.ease.lang.javascript-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript-0.8.0-SNAPSHOT.jar [2020-08-08T21:38:09.689Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript-0.8.0-SNAPSHOT.pom [2020-08-08T21:38:09.689Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript/target/org.eclipse.ease.lang.javascript-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript-0.8.0-SNAPSHOT-sources.jar [2020-08-08T21:38:09.689Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:38:09.689Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:38:09.689Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:38:09.690Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:38:09.690Z] [INFO] [2020-08-08T21:38:09.690Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.javascript --- [2020-08-08T21:38:09.690Z] [INFO] [2020-08-08T21:38:09.690Z] [INFO] --------< org.eclipse.ease:org.eclipse.ease.lang.scriptarchive >-------- [2020-08-08T21:38:09.690Z] [INFO] Building org.eclipse.ease.lang.scriptarchive 0.8.0-SNAPSHOT [8/48] [2020-08-08T21:38:09.690Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-08-08T21:38:09.690Z] [INFO] [2020-08-08T21:38:09.690Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.scriptarchive --- [2020-08-08T21:38:09.690Z] [INFO] [2020-08-08T21:38:09.690Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.scriptarchive --- [2020-08-08T21:38:09.690Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-08T21:38:09.690Z] [INFO] [2020-08-08T21:38:09.690Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.scriptarchive --- [2020-08-08T21:38:09.690Z] [INFO] [2020-08-08T21:38:09.690Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.scriptarchive --- [2020-08-08T21:38:09.690Z] [INFO] [2020-08-08T21:38:09.690Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.scriptarchive >>> [2020-08-08T21:38:09.690Z] [INFO] [2020-08-08T21:38:09.690Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.scriptarchive --- [2020-08-08T21:38:09.690Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-08T21:38:09.690Z] [INFO] [2020-08-08T21:38:09.690Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.scriptarchive --- [2020-08-08T21:38:09.690Z] [INFO] [2020-08-08T21:38:09.690Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.scriptarchive --- [2020-08-08T21:38:09.690Z] [INFO] [2020-08-08T21:38:09.690Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.scriptarchive <<< [2020-08-08T21:38:09.690Z] [INFO] [2020-08-08T21:38:09.690Z] [INFO] [2020-08-08T21:38:09.690Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.scriptarchive --- [2020-08-08T21:38:09.945Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-08-08T21:38:10.871Z] [INFO] [2020-08-08T21:38:10.871Z] Loading source files for package org.eclipse.ease.lang.scriptarchive... [2020-08-08T21:38:10.871Z] Constructing Javadoc information... [2020-08-08T21:38:10.871Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive/target/javadoc-bundle-options/package-list" [2020-08-08T21:38:10.871Z] [WARNING] Javadoc Warnings [2020-08-08T21:38:10.871Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5" [2020-08-08T21:38:10.871Z] [INFO] [2020-08-08T21:38:10.871Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.scriptarchive --- [2020-08-08T21:38:10.871Z] [INFO] [2020-08-08T21:38:10.871Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.scriptarchive --- [2020-08-08T21:38:10.871Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:38:10.872Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive/src/main/resources [2020-08-08T21:38:10.872Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive/help [2020-08-08T21:38:10.872Z] [INFO] [2020-08-08T21:38:10.872Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.scriptarchive --- [2020-08-08T21:38:10.872Z] [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive/target/classes [2020-08-08T21:38:11.127Z] [INFO] [2020-08-08T21:38:11.127Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.scriptarchive --- [2020-08-08T21:38:11.127Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:38:11.127Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive/src/test/resources [2020-08-08T21:38:11.127Z] [INFO] [2020-08-08T21:38:11.127Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.scriptarchive --- [2020-08-08T21:38:11.127Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive/target/org.eclipse.ease.lang.scriptarchive-0.8.0-SNAPSHOT-sources.jar [2020-08-08T21:38:11.127Z] [INFO] [2020-08-08T21:38:11.127Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.scriptarchive --- [2020-08-08T21:38:11.127Z] [INFO] [2020-08-08T21:38:11.127Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.scriptarchive --- [2020-08-08T21:38:11.127Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive/target/org.eclipse.ease.lang.scriptarchive-0.8.0-SNAPSHOT.jar [2020-08-08T21:38:11.127Z] [INFO] [2020-08-08T21:38:11.127Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.scriptarchive --- [2020-08-08T21:38:11.127Z] [INFO] [2020-08-08T21:38:11.127Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.scriptarchive --- [2020-08-08T21:38:11.127Z] [INFO] [2020-08-08T21:38:11.127Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.scriptarchive --- [2020-08-08T21:38:11.127Z] [INFO] [2020-08-08T21:38:11.127Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.scriptarchive --- [2020-08-08T21:38:11.127Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive/target/org.eclipse.ease.lang.scriptarchive-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive-0.8.0-SNAPSHOT.jar [2020-08-08T21:38:11.127Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive-0.8.0-SNAPSHOT.pom [2020-08-08T21:38:11.127Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive/target/org.eclipse.ease.lang.scriptarchive-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive-0.8.0-SNAPSHOT-sources.jar [2020-08-08T21:38:11.127Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:38:11.128Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:38:11.128Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:38:11.128Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:38:11.128Z] [INFO] [2020-08-08T21:38:11.128Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.scriptarchive --- [2020-08-08T21:38:11.128Z] [INFO] [2020-08-08T21:38:11.128Z] [INFO] -----------< org.eclipse.ease:org.eclipse.ease.lang.python >------------ [2020-08-08T21:38:11.128Z] [INFO] Building org.eclipse.ease.lang.python 0.8.0-SNAPSHOT [9/48] [2020-08-08T21:38:11.128Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-08-08T21:38:11.128Z] [INFO] [2020-08-08T21:38:11.128Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.python --- [2020-08-08T21:38:11.128Z] [INFO] [2020-08-08T21:38:11.128Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python --- [2020-08-08T21:38:11.128Z] [INFO] The project's OSGi version is 0.8.0.I202006231119 [2020-08-08T21:38:11.128Z] [INFO] [2020-08-08T21:38:11.128Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python --- [2020-08-08T21:38:11.128Z] [INFO] [2020-08-08T21:38:11.128Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python --- [2020-08-08T21:38:11.128Z] [INFO] [2020-08-08T21:38:11.128Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.python >>> [2020-08-08T21:38:11.128Z] [INFO] [2020-08-08T21:38:11.128Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python --- [2020-08-08T21:38:11.128Z] [INFO] The project's OSGi version is 0.8.0.I202006231119 [2020-08-08T21:38:11.128Z] [INFO] [2020-08-08T21:38:11.128Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python --- [2020-08-08T21:38:11.128Z] [INFO] [2020-08-08T21:38:11.128Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python --- [2020-08-08T21:38:11.128Z] [INFO] [2020-08-08T21:38:11.128Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.python <<< [2020-08-08T21:38:11.128Z] [INFO] [2020-08-08T21:38:11.128Z] [INFO] [2020-08-08T21:38:11.128Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.python --- [2020-08-08T21:38:11.128Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-08-08T21:38:12.492Z] [INFO] [2020-08-08T21:38:12.492Z] Loading source files for package org.eclipse.ease.lang.python... [2020-08-08T21:38:12.492Z] Loading source files for package org.eclipse.ease.lang.python.debug... [2020-08-08T21:38:12.492Z] Loading source files for package org.eclipse.ease.lang.python.debugger... [2020-08-08T21:38:12.492Z] Loading source files for package org.eclipse.ease.lang.python.debugger.actions... [2020-08-08T21:38:12.492Z] Loading source files for package org.eclipse.ease.lang.python.debugger.model... [2020-08-08T21:38:12.492Z] Loading source files for package org.eclipse.ease.lang.python.preferences... [2020-08-08T21:38:12.492Z] Loading source files for package org.eclipse.ease.lang.python.ui.completion... [2020-08-08T21:38:12.492Z] Constructing Javadoc information... [2020-08-08T21:38:12.492Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python/target/javadoc-bundle-options/package-list" [2020-08-08T21:38:12.492Z] [WARNING] Javadoc Warnings [2020-08-08T21:38:12.492Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5" [2020-08-08T21:38:12.492Z] [INFO] [2020-08-08T21:38:12.492Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.python --- [2020-08-08T21:38:12.492Z] [INFO] [2020-08-08T21:38:12.492Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.python --- [2020-08-08T21:38:12.492Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:38:12.492Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python/src/main/resources [2020-08-08T21:38:12.492Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python/help [2020-08-08T21:38:12.492Z] [INFO] [2020-08-08T21:38:12.492Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.python --- [2020-08-08T21:38:12.492Z] [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python/target/classes [2020-08-08T21:38:12.492Z] [INFO] [2020-08-08T21:38:12.492Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.python --- [2020-08-08T21:38:12.492Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:38:12.492Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python/src/test/resources [2020-08-08T21:38:12.492Z] [INFO] [2020-08-08T21:38:12.492Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.python --- [2020-08-08T21:38:12.492Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python/target/org.eclipse.ease.lang.python-0.8.0-SNAPSHOT-sources.jar [2020-08-08T21:38:12.492Z] [INFO] [2020-08-08T21:38:12.492Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python --- [2020-08-08T21:38:12.492Z] [INFO] [2020-08-08T21:38:12.492Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.python --- [2020-08-08T21:38:12.492Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python/target/org.eclipse.ease.lang.python-0.8.0-SNAPSHOT.jar [2020-08-08T21:38:12.492Z] [INFO] [2020-08-08T21:38:12.492Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python --- [2020-08-08T21:38:12.492Z] [INFO] [2020-08-08T21:38:12.492Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.python --- [2020-08-08T21:38:12.492Z] [INFO] [2020-08-08T21:38:12.492Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python --- [2020-08-08T21:38:12.749Z] [INFO] [2020-08-08T21:38:12.749Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.python --- [2020-08-08T21:38:12.749Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python/target/org.eclipse.ease.lang.python-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python-0.8.0-SNAPSHOT.jar [2020-08-08T21:38:12.749Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python-0.8.0-SNAPSHOT.pom [2020-08-08T21:38:12.749Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python/target/org.eclipse.ease.lang.python-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python-0.8.0-SNAPSHOT-sources.jar [2020-08-08T21:38:12.749Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:38:12.749Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:38:12.749Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:38:12.749Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:38:12.749Z] [INFO] [2020-08-08T21:38:12.749Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.python --- [2020-08-08T21:38:12.749Z] [INFO] [2020-08-08T21:38:12.749Z] [INFO] ---------< org.eclipse.ease:org.eclipse.ease.lang.python.py4j >--------- [2020-08-08T21:38:12.749Z] [INFO] Building org.eclipse.ease.lang.python.py4j 0.8.0-SNAPSHOT [10/48] [2020-08-08T21:38:12.749Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-08-08T21:38:12.749Z] [INFO] [2020-08-08T21:38:12.749Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.python.py4j --- [2020-08-08T21:38:12.749Z] [INFO] [2020-08-08T21:38:12.749Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.py4j --- [2020-08-08T21:38:12.749Z] [INFO] The project's OSGi version is 0.8.0.I202002261020 [2020-08-08T21:38:12.749Z] [INFO] [2020-08-08T21:38:12.749Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.py4j --- [2020-08-08T21:38:12.749Z] [INFO] [2020-08-08T21:38:12.749Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.py4j --- [2020-08-08T21:38:12.749Z] [INFO] [2020-08-08T21:38:12.749Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.python.py4j >>> [2020-08-08T21:38:12.749Z] [INFO] [2020-08-08T21:38:12.749Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.py4j --- [2020-08-08T21:38:12.749Z] [INFO] The project's OSGi version is 0.8.0.I202002261020 [2020-08-08T21:38:12.749Z] [INFO] [2020-08-08T21:38:12.749Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.py4j --- [2020-08-08T21:38:12.749Z] [INFO] [2020-08-08T21:38:12.749Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.py4j --- [2020-08-08T21:38:12.749Z] [INFO] [2020-08-08T21:38:12.749Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.python.py4j <<< [2020-08-08T21:38:12.749Z] [INFO] [2020-08-08T21:38:12.749Z] [INFO] [2020-08-08T21:38:12.749Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.python.py4j --- [2020-08-08T21:38:12.749Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-08-08T21:38:14.122Z] [INFO] [2020-08-08T21:38:14.122Z] Loading source files for package org.eclipse.ease.lang.python.py4j.internal... [2020-08-08T21:38:14.122Z] Loading source files for package org.eclipse.ease.lang.python.py4j.internal.ui... [2020-08-08T21:38:14.122Z] Constructing Javadoc information... [2020-08-08T21:38:14.122Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.py4j/target/javadoc-bundle-options/package-list" [2020-08-08T21:38:14.122Z] [WARNING] Javadoc Warnings [2020-08-08T21:38:14.122Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5" [2020-08-08T21:38:14.122Z] [INFO] [2020-08-08T21:38:14.122Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.python.py4j --- [2020-08-08T21:38:14.122Z] [INFO] [2020-08-08T21:38:14.122Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.python.py4j --- [2020-08-08T21:38:14.122Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:38:14.123Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.py4j/src/main/resources [2020-08-08T21:38:14.123Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.py4j/help [2020-08-08T21:38:14.123Z] [INFO] [2020-08-08T21:38:14.123Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.python.py4j --- [2020-08-08T21:38:14.123Z] [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.py4j/target/classes [2020-08-08T21:38:14.123Z] [INFO] [2020-08-08T21:38:14.123Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.python.py4j --- [2020-08-08T21:38:14.123Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:38:14.123Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.py4j/src/test/resources [2020-08-08T21:38:14.123Z] [INFO] [2020-08-08T21:38:14.123Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.python.py4j --- [2020-08-08T21:38:14.123Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.py4j/target/org.eclipse.ease.lang.python.py4j-0.8.0-SNAPSHOT-sources.jar [2020-08-08T21:38:14.123Z] [INFO] [2020-08-08T21:38:14.123Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python.py4j --- [2020-08-08T21:38:14.123Z] [INFO] [2020-08-08T21:38:14.123Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.python.py4j --- [2020-08-08T21:38:14.123Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.py4j/target/org.eclipse.ease.lang.python.py4j-0.8.0-SNAPSHOT.jar [2020-08-08T21:38:14.123Z] [INFO] [2020-08-08T21:38:14.123Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python.py4j --- [2020-08-08T21:38:14.123Z] [INFO] [2020-08-08T21:38:14.123Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.python.py4j --- [2020-08-08T21:38:14.123Z] [INFO] [2020-08-08T21:38:14.123Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python.py4j --- [2020-08-08T21:38:14.123Z] [INFO] [2020-08-08T21:38:14.123Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.python.py4j --- [2020-08-08T21:38:14.123Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.py4j/target/org.eclipse.ease.lang.python.py4j-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.py4j/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.py4j-0.8.0-SNAPSHOT.jar [2020-08-08T21:38:14.123Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.py4j/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.py4j/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.py4j-0.8.0-SNAPSHOT.pom [2020-08-08T21:38:14.123Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.py4j/target/org.eclipse.ease.lang.python.py4j-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.py4j/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.py4j-0.8.0-SNAPSHOT-sources.jar [2020-08-08T21:38:14.123Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.py4j/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.py4j/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.py4j-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:38:14.123Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.py4j/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.py4j/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.py4j-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:38:14.123Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.py4j/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.py4j/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.py4j-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:38:14.123Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.py4j/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.py4j/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.py4j-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:38:14.123Z] [INFO] [2020-08-08T21:38:14.123Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.python.py4j --- [2020-08-08T21:38:14.123Z] [INFO] [2020-08-08T21:38:14.123Z] [INFO] -----------< org.eclipse.ease:org.eclipse.ease.lang.groovy >------------ [2020-08-08T21:38:14.123Z] [INFO] Building org.eclipse.ease.lang.groovy 0.8.0-SNAPSHOT [11/48] [2020-08-08T21:38:14.123Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-08-08T21:38:14.123Z] [INFO] [2020-08-08T21:38:14.123Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.groovy --- [2020-08-08T21:38:14.123Z] [INFO] [2020-08-08T21:38:14.123Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.groovy --- [2020-08-08T21:38:14.123Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-08T21:38:14.123Z] [INFO] [2020-08-08T21:38:14.123Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.groovy --- [2020-08-08T21:38:14.124Z] [INFO] [2020-08-08T21:38:14.124Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.groovy --- [2020-08-08T21:38:14.124Z] [INFO] [2020-08-08T21:38:14.124Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.groovy >>> [2020-08-08T21:38:14.124Z] [INFO] [2020-08-08T21:38:14.124Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.groovy --- [2020-08-08T21:38:14.124Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-08T21:38:14.124Z] [INFO] [2020-08-08T21:38:14.124Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.groovy --- [2020-08-08T21:38:14.124Z] [INFO] [2020-08-08T21:38:14.124Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.groovy --- [2020-08-08T21:38:14.124Z] [INFO] [2020-08-08T21:38:14.124Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.groovy <<< [2020-08-08T21:38:14.124Z] [INFO] [2020-08-08T21:38:14.124Z] [INFO] [2020-08-08T21:38:14.124Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.groovy --- [2020-08-08T21:38:14.382Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-08-08T21:38:15.317Z] [INFO] [2020-08-08T21:38:15.317Z] Loading source files for package org.eclipse.ease.lang.groovy... [2020-08-08T21:38:15.317Z] Constructing Javadoc information... [2020-08-08T21:38:15.318Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy/target/javadoc-bundle-options/package-list" [2020-08-08T21:38:15.318Z] [WARNING] Javadoc Warnings [2020-08-08T21:38:15.318Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5" [2020-08-08T21:38:15.318Z] [INFO] [2020-08-08T21:38:15.318Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.groovy --- [2020-08-08T21:38:15.318Z] [INFO] [2020-08-08T21:38:15.318Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.groovy --- [2020-08-08T21:38:15.318Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:38:15.318Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy/src/main/resources [2020-08-08T21:38:15.318Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy/help [2020-08-08T21:38:15.318Z] [INFO] [2020-08-08T21:38:15.318Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.groovy --- [2020-08-08T21:38:15.318Z] [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy/target/classes [2020-08-08T21:38:15.318Z] [INFO] [2020-08-08T21:38:15.318Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.groovy --- [2020-08-08T21:38:15.318Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:38:15.318Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy/src/test/resources [2020-08-08T21:38:15.318Z] [INFO] [2020-08-08T21:38:15.318Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.groovy --- [2020-08-08T21:38:15.318Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy/target/org.eclipse.ease.lang.groovy-0.8.0-SNAPSHOT-sources.jar [2020-08-08T21:38:15.318Z] [INFO] [2020-08-08T21:38:15.318Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.groovy --- [2020-08-08T21:38:15.318Z] [INFO] [2020-08-08T21:38:15.318Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.groovy --- [2020-08-08T21:38:15.318Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy/target/org.eclipse.ease.lang.groovy-0.8.0-SNAPSHOT.jar [2020-08-08T21:38:15.318Z] [INFO] [2020-08-08T21:38:15.318Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.groovy --- [2020-08-08T21:38:15.574Z] [INFO] [2020-08-08T21:38:15.574Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.groovy --- [2020-08-08T21:38:15.574Z] [INFO] [2020-08-08T21:38:15.574Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.groovy --- [2020-08-08T21:38:15.574Z] [INFO] [2020-08-08T21:38:15.574Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.groovy --- [2020-08-08T21:38:15.574Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy/target/org.eclipse.ease.lang.groovy-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.groovy/0.8.0-SNAPSHOT/org.eclipse.ease.lang.groovy-0.8.0-SNAPSHOT.jar [2020-08-08T21:38:15.574Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.groovy/0.8.0-SNAPSHOT/org.eclipse.ease.lang.groovy-0.8.0-SNAPSHOT.pom [2020-08-08T21:38:15.574Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy/target/org.eclipse.ease.lang.groovy-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.groovy/0.8.0-SNAPSHOT/org.eclipse.ease.lang.groovy-0.8.0-SNAPSHOT-sources.jar [2020-08-08T21:38:15.574Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.groovy/0.8.0-SNAPSHOT/org.eclipse.ease.lang.groovy-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:38:15.574Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.groovy/0.8.0-SNAPSHOT/org.eclipse.ease.lang.groovy-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:38:15.574Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.groovy/0.8.0-SNAPSHOT/org.eclipse.ease.lang.groovy-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:38:15.574Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.groovy/0.8.0-SNAPSHOT/org.eclipse.ease.lang.groovy-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:38:15.574Z] [INFO] [2020-08-08T21:38:15.574Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.groovy --- [2020-08-08T21:38:15.574Z] [INFO] [2020-08-08T21:38:15.574Z] [INFO] -----< org.eclipse.ease:org.eclipse.ease.lang.groovy.interpreter >------ [2020-08-08T21:38:15.574Z] [INFO] Building org.eclipse.ease.lang.groovy.interpreter 0.8.0-SNAPSHOT [12/48] [2020-08-08T21:38:15.574Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-08-08T21:38:15.574Z] [INFO] [2020-08-08T21:38:15.574Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-08-08T21:38:15.574Z] [INFO] [2020-08-08T21:38:15.574Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-08-08T21:38:15.574Z] [INFO] The project's OSGi version is 0.8.0.I202002270716 [2020-08-08T21:38:15.574Z] [INFO] [2020-08-08T21:38:15.574Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-08-08T21:38:15.574Z] [INFO] [2020-08-08T21:38:15.575Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-08-08T21:38:15.575Z] [INFO] [2020-08-08T21:38:15.575Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.groovy.interpreter >>> [2020-08-08T21:38:15.575Z] [INFO] [2020-08-08T21:38:15.575Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-08-08T21:38:15.575Z] [INFO] The project's OSGi version is 0.8.0.I202002270716 [2020-08-08T21:38:15.575Z] [INFO] [2020-08-08T21:38:15.575Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-08-08T21:38:15.575Z] [INFO] [2020-08-08T21:38:15.575Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-08-08T21:38:15.575Z] [INFO] [2020-08-08T21:38:15.575Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.groovy.interpreter <<< [2020-08-08T21:38:15.575Z] [INFO] [2020-08-08T21:38:15.575Z] [INFO] [2020-08-08T21:38:15.575Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-08-08T21:38:15.575Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-08-08T21:38:16.939Z] [INFO] [2020-08-08T21:38:16.939Z] Loading source files for package org.eclipse.ease.lang.groovy.interpreter... [2020-08-08T21:38:16.939Z] Constructing Javadoc information... [2020-08-08T21:38:16.939Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy.interpreter/target/javadoc-bundle-options/package-list" [2020-08-08T21:38:16.939Z] [WARNING] Javadoc Warnings [2020-08-08T21:38:16.939Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5" [2020-08-08T21:38:16.939Z] [INFO] [2020-08-08T21:38:16.939Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-08-08T21:38:16.939Z] [INFO] [2020-08-08T21:38:16.939Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-08-08T21:38:16.939Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:38:16.939Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy.interpreter/src/main/resources [2020-08-08T21:38:16.939Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy.interpreter/help [2020-08-08T21:38:16.939Z] [INFO] [2020-08-08T21:38:16.939Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-08-08T21:38:16.939Z] [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy.interpreter/target/classes [2020-08-08T21:38:16.939Z] [INFO] [2020-08-08T21:38:16.939Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-08-08T21:38:16.939Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:38:16.939Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy.interpreter/src/test/resources [2020-08-08T21:38:16.939Z] [INFO] [2020-08-08T21:38:16.939Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-08-08T21:38:16.939Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy.interpreter/target/org.eclipse.ease.lang.groovy.interpreter-0.8.0-SNAPSHOT-sources.jar [2020-08-08T21:38:16.939Z] [INFO] [2020-08-08T21:38:16.939Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-08-08T21:38:16.939Z] [INFO] [2020-08-08T21:38:16.939Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-08-08T21:38:16.939Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy.interpreter/target/org.eclipse.ease.lang.groovy.interpreter-0.8.0-SNAPSHOT.jar [2020-08-08T21:38:16.939Z] [INFO] [2020-08-08T21:38:16.939Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-08-08T21:38:16.939Z] [INFO] [2020-08-08T21:38:16.939Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-08-08T21:38:16.939Z] [INFO] [2020-08-08T21:38:16.939Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-08-08T21:38:16.939Z] [INFO] [2020-08-08T21:38:16.939Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-08-08T21:38:16.939Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy.interpreter/target/org.eclipse.ease.lang.groovy.interpreter-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.groovy.interpreter/0.8.0-SNAPSHOT/org.eclipse.ease.lang.groovy.interpreter-0.8.0-SNAPSHOT.jar [2020-08-08T21:38:16.939Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy.interpreter/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.groovy.interpreter/0.8.0-SNAPSHOT/org.eclipse.ease.lang.groovy.interpreter-0.8.0-SNAPSHOT.pom [2020-08-08T21:38:16.940Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy.interpreter/target/org.eclipse.ease.lang.groovy.interpreter-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.groovy.interpreter/0.8.0-SNAPSHOT/org.eclipse.ease.lang.groovy.interpreter-0.8.0-SNAPSHOT-sources.jar [2020-08-08T21:38:16.940Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy.interpreter/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.groovy.interpreter/0.8.0-SNAPSHOT/org.eclipse.ease.lang.groovy.interpreter-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:38:16.940Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy.interpreter/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.groovy.interpreter/0.8.0-SNAPSHOT/org.eclipse.ease.lang.groovy.interpreter-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:38:16.940Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy.interpreter/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.groovy.interpreter/0.8.0-SNAPSHOT/org.eclipse.ease.lang.groovy.interpreter-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:38:16.940Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy.interpreter/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.groovy.interpreter/0.8.0-SNAPSHOT/org.eclipse.ease.lang.groovy.interpreter-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:38:16.940Z] [INFO] [2020-08-08T21:38:16.940Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-08-08T21:38:16.940Z] [INFO] [2020-08-08T21:38:16.940Z] [INFO] ----------< org.eclipse.ease:org.eclipse.ease.lang.unittest >----------- [2020-08-08T21:38:16.940Z] [INFO] Building org.eclipse.ease.lang.unittest 0.8.0-SNAPSHOT [13/48] [2020-08-08T21:38:16.940Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-08-08T21:38:16.940Z] [INFO] [2020-08-08T21:38:16.940Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.unittest --- [2020-08-08T21:38:16.940Z] [INFO] [2020-08-08T21:38:16.940Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.unittest --- [2020-08-08T21:38:16.940Z] [INFO] The project's OSGi version is 0.8.0.I202006021412 [2020-08-08T21:38:16.940Z] [INFO] [2020-08-08T21:38:16.940Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.unittest --- [2020-08-08T21:38:16.940Z] [INFO] [2020-08-08T21:38:16.940Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.unittest --- [2020-08-08T21:38:16.940Z] [INFO] [2020-08-08T21:38:16.940Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.unittest >>> [2020-08-08T21:38:16.940Z] [INFO] [2020-08-08T21:38:16.940Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.unittest --- [2020-08-08T21:38:16.940Z] [INFO] The project's OSGi version is 0.8.0.I202006021412 [2020-08-08T21:38:16.940Z] [INFO] [2020-08-08T21:38:16.940Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.unittest --- [2020-08-08T21:38:16.940Z] [INFO] [2020-08-08T21:38:16.940Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.unittest --- [2020-08-08T21:38:16.940Z] [INFO] [2020-08-08T21:38:16.940Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.unittest <<< [2020-08-08T21:38:16.940Z] [INFO] [2020-08-08T21:38:16.940Z] [INFO] [2020-08-08T21:38:16.940Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.unittest --- [2020-08-08T21:38:16.940Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-08-08T21:38:18.323Z] [INFO] [2020-08-08T21:38:18.323Z] Loading source files for package org.eclipse.ease.lang.unittest... [2020-08-08T21:38:18.323Z] Loading source files for package org.eclipse.ease.lang.unittest.execution... [2020-08-08T21:38:18.323Z] Loading source files for package org.eclipse.ease.lang.unittest.reporters... [2020-08-08T21:38:18.323Z] Loading source files for package org.eclipse.ease.lang.unittest.definition... [2020-08-08T21:38:18.323Z] Loading source files for package org.eclipse.ease.lang.unittest.definition.impl... [2020-08-08T21:38:18.323Z] Loading source files for package org.eclipse.ease.lang.unittest.definition.util... [2020-08-08T21:38:18.323Z] Loading source files for package org.eclipse.ease.lang.unittest.runtime... [2020-08-08T21:38:18.323Z] Loading source files for package org.eclipse.ease.lang.unittest.runtime.impl... [2020-08-08T21:38:18.323Z] Loading source files for package org.eclipse.ease.lang.unittest.runtime.util... [2020-08-08T21:38:18.323Z] Constructing Javadoc information... [2020-08-08T21:38:18.323Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest/target/javadoc-bundle-options/package-list" [2020-08-08T21:38:18.323Z] [WARNING] Javadoc Warnings [2020-08-08T21:38:18.323Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5" [2020-08-08T21:38:18.323Z] [INFO] [2020-08-08T21:38:18.323Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.unittest --- [2020-08-08T21:38:18.323Z] [INFO] [2020-08-08T21:38:18.323Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.unittest --- [2020-08-08T21:38:18.323Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:38:18.323Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest/src/main/resources [2020-08-08T21:38:18.323Z] [INFO] Copying 2 resources to help [2020-08-08T21:38:18.323Z] [INFO] [2020-08-08T21:38:18.323Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.unittest --- [2020-08-08T21:38:18.323Z] [INFO] Compiling 57 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest/target/classes [2020-08-08T21:38:18.583Z] [INFO] [2020-08-08T21:38:18.583Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.unittest --- [2020-08-08T21:38:18.583Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:38:18.583Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest/src/test/resources [2020-08-08T21:38:18.583Z] [INFO] [2020-08-08T21:38:18.583Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.unittest --- [2020-08-08T21:38:18.583Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest/target/org.eclipse.ease.lang.unittest-0.8.0-SNAPSHOT-sources.jar [2020-08-08T21:38:18.583Z] [INFO] [2020-08-08T21:38:18.583Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.unittest --- [2020-08-08T21:38:18.583Z] [INFO] [2020-08-08T21:38:18.584Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.unittest --- [2020-08-08T21:38:18.584Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest/target/org.eclipse.ease.lang.unittest-0.8.0-SNAPSHOT.jar [2020-08-08T21:38:18.584Z] [INFO] [2020-08-08T21:38:18.584Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.unittest --- [2020-08-08T21:38:18.584Z] [INFO] [2020-08-08T21:38:18.584Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.unittest --- [2020-08-08T21:38:18.584Z] [INFO] [2020-08-08T21:38:18.584Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.unittest --- [2020-08-08T21:38:18.584Z] [INFO] [2020-08-08T21:38:18.584Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.unittest --- [2020-08-08T21:38:18.584Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest/target/org.eclipse.ease.lang.unittest-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest-0.8.0-SNAPSHOT.jar [2020-08-08T21:38:18.584Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest-0.8.0-SNAPSHOT.pom [2020-08-08T21:38:18.839Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest/target/org.eclipse.ease.lang.unittest-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest-0.8.0-SNAPSHOT-sources.jar [2020-08-08T21:38:18.839Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:38:18.839Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:38:18.839Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:38:18.839Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:38:18.840Z] [INFO] [2020-08-08T21:38:18.840Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.unittest --- [2020-08-08T21:38:18.840Z] [INFO] [2020-08-08T21:38:18.840Z] [INFO] ---------< org.eclipse.ease:org.eclipse.ease.lang.unittest.ui >--------- [2020-08-08T21:38:18.840Z] [INFO] Building org.eclipse.ease.lang.unittest.ui 0.8.0-SNAPSHOT [14/48] [2020-08-08T21:38:18.840Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-08-08T21:38:18.840Z] [INFO] [2020-08-08T21:38:18.840Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.unittest.ui --- [2020-08-08T21:38:18.840Z] [INFO] [2020-08-08T21:38:18.840Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.unittest.ui --- [2020-08-08T21:38:18.840Z] [INFO] The project's OSGi version is 0.8.0.I202003160826 [2020-08-08T21:38:18.840Z] [INFO] [2020-08-08T21:38:18.840Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.unittest.ui --- [2020-08-08T21:38:18.840Z] [INFO] [2020-08-08T21:38:18.840Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.unittest.ui --- [2020-08-08T21:38:18.840Z] [INFO] [2020-08-08T21:38:18.840Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.unittest.ui >>> [2020-08-08T21:38:18.840Z] [INFO] [2020-08-08T21:38:18.840Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.unittest.ui --- [2020-08-08T21:38:18.840Z] [INFO] The project's OSGi version is 0.8.0.I202003160826 [2020-08-08T21:38:18.840Z] [INFO] [2020-08-08T21:38:18.840Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.unittest.ui --- [2020-08-08T21:38:18.840Z] [INFO] [2020-08-08T21:38:18.840Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.unittest.ui --- [2020-08-08T21:38:18.840Z] [INFO] [2020-08-08T21:38:18.840Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.unittest.ui <<< [2020-08-08T21:38:18.840Z] [INFO] [2020-08-08T21:38:18.840Z] [INFO] [2020-08-08T21:38:18.840Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.unittest.ui --- [2020-08-08T21:38:18.840Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-08-08T21:38:20.203Z] [INFO] [2020-08-08T21:38:20.203Z] Loading source files for package org.eclipse.ease.lang.unittest.ui... [2020-08-08T21:38:20.203Z] Loading source files for package org.eclipse.ease.lang.unittest.ui.decorators... [2020-08-08T21:38:20.203Z] Loading source files for package org.eclipse.ease.lang.unittest.ui.dialogs... [2020-08-08T21:38:20.203Z] Loading source files for package org.eclipse.ease.lang.unittest.ui.editor... [2020-08-08T21:38:20.203Z] Loading source files for package org.eclipse.ease.lang.unittest.ui.handlers... [2020-08-08T21:38:20.203Z] Loading source files for package org.eclipse.ease.lang.unittest.ui.sourceprovider... [2020-08-08T21:38:20.203Z] Loading source files for package org.eclipse.ease.lang.unittest.ui.views... [2020-08-08T21:38:20.203Z] Loading source files for package org.eclipse.ease.lang.unittest.ui.wizards... [2020-08-08T21:38:20.203Z] Loading source files for package org.eclipse.ease.lang.unittest.definition.provider... [2020-08-08T21:38:20.203Z] Constructing Javadoc information... [2020-08-08T21:38:20.203Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest.ui/target/javadoc-bundle-options/package-list" [2020-08-08T21:38:20.203Z] [WARNING] Javadoc Warnings [2020-08-08T21:38:20.204Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5" [2020-08-08T21:38:20.204Z] [INFO] [2020-08-08T21:38:20.204Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.unittest.ui --- [2020-08-08T21:38:20.204Z] [INFO] [2020-08-08T21:38:20.204Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.unittest.ui --- [2020-08-08T21:38:20.204Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:38:20.204Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest.ui/src/main/resources [2020-08-08T21:38:20.204Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest.ui/help [2020-08-08T21:38:20.204Z] [INFO] [2020-08-08T21:38:20.204Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.unittest.ui --- [2020-08-08T21:38:20.204Z] [INFO] Compiling 40 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest.ui/target/classes [2020-08-08T21:38:20.459Z] [INFO] [2020-08-08T21:38:20.459Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.unittest.ui --- [2020-08-08T21:38:20.459Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:38:20.459Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest.ui/src/test/resources [2020-08-08T21:38:20.459Z] [INFO] [2020-08-08T21:38:20.459Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.unittest.ui --- [2020-08-08T21:38:20.459Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest.ui/target/org.eclipse.ease.lang.unittest.ui-0.8.0-SNAPSHOT-sources.jar [2020-08-08T21:38:20.459Z] [INFO] [2020-08-08T21:38:20.459Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.unittest.ui --- [2020-08-08T21:38:20.459Z] [INFO] [2020-08-08T21:38:20.459Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.unittest.ui --- [2020-08-08T21:38:20.459Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest.ui/target/org.eclipse.ease.lang.unittest.ui-0.8.0-SNAPSHOT.jar [2020-08-08T21:38:20.459Z] [INFO] [2020-08-08T21:38:20.459Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.unittest.ui --- [2020-08-08T21:38:20.459Z] [INFO] [2020-08-08T21:38:20.459Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.unittest.ui --- [2020-08-08T21:38:20.459Z] [INFO] [2020-08-08T21:38:20.459Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.unittest.ui --- [2020-08-08T21:38:20.459Z] [INFO] [2020-08-08T21:38:20.459Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.unittest.ui --- [2020-08-08T21:38:20.459Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest.ui/target/org.eclipse.ease.lang.unittest.ui-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest.ui/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest.ui-0.8.0-SNAPSHOT.jar [2020-08-08T21:38:20.459Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest.ui/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest.ui/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest.ui-0.8.0-SNAPSHOT.pom [2020-08-08T21:38:20.459Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest.ui/target/org.eclipse.ease.lang.unittest.ui-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest.ui/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest.ui-0.8.0-SNAPSHOT-sources.jar [2020-08-08T21:38:20.459Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest.ui/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest.ui-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:38:20.459Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest.ui/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest.ui-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:38:20.460Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest.ui/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest.ui-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:38:20.460Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest.ui/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest.ui-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:38:20.460Z] [INFO] [2020-08-08T21:38:20.460Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.unittest.ui --- [2020-08-08T21:38:20.460Z] [INFO] [2020-08-08T21:38:20.460Z] [INFO] ------------< org.eclipse.ease:org.eclipse.ease.lang.ruby >------------- [2020-08-08T21:38:20.460Z] [INFO] Building org.eclipse.ease.lang.ruby 0.8.0-SNAPSHOT [15/48] [2020-08-08T21:38:20.460Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-08-08T21:38:20.460Z] [INFO] [2020-08-08T21:38:20.460Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.ruby --- [2020-08-08T21:38:20.460Z] [INFO] [2020-08-08T21:38:20.460Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.ruby --- [2020-08-08T21:38:20.460Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-08T21:38:20.460Z] [INFO] [2020-08-08T21:38:20.460Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.ruby --- [2020-08-08T21:38:20.460Z] [INFO] [2020-08-08T21:38:20.460Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.ruby --- [2020-08-08T21:38:20.460Z] [INFO] [2020-08-08T21:38:20.460Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.ruby >>> [2020-08-08T21:38:20.460Z] [INFO] [2020-08-08T21:38:20.460Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.ruby --- [2020-08-08T21:38:20.460Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-08T21:38:20.460Z] [INFO] [2020-08-08T21:38:20.460Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.ruby --- [2020-08-08T21:38:20.460Z] [INFO] [2020-08-08T21:38:20.460Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.ruby --- [2020-08-08T21:38:20.460Z] [INFO] [2020-08-08T21:38:20.460Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.ruby <<< [2020-08-08T21:38:20.460Z] [INFO] [2020-08-08T21:38:20.460Z] [INFO] [2020-08-08T21:38:20.460Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.ruby --- [2020-08-08T21:38:20.715Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-08-08T21:38:22.095Z] [INFO] [2020-08-08T21:38:22.095Z] Loading source files for package org.eclipse.ease.lang.ruby... [2020-08-08T21:38:22.096Z] Constructing Javadoc information... [2020-08-08T21:38:22.096Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby/target/javadoc-bundle-options/package-list" [2020-08-08T21:38:22.096Z] [WARNING] Javadoc Warnings [2020-08-08T21:38:22.096Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5" [2020-08-08T21:38:22.096Z] [INFO] [2020-08-08T21:38:22.096Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.ruby --- [2020-08-08T21:38:22.096Z] [INFO] [2020-08-08T21:38:22.096Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.ruby --- [2020-08-08T21:38:22.096Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:38:22.096Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby/src/main/resources [2020-08-08T21:38:22.096Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby/help [2020-08-08T21:38:22.096Z] [INFO] [2020-08-08T21:38:22.096Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.ruby --- [2020-08-08T21:38:22.096Z] [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby/target/classes [2020-08-08T21:38:22.096Z] [INFO] [2020-08-08T21:38:22.096Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.ruby --- [2020-08-08T21:38:22.096Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:38:22.096Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby/src/test/resources [2020-08-08T21:38:22.096Z] [INFO] [2020-08-08T21:38:22.096Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.ruby --- [2020-08-08T21:38:22.096Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby/target/org.eclipse.ease.lang.ruby-0.8.0-SNAPSHOT-sources.jar [2020-08-08T21:38:22.096Z] [INFO] [2020-08-08T21:38:22.096Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.ruby --- [2020-08-08T21:38:22.096Z] [INFO] [2020-08-08T21:38:22.096Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.ruby --- [2020-08-08T21:38:22.096Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby/target/org.eclipse.ease.lang.ruby-0.8.0-SNAPSHOT.jar [2020-08-08T21:38:22.096Z] [INFO] [2020-08-08T21:38:22.096Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.ruby --- [2020-08-08T21:38:22.096Z] [INFO] [2020-08-08T21:38:22.096Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.ruby --- [2020-08-08T21:38:22.096Z] [INFO] [2020-08-08T21:38:22.096Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.ruby --- [2020-08-08T21:38:22.096Z] [INFO] [2020-08-08T21:38:22.096Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.ruby --- [2020-08-08T21:38:22.096Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby/target/org.eclipse.ease.lang.ruby-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.ruby/0.8.0-SNAPSHOT/org.eclipse.ease.lang.ruby-0.8.0-SNAPSHOT.jar [2020-08-08T21:38:22.096Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.ruby/0.8.0-SNAPSHOT/org.eclipse.ease.lang.ruby-0.8.0-SNAPSHOT.pom [2020-08-08T21:38:22.096Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby/target/org.eclipse.ease.lang.ruby-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.ruby/0.8.0-SNAPSHOT/org.eclipse.ease.lang.ruby-0.8.0-SNAPSHOT-sources.jar [2020-08-08T21:38:22.096Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.ruby/0.8.0-SNAPSHOT/org.eclipse.ease.lang.ruby-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:38:22.096Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.ruby/0.8.0-SNAPSHOT/org.eclipse.ease.lang.ruby-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:38:22.096Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.ruby/0.8.0-SNAPSHOT/org.eclipse.ease.lang.ruby-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:38:22.096Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.ruby/0.8.0-SNAPSHOT/org.eclipse.ease.lang.ruby-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:38:22.096Z] [INFO] [2020-08-08T21:38:22.096Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.ruby --- [2020-08-08T21:38:22.096Z] [INFO] [2020-08-08T21:38:22.096Z] [INFO] ---------< org.eclipse.ease:org.eclipse.ease.lang.ruby.jruby >---------- [2020-08-08T21:38:22.096Z] [INFO] Building org.eclipse.ease.lang.ruby.jruby 0.8.0-SNAPSHOT [16/48] [2020-08-08T21:38:22.096Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-08-08T21:38:22.096Z] [INFO] [2020-08-08T21:38:22.096Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.ruby.jruby --- [2020-08-08T21:38:22.096Z] [INFO] [2020-08-08T21:38:22.097Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.ruby.jruby --- [2020-08-08T21:38:22.097Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-08T21:38:22.097Z] [INFO] [2020-08-08T21:38:22.097Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.ruby.jruby --- [2020-08-08T21:38:22.097Z] [INFO] [2020-08-08T21:38:22.097Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.ruby.jruby --- [2020-08-08T21:38:22.097Z] [INFO] [2020-08-08T21:38:22.097Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.ruby.jruby >>> [2020-08-08T21:38:22.097Z] [INFO] [2020-08-08T21:38:22.097Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.ruby.jruby --- [2020-08-08T21:38:22.097Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-08T21:38:22.097Z] [INFO] [2020-08-08T21:38:22.097Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.ruby.jruby --- [2020-08-08T21:38:22.097Z] [INFO] [2020-08-08T21:38:22.097Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.ruby.jruby --- [2020-08-08T21:38:22.097Z] [INFO] [2020-08-08T21:38:22.097Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.ruby.jruby <<< [2020-08-08T21:38:22.097Z] [INFO] [2020-08-08T21:38:22.097Z] [INFO] [2020-08-08T21:38:22.097Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.ruby.jruby --- [2020-08-08T21:38:22.097Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-08-08T21:38:23.463Z] [INFO] [2020-08-08T21:38:23.463Z] Loading source files for package org.eclipse.ease.lang.ruby.jruby... [2020-08-08T21:38:23.463Z] Constructing Javadoc information... [2020-08-08T21:38:23.463Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby.jruby/target/javadoc-bundle-options/package-list" [2020-08-08T21:38:23.463Z] [WARNING] Javadoc Warnings [2020-08-08T21:38:23.463Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5" [2020-08-08T21:38:23.463Z] [INFO] [2020-08-08T21:38:23.463Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.ruby.jruby --- [2020-08-08T21:38:23.463Z] [INFO] [2020-08-08T21:38:23.463Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.ruby.jruby --- [2020-08-08T21:38:23.463Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:38:23.463Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby.jruby/src/main/resources [2020-08-08T21:38:23.463Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby.jruby/help [2020-08-08T21:38:23.463Z] [INFO] [2020-08-08T21:38:23.463Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.ruby.jruby --- [2020-08-08T21:38:23.463Z] [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby.jruby/target/classes [2020-08-08T21:38:23.463Z] [INFO] [2020-08-08T21:38:23.463Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.ruby.jruby --- [2020-08-08T21:38:23.463Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:38:23.463Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby.jruby/src/test/resources [2020-08-08T21:38:23.463Z] [INFO] [2020-08-08T21:38:23.463Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.ruby.jruby --- [2020-08-08T21:38:23.463Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby.jruby/target/org.eclipse.ease.lang.ruby.jruby-0.8.0-SNAPSHOT-sources.jar [2020-08-08T21:38:23.463Z] [INFO] [2020-08-08T21:38:23.463Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.ruby.jruby --- [2020-08-08T21:38:23.463Z] [INFO] [2020-08-08T21:38:23.464Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.ruby.jruby --- [2020-08-08T21:38:23.464Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby.jruby/target/org.eclipse.ease.lang.ruby.jruby-0.8.0-SNAPSHOT.jar [2020-08-08T21:38:23.464Z] [INFO] [2020-08-08T21:38:23.464Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.ruby.jruby --- [2020-08-08T21:38:23.464Z] [INFO] [2020-08-08T21:38:23.464Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.ruby.jruby --- [2020-08-08T21:38:23.464Z] [INFO] [2020-08-08T21:38:23.464Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.ruby.jruby --- [2020-08-08T21:38:23.464Z] [INFO] [2020-08-08T21:38:23.464Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.ruby.jruby --- [2020-08-08T21:38:23.464Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby.jruby/target/org.eclipse.ease.lang.ruby.jruby-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.ruby.jruby/0.8.0-SNAPSHOT/org.eclipse.ease.lang.ruby.jruby-0.8.0-SNAPSHOT.jar [2020-08-08T21:38:23.464Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby.jruby/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.ruby.jruby/0.8.0-SNAPSHOT/org.eclipse.ease.lang.ruby.jruby-0.8.0-SNAPSHOT.pom [2020-08-08T21:38:23.464Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby.jruby/target/org.eclipse.ease.lang.ruby.jruby-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.ruby.jruby/0.8.0-SNAPSHOT/org.eclipse.ease.lang.ruby.jruby-0.8.0-SNAPSHOT-sources.jar [2020-08-08T21:38:23.464Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby.jruby/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.ruby.jruby/0.8.0-SNAPSHOT/org.eclipse.ease.lang.ruby.jruby-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:38:23.464Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby.jruby/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.ruby.jruby/0.8.0-SNAPSHOT/org.eclipse.ease.lang.ruby.jruby-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:38:23.464Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby.jruby/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.ruby.jruby/0.8.0-SNAPSHOT/org.eclipse.ease.lang.ruby.jruby-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:38:23.464Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby.jruby/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.ruby.jruby/0.8.0-SNAPSHOT/org.eclipse.ease.lang.ruby.jruby-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:38:23.464Z] [INFO] [2020-08-08T21:38:23.464Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.ruby.jruby --- [2020-08-08T21:38:23.464Z] [INFO] [2020-08-08T21:38:23.464Z] [INFO] -----< org.eclipse.ease:org.eclipse.ease.lang.javascript.nashorn >------ [2020-08-08T21:38:23.464Z] [INFO] Building org.eclipse.ease.lang.javascript.nashorn 0.8.0-SNAPSHOT [17/48] [2020-08-08T21:38:23.464Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-08-08T21:38:23.464Z] [INFO] [2020-08-08T21:38:23.464Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-08-08T21:38:23.464Z] [INFO] [2020-08-08T21:38:23.464Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-08-08T21:38:23.464Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-08T21:38:23.464Z] [INFO] [2020-08-08T21:38:23.464Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-08-08T21:38:23.464Z] [INFO] [2020-08-08T21:38:23.464Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-08-08T21:38:23.464Z] [INFO] [2020-08-08T21:38:23.464Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.javascript.nashorn >>> [2020-08-08T21:38:23.464Z] [INFO] [2020-08-08T21:38:23.464Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-08-08T21:38:23.464Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-08T21:38:23.464Z] [INFO] [2020-08-08T21:38:23.464Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-08-08T21:38:23.464Z] [INFO] [2020-08-08T21:38:23.464Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-08-08T21:38:23.464Z] [INFO] [2020-08-08T21:38:23.464Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.javascript.nashorn <<< [2020-08-08T21:38:23.464Z] [INFO] [2020-08-08T21:38:23.464Z] [INFO] [2020-08-08T21:38:23.464Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-08-08T21:38:23.464Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-08-08T21:38:24.827Z] [INFO] [2020-08-08T21:38:24.827Z] Loading source files for package org.eclipse.ease.lang.javascript.nashorn... [2020-08-08T21:38:24.827Z] Constructing Javadoc information... [2020-08-08T21:38:24.827Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.nashorn/target/javadoc-bundle-options/package-list" [2020-08-08T21:38:24.827Z] [WARNING] Javadoc Warnings [2020-08-08T21:38:24.827Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5" [2020-08-08T21:38:24.827Z] [INFO] [2020-08-08T21:38:24.828Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-08-08T21:38:24.828Z] [INFO] [2020-08-08T21:38:24.828Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-08-08T21:38:24.828Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:38:24.828Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.nashorn/src/main/resources [2020-08-08T21:38:24.828Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.nashorn/help [2020-08-08T21:38:24.828Z] [INFO] [2020-08-08T21:38:24.828Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-08-08T21:38:24.828Z] [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.nashorn/target/classes [2020-08-08T21:38:24.828Z] [INFO] [2020-08-08T21:38:24.828Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-08-08T21:38:24.828Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:38:24.828Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.nashorn/src/test/resources [2020-08-08T21:38:24.828Z] [INFO] [2020-08-08T21:38:24.828Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-08-08T21:38:24.828Z] [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.nashorn/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [2020-08-08T21:38:24.828Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.nashorn/target/org.eclipse.ease.lang.javascript.nashorn-0.8.0-SNAPSHOT-sources.jar [2020-08-08T21:38:24.828Z] [INFO] [2020-08-08T21:38:24.828Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-08-08T21:38:24.828Z] [INFO] [2020-08-08T21:38:24.828Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-08-08T21:38:24.828Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.nashorn/target/org.eclipse.ease.lang.javascript.nashorn-0.8.0-SNAPSHOT.jar [2020-08-08T21:38:24.828Z] [INFO] [2020-08-08T21:38:24.828Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-08-08T21:38:24.828Z] [INFO] [2020-08-08T21:38:24.828Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-08-08T21:38:24.828Z] [INFO] [2020-08-08T21:38:24.828Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-08-08T21:38:24.828Z] [INFO] [2020-08-08T21:38:24.828Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-08-08T21:38:24.828Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.nashorn/target/org.eclipse.ease.lang.javascript.nashorn-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.nashorn/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.nashorn-0.8.0-SNAPSHOT.jar [2020-08-08T21:38:24.828Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.nashorn/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.nashorn/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.nashorn-0.8.0-SNAPSHOT.pom [2020-08-08T21:38:24.828Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.nashorn/target/org.eclipse.ease.lang.javascript.nashorn-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.nashorn/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.nashorn-0.8.0-SNAPSHOT-sources.jar [2020-08-08T21:38:24.828Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.nashorn/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.nashorn/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.nashorn-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:38:24.828Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.nashorn/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.nashorn/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.nashorn-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:38:24.828Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.nashorn/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.nashorn/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.nashorn-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:38:24.828Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.nashorn/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.nashorn/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.nashorn-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:38:24.828Z] [INFO] [2020-08-08T21:38:24.828Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-08-08T21:38:24.828Z] [INFO] [2020-08-08T21:38:24.828Z] [INFO] ------< org.eclipse.ease:org.eclipse.ease.lang.javascript.rhino >------- [2020-08-08T21:38:24.828Z] [INFO] Building org.eclipse.ease.lang.javascript.rhino 0.8.0-SNAPSHOT [18/48] [2020-08-08T21:38:24.828Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-08-08T21:38:24.828Z] [INFO] [2020-08-08T21:38:24.828Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.javascript.rhino --- [2020-08-08T21:38:24.829Z] [INFO] [2020-08-08T21:38:24.829Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.rhino --- [2020-08-08T21:38:24.829Z] [INFO] The project's OSGi version is 0.8.0.I202003021730 [2020-08-08T21:38:24.829Z] [INFO] [2020-08-08T21:38:24.829Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.rhino --- [2020-08-08T21:38:24.829Z] [INFO] [2020-08-08T21:38:24.829Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.rhino --- [2020-08-08T21:38:24.829Z] [INFO] [2020-08-08T21:38:24.829Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.javascript.rhino >>> [2020-08-08T21:38:24.829Z] [INFO] [2020-08-08T21:38:24.829Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.rhino --- [2020-08-08T21:38:24.829Z] [INFO] The project's OSGi version is 0.8.0.I202003021730 [2020-08-08T21:38:24.829Z] [INFO] [2020-08-08T21:38:24.829Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.rhino --- [2020-08-08T21:38:24.829Z] [INFO] [2020-08-08T21:38:24.829Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.rhino --- [2020-08-08T21:38:24.829Z] [INFO] [2020-08-08T21:38:24.829Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.javascript.rhino <<< [2020-08-08T21:38:24.829Z] [INFO] [2020-08-08T21:38:24.829Z] [INFO] [2020-08-08T21:38:24.829Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.javascript.rhino --- [2020-08-08T21:38:24.829Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-08-08T21:38:26.194Z] [INFO] [2020-08-08T21:38:26.194Z] Loading source files for package org.eclipse.ease.lang.javascript.rhino... [2020-08-08T21:38:26.194Z] Loading source files for package org.eclipse.ease.lang.javascript.rhino.debugger... [2020-08-08T21:38:26.194Z] Loading source files for package org.eclipse.ease.lang.javascript.rhino.debugger.actions... [2020-08-08T21:38:26.194Z] Loading source files for package org.eclipse.ease.lang.javascript.rhino.debugger.editor... [2020-08-08T21:38:26.194Z] Loading source files for package org.eclipse.ease.lang.javascript.rhino.debugger.model... [2020-08-08T21:38:26.194Z] Constructing Javadoc information... [2020-08-08T21:38:26.194Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.rhino/target/javadoc-bundle-options/package-list" [2020-08-08T21:38:26.194Z] [WARNING] Javadoc Warnings [2020-08-08T21:38:26.194Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5" [2020-08-08T21:38:26.194Z] [INFO] [2020-08-08T21:38:26.194Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.javascript.rhino --- [2020-08-08T21:38:26.194Z] [INFO] [2020-08-08T21:38:26.194Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript.rhino --- [2020-08-08T21:38:26.194Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:38:26.194Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.rhino/src/main/resources [2020-08-08T21:38:26.194Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.rhino/help [2020-08-08T21:38:26.194Z] [INFO] [2020-08-08T21:38:26.194Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.javascript.rhino --- [2020-08-08T21:38:26.194Z] [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.rhino/target/classes [2020-08-08T21:38:26.194Z] [INFO] [2020-08-08T21:38:26.194Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript.rhino --- [2020-08-08T21:38:26.194Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:38:26.194Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.rhino/src/test/resources [2020-08-08T21:38:26.194Z] [INFO] [2020-08-08T21:38:26.194Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript.rhino --- [2020-08-08T21:38:26.194Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.rhino/target/org.eclipse.ease.lang.javascript.rhino-0.8.0-SNAPSHOT-sources.jar [2020-08-08T21:38:26.194Z] [INFO] [2020-08-08T21:38:26.195Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.rhino --- [2020-08-08T21:38:26.195Z] [INFO] [2020-08-08T21:38:26.195Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript.rhino --- [2020-08-08T21:38:26.195Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.rhino/target/org.eclipse.ease.lang.javascript.rhino-0.8.0-SNAPSHOT.jar [2020-08-08T21:38:26.195Z] [INFO] [2020-08-08T21:38:26.195Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.rhino --- [2020-08-08T21:38:26.195Z] [INFO] [2020-08-08T21:38:26.195Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.javascript.rhino --- [2020-08-08T21:38:26.195Z] [INFO] [2020-08-08T21:38:26.195Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript.rhino --- [2020-08-08T21:38:26.195Z] [INFO] [2020-08-08T21:38:26.195Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.javascript.rhino --- [2020-08-08T21:38:26.195Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.rhino/target/org.eclipse.ease.lang.javascript.rhino-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.rhino/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.rhino-0.8.0-SNAPSHOT.jar [2020-08-08T21:38:26.195Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.rhino/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.rhino/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.rhino-0.8.0-SNAPSHOT.pom [2020-08-08T21:38:26.195Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.rhino/target/org.eclipse.ease.lang.javascript.rhino-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.rhino/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.rhino-0.8.0-SNAPSHOT-sources.jar [2020-08-08T21:38:26.195Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.rhino/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.rhino/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.rhino-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:38:26.195Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.rhino/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.rhino/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.rhino-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:38:26.195Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.rhino/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.rhino/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.rhino-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:38:26.195Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.rhino/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.rhino/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.rhino-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:38:26.195Z] [INFO] [2020-08-08T21:38:26.195Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.javascript.rhino --- [2020-08-08T21:38:26.195Z] [INFO] [2020-08-08T21:38:26.195Z] [INFO] --------< org.eclipse.ease:org.eclipse.ease.lang.python.jython >-------- [2020-08-08T21:38:26.195Z] [INFO] Building org.eclipse.ease.lang.python.jython 0.8.0-SNAPSHOT [19/48] [2020-08-08T21:38:26.195Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-08-08T21:38:26.195Z] [INFO] [2020-08-08T21:38:26.195Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.python.jython --- [2020-08-08T21:38:26.195Z] [INFO] [2020-08-08T21:38:26.195Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.jython --- [2020-08-08T21:38:26.195Z] [INFO] The project's OSGi version is 0.8.0.I201911262145 [2020-08-08T21:38:26.195Z] [INFO] [2020-08-08T21:38:26.195Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.jython --- [2020-08-08T21:38:26.195Z] [INFO] [2020-08-08T21:38:26.195Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.jython --- [2020-08-08T21:38:26.195Z] [INFO] [2020-08-08T21:38:26.195Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.python.jython >>> [2020-08-08T21:38:26.195Z] [INFO] [2020-08-08T21:38:26.195Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.jython --- [2020-08-08T21:38:26.195Z] [INFO] The project's OSGi version is 0.8.0.I201911262145 [2020-08-08T21:38:26.195Z] [INFO] [2020-08-08T21:38:26.195Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.jython --- [2020-08-08T21:38:26.195Z] [INFO] [2020-08-08T21:38:26.195Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.jython --- [2020-08-08T21:38:26.195Z] [INFO] [2020-08-08T21:38:26.195Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.python.jython <<< [2020-08-08T21:38:26.195Z] [INFO] [2020-08-08T21:38:26.195Z] [INFO] [2020-08-08T21:38:26.195Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.python.jython --- [2020-08-08T21:38:26.451Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-08-08T21:38:27.814Z] [INFO] [2020-08-08T21:38:27.814Z] Loading source files for package org.eclipse.ease.lang.python.jython... [2020-08-08T21:38:27.814Z] Loading source files for package org.eclipse.ease.lang.python.jython.debugger... [2020-08-08T21:38:27.814Z] Loading source files for package org.eclipse.ease.lang.python.jython.preferences... [2020-08-08T21:38:27.814Z] Constructing Javadoc information... [2020-08-08T21:38:27.814Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.jython/target/javadoc-bundle-options/package-list" [2020-08-08T21:38:27.814Z] [WARNING] Javadoc Warnings [2020-08-08T21:38:27.814Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5" [2020-08-08T21:38:27.814Z] [INFO] [2020-08-08T21:38:27.814Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.python.jython --- [2020-08-08T21:38:27.814Z] [INFO] [2020-08-08T21:38:27.814Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.python.jython --- [2020-08-08T21:38:27.814Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:38:27.814Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.jython/src/main/resources [2020-08-08T21:38:27.814Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.jython/help [2020-08-08T21:38:27.814Z] [INFO] [2020-08-08T21:38:27.814Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.python.jython --- [2020-08-08T21:38:27.814Z] [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.jython/target/classes [2020-08-08T21:38:27.814Z] [INFO] [2020-08-08T21:38:27.814Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.python.jython --- [2020-08-08T21:38:27.814Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:38:27.814Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.jython/src/test/resources [2020-08-08T21:38:27.814Z] [INFO] [2020-08-08T21:38:27.814Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.python.jython --- [2020-08-08T21:38:27.815Z] [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.jython/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [2020-08-08T21:38:27.815Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.jython/target/org.eclipse.ease.lang.python.jython-0.8.0-SNAPSHOT-sources.jar [2020-08-08T21:38:27.815Z] [INFO] [2020-08-08T21:38:27.815Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python.jython --- [2020-08-08T21:38:27.815Z] [INFO] [2020-08-08T21:38:27.815Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.python.jython --- [2020-08-08T21:38:27.815Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.jython/target/org.eclipse.ease.lang.python.jython-0.8.0-SNAPSHOT.jar [2020-08-08T21:38:27.815Z] [INFO] [2020-08-08T21:38:27.815Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python.jython --- [2020-08-08T21:38:27.815Z] [INFO] [2020-08-08T21:38:27.815Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.python.jython --- [2020-08-08T21:38:27.815Z] [INFO] [2020-08-08T21:38:27.815Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python.jython --- [2020-08-08T21:38:27.815Z] [INFO] [2020-08-08T21:38:27.815Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.python.jython --- [2020-08-08T21:38:27.815Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.jython/target/org.eclipse.ease.lang.python.jython-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.jython/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.jython-0.8.0-SNAPSHOT.jar [2020-08-08T21:38:27.815Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.jython/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.jython/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.jython-0.8.0-SNAPSHOT.pom [2020-08-08T21:38:27.815Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.jython/target/org.eclipse.ease.lang.python.jython-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.jython/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.jython-0.8.0-SNAPSHOT-sources.jar [2020-08-08T21:38:27.815Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.jython/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.jython/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.jython-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:38:27.815Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.jython/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.jython/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.jython-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:38:27.815Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.jython/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.jython/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.jython-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:38:27.815Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.jython/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.jython/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.jython-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:38:27.815Z] [INFO] [2020-08-08T21:38:27.815Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.python.jython --- [2020-08-08T21:38:27.815Z] [INFO] [2020-08-08T21:38:27.815Z] [INFO] --------< org.eclipse.ease:org.eclipse.ease.lang.javascript.ui >-------- [2020-08-08T21:38:27.815Z] [INFO] Building org.eclipse.ease.lang.javascript.ui 0.8.0-SNAPSHOT [20/48] [2020-08-08T21:38:27.815Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-08-08T21:38:27.815Z] [INFO] [2020-08-08T21:38:27.815Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.javascript.ui --- [2020-08-08T21:38:27.815Z] [INFO] [2020-08-08T21:38:27.815Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.ui --- [2020-08-08T21:38:27.815Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-08T21:38:27.815Z] [INFO] [2020-08-08T21:38:27.815Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.ui --- [2020-08-08T21:38:27.815Z] [INFO] [2020-08-08T21:38:27.815Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.ui --- [2020-08-08T21:38:27.815Z] [INFO] [2020-08-08T21:38:27.815Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.javascript.ui >>> [2020-08-08T21:38:27.815Z] [INFO] [2020-08-08T21:38:27.815Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.ui --- [2020-08-08T21:38:27.815Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-08T21:38:27.815Z] [INFO] [2020-08-08T21:38:27.815Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.ui --- [2020-08-08T21:38:27.815Z] [INFO] [2020-08-08T21:38:27.815Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.ui --- [2020-08-08T21:38:27.815Z] [INFO] [2020-08-08T21:38:27.816Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.javascript.ui <<< [2020-08-08T21:38:27.816Z] [INFO] [2020-08-08T21:38:27.816Z] [INFO] [2020-08-08T21:38:27.816Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.javascript.ui --- [2020-08-08T21:38:27.816Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-08-08T21:38:29.184Z] [INFO] [2020-08-08T21:38:29.184Z] Loading source files for package org.eclipse.ease.lang.javascript.ui... [2020-08-08T21:38:29.184Z] Loading source files for package org.eclipse.ease.lang.javascript.ui.completion... [2020-08-08T21:38:29.184Z] Constructing Javadoc information... [2020-08-08T21:38:29.184Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.ui/target/javadoc-bundle-options/package-list" [2020-08-08T21:38:29.184Z] [WARNING] Javadoc Warnings [2020-08-08T21:38:29.184Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5" [2020-08-08T21:38:29.184Z] [INFO] [2020-08-08T21:38:29.184Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.javascript.ui --- [2020-08-08T21:38:29.184Z] [INFO] [2020-08-08T21:38:29.184Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript.ui --- [2020-08-08T21:38:29.184Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:38:29.184Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.ui/src/main/resources [2020-08-08T21:38:29.184Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.ui/help [2020-08-08T21:38:29.184Z] [INFO] [2020-08-08T21:38:29.184Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.javascript.ui --- [2020-08-08T21:38:29.184Z] [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.ui/target/classes [2020-08-08T21:38:29.184Z] [INFO] [2020-08-08T21:38:29.184Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript.ui --- [2020-08-08T21:38:29.184Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:38:29.184Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.ui/src/test/resources [2020-08-08T21:38:29.184Z] [INFO] [2020-08-08T21:38:29.184Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript.ui --- [2020-08-08T21:38:29.184Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.ui/target/org.eclipse.ease.lang.javascript.ui-0.8.0-SNAPSHOT-sources.jar [2020-08-08T21:38:29.184Z] [INFO] [2020-08-08T21:38:29.184Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.ui --- [2020-08-08T21:38:29.184Z] [INFO] [2020-08-08T21:38:29.184Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript.ui --- [2020-08-08T21:38:29.184Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.ui/target/org.eclipse.ease.lang.javascript.ui-0.8.0-SNAPSHOT.jar [2020-08-08T21:38:29.184Z] [INFO] [2020-08-08T21:38:29.184Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.ui --- [2020-08-08T21:38:29.184Z] [INFO] [2020-08-08T21:38:29.184Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.javascript.ui --- [2020-08-08T21:38:29.184Z] [INFO] [2020-08-08T21:38:29.184Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript.ui --- [2020-08-08T21:38:29.184Z] [INFO] [2020-08-08T21:38:29.184Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.javascript.ui --- [2020-08-08T21:38:29.184Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.ui/target/org.eclipse.ease.lang.javascript.ui-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.ui/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.ui-0.8.0-SNAPSHOT.jar [2020-08-08T21:38:29.184Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.ui/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.ui/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.ui-0.8.0-SNAPSHOT.pom [2020-08-08T21:38:29.185Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.ui/target/org.eclipse.ease.lang.javascript.ui-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.ui/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.ui-0.8.0-SNAPSHOT-sources.jar [2020-08-08T21:38:29.185Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.ui/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.ui-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:38:29.185Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.ui/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.ui-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:38:29.185Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.ui/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.ui-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:38:29.185Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.ui/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.ui-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:38:29.185Z] [INFO] [2020-08-08T21:38:29.185Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.javascript.ui --- [2020-08-08T21:38:29.185Z] [INFO] [2020-08-08T21:38:29.185Z] [INFO] --------< org.eclipse.ease:org.eclipse.ease.lang.jvm.compiled >--------- [2020-08-08T21:38:29.185Z] [INFO] Building org.eclipse.ease.lang.jvm.compiled 0.8.0-SNAPSHOT [21/48] [2020-08-08T21:38:29.185Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-08-08T21:38:29.185Z] [INFO] [2020-08-08T21:38:29.185Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.jvm.compiled --- [2020-08-08T21:38:29.185Z] [INFO] [2020-08-08T21:38:29.185Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.jvm.compiled --- [2020-08-08T21:38:29.185Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-08T21:38:29.185Z] [INFO] [2020-08-08T21:38:29.185Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.jvm.compiled --- [2020-08-08T21:38:29.185Z] [INFO] [2020-08-08T21:38:29.185Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.jvm.compiled --- [2020-08-08T21:38:29.185Z] [INFO] [2020-08-08T21:38:29.185Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.jvm.compiled >>> [2020-08-08T21:38:29.185Z] [INFO] [2020-08-08T21:38:29.185Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.jvm.compiled --- [2020-08-08T21:38:29.185Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-08T21:38:29.185Z] [INFO] [2020-08-08T21:38:29.185Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.jvm.compiled --- [2020-08-08T21:38:29.185Z] [INFO] [2020-08-08T21:38:29.185Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.jvm.compiled --- [2020-08-08T21:38:29.185Z] [INFO] [2020-08-08T21:38:29.185Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.jvm.compiled <<< [2020-08-08T21:38:29.185Z] [INFO] [2020-08-08T21:38:29.185Z] [INFO] [2020-08-08T21:38:29.185Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.jvm.compiled --- [2020-08-08T21:38:29.441Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-08-08T21:38:30.367Z] [INFO] [2020-08-08T21:38:30.367Z] Loading source files for package org.eclipse.ease.lang.jvm.compiled... [2020-08-08T21:38:30.367Z] Constructing Javadoc information... [2020-08-08T21:38:30.367Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.jvm.compiled/target/javadoc-bundle-options/package-list" [2020-08-08T21:38:30.367Z] [WARNING] Javadoc Warnings [2020-08-08T21:38:30.367Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5" [2020-08-08T21:38:30.367Z] [INFO] [2020-08-08T21:38:30.367Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.jvm.compiled --- [2020-08-08T21:38:30.367Z] [INFO] [2020-08-08T21:38:30.367Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.jvm.compiled --- [2020-08-08T21:38:30.367Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:38:30.367Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.jvm.compiled/src/main/resources [2020-08-08T21:38:30.367Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.jvm.compiled/help [2020-08-08T21:38:30.367Z] [INFO] [2020-08-08T21:38:30.367Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.jvm.compiled --- [2020-08-08T21:38:30.367Z] [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.jvm.compiled/target/classes [2020-08-08T21:38:30.627Z] [INFO] [2020-08-08T21:38:30.627Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.jvm.compiled --- [2020-08-08T21:38:30.627Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:38:30.627Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.jvm.compiled/src/test/resources [2020-08-08T21:38:30.627Z] [INFO] [2020-08-08T21:38:30.627Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.jvm.compiled --- [2020-08-08T21:38:30.627Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.jvm.compiled/target/org.eclipse.ease.lang.jvm.compiled-0.8.0-SNAPSHOT-sources.jar [2020-08-08T21:38:30.627Z] [INFO] [2020-08-08T21:38:30.627Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.jvm.compiled --- [2020-08-08T21:38:30.627Z] [INFO] [2020-08-08T21:38:30.627Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.jvm.compiled --- [2020-08-08T21:38:30.627Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.jvm.compiled/target/org.eclipse.ease.lang.jvm.compiled-0.8.0-SNAPSHOT.jar [2020-08-08T21:38:30.627Z] [INFO] [2020-08-08T21:38:30.627Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.jvm.compiled --- [2020-08-08T21:38:30.627Z] [INFO] [2020-08-08T21:38:30.627Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.jvm.compiled --- [2020-08-08T21:38:30.627Z] [INFO] [2020-08-08T21:38:30.627Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.jvm.compiled --- [2020-08-08T21:38:30.627Z] [INFO] [2020-08-08T21:38:30.627Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.jvm.compiled --- [2020-08-08T21:38:30.627Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.jvm.compiled/target/org.eclipse.ease.lang.jvm.compiled-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.jvm.compiled/0.8.0-SNAPSHOT/org.eclipse.ease.lang.jvm.compiled-0.8.0-SNAPSHOT.jar [2020-08-08T21:38:30.627Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.jvm.compiled/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.jvm.compiled/0.8.0-SNAPSHOT/org.eclipse.ease.lang.jvm.compiled-0.8.0-SNAPSHOT.pom [2020-08-08T21:38:30.627Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.jvm.compiled/target/org.eclipse.ease.lang.jvm.compiled-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.jvm.compiled/0.8.0-SNAPSHOT/org.eclipse.ease.lang.jvm.compiled-0.8.0-SNAPSHOT-sources.jar [2020-08-08T21:38:30.627Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.jvm.compiled/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.jvm.compiled/0.8.0-SNAPSHOT/org.eclipse.ease.lang.jvm.compiled-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:38:30.627Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.jvm.compiled/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.jvm.compiled/0.8.0-SNAPSHOT/org.eclipse.ease.lang.jvm.compiled-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:38:30.627Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.jvm.compiled/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.jvm.compiled/0.8.0-SNAPSHOT/org.eclipse.ease.lang.jvm.compiled-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:38:30.628Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.jvm.compiled/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.jvm.compiled/0.8.0-SNAPSHOT/org.eclipse.ease.lang.jvm.compiled-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:38:30.628Z] [INFO] [2020-08-08T21:38:30.628Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.jvm.compiled --- [2020-08-08T21:38:30.628Z] [INFO] [2020-08-08T21:38:30.628Z] [INFO] ------< org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.ui >------- [2020-08-08T21:38:30.628Z] [INFO] Building org.eclipse.ease.lang.scriptarchive.ui 0.8.0-SNAPSHOT [22/48] [2020-08-08T21:38:30.628Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-08-08T21:38:30.628Z] [INFO] [2020-08-08T21:38:30.628Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-08-08T21:38:30.628Z] [INFO] [2020-08-08T21:38:30.628Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-08-08T21:38:30.628Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-08T21:38:30.628Z] [INFO] [2020-08-08T21:38:30.628Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-08-08T21:38:30.628Z] [INFO] [2020-08-08T21:38:30.628Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-08-08T21:38:30.628Z] [INFO] [2020-08-08T21:38:30.628Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.scriptarchive.ui >>> [2020-08-08T21:38:30.628Z] [INFO] [2020-08-08T21:38:30.628Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-08-08T21:38:30.628Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-08T21:38:30.628Z] [INFO] [2020-08-08T21:38:30.628Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-08-08T21:38:30.628Z] [INFO] [2020-08-08T21:38:30.628Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-08-08T21:38:30.628Z] [INFO] [2020-08-08T21:38:30.628Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.scriptarchive.ui <<< [2020-08-08T21:38:30.628Z] [INFO] [2020-08-08T21:38:30.628Z] [INFO] [2020-08-08T21:38:30.628Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-08-08T21:38:30.884Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-08-08T21:38:32.248Z] [INFO] [2020-08-08T21:38:32.248Z] Loading source files for package org.eclipse.ease.lang.scriptarchive.ui... [2020-08-08T21:38:32.248Z] Loading source files for package org.eclipse.ease.lang.scriptarchive.ui.export... [2020-08-08T21:38:32.248Z] Constructing Javadoc information... [2020-08-08T21:38:32.248Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive.ui/target/javadoc-bundle-options/package-list" [2020-08-08T21:38:32.248Z] [WARNING] Javadoc Warnings [2020-08-08T21:38:32.248Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5" [2020-08-08T21:38:32.248Z] [INFO] [2020-08-08T21:38:32.249Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-08-08T21:38:32.249Z] [INFO] [2020-08-08T21:38:32.249Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-08-08T21:38:32.249Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:38:32.249Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive.ui/src/main/resources [2020-08-08T21:38:32.249Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive.ui/help [2020-08-08T21:38:32.249Z] [INFO] [2020-08-08T21:38:32.249Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-08-08T21:38:32.249Z] [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive.ui/target/classes [2020-08-08T21:38:32.249Z] [INFO] [2020-08-08T21:38:32.249Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-08-08T21:38:32.249Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:38:32.249Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive.ui/src/test/resources [2020-08-08T21:38:32.249Z] [INFO] [2020-08-08T21:38:32.249Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-08-08T21:38:32.249Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive.ui/target/org.eclipse.ease.lang.scriptarchive.ui-0.8.0-SNAPSHOT-sources.jar [2020-08-08T21:38:32.249Z] [INFO] [2020-08-08T21:38:32.249Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-08-08T21:38:32.249Z] [INFO] [2020-08-08T21:38:32.249Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-08-08T21:38:32.249Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive.ui/target/org.eclipse.ease.lang.scriptarchive.ui-0.8.0-SNAPSHOT.jar [2020-08-08T21:38:32.249Z] [INFO] [2020-08-08T21:38:32.249Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-08-08T21:38:32.249Z] [INFO] [2020-08-08T21:38:32.249Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-08-08T21:38:32.249Z] [INFO] [2020-08-08T21:38:32.249Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-08-08T21:38:32.249Z] [INFO] [2020-08-08T21:38:32.249Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-08-08T21:38:32.249Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive.ui/target/org.eclipse.ease.lang.scriptarchive.ui-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive.ui/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.ui-0.8.0-SNAPSHOT.jar [2020-08-08T21:38:32.249Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive.ui/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive.ui/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.ui-0.8.0-SNAPSHOT.pom [2020-08-08T21:38:32.249Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive.ui/target/org.eclipse.ease.lang.scriptarchive.ui-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive.ui/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.ui-0.8.0-SNAPSHOT-sources.jar [2020-08-08T21:38:32.249Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive.ui/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.ui-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:38:32.249Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive.ui/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.ui-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:38:32.249Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive.ui/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.ui-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:38:32.249Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive.ui/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.ui-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:38:32.249Z] [INFO] [2020-08-08T21:38:32.249Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-08-08T21:38:32.249Z] [INFO] [2020-08-08T21:38:32.249Z] [INFO] ---------------< org.eclipse.ease:org.eclipse.ease.help >--------------- [2020-08-08T21:38:32.249Z] [INFO] Building org.eclipse.ease.help 0.8.0-SNAPSHOT [23/48] [2020-08-08T21:38:32.249Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-08-08T21:38:32.249Z] [INFO] [2020-08-08T21:38:32.249Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.help --- [2020-08-08T21:38:32.249Z] [INFO] [2020-08-08T21:38:32.249Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.help --- [2020-08-08T21:38:32.249Z] [INFO] The project's OSGi version is 0.8.0.I202008082135 [2020-08-08T21:38:32.249Z] [INFO] [2020-08-08T21:38:32.249Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.help --- [2020-08-08T21:38:32.249Z] [INFO] [2020-08-08T21:38:32.249Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.help --- [2020-08-08T21:38:32.249Z] [INFO] [2020-08-08T21:38:32.249Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.help >>> [2020-08-08T21:38:32.249Z] [INFO] [2020-08-08T21:38:32.250Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.help --- [2020-08-08T21:38:32.250Z] [INFO] The project's OSGi version is 0.8.0.I202008082135 [2020-08-08T21:38:32.250Z] [INFO] [2020-08-08T21:38:32.250Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.help --- [2020-08-08T21:38:32.250Z] [INFO] [2020-08-08T21:38:32.250Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.help --- [2020-08-08T21:38:32.250Z] [INFO] [2020-08-08T21:38:32.250Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.help <<< [2020-08-08T21:38:32.250Z] [INFO] [2020-08-08T21:38:32.250Z] [INFO] [2020-08-08T21:38:32.250Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.help --- [2020-08-08T21:38:32.250Z] [INFO] [2020-08-08T21:38:32.250Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.help --- [2020-08-08T21:38:32.250Z] [INFO] [2020-08-08T21:38:32.250Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.help --- [2020-08-08T21:38:32.250Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:38:32.250Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.help/src/main/resources [2020-08-08T21:38:32.250Z] [INFO] Copying 41 resources to help [2020-08-08T21:38:32.250Z] [INFO] [2020-08-08T21:38:32.250Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.help --- [2020-08-08T21:38:32.250Z] [INFO] [2020-08-08T21:38:32.250Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.help --- [2020-08-08T21:38:32.250Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:38:32.250Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.help/src/test/resources [2020-08-08T21:38:32.250Z] [INFO] [2020-08-08T21:38:32.250Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.help --- [2020-08-08T21:38:32.250Z] [INFO] [2020-08-08T21:38:32.250Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.help --- [2020-08-08T21:38:32.250Z] [INFO] [2020-08-08T21:38:32.250Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.help --- [2020-08-08T21:38:32.250Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.help/target/org.eclipse.ease.help-0.8.0-SNAPSHOT.jar [2020-08-08T21:38:32.250Z] [INFO] [2020-08-08T21:38:32.250Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.help --- [2020-08-08T21:38:32.250Z] [INFO] [2020-08-08T21:38:32.250Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.help --- [2020-08-08T21:38:32.250Z] [INFO] [2020-08-08T21:38:32.250Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.help --- [2020-08-08T21:38:32.250Z] [INFO] [2020-08-08T21:38:32.250Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.help --- [2020-08-08T21:38:32.250Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.help/target/org.eclipse.ease.help-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.help/0.8.0-SNAPSHOT/org.eclipse.ease.help-0.8.0-SNAPSHOT.jar [2020-08-08T21:38:32.250Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.help/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.help/0.8.0-SNAPSHOT/org.eclipse.ease.help-0.8.0-SNAPSHOT.pom [2020-08-08T21:38:32.250Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.help/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.help/0.8.0-SNAPSHOT/org.eclipse.ease.help-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:38:32.250Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.help/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.help/0.8.0-SNAPSHOT/org.eclipse.ease.help-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:38:32.250Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.help/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.help/0.8.0-SNAPSHOT/org.eclipse.ease.help-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:38:32.250Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.help/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.help/0.8.0-SNAPSHOT/org.eclipse.ease.help-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:38:32.250Z] [INFO] [2020-08-08T21:38:32.250Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.help --- [2020-08-08T21:38:32.250Z] [INFO] [2020-08-08T21:38:32.250Z] [INFO] -------------< org.eclipse.ease:org.eclipse.ease.feature >-------------- [2020-08-08T21:38:32.250Z] [INFO] Building org.eclipse.ease.feature 0.8.0-SNAPSHOT [24/48] [2020-08-08T21:38:32.250Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-08-08T21:38:32.250Z] [INFO] [2020-08-08T21:38:32.250Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.feature --- [2020-08-08T21:38:32.250Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.feature/target [2020-08-08T21:38:32.250Z] [INFO] [2020-08-08T21:38:32.250Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.feature --- [2020-08-08T21:38:32.250Z] [INFO] The project's OSGi version is 0.8.0.I202007081054 [2020-08-08T21:38:32.250Z] [INFO] [2020-08-08T21:38:32.250Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.feature --- [2020-08-08T21:38:32.250Z] [INFO] [2020-08-08T21:38:32.250Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.feature --- [2020-08-08T21:38:32.250Z] [INFO] [2020-08-08T21:38:32.250Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.feature >>> [2020-08-08T21:38:32.250Z] [INFO] [2020-08-08T21:38:32.250Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.feature --- [2020-08-08T21:38:32.251Z] [INFO] The project's OSGi version is 0.8.0.I202007081054 [2020-08-08T21:38:32.251Z] [INFO] [2020-08-08T21:38:32.251Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.feature --- [2020-08-08T21:38:32.251Z] [INFO] [2020-08-08T21:38:32.251Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.feature --- [2020-08-08T21:38:32.251Z] [INFO] [2020-08-08T21:38:32.251Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.feature <<< [2020-08-08T21:38:32.251Z] [INFO] [2020-08-08T21:38:32.251Z] [INFO] [2020-08-08T21:38:32.251Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.feature --- [2020-08-08T21:38:32.251Z] [INFO] [2020-08-08T21:38:32.251Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.feature --- [2020-08-08T21:38:32.251Z] [INFO] [2020-08-08T21:38:32.251Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.feature --- [2020-08-08T21:38:32.251Z] [INFO] [2020-08-08T21:38:32.251Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.feature --- [2020-08-08T21:38:32.251Z] [INFO] [2020-08-08T21:38:32.251Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.ease.feature --- [2020-08-08T21:38:32.251Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.feature/target/org.eclipse.ease.feature-0.8.0-SNAPSHOT.jar [2020-08-08T21:38:32.251Z] [INFO] [2020-08-08T21:38:32.251Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.feature --- [2020-08-08T21:38:32.251Z] [INFO] [2020-08-08T21:38:32.251Z] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.feature --- [2020-08-08T21:38:32.251Z] [INFO] [2020-08-08T21:38:32.251Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.feature --- [2020-08-08T21:38:32.251Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.feature/target/org.eclipse.ease.feature-0.8.0-SNAPSHOT-sources-feature.jar [2020-08-08T21:38:32.251Z] [INFO] [2020-08-08T21:38:32.251Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.feature --- [2020-08-08T21:38:32.251Z] [INFO] [2020-08-08T21:38:32.251Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.feature --- [2020-08-08T21:38:32.251Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.feature/target/org.eclipse.ease.feature-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.feature/0.8.0-SNAPSHOT/org.eclipse.ease.feature-0.8.0-SNAPSHOT.jar [2020-08-08T21:38:32.251Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.feature/0.8.0-SNAPSHOT/org.eclipse.ease.feature-0.8.0-SNAPSHOT.pom [2020-08-08T21:38:32.251Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.feature/0.8.0-SNAPSHOT/org.eclipse.ease.feature-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:38:32.251Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.feature/0.8.0-SNAPSHOT/org.eclipse.ease.feature-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:38:32.251Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.feature/target/org.eclipse.ease.feature-0.8.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.feature/0.8.0-SNAPSHOT/org.eclipse.ease.feature-0.8.0-SNAPSHOT-sources-feature.jar [2020-08-08T21:38:32.251Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.feature/0.8.0-SNAPSHOT/org.eclipse.ease.feature-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:38:32.251Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.feature/0.8.0-SNAPSHOT/org.eclipse.ease.feature-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:38:32.251Z] [INFO] [2020-08-08T21:38:32.251Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.feature --- [2020-08-08T21:38:32.251Z] [INFO] [2020-08-08T21:38:32.251Z] [INFO] ------------< org.eclipse.ease:org.eclipse.ease.ui.feature >------------ [2020-08-08T21:38:32.251Z] [INFO] Building org.eclipse.ease.ui.feature 0.8.0-SNAPSHOT [25/48] [2020-08-08T21:38:32.251Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-08-08T21:38:32.507Z] [INFO] [2020-08-08T21:38:32.507Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.ui.feature --- [2020-08-08T21:38:32.507Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.ui.feature/target [2020-08-08T21:38:32.507Z] [INFO] [2020-08-08T21:38:32.507Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.ui.feature --- [2020-08-08T21:38:32.507Z] [INFO] The project's OSGi version is 0.8.0.I202008082135 [2020-08-08T21:38:32.507Z] [INFO] [2020-08-08T21:38:32.507Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.feature --- [2020-08-08T21:38:32.507Z] [INFO] [2020-08-08T21:38:32.507Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.feature --- [2020-08-08T21:38:32.507Z] [INFO] [2020-08-08T21:38:32.507Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.ui.feature >>> [2020-08-08T21:38:32.507Z] [INFO] [2020-08-08T21:38:32.508Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.ui.feature --- [2020-08-08T21:38:32.508Z] [INFO] The project's OSGi version is 0.8.0.I202008082135 [2020-08-08T21:38:32.508Z] [INFO] [2020-08-08T21:38:32.508Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.feature --- [2020-08-08T21:38:32.508Z] [INFO] [2020-08-08T21:38:32.508Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.feature --- [2020-08-08T21:38:32.508Z] [INFO] [2020-08-08T21:38:32.508Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.ui.feature <<< [2020-08-08T21:38:32.508Z] [INFO] [2020-08-08T21:38:32.508Z] [INFO] [2020-08-08T21:38:32.508Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.ui.feature --- [2020-08-08T21:38:32.508Z] [INFO] [2020-08-08T21:38:32.508Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.ui.feature --- [2020-08-08T21:38:32.508Z] [INFO] [2020-08-08T21:38:32.508Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.ui.feature --- [2020-08-08T21:38:32.508Z] [INFO] [2020-08-08T21:38:32.508Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.ui.feature --- [2020-08-08T21:38:32.508Z] [INFO] [2020-08-08T21:38:32.508Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.ease.ui.feature --- [2020-08-08T21:38:32.508Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.ui.feature/target/org.eclipse.ease.ui.feature-0.8.0-SNAPSHOT.jar [2020-08-08T21:38:32.508Z] [INFO] [2020-08-08T21:38:32.508Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.ui.feature --- [2020-08-08T21:38:32.508Z] [INFO] [2020-08-08T21:38:32.508Z] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.ui.feature --- [2020-08-08T21:38:32.508Z] [INFO] [2020-08-08T21:38:32.508Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.ui.feature --- [2020-08-08T21:38:32.508Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.ui.feature/target/org.eclipse.ease.ui.feature-0.8.0-SNAPSHOT-sources-feature.jar [2020-08-08T21:38:32.508Z] [INFO] [2020-08-08T21:38:32.508Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.ui.feature --- [2020-08-08T21:38:32.508Z] [INFO] [2020-08-08T21:38:32.508Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.ui.feature --- [2020-08-08T21:38:32.508Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.ui.feature/target/org.eclipse.ease.ui.feature-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.feature/0.8.0-SNAPSHOT/org.eclipse.ease.ui.feature-0.8.0-SNAPSHOT.jar [2020-08-08T21:38:32.508Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.ui.feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.feature/0.8.0-SNAPSHOT/org.eclipse.ease.ui.feature-0.8.0-SNAPSHOT.pom [2020-08-08T21:38:32.508Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.ui.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.feature/0.8.0-SNAPSHOT/org.eclipse.ease.ui.feature-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:38:32.508Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.ui.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.feature/0.8.0-SNAPSHOT/org.eclipse.ease.ui.feature-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:38:32.508Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.ui.feature/target/org.eclipse.ease.ui.feature-0.8.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.feature/0.8.0-SNAPSHOT/org.eclipse.ease.ui.feature-0.8.0-SNAPSHOT-sources-feature.jar [2020-08-08T21:38:32.508Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.ui.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.feature/0.8.0-SNAPSHOT/org.eclipse.ease.ui.feature-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:38:32.508Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.ui.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.feature/0.8.0-SNAPSHOT/org.eclipse.ease.ui.feature-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:38:32.508Z] [INFO] [2020-08-08T21:38:32.508Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.ui.feature --- [2020-08-08T21:38:32.764Z] [INFO] [2020-08-08T21:38:32.764Z] [INFO] -----< org.eclipse.ease:org.eclipse.ease.lang.javascript.feature >------ [2020-08-08T21:38:32.764Z] [INFO] Building org.eclipse.ease.lang.javascript.feature 0.8.0-SNAPSHOT [26/48] [2020-08-08T21:38:32.764Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-08-08T21:38:32.764Z] [INFO] [2020-08-08T21:38:32.764Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.javascript.feature --- [2020-08-08T21:38:32.764Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.javascript.feature/target [2020-08-08T21:38:32.764Z] [INFO] [2020-08-08T21:38:32.764Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.javascript.feature --- [2020-08-08T21:38:32.764Z] [INFO] The project's OSGi version is 0.8.0.I202007150818 [2020-08-08T21:38:32.764Z] [INFO] [2020-08-08T21:38:32.764Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.feature --- [2020-08-08T21:38:32.764Z] [INFO] [2020-08-08T21:38:32.764Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.feature --- [2020-08-08T21:38:32.764Z] [INFO] [2020-08-08T21:38:32.764Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.javascript.feature >>> [2020-08-08T21:38:32.764Z] [INFO] [2020-08-08T21:38:32.764Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.javascript.feature --- [2020-08-08T21:38:33.020Z] [INFO] The project's OSGi version is 0.8.0.I202007150818 [2020-08-08T21:38:33.020Z] [INFO] [2020-08-08T21:38:33.020Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.feature --- [2020-08-08T21:38:33.020Z] [INFO] [2020-08-08T21:38:33.020Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.feature --- [2020-08-08T21:38:33.020Z] [INFO] [2020-08-08T21:38:33.020Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.javascript.feature <<< [2020-08-08T21:38:33.020Z] [INFO] [2020-08-08T21:38:33.020Z] [INFO] [2020-08-08T21:38:33.020Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.javascript.feature --- [2020-08-08T21:38:33.020Z] [INFO] [2020-08-08T21:38:33.020Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.javascript.feature --- [2020-08-08T21:38:33.020Z] [INFO] [2020-08-08T21:38:33.020Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript.feature --- [2020-08-08T21:38:33.020Z] [INFO] [2020-08-08T21:38:33.020Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.feature --- [2020-08-08T21:38:33.020Z] [INFO] [2020-08-08T21:38:33.020Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.ease.lang.javascript.feature --- [2020-08-08T21:38:33.020Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.javascript.feature/target/org.eclipse.ease.lang.javascript.feature-0.8.0-SNAPSHOT.jar [2020-08-08T21:38:33.020Z] [INFO] [2020-08-08T21:38:33.020Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.feature --- [2020-08-08T21:38:33.020Z] [INFO] [2020-08-08T21:38:33.021Z] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.lang.javascript.feature --- [2020-08-08T21:38:33.021Z] [INFO] [2020-08-08T21:38:33.021Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.javascript.feature --- [2020-08-08T21:38:33.021Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.javascript.feature/target/org.eclipse.ease.lang.javascript.feature-0.8.0-SNAPSHOT-sources-feature.jar [2020-08-08T21:38:33.021Z] [INFO] [2020-08-08T21:38:33.021Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript.feature --- [2020-08-08T21:38:33.021Z] [INFO] [2020-08-08T21:38:33.021Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.javascript.feature --- [2020-08-08T21:38:33.021Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.javascript.feature/target/org.eclipse.ease.lang.javascript.feature-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.feature-0.8.0-SNAPSHOT.jar [2020-08-08T21:38:33.021Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.javascript.feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.feature-0.8.0-SNAPSHOT.pom [2020-08-08T21:38:33.021Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.javascript.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.feature-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:38:33.021Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.javascript.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.feature-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:38:33.021Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.javascript.feature/target/org.eclipse.ease.lang.javascript.feature-0.8.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.feature-0.8.0-SNAPSHOT-sources-feature.jar [2020-08-08T21:38:33.021Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.javascript.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.feature-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:38:33.021Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.javascript.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.feature-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:38:33.021Z] [INFO] [2020-08-08T21:38:33.021Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.javascript.feature --- [2020-08-08T21:38:33.021Z] [INFO] [2020-08-08T21:38:33.021Z] [INFO] -------< org.eclipse.ease:org.eclipse.ease.lang.python.feature >-------- [2020-08-08T21:38:33.021Z] [INFO] Building org.eclipse.ease.lang.python.feature 0.8.0-SNAPSHOT [27/48] [2020-08-08T21:38:33.021Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-08-08T21:38:33.021Z] [INFO] [2020-08-08T21:38:33.021Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.python.feature --- [2020-08-08T21:38:33.021Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.feature/target [2020-08-08T21:38:33.021Z] [INFO] [2020-08-08T21:38:33.021Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.python.feature --- [2020-08-08T21:38:33.021Z] [INFO] The project's OSGi version is 0.8.0.I202006231119 [2020-08-08T21:38:33.021Z] [INFO] [2020-08-08T21:38:33.021Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.feature --- [2020-08-08T21:38:33.021Z] [INFO] [2020-08-08T21:38:33.021Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.feature --- [2020-08-08T21:38:33.021Z] [INFO] [2020-08-08T21:38:33.021Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.python.feature >>> [2020-08-08T21:38:33.021Z] [INFO] [2020-08-08T21:38:33.021Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.python.feature --- [2020-08-08T21:38:33.021Z] [INFO] The project's OSGi version is 0.8.0.I202006231119 [2020-08-08T21:38:33.021Z] [INFO] [2020-08-08T21:38:33.021Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.feature --- [2020-08-08T21:38:33.021Z] [INFO] [2020-08-08T21:38:33.021Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.feature --- [2020-08-08T21:38:33.021Z] [INFO] [2020-08-08T21:38:33.021Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.python.feature <<< [2020-08-08T21:38:33.021Z] [INFO] [2020-08-08T21:38:33.021Z] [INFO] [2020-08-08T21:38:33.021Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.python.feature --- [2020-08-08T21:38:33.021Z] [INFO] [2020-08-08T21:38:33.022Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.python.feature --- [2020-08-08T21:38:33.022Z] [INFO] [2020-08-08T21:38:33.022Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.python.feature --- [2020-08-08T21:38:33.022Z] [INFO] [2020-08-08T21:38:33.022Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python.feature --- [2020-08-08T21:38:33.022Z] [INFO] [2020-08-08T21:38:33.022Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.ease.lang.python.feature --- [2020-08-08T21:38:33.022Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.feature/target/org.eclipse.ease.lang.python.feature-0.8.0-SNAPSHOT.jar [2020-08-08T21:38:33.022Z] [INFO] [2020-08-08T21:38:33.022Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python.feature --- [2020-08-08T21:38:33.022Z] [INFO] [2020-08-08T21:38:33.022Z] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.lang.python.feature --- [2020-08-08T21:38:33.022Z] [INFO] [2020-08-08T21:38:33.022Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.python.feature --- [2020-08-08T21:38:33.022Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.feature/target/org.eclipse.ease.lang.python.feature-0.8.0-SNAPSHOT-sources-feature.jar [2020-08-08T21:38:33.022Z] [INFO] [2020-08-08T21:38:33.022Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python.feature --- [2020-08-08T21:38:33.022Z] [INFO] [2020-08-08T21:38:33.022Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.python.feature --- [2020-08-08T21:38:33.022Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.feature/target/org.eclipse.ease.lang.python.feature-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.feature-0.8.0-SNAPSHOT.jar [2020-08-08T21:38:33.022Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.feature-0.8.0-SNAPSHOT.pom [2020-08-08T21:38:33.022Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.feature-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:38:33.022Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.feature-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:38:33.022Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.feature/target/org.eclipse.ease.lang.python.feature-0.8.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.feature-0.8.0-SNAPSHOT-sources-feature.jar [2020-08-08T21:38:33.022Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.feature-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:38:33.022Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.feature-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:38:33.022Z] [INFO] [2020-08-08T21:38:33.022Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.python.feature --- [2020-08-08T21:38:33.022Z] [INFO] [2020-08-08T21:38:33.022Z] [INFO] ------< org.eclipse.ease:org.eclipse.ease.python.jython.feature >------- [2020-08-08T21:38:33.022Z] [INFO] Building org.eclipse.ease.python.jython.feature 0.8.0-SNAPSHOT [28/48] [2020-08-08T21:38:33.022Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-08-08T21:38:33.022Z] [INFO] [2020-08-08T21:38:33.022Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.python.jython.feature --- [2020-08-08T21:38:33.022Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.jython.feature/target [2020-08-08T21:38:33.022Z] [INFO] [2020-08-08T21:38:33.022Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.python.jython.feature --- [2020-08-08T21:38:33.022Z] [INFO] The project's OSGi version is 0.8.0.I201911262145 [2020-08-08T21:38:33.022Z] [INFO] [2020-08-08T21:38:33.022Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.python.jython.feature --- [2020-08-08T21:38:33.022Z] [INFO] [2020-08-08T21:38:33.022Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.python.jython.feature --- [2020-08-08T21:38:33.022Z] [INFO] [2020-08-08T21:38:33.022Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.python.jython.feature >>> [2020-08-08T21:38:33.022Z] [INFO] [2020-08-08T21:38:33.023Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.python.jython.feature --- [2020-08-08T21:38:33.023Z] [INFO] The project's OSGi version is 0.8.0.I201911262145 [2020-08-08T21:38:33.023Z] [INFO] [2020-08-08T21:38:33.023Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.python.jython.feature --- [2020-08-08T21:38:33.023Z] [INFO] [2020-08-08T21:38:33.023Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.python.jython.feature --- [2020-08-08T21:38:33.023Z] [INFO] [2020-08-08T21:38:33.023Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.python.jython.feature <<< [2020-08-08T21:38:33.023Z] [INFO] [2020-08-08T21:38:33.023Z] [INFO] [2020-08-08T21:38:33.023Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.python.jython.feature --- [2020-08-08T21:38:33.023Z] [INFO] [2020-08-08T21:38:33.023Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.python.jython.feature --- [2020-08-08T21:38:33.023Z] [INFO] [2020-08-08T21:38:33.023Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.python.jython.feature --- [2020-08-08T21:38:33.023Z] [INFO] [2020-08-08T21:38:33.023Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.python.jython.feature --- [2020-08-08T21:38:33.023Z] [INFO] [2020-08-08T21:38:33.023Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.ease.python.jython.feature --- [2020-08-08T21:38:33.023Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.jython.feature/target/org.eclipse.ease.python.jython.feature-0.8.0-SNAPSHOT.jar [2020-08-08T21:38:33.023Z] [INFO] [2020-08-08T21:38:33.023Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.python.jython.feature --- [2020-08-08T21:38:33.023Z] [INFO] [2020-08-08T21:38:33.023Z] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.python.jython.feature --- [2020-08-08T21:38:33.023Z] [INFO] [2020-08-08T21:38:33.023Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.python.jython.feature --- [2020-08-08T21:38:33.023Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.jython.feature/target/org.eclipse.ease.python.jython.feature-0.8.0-SNAPSHOT-sources-feature.jar [2020-08-08T21:38:33.023Z] [INFO] [2020-08-08T21:38:33.023Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.python.jython.feature --- [2020-08-08T21:38:33.023Z] [INFO] [2020-08-08T21:38:33.023Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.python.jython.feature --- [2020-08-08T21:38:33.023Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.jython.feature/target/org.eclipse.ease.python.jython.feature-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.python.jython.feature/0.8.0-SNAPSHOT/org.eclipse.ease.python.jython.feature-0.8.0-SNAPSHOT.jar [2020-08-08T21:38:33.023Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.jython.feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.python.jython.feature/0.8.0-SNAPSHOT/org.eclipse.ease.python.jython.feature-0.8.0-SNAPSHOT.pom [2020-08-08T21:38:33.023Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.jython.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.python.jython.feature/0.8.0-SNAPSHOT/org.eclipse.ease.python.jython.feature-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:38:33.023Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.jython.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.python.jython.feature/0.8.0-SNAPSHOT/org.eclipse.ease.python.jython.feature-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:38:33.023Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.jython.feature/target/org.eclipse.ease.python.jython.feature-0.8.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.python.jython.feature/0.8.0-SNAPSHOT/org.eclipse.ease.python.jython.feature-0.8.0-SNAPSHOT-sources-feature.jar [2020-08-08T21:38:33.023Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.jython.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.python.jython.feature/0.8.0-SNAPSHOT/org.eclipse.ease.python.jython.feature-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:38:33.023Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.jython.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.python.jython.feature/0.8.0-SNAPSHOT/org.eclipse.ease.python.jython.feature-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:38:33.023Z] [INFO] [2020-08-08T21:38:33.023Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.python.jython.feature --- [2020-08-08T21:38:33.023Z] [INFO] [2020-08-08T21:38:33.023Z] [INFO] -----< org.eclipse.ease:org.eclipse.ease.lang.python.py4j.feature >----- [2020-08-08T21:38:33.023Z] [INFO] Building org.eclipse.ease.lang.python.py4j.feature 0.8.0-SNAPSHOT [29/48] [2020-08-08T21:38:33.023Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-08-08T21:38:33.023Z] [INFO] [2020-08-08T21:38:33.023Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-08-08T21:38:33.023Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.py4j.feature/target [2020-08-08T21:38:33.023Z] [INFO] [2020-08-08T21:38:33.023Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-08-08T21:38:33.024Z] [INFO] The project's OSGi version is 0.8.0.I202002261020 [2020-08-08T21:38:33.024Z] [INFO] [2020-08-08T21:38:33.024Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-08-08T21:38:33.024Z] [INFO] [2020-08-08T21:38:33.024Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-08-08T21:38:33.024Z] [INFO] [2020-08-08T21:38:33.024Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.python.py4j.feature >>> [2020-08-08T21:38:33.024Z] [INFO] [2020-08-08T21:38:33.024Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-08-08T21:38:33.280Z] [INFO] The project's OSGi version is 0.8.0.I202002261020 [2020-08-08T21:38:33.280Z] [INFO] [2020-08-08T21:38:33.280Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-08-08T21:38:33.280Z] [INFO] [2020-08-08T21:38:33.280Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-08-08T21:38:33.280Z] [INFO] [2020-08-08T21:38:33.280Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.python.py4j.feature <<< [2020-08-08T21:38:33.280Z] [INFO] [2020-08-08T21:38:33.280Z] [INFO] [2020-08-08T21:38:33.280Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-08-08T21:38:33.280Z] [INFO] [2020-08-08T21:38:33.280Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-08-08T21:38:33.280Z] [INFO] [2020-08-08T21:38:33.280Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-08-08T21:38:33.280Z] [INFO] [2020-08-08T21:38:33.280Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-08-08T21:38:33.280Z] [INFO] [2020-08-08T21:38:33.280Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-08-08T21:38:33.280Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.py4j.feature/target/org.eclipse.ease.lang.python.py4j.feature-0.8.0-SNAPSHOT.jar [2020-08-08T21:38:33.280Z] [INFO] [2020-08-08T21:38:33.280Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-08-08T21:38:33.280Z] [INFO] [2020-08-08T21:38:33.280Z] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-08-08T21:38:33.280Z] [INFO] [2020-08-08T21:38:33.281Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-08-08T21:38:33.281Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.py4j.feature/target/org.eclipse.ease.lang.python.py4j.feature-0.8.0-SNAPSHOT-sources-feature.jar [2020-08-08T21:38:33.281Z] [INFO] [2020-08-08T21:38:33.281Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-08-08T21:38:33.281Z] [INFO] [2020-08-08T21:38:33.281Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-08-08T21:38:33.281Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.py4j.feature/target/org.eclipse.ease.lang.python.py4j.feature-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.py4j.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.py4j.feature-0.8.0-SNAPSHOT.jar [2020-08-08T21:38:33.281Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.py4j.feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.py4j.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.py4j.feature-0.8.0-SNAPSHOT.pom [2020-08-08T21:38:33.281Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.py4j.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.py4j.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.py4j.feature-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:38:33.281Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.py4j.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.py4j.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.py4j.feature-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:38:33.281Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.py4j.feature/target/org.eclipse.ease.lang.python.py4j.feature-0.8.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.py4j.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.py4j.feature-0.8.0-SNAPSHOT-sources-feature.jar [2020-08-08T21:38:33.281Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.py4j.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.py4j.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.py4j.feature-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:38:33.281Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.py4j.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.py4j.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.py4j.feature-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:38:33.281Z] [INFO] [2020-08-08T21:38:33.281Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-08-08T21:38:33.281Z] [INFO] [2020-08-08T21:38:33.281Z] [INFO] ---------< org.eclipse.ease:org.eclipse.ease.lang.jvm.feature >--------- [2020-08-08T21:38:33.281Z] [INFO] Building org.eclipse.ease.lang.jvm.feature 0.8.0-SNAPSHOT [30/48] [2020-08-08T21:38:33.281Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-08-08T21:38:33.281Z] [INFO] [2020-08-08T21:38:33.281Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.jvm.feature --- [2020-08-08T21:38:33.281Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.jvm.feature/target [2020-08-08T21:38:33.281Z] [INFO] [2020-08-08T21:38:33.281Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.jvm.feature --- [2020-08-08T21:38:33.281Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-08T21:38:33.281Z] [INFO] [2020-08-08T21:38:33.281Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.jvm.feature --- [2020-08-08T21:38:33.281Z] [INFO] [2020-08-08T21:38:33.281Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.jvm.feature --- [2020-08-08T21:38:33.281Z] [INFO] [2020-08-08T21:38:33.281Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.jvm.feature >>> [2020-08-08T21:38:33.281Z] [INFO] [2020-08-08T21:38:33.281Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.jvm.feature --- [2020-08-08T21:38:33.281Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-08T21:38:33.281Z] [INFO] [2020-08-08T21:38:33.281Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.jvm.feature --- [2020-08-08T21:38:33.281Z] [INFO] [2020-08-08T21:38:33.281Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.jvm.feature --- [2020-08-08T21:38:33.281Z] [INFO] [2020-08-08T21:38:33.281Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.jvm.feature <<< [2020-08-08T21:38:33.281Z] [INFO] [2020-08-08T21:38:33.281Z] [INFO] [2020-08-08T21:38:33.281Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.jvm.feature --- [2020-08-08T21:38:33.281Z] [INFO] [2020-08-08T21:38:33.281Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.jvm.feature --- [2020-08-08T21:38:33.281Z] [INFO] [2020-08-08T21:38:33.282Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.jvm.feature --- [2020-08-08T21:38:33.282Z] [INFO] [2020-08-08T21:38:33.282Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.jvm.feature --- [2020-08-08T21:38:33.282Z] [INFO] [2020-08-08T21:38:33.282Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.ease.lang.jvm.feature --- [2020-08-08T21:38:33.282Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.jvm.feature/target/org.eclipse.ease.lang.jvm.feature-0.8.0-SNAPSHOT.jar [2020-08-08T21:38:33.282Z] [INFO] [2020-08-08T21:38:33.282Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.jvm.feature --- [2020-08-08T21:38:33.282Z] [INFO] [2020-08-08T21:38:33.282Z] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.lang.jvm.feature --- [2020-08-08T21:38:33.282Z] [INFO] [2020-08-08T21:38:33.282Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.jvm.feature --- [2020-08-08T21:38:33.282Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.jvm.feature/target/org.eclipse.ease.lang.jvm.feature-0.8.0-SNAPSHOT-sources-feature.jar [2020-08-08T21:38:33.282Z] [INFO] [2020-08-08T21:38:33.282Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.jvm.feature --- [2020-08-08T21:38:33.282Z] [INFO] [2020-08-08T21:38:33.282Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.jvm.feature --- [2020-08-08T21:38:33.282Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.jvm.feature/target/org.eclipse.ease.lang.jvm.feature-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.jvm.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.jvm.feature-0.8.0-SNAPSHOT.jar [2020-08-08T21:38:33.282Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.jvm.feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.jvm.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.jvm.feature-0.8.0-SNAPSHOT.pom [2020-08-08T21:38:33.282Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.jvm.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.jvm.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.jvm.feature-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:38:33.282Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.jvm.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.jvm.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.jvm.feature-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:38:33.282Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.jvm.feature/target/org.eclipse.ease.lang.jvm.feature-0.8.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.jvm.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.jvm.feature-0.8.0-SNAPSHOT-sources-feature.jar [2020-08-08T21:38:33.282Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.jvm.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.jvm.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.jvm.feature-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:38:33.282Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.jvm.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.jvm.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.jvm.feature-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:38:33.282Z] [INFO] [2020-08-08T21:38:33.282Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.jvm.feature --- [2020-08-08T21:38:33.282Z] [INFO] [2020-08-08T21:38:33.282Z] [INFO] -------< org.eclipse.ease:org.eclipse.ease.lang.groovy.feature >-------- [2020-08-08T21:38:33.282Z] [INFO] Building org.eclipse.ease.lang.groovy.feature 0.8.0-SNAPSHOT [31/48] [2020-08-08T21:38:33.282Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-08-08T21:38:33.282Z] [INFO] [2020-08-08T21:38:33.282Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.groovy.feature --- [2020-08-08T21:38:33.282Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.groovy.feature/target [2020-08-08T21:38:33.282Z] [INFO] [2020-08-08T21:38:33.282Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.groovy.feature --- [2020-08-08T21:38:33.282Z] [INFO] The project's OSGi version is 0.8.0.I202002270716 [2020-08-08T21:38:33.282Z] [INFO] [2020-08-08T21:38:33.282Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.groovy.feature --- [2020-08-08T21:38:33.282Z] [INFO] [2020-08-08T21:38:33.282Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.groovy.feature --- [2020-08-08T21:38:33.282Z] [INFO] [2020-08-08T21:38:33.282Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.groovy.feature >>> [2020-08-08T21:38:33.282Z] [INFO] [2020-08-08T21:38:33.282Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.groovy.feature --- [2020-08-08T21:38:33.282Z] [INFO] The project's OSGi version is 0.8.0.I202002270716 [2020-08-08T21:38:33.282Z] [INFO] [2020-08-08T21:38:33.282Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.groovy.feature --- [2020-08-08T21:38:33.282Z] [INFO] [2020-08-08T21:38:33.282Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.groovy.feature --- [2020-08-08T21:38:33.282Z] [INFO] [2020-08-08T21:38:33.282Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.groovy.feature <<< [2020-08-08T21:38:33.282Z] [INFO] [2020-08-08T21:38:33.283Z] [INFO] [2020-08-08T21:38:33.283Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.groovy.feature --- [2020-08-08T21:38:33.283Z] [INFO] [2020-08-08T21:38:33.283Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.groovy.feature --- [2020-08-08T21:38:33.283Z] [INFO] [2020-08-08T21:38:33.283Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.groovy.feature --- [2020-08-08T21:38:33.283Z] [INFO] [2020-08-08T21:38:33.283Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.groovy.feature --- [2020-08-08T21:38:33.283Z] [INFO] [2020-08-08T21:38:33.283Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.ease.lang.groovy.feature --- [2020-08-08T21:38:33.283Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.groovy.feature/target/org.eclipse.ease.lang.groovy.feature-0.8.0-SNAPSHOT.jar [2020-08-08T21:38:33.283Z] [INFO] [2020-08-08T21:38:33.283Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.groovy.feature --- [2020-08-08T21:38:33.283Z] [INFO] [2020-08-08T21:38:33.283Z] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.lang.groovy.feature --- [2020-08-08T21:38:33.283Z] [INFO] [2020-08-08T21:38:33.283Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.groovy.feature --- [2020-08-08T21:38:33.283Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.groovy.feature/target/org.eclipse.ease.lang.groovy.feature-0.8.0-SNAPSHOT-sources-feature.jar [2020-08-08T21:38:33.283Z] [INFO] [2020-08-08T21:38:33.283Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.groovy.feature --- [2020-08-08T21:38:33.283Z] [INFO] [2020-08-08T21:38:33.283Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.groovy.feature --- [2020-08-08T21:38:33.283Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.groovy.feature/target/org.eclipse.ease.lang.groovy.feature-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.groovy.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.groovy.feature-0.8.0-SNAPSHOT.jar [2020-08-08T21:38:33.283Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.groovy.feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.groovy.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.groovy.feature-0.8.0-SNAPSHOT.pom [2020-08-08T21:38:33.283Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.groovy.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.groovy.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.groovy.feature-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:38:33.283Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.groovy.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.groovy.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.groovy.feature-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:38:33.283Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.groovy.feature/target/org.eclipse.ease.lang.groovy.feature-0.8.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.groovy.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.groovy.feature-0.8.0-SNAPSHOT-sources-feature.jar [2020-08-08T21:38:33.283Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.groovy.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.groovy.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.groovy.feature-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:38:33.283Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.groovy.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.groovy.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.groovy.feature-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:38:33.283Z] [INFO] [2020-08-08T21:38:33.283Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.groovy.feature --- [2020-08-08T21:38:33.283Z] [INFO] [2020-08-08T21:38:33.283Z] [INFO] --------< org.eclipse.ease:org.eclipse.ease.lang.ruby.feature >--------- [2020-08-08T21:38:33.283Z] [INFO] Building org.eclipse.ease.lang.ruby.feature 0.8.0-SNAPSHOT [32/48] [2020-08-08T21:38:33.283Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-08-08T21:38:33.283Z] [INFO] [2020-08-08T21:38:33.283Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.ruby.feature --- [2020-08-08T21:38:33.283Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.ruby.feature/target [2020-08-08T21:38:33.283Z] [INFO] [2020-08-08T21:38:33.283Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.ruby.feature --- [2020-08-08T21:38:33.283Z] [INFO] The project's OSGi version is 0.8.0.I201910171302 [2020-08-08T21:38:33.283Z] [INFO] [2020-08-08T21:38:33.283Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.ruby.feature --- [2020-08-08T21:38:33.283Z] [INFO] [2020-08-08T21:38:33.283Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.ruby.feature --- [2020-08-08T21:38:33.283Z] [INFO] [2020-08-08T21:38:33.283Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.ruby.feature >>> [2020-08-08T21:38:33.283Z] [INFO] [2020-08-08T21:38:33.283Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.ruby.feature --- [2020-08-08T21:38:33.540Z] [INFO] The project's OSGi version is 0.8.0.I201910171302 [2020-08-08T21:38:33.540Z] [INFO] [2020-08-08T21:38:33.540Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.ruby.feature --- [2020-08-08T21:38:33.540Z] [INFO] [2020-08-08T21:38:33.540Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.ruby.feature --- [2020-08-08T21:38:33.540Z] [INFO] [2020-08-08T21:38:33.540Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.ruby.feature <<< [2020-08-08T21:38:33.540Z] [INFO] [2020-08-08T21:38:33.540Z] [INFO] [2020-08-08T21:38:33.540Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.ruby.feature --- [2020-08-08T21:38:33.540Z] [INFO] [2020-08-08T21:38:33.540Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.ruby.feature --- [2020-08-08T21:38:33.540Z] [INFO] [2020-08-08T21:38:33.540Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.ruby.feature --- [2020-08-08T21:38:33.540Z] [INFO] [2020-08-08T21:38:33.540Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.ruby.feature --- [2020-08-08T21:38:33.540Z] [INFO] [2020-08-08T21:38:33.541Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.ease.lang.ruby.feature --- [2020-08-08T21:38:33.541Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.ruby.feature/target/org.eclipse.ease.lang.ruby.feature-0.8.0-SNAPSHOT.jar [2020-08-08T21:38:33.541Z] [INFO] [2020-08-08T21:38:33.541Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.ruby.feature --- [2020-08-08T21:38:33.541Z] [INFO] [2020-08-08T21:38:33.541Z] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.lang.ruby.feature --- [2020-08-08T21:38:33.541Z] [INFO] [2020-08-08T21:38:33.541Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.ruby.feature --- [2020-08-08T21:38:33.541Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.ruby.feature/target/org.eclipse.ease.lang.ruby.feature-0.8.0-SNAPSHOT-sources-feature.jar [2020-08-08T21:38:33.541Z] [INFO] [2020-08-08T21:38:33.541Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.ruby.feature --- [2020-08-08T21:38:33.541Z] [INFO] [2020-08-08T21:38:33.541Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.ruby.feature --- [2020-08-08T21:38:33.541Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.ruby.feature/target/org.eclipse.ease.lang.ruby.feature-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.ruby.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.ruby.feature-0.8.0-SNAPSHOT.jar [2020-08-08T21:38:33.541Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.ruby.feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.ruby.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.ruby.feature-0.8.0-SNAPSHOT.pom [2020-08-08T21:38:33.541Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.ruby.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.ruby.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.ruby.feature-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:38:33.541Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.ruby.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.ruby.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.ruby.feature-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:38:33.541Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.ruby.feature/target/org.eclipse.ease.lang.ruby.feature-0.8.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.ruby.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.ruby.feature-0.8.0-SNAPSHOT-sources-feature.jar [2020-08-08T21:38:33.541Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.ruby.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.ruby.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.ruby.feature-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:38:33.541Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.ruby.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.ruby.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.ruby.feature-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:38:33.541Z] [INFO] [2020-08-08T21:38:33.541Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.ruby.feature --- [2020-08-08T21:38:33.541Z] [INFO] [2020-08-08T21:38:33.541Z] [INFO] ----< org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.feature >---- [2020-08-08T21:38:33.541Z] [INFO] Building org.eclipse.ease.lang.scriptarchive.feature 0.8.0-SNAPSHOT [33/48] [2020-08-08T21:38:33.541Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-08-08T21:38:33.541Z] [INFO] [2020-08-08T21:38:33.541Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-08-08T21:38:33.541Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.scriptarchive.feature/target [2020-08-08T21:38:33.541Z] [INFO] [2020-08-08T21:38:33.541Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-08-08T21:38:33.541Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-08T21:38:33.541Z] [INFO] [2020-08-08T21:38:33.541Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-08-08T21:38:33.541Z] [INFO] [2020-08-08T21:38:33.541Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-08-08T21:38:33.541Z] [INFO] [2020-08-08T21:38:33.541Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.scriptarchive.feature >>> [2020-08-08T21:38:33.541Z] [INFO] [2020-08-08T21:38:33.541Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-08-08T21:38:33.541Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-08T21:38:33.541Z] [INFO] [2020-08-08T21:38:33.541Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-08-08T21:38:33.541Z] [INFO] [2020-08-08T21:38:33.541Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-08-08T21:38:33.542Z] [INFO] [2020-08-08T21:38:33.542Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.scriptarchive.feature <<< [2020-08-08T21:38:33.542Z] [INFO] [2020-08-08T21:38:33.542Z] [INFO] [2020-08-08T21:38:33.542Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-08-08T21:38:33.542Z] [INFO] [2020-08-08T21:38:33.542Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-08-08T21:38:33.542Z] [INFO] [2020-08-08T21:38:33.542Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-08-08T21:38:33.542Z] [INFO] [2020-08-08T21:38:33.542Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-08-08T21:38:33.542Z] [INFO] [2020-08-08T21:38:33.542Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-08-08T21:38:33.542Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.scriptarchive.feature/target/org.eclipse.ease.lang.scriptarchive.feature-0.8.0-SNAPSHOT.jar [2020-08-08T21:38:33.542Z] [INFO] [2020-08-08T21:38:33.542Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-08-08T21:38:33.542Z] [INFO] [2020-08-08T21:38:33.542Z] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-08-08T21:38:33.542Z] [INFO] [2020-08-08T21:38:33.542Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-08-08T21:38:33.542Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.scriptarchive.feature/target/org.eclipse.ease.lang.scriptarchive.feature-0.8.0-SNAPSHOT-sources-feature.jar [2020-08-08T21:38:33.542Z] [INFO] [2020-08-08T21:38:33.542Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-08-08T21:38:33.542Z] [INFO] [2020-08-08T21:38:33.542Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-08-08T21:38:33.542Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.scriptarchive.feature/target/org.eclipse.ease.lang.scriptarchive.feature-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.feature-0.8.0-SNAPSHOT.jar [2020-08-08T21:38:33.542Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.scriptarchive.feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.feature-0.8.0-SNAPSHOT.pom [2020-08-08T21:38:33.542Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.scriptarchive.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.feature-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:38:33.542Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.scriptarchive.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.feature-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:38:33.542Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.scriptarchive.feature/target/org.eclipse.ease.lang.scriptarchive.feature-0.8.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.feature-0.8.0-SNAPSHOT-sources-feature.jar [2020-08-08T21:38:33.542Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.scriptarchive.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.feature-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:38:33.542Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.scriptarchive.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.feature-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:38:33.542Z] [INFO] [2020-08-08T21:38:33.542Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-08-08T21:38:33.542Z] [INFO] [2020-08-08T21:38:33.542Z] [INFO] ------< org.eclipse.ease:org.eclipse.ease.lang.unittest.feature >------- [2020-08-08T21:38:33.542Z] [INFO] Building org.eclipse.ease.lang.unittest.feature 0.8.0-SNAPSHOT [34/48] [2020-08-08T21:38:33.542Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-08-08T21:38:33.542Z] [INFO] [2020-08-08T21:38:33.542Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.unittest.feature --- [2020-08-08T21:38:33.542Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.unittest.feature/target [2020-08-08T21:38:33.542Z] [INFO] [2020-08-08T21:38:33.542Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.unittest.feature --- [2020-08-08T21:38:33.542Z] [INFO] The project's OSGi version is 0.8.0.I202006021412 [2020-08-08T21:38:33.543Z] [INFO] [2020-08-08T21:38:33.543Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.unittest.feature --- [2020-08-08T21:38:33.543Z] [INFO] [2020-08-08T21:38:33.543Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.unittest.feature --- [2020-08-08T21:38:33.543Z] [INFO] [2020-08-08T21:38:33.543Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.unittest.feature >>> [2020-08-08T21:38:33.543Z] [INFO] [2020-08-08T21:38:33.543Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.unittest.feature --- [2020-08-08T21:38:33.543Z] [INFO] The project's OSGi version is 0.8.0.I202006021412 [2020-08-08T21:38:33.543Z] [INFO] [2020-08-08T21:38:33.543Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.unittest.feature --- [2020-08-08T21:38:33.543Z] [INFO] [2020-08-08T21:38:33.543Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.unittest.feature --- [2020-08-08T21:38:33.543Z] [INFO] [2020-08-08T21:38:33.543Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.unittest.feature <<< [2020-08-08T21:38:33.543Z] [INFO] [2020-08-08T21:38:33.543Z] [INFO] [2020-08-08T21:38:33.543Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.unittest.feature --- [2020-08-08T21:38:33.543Z] [INFO] [2020-08-08T21:38:33.543Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.unittest.feature --- [2020-08-08T21:38:33.543Z] [INFO] [2020-08-08T21:38:33.543Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.unittest.feature --- [2020-08-08T21:38:33.543Z] [INFO] [2020-08-08T21:38:33.543Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.unittest.feature --- [2020-08-08T21:38:33.543Z] [INFO] [2020-08-08T21:38:33.543Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.ease.lang.unittest.feature --- [2020-08-08T21:38:33.543Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.unittest.feature/target/org.eclipse.ease.lang.unittest.feature-0.8.0-SNAPSHOT.jar [2020-08-08T21:38:33.543Z] [INFO] [2020-08-08T21:38:33.543Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.unittest.feature --- [2020-08-08T21:38:33.543Z] [INFO] [2020-08-08T21:38:33.543Z] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.lang.unittest.feature --- [2020-08-08T21:38:33.543Z] [INFO] [2020-08-08T21:38:33.543Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.unittest.feature --- [2020-08-08T21:38:33.543Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.unittest.feature/target/org.eclipse.ease.lang.unittest.feature-0.8.0-SNAPSHOT-sources-feature.jar [2020-08-08T21:38:33.543Z] [INFO] [2020-08-08T21:38:33.543Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.unittest.feature --- [2020-08-08T21:38:33.543Z] [INFO] [2020-08-08T21:38:33.543Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.unittest.feature --- [2020-08-08T21:38:33.543Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.unittest.feature/target/org.eclipse.ease.lang.unittest.feature-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest.feature-0.8.0-SNAPSHOT.jar [2020-08-08T21:38:33.543Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.unittest.feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest.feature-0.8.0-SNAPSHOT.pom [2020-08-08T21:38:33.543Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.unittest.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest.feature-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:38:33.543Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.unittest.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest.feature-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:38:33.543Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.unittest.feature/target/org.eclipse.ease.lang.unittest.feature-0.8.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest.feature-0.8.0-SNAPSHOT-sources-feature.jar [2020-08-08T21:38:33.543Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.unittest.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest.feature-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:38:33.543Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.unittest.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest.feature-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:38:33.543Z] [INFO] [2020-08-08T21:38:33.544Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.unittest.feature --- [2020-08-08T21:38:33.544Z] [INFO] [2020-08-08T21:38:33.544Z] [INFO] ----------< org.eclipse.ease:org.eclipse.ease.releng.target >----------- [2020-08-08T21:38:33.544Z] [INFO] Building org.eclipse.ease.releng.target 0.8.0-SNAPSHOT [35/48] [2020-08-08T21:38:33.544Z] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [2020-08-08T21:38:33.544Z] [INFO] [2020-08-08T21:38:33.544Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.releng.target --- [2020-08-08T21:38:33.544Z] [INFO] [2020-08-08T21:38:33.544Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.releng.target >>> [2020-08-08T21:38:33.544Z] [INFO] [2020-08-08T21:38:33.544Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.releng.target <<< [2020-08-08T21:38:33.544Z] [INFO] [2020-08-08T21:38:33.544Z] [INFO] [2020-08-08T21:38:33.544Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.releng.target --- [2020-08-08T21:38:33.544Z] [INFO] [2020-08-08T21:38:33.544Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.releng.target --- [2020-08-08T21:38:33.544Z] [INFO] [2020-08-08T21:38:33.544Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.releng.target --- [2020-08-08T21:38:33.544Z] [INFO] [2020-08-08T21:38:33.544Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-target-definition (default-package-target-definition) @ org.eclipse.ease.releng.target --- [2020-08-08T21:38:33.544Z] [INFO] [2020-08-08T21:38:33.544Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.releng.target --- [2020-08-08T21:38:33.544Z] [INFO] [2020-08-08T21:38:33.544Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.releng.target --- [2020-08-08T21:38:33.544Z] [INFO] [2020-08-08T21:38:33.544Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.releng.target --- [2020-08-08T21:38:33.544Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/releng/org.eclipse.ease.releng.target/org.eclipse.ease.releng.target.target to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.releng.target/0.8.0-SNAPSHOT/org.eclipse.ease.releng.target-0.8.0-SNAPSHOT.target [2020-08-08T21:38:33.544Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/releng/org.eclipse.ease.releng.target/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.releng.target/0.8.0-SNAPSHOT/org.eclipse.ease.releng.target-0.8.0-SNAPSHOT.pom [2020-08-08T21:38:33.544Z] [INFO] [2020-08-08T21:38:33.544Z] [INFO] ------------< org.eclipse.ease:org.eclipse.ease.releng.p2 >------------- [2020-08-08T21:38:33.544Z] [INFO] Building org.eclipse.ease.releng.p2 0.8.0-SNAPSHOT [36/48] [2020-08-08T21:38:33.544Z] [INFO] -------------------------[ eclipse-repository ]------------------------- [2020-08-08T21:38:33.544Z] [INFO] [2020-08-08T21:38:33.544Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.releng.p2 --- [2020-08-08T21:38:33.544Z] [INFO] [2020-08-08T21:38:33.800Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.releng.p2 --- [2020-08-08T21:38:33.800Z] [INFO] The project's OSGi version is 0.8.0.I202008082135 [2020-08-08T21:38:33.800Z] [INFO] [2020-08-08T21:38:33.800Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.ease.releng.p2 --- [2020-08-08T21:38:33.800Z] [INFO] [2020-08-08T21:38:33.800Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.releng.p2 >>> [2020-08-08T21:38:33.800Z] [INFO] [2020-08-08T21:38:33.800Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.releng.p2 --- [2020-08-08T21:38:33.800Z] [INFO] The project's OSGi version is 0.8.0.I202008082135 [2020-08-08T21:38:33.800Z] [INFO] [2020-08-08T21:38:33.800Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.ease.releng.p2 --- [2020-08-08T21:38:33.800Z] [INFO] [2020-08-08T21:38:33.800Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.releng.p2 <<< [2020-08-08T21:38:33.800Z] [INFO] [2020-08-08T21:38:33.800Z] [INFO] [2020-08-08T21:38:33.800Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.releng.p2 --- [2020-08-08T21:38:34.056Z] [INFO] [2020-08-08T21:38:34.056Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.releng.p2 --- [2020-08-08T21:38:34.056Z] [INFO] [2020-08-08T21:38:34.056Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.releng.p2 --- [2020-08-08T21:38:34.056Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:38:34.056Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/releng/org.eclipse.ease.releng.p2/src/main/resources [2020-08-08T21:38:34.056Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/releng/org.eclipse.ease.releng.p2/help [2020-08-08T21:38:34.056Z] [INFO] [2020-08-08T21:38:34.056Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.releng.p2 --- [2020-08-08T21:38:34.056Z] [INFO] [2020-08-08T21:38:34.056Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.releng.p2 --- [2020-08-08T21:38:34.056Z] [INFO] [2020-08-08T21:38:34.056Z] [INFO] --- tycho-p2-publisher-plugin:1.3.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.ease.releng.p2 --- [2020-08-08T21:38:34.056Z] [INFO] Published profile IUs: [a.jre.javase 10.0.0, config.a.jre.javase 10.0.0] [2020-08-08T21:38:34.056Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [2020-08-08T21:38:34.056Z] [INFO] [2020-08-08T21:38:34.057Z] [INFO] --- tycho-p2-publisher-plugin:1.3.0:publish-products (default-publish-products) @ org.eclipse.ease.releng.p2 --- [2020-08-08T21:38:34.057Z] [INFO] [2020-08-08T21:38:34.057Z] [INFO] --- tycho-p2-publisher-plugin:1.3.0:publish-categories (default-publish-categories) @ org.eclipse.ease.releng.p2 --- [2020-08-08T21:38:34.057Z] [INFO] [2020-08-08T21:38:34.057Z] [INFO] --- tycho-p2-publisher-plugin:1.3.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.ease.releng.p2 --- [2020-08-08T21:38:34.057Z] [INFO] [2020-08-08T21:38:34.057Z] [INFO] --- tycho-p2-repository-plugin:1.3.0:assemble-repository (default-assemble-repository) @ org.eclipse.ease.releng.p2 --- [2020-08-08T21:38:35.945Z] [INFO] [2020-08-08T21:38:35.945Z] [INFO] --- tycho-p2-repository-plugin:1.3.0:archive-repository (default-archive-repository) @ org.eclipse.ease.releng.p2 --- [2020-08-08T21:38:35.945Z] [INFO] Building zip: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/releng/org.eclipse.ease.releng.p2/target/org.eclipse.ease.releng.p2-0.8.0-SNAPSHOT.zip [2020-08-08T21:38:35.945Z] [INFO] [2020-08-08T21:38:35.945Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.releng.p2 --- [2020-08-08T21:38:35.945Z] [INFO] [2020-08-08T21:38:35.945Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.releng.p2 --- [2020-08-08T21:38:35.945Z] [INFO] [2020-08-08T21:38:35.945Z] [INFO] --- repository-utils:0.23.2:generate-repository-facade (generate-facade) @ org.eclipse.ease.releng.p2 --- [2020-08-08T21:38:36.506Z] [INFO] Building zip: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/releng/org.eclipse.ease.releng.p2/target/org.eclipse.ease.releng.p2-0.8.0-SNAPSHOT.zip [2020-08-08T21:38:36.506Z] [INFO] [2020-08-08T21:38:36.506Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.releng.p2 --- [2020-08-08T21:38:36.506Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/releng/org.eclipse.ease.releng.p2/target/org.eclipse.ease.releng.p2-0.8.0-SNAPSHOT.zip to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.releng.p2/0.8.0-SNAPSHOT/org.eclipse.ease.releng.p2-0.8.0-SNAPSHOT.zip [2020-08-08T21:38:36.506Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/releng/org.eclipse.ease.releng.p2/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.releng.p2/0.8.0-SNAPSHOT/org.eclipse.ease.releng.p2-0.8.0-SNAPSHOT.pom [2020-08-08T21:38:36.506Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/releng/org.eclipse.ease.releng.p2/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.releng.p2/0.8.0-SNAPSHOT/org.eclipse.ease.releng.p2-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:38:36.506Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/releng/org.eclipse.ease.releng.p2/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.releng.p2/0.8.0-SNAPSHOT/org.eclipse.ease.releng.p2-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:38:36.506Z] [INFO] [2020-08-08T21:38:36.506Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.releng.p2 --- [2020-08-08T21:38:36.506Z] [INFO] [2020-08-08T21:38:36.506Z] [INFO] ------------< org.eclipse.ease:org.eclipse.ease.testhelper >------------ [2020-08-08T21:38:36.506Z] [INFO] Building org.eclipse.ease.testhelper 0.8.0-SNAPSHOT [37/48] [2020-08-08T21:38:36.506Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-08-08T21:38:36.506Z] [INFO] [2020-08-08T21:38:36.506Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.testhelper --- [2020-08-08T21:38:36.506Z] [INFO] [2020-08-08T21:38:36.506Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.testhelper --- [2020-08-08T21:38:36.761Z] [INFO] The project's OSGi version is 0.8.0.I202003020926 [2020-08-08T21:38:36.761Z] [INFO] [2020-08-08T21:38:36.761Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.testhelper --- [2020-08-08T21:38:36.761Z] [INFO] [2020-08-08T21:38:36.761Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.testhelper --- [2020-08-08T21:38:36.761Z] [INFO] [2020-08-08T21:38:36.761Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.testhelper >>> [2020-08-08T21:38:36.761Z] [INFO] [2020-08-08T21:38:36.761Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.testhelper --- [2020-08-08T21:38:36.761Z] [INFO] The project's OSGi version is 0.8.0.I202003020926 [2020-08-08T21:38:36.761Z] [INFO] [2020-08-08T21:38:36.762Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.testhelper --- [2020-08-08T21:38:36.762Z] [INFO] [2020-08-08T21:38:36.762Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.testhelper --- [2020-08-08T21:38:36.762Z] [INFO] [2020-08-08T21:38:36.762Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.testhelper <<< [2020-08-08T21:38:36.762Z] [INFO] [2020-08-08T21:38:36.762Z] [INFO] [2020-08-08T21:38:36.762Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.testhelper --- [2020-08-08T21:38:36.762Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-08-08T21:38:38.125Z] [INFO] [2020-08-08T21:38:38.125Z] Loading source files for package org.eclipse.ease.testhelper... [2020-08-08T21:38:38.125Z] Loading source files for package org.eclipse.ease.testhelper.python... [2020-08-08T21:38:38.125Z] Constructing Javadoc information... [2020-08-08T21:38:38.125Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.testhelper/target/javadoc-bundle-options/package-list" [2020-08-08T21:38:38.125Z] [WARNING] Javadoc Warnings [2020-08-08T21:38:38.125Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5" [2020-08-08T21:38:38.125Z] [INFO] [2020-08-08T21:38:38.125Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.testhelper --- [2020-08-08T21:38:38.125Z] [INFO] [2020-08-08T21:38:38.125Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.testhelper --- [2020-08-08T21:38:38.125Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:38:38.126Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.testhelper/src/main/resources [2020-08-08T21:38:38.126Z] [INFO] Copying 3 resources to help [2020-08-08T21:38:38.126Z] [INFO] [2020-08-08T21:38:38.126Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.testhelper --- [2020-08-08T21:38:38.126Z] [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.testhelper/target/classes [2020-08-08T21:38:38.126Z] [INFO] [2020-08-08T21:38:38.126Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.testhelper --- [2020-08-08T21:38:38.126Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:38:38.126Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.testhelper/src/test/resources [2020-08-08T21:38:38.126Z] [INFO] [2020-08-08T21:38:38.126Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.testhelper --- [2020-08-08T21:38:38.126Z] [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.testhelper/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [2020-08-08T21:38:38.126Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.testhelper/target/org.eclipse.ease.testhelper-0.8.0-SNAPSHOT-sources.jar [2020-08-08T21:38:38.126Z] [INFO] [2020-08-08T21:38:38.126Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.testhelper --- [2020-08-08T21:38:38.126Z] [INFO] [2020-08-08T21:38:38.126Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.testhelper --- [2020-08-08T21:38:38.126Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.testhelper/target/org.eclipse.ease.testhelper-0.8.0-SNAPSHOT.jar [2020-08-08T21:38:38.126Z] [INFO] [2020-08-08T21:38:38.126Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.testhelper --- [2020-08-08T21:38:38.126Z] [INFO] [2020-08-08T21:38:38.126Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.testhelper --- [2020-08-08T21:38:38.126Z] [INFO] [2020-08-08T21:38:38.126Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.testhelper --- [2020-08-08T21:38:38.126Z] [INFO] [2020-08-08T21:38:38.126Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.testhelper --- [2020-08-08T21:38:38.126Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.testhelper/target/org.eclipse.ease.testhelper-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.testhelper/0.8.0-SNAPSHOT/org.eclipse.ease.testhelper-0.8.0-SNAPSHOT.jar [2020-08-08T21:38:38.126Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.testhelper/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.testhelper/0.8.0-SNAPSHOT/org.eclipse.ease.testhelper-0.8.0-SNAPSHOT.pom [2020-08-08T21:38:38.126Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.testhelper/target/org.eclipse.ease.testhelper-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.testhelper/0.8.0-SNAPSHOT/org.eclipse.ease.testhelper-0.8.0-SNAPSHOT-sources.jar [2020-08-08T21:38:38.126Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.testhelper/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.testhelper/0.8.0-SNAPSHOT/org.eclipse.ease.testhelper-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:38:38.126Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.testhelper/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.testhelper/0.8.0-SNAPSHOT/org.eclipse.ease.testhelper-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:38:38.126Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.testhelper/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.testhelper/0.8.0-SNAPSHOT/org.eclipse.ease.testhelper-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:38:38.126Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.testhelper/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.testhelper/0.8.0-SNAPSHOT/org.eclipse.ease.testhelper-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:38:38.126Z] [INFO] [2020-08-08T21:38:38.126Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.testhelper --- [2020-08-08T21:38:38.126Z] [INFO] [2020-08-08T21:38:38.126Z] [INFO] ---------------< org.eclipse.ease:org.eclipse.ease.test >--------------- [2020-08-08T21:38:38.126Z] [INFO] Building org.eclipse.ease.test 0.8.0-SNAPSHOT [38/48] [2020-08-08T21:38:38.126Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-08-08T21:38:38.126Z] [INFO] [2020-08-08T21:38:38.126Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.test --- [2020-08-08T21:38:38.126Z] [INFO] [2020-08-08T21:38:38.126Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.test --- [2020-08-08T21:38:38.126Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-08T21:38:38.126Z] [INFO] [2020-08-08T21:38:38.126Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.test --- [2020-08-08T21:38:38.126Z] [INFO] [2020-08-08T21:38:38.126Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.test --- [2020-08-08T21:38:38.127Z] [INFO] [2020-08-08T21:38:38.127Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.test >>> [2020-08-08T21:38:38.127Z] [INFO] [2020-08-08T21:38:38.127Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.test --- [2020-08-08T21:38:38.127Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-08T21:38:38.127Z] [INFO] [2020-08-08T21:38:38.127Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.test --- [2020-08-08T21:38:38.127Z] [INFO] [2020-08-08T21:38:38.127Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.test --- [2020-08-08T21:38:38.127Z] [INFO] [2020-08-08T21:38:38.127Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.test <<< [2020-08-08T21:38:38.127Z] [INFO] [2020-08-08T21:38:38.127Z] [INFO] [2020-08-08T21:38:38.127Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.test --- [2020-08-08T21:38:38.127Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-08-08T21:38:39.520Z] [INFO] [2020-08-08T21:38:39.520Z] Loading source files for package org.eclipse.ease... [2020-08-08T21:38:39.520Z] Loading source files for package org.eclipse.ease.adapters... [2020-08-08T21:38:39.520Z] Loading source files for package org.eclipse.ease.sign... [2020-08-08T21:38:39.520Z] Loading source files for package org.eclipse.ease.tools... [2020-08-08T21:38:39.520Z] Constructing Javadoc information... [2020-08-08T21:38:39.520Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/target/javadoc-bundle-options/package-list" [2020-08-08T21:38:39.520Z] No plugin definition found, skipping [2020-08-08T21:38:39.520Z] No plugin definition found, skipping [2020-08-08T21:38:39.520Z] [WARNING] Javadoc Warnings [2020-08-08T21:38:39.520Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5" [2020-08-08T21:38:39.520Z] [INFO] [2020-08-08T21:38:39.520Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.test --- [2020-08-08T21:38:39.520Z] [INFO] [2020-08-08T21:38:39.520Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.test --- [2020-08-08T21:38:39.520Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:38:39.520Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/src/main/resources [2020-08-08T21:38:39.520Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/help [2020-08-08T21:38:39.520Z] [INFO] [2020-08-08T21:38:39.520Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.test --- [2020-08-08T21:38:39.520Z] [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/target/classes [2020-08-08T21:38:39.520Z] [INFO] [2020-08-08T21:38:39.520Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.test --- [2020-08-08T21:38:39.520Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:38:39.520Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/src/test/resources [2020-08-08T21:38:39.520Z] [INFO] [2020-08-08T21:38:39.520Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.test --- [2020-08-08T21:38:39.520Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/target/org.eclipse.ease.test-0.8.0-SNAPSHOT-sources.jar [2020-08-08T21:38:39.521Z] [INFO] [2020-08-08T21:38:39.521Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.test --- [2020-08-08T21:38:39.521Z] [INFO] [2020-08-08T21:38:39.521Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.test --- [2020-08-08T21:38:39.521Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/target/org.eclipse.ease.test-0.8.0-SNAPSHOT.jar [2020-08-08T21:38:39.521Z] [INFO] [2020-08-08T21:38:39.521Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.test --- [2020-08-08T21:38:39.521Z] [INFO] [2020-08-08T21:38:39.521Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.test --- [2020-08-08T21:38:39.521Z] [INFO] [2020-08-08T21:38:39.521Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.test --- [2020-08-08T21:38:39.521Z] [INFO] [2020-08-08T21:38:39.521Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.ease.test --- [2020-08-08T21:38:39.521Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/target/work/data/.metadata/.log [2020-08-08T21:38:39.521Z] [INFO] Command line: [2020-08-08T21:38:39.521Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -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/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/target/surefire.properties] [2020-08-08T21:38:39.521Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5" [2020-08-08T21:38:40.888Z] Running org.eclipse.ease.tools.StringToolsTest [2020-08-08T21:38:40.888Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.ease.tools.StringToolsTest [2020-08-08T21:38:40.888Z] parseArgumentsNull(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0.001 s [2020-08-08T21:38:40.888Z] parseArgumentsQuotedSingle(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0.001 s [2020-08-08T21:38:40.888Z] parseArgumentsEmpty(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0 s [2020-08-08T21:38:40.888Z] parseArgumentsMixedMultiple(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0 s [2020-08-08T21:38:40.888Z] parseArgumentsMixedMultipleLines(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0 s [2020-08-08T21:38:40.888Z] parseArgumentsNonQuotedMultiple(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0 s [2020-08-08T21:38:40.888Z] parseArgumentsNonQuotedSingle(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0 s [2020-08-08T21:38:40.888Z] parseArgumentsQuotedMultiple(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0.001 s [2020-08-08T21:38:40.888Z] Running org.eclipse.ease.tools.ResourceToolsTest [2020-08-08T21:38:41.144Z] Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 s - in org.eclipse.ease.tools.ResourceToolsTest [2020-08-08T21:38:41.144Z] resolveScriptLocation(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.107 s [2020-08-08T21:38:41.144Z] getWorkspaceInputStream(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-08T21:38:41.144Z] resolvePlatformURI(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-08-08T21:38:41.144Z] resolveScriptLocationWithSpacesInPath(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-08-08T21:38:41.144Z] resolveURL(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-08-08T21:38:41.144Z] invalidIsAbsolute(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-08T21:38:41.144Z] getFilesystemInputStream(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-08-08T21:38:41.144Z] toRelativeLocationInWorkspace(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-08T21:38:41.144Z] checkOperatingSystem(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-08T21:38:41.144Z] inputStreamToString(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-08T21:38:41.144Z] fileSystemToAbsoluteLocationOnLinux(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-08T21:38:41.144Z] exists(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-08T21:38:41.144Z] resolveRelativeInWorkspace(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-08-08T21:38:41.144Z] isFile(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-08T21:38:41.144Z] invalidToFile(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-08T21:38:41.144Z] resolveAbsoluteInFileSystem(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-08-08T21:38:41.144Z] resolveWindowsRoot(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-08T21:38:41.144Z] resolveRelativeInFileSystemOnWindows(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-08T21:38:41.144Z] isAbsoluteFileSystemPathOnWindows(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-08T21:38:41.144Z] readerToString(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-08-08T21:38:41.144Z] workspaceFileToString(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-08T21:38:41.144Z] toFile(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-08T21:38:41.144Z] toProjectRelativeLocation(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-08T21:38:41.144Z] getInvalidInputStream(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.003 s [2020-08-08T21:38:41.144Z] resolveRelativeInFileSystemOnLinux(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-08T21:38:41.144Z] isFolder(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-08-08T21:38:41.144Z] fileSystemToAbsoluteLocationOnWindows(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-08T21:38:41.144Z] isAbsoluteWorkspacePath(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-08T21:38:41.144Z] isAbsoluteFileSystemPathOnLinux(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-08T21:38:41.145Z] resolveInvalid(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-08T21:38:41.145Z] resolveAbsoluteInFileSystemOnWindows(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-08T21:38:41.145Z] resolveScriptLocationWithSpacesInDomain(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-08T21:38:41.145Z] resolveRelativefromWorkspaceToFilesystem(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-08T21:38:41.145Z] resolveRelativeWithoutBaseFile(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-08-08T21:38:41.145Z] resolveInWorkspace(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-08T21:38:41.145Z] resolveScriptLocationWithSpecialCharactersInPath(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-08T21:38:41.145Z] filesystemFileToString(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-08T21:38:41.145Z] createURI(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-08T21:38:41.145Z] uriToAbsoluteLocation(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-08T21:38:41.145Z] createFolder(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.002 s [2020-08-08T21:38:41.145Z] workspaceToAbsoluteLocation(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-08T21:38:41.145Z] resolveAbsoluteInFileSystemOnLinux(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-08T21:38:41.145Z] invalidToString(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-08T21:38:41.145Z] resolveRelativeURIs(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-08T21:38:41.145Z] resolveRelativeInFileSystem(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-08T21:38:41.145Z] resolveScriptLocationWithSpecialCharactersInDomain(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.02 s [2020-08-08T21:38:41.145Z] isAbsoluteURL(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-08T21:38:41.145Z] Running org.eclipse.ease.tools.RunnableWithResultTest [2020-08-08T21:38:41.145Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.ease.tools.RunnableWithResultTest [2020-08-08T21:38:41.145Z] testException(org.eclipse.ease.tools.RunnableWithResultTest) Time elapsed: 0 s [2020-08-08T21:38:41.145Z] testResult(org.eclipse.ease.tools.RunnableWithResultTest) Time elapsed: 0.001 s [2020-08-08T21:38:41.145Z] Running org.eclipse.ease.ScriptTest [2020-08-08T21:38:41.145Z] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.ease.ScriptTest [2020-08-08T21:38:41.145Z] codeFromScriptable(org.eclipse.ease.ScriptTest) Time elapsed: 0.004 s [2020-08-08T21:38:41.145Z] codeFromFilesystemFile(org.eclipse.ease.ScriptTest) Time elapsed: 0.004 s [2020-08-08T21:38:41.145Z] getCodeStream(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-08-08T21:38:41.145Z] getFile(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-08-08T21:38:41.145Z] codeFromStringBuilder(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-08-08T21:38:41.145Z] getResult(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-08-08T21:38:41.145Z] getException(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-08-08T21:38:41.145Z] codeFromWorkspaceFile(org.eclipse.ease.ScriptTest) Time elapsed: 0.001 s [2020-08-08T21:38:41.145Z] codeFromInputStream(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-08-08T21:38:41.145Z] getTitle(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-08-08T21:38:41.145Z] getCommand(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-08-08T21:38:41.145Z] codeFromReader(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-08-08T21:38:41.145Z] codeFromString(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-08-08T21:38:41.145Z] Running org.eclipse.ease.AbstractScriptEngineTest [2020-08-08T21:38:42.073Z] testorg.eclipse.ease.ScriptExecutionException: Engine got terminated [2020-08-08T21:38:43.001Z] java.lang.RuntimeException: ERROR [2020-08-08T21:38:43.001Z] at org.eclipse.ease.AbstractScriptEngineTest$MockedScriptEngine.execute(AbstractScriptEngineTest.java:73) [2020-08-08T21:38:43.001Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-08T21:38:43.001Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-08T21:38:43.001Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-08T21:38:44.367Z] 1Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.016 s - in org.eclipse.ease.AbstractScriptEngineTest [2020-08-08T21:38:44.367Z] extractEmptyArguments(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0.001 s [2020-08-08T21:38:44.367Z] setNotNullOutputStream(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-08-08T21:38:44.367Z] terminateViaMonitorCancellation(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0.205 s [2020-08-08T21:38:44.367Z] inject(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0.001 s [2020-08-08T21:38:44.367Z] extractArguments(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-08-08T21:38:44.367Z] executeSync(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-08-08T21:38:44.367Z] setNotNullErrorStream(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-08-08T21:38:44.367Z] setNullErrorStream(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0.001 s [2020-08-08T21:38:44.368Z] isJob(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-08-08T21:38:44.368Z] streamsAvailable(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-08-08T21:38:44.368Z] executeValidCodeAndTerminate(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-08-08T21:38:44.368Z] setNullOutputStream(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-08-08T21:38:44.368Z] terminateMultipleTimes(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0.601 s [2020-08-08T21:38:44.368Z] engineTerminatesWhenIdle(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-08-08T21:38:44.368Z] terminateViaTerminateMethod(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0.201 s [2020-08-08T21:38:44.368Z] terminateViaMethodCallback(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 1.001 s [2020-08-08T21:38:44.368Z] executeErrorCodeAndTerminate(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 1.002 s [2020-08-08T21:38:44.368Z] Running org.eclipse.ease.adapters.ScriptableAdapterTest [2020-08-08T21:38:44.368Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.ease.adapters.ScriptableAdapterTest [2020-08-08T21:38:44.368Z] adaptURI(org.eclipse.ease.adapters.ScriptableAdapterTest) Time elapsed: 0.006 s [2020-08-08T21:38:44.368Z] adaptURL(org.eclipse.ease.adapters.ScriptableAdapterTest) Time elapsed: 0 s [2020-08-08T21:38:44.368Z] adaptWorkspaceFile(org.eclipse.ease.adapters.ScriptableAdapterTest) Time elapsed: 0 s [2020-08-08T21:38:44.368Z] getAdapterList(org.eclipse.ease.adapters.ScriptableAdapterTest) Time elapsed: 0.001 s [2020-08-08T21:38:44.368Z] adaptFilesystemFile(org.eclipse.ease.adapters.ScriptableAdapterTest) Time elapsed: 0 s [2020-08-08T21:38:44.368Z] Running org.eclipse.ease.AbstractCodeFactoryTest [2020-08-08T21:38:44.368Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.eclipse.ease.AbstractCodeFactoryTest [2020-08-08T21:38:44.368Z] createNewKeywordHeader(org.eclipse.ease.AbstractCodeFactoryTest) Time elapsed: 0.062 s [2020-08-08T21:38:44.368Z] Running org.eclipse.ease.sign.VerifySignatureTest [2020-08-08T21:38:44.368Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.ease.sign.VerifySignatureTest [2020-08-08T21:38:44.368Z] testWithNonCodeParserScriptType(org.eclipse.ease.sign.VerifySignatureTest) Time elapsed: 0.006 s [2020-08-08T21:38:44.368Z] Running org.eclipse.ease.sign.SignatureHelperTest [2020-08-08T21:38:44.368Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.ease.sign.SignatureHelperTest [2020-08-08T21:38:44.368Z] certificateTest(org.eclipse.ease.sign.SignatureHelperTest) Time elapsed: 0.009 s [2020-08-08T21:38:44.368Z] Running org.eclipse.ease.ScriptResultTest [2020-08-08T21:38:44.368Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.ease.ScriptResultTest [2020-08-08T21:38:44.368Z] hasException(org.eclipse.ease.ScriptResultTest) Time elapsed: 0 s [2020-08-08T21:38:44.368Z] getResult(org.eclipse.ease.ScriptResultTest) Time elapsed: 0 s [2020-08-08T21:38:44.368Z] getException(org.eclipse.ease.ScriptResultTest) Time elapsed: 0 s [2020-08-08T21:38:44.368Z] isReady(org.eclipse.ease.ScriptResultTest) Time elapsed: 0 s [2020-08-08T21:38:44.368Z] Running org.eclipse.ease.AbstractCodeParserTest [2020-08-08T21:38:44.368Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.ease.AbstractCodeParserTest [2020-08-08T21:38:44.368Z] parseCode(org.eclipse.ease.AbstractCodeParserTest) Time elapsed: 0 s [2020-08-08T21:38:44.368Z] parseLineHeader(org.eclipse.ease.AbstractCodeParserTest) Time elapsed: 0 s [2020-08-08T21:38:44.368Z] parseBlockAfterWhitespace(org.eclipse.ease.AbstractCodeParserTest) Time elapsed: 0 s [2020-08-08T21:38:44.368Z] parseEmpty(org.eclipse.ease.AbstractCodeParserTest) Time elapsed: 0 s [2020-08-08T21:38:44.368Z] parseBlockHeader(org.eclipse.ease.AbstractCodeParserTest) Time elapsed: 0 s [2020-08-08T21:38:44.368Z] Running org.eclipse.ease.AbstractReplScriptEngineTest [2020-08-08T21:38:50.916Z] testorg.eclipse.ease.ScriptExecutionException: Engine got terminated [2020-08-08T21:38:50.916Z] java.lang.RuntimeException: ERROR [2020-08-08T21:38:50.916Z] at org.eclipse.ease.AbstractReplScriptEngineTest$MockedScriptEngine.execute(AbstractReplScriptEngineTest.java:61) [2020-08-08T21:38:50.916Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-08T21:38:50.916Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-08T21:38:50.916Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-08T21:38:50.916Z] Hello worldHello world1Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.644 s - in org.eclipse.ease.AbstractReplScriptEngineTest [2020-08-08T21:38:50.916Z] terminateOnIdleAfterSchedule(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.025 s [2020-08-08T21:38:50.916Z] terminateEngine(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0.001 s [2020-08-08T21:38:50.916Z] keepRunningOnIdle(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.001 s [2020-08-08T21:38:50.916Z] extractEmptyArguments(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-08-08T21:38:50.916Z] setNotNullOutputStream(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-08-08T21:38:50.916Z] terminateViaMonitorCancellation(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.103 s [2020-08-08T21:38:50.916Z] inject(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-08-08T21:38:50.916Z] extractArguments(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0.001 s [2020-08-08T21:38:50.916Z] executeSync(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0.001 s [2020-08-08T21:38:50.916Z] setNotNullErrorStream(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-08-08T21:38:50.916Z] setNullErrorStream(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-08-08T21:38:50.916Z] isJob(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-08-08T21:38:50.916Z] streamsAvailable(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-08-08T21:38:50.917Z] executeValidCodeAndTerminate(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.001 s [2020-08-08T21:38:50.917Z] setNullOutputStream(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-08-08T21:38:50.917Z] terminateMultipleTimes(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0.301 s [2020-08-08T21:38:50.917Z] engineTerminatesWhenIdle(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.001 s [2020-08-08T21:38:50.917Z] terminateViaTerminateMethod(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0.202 s [2020-08-08T21:38:50.917Z] terminateViaMethodCallback(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.002 s [2020-08-08T21:38:50.917Z] executeErrorCodeAndTerminate(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0.001 s [2020-08-08T21:38:50.917Z] [2020-08-08T21:38:50.917Z] Results: [2020-08-08T21:38:50.917Z] [2020-08-08T21:38:50.917Z] Tests run: 124, Failures: 0, Errors: 0, Skipped: 0 [2020-08-08T21:38:50.917Z] [2020-08-08T21:38:51.478Z] [INFO] All tests passed! [2020-08-08T21:38:51.478Z] [INFO] [2020-08-08T21:38:51.478Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.test --- [2020-08-08T21:38:51.478Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/target/org.eclipse.ease.test-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.test/0.8.0-SNAPSHOT/org.eclipse.ease.test-0.8.0-SNAPSHOT.jar [2020-08-08T21:38:51.478Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.test/0.8.0-SNAPSHOT/org.eclipse.ease.test-0.8.0-SNAPSHOT.pom [2020-08-08T21:38:51.478Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/target/org.eclipse.ease.test-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.test/0.8.0-SNAPSHOT/org.eclipse.ease.test-0.8.0-SNAPSHOT-sources.jar [2020-08-08T21:38:51.478Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.test/0.8.0-SNAPSHOT/org.eclipse.ease.test-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:38:51.478Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.test/0.8.0-SNAPSHOT/org.eclipse.ease.test-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:38:51.478Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.test/0.8.0-SNAPSHOT/org.eclipse.ease.test-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:38:51.478Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.test/0.8.0-SNAPSHOT/org.eclipse.ease.test-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:38:51.478Z] [INFO] [2020-08-08T21:38:51.478Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.test --- [2020-08-08T21:38:51.478Z] [INFO] [2020-08-08T21:38:51.478Z] [INFO] ---< org.eclipse.ease:org.eclipse.ease.lang.javascript.nashorn.test >--- [2020-08-08T21:38:51.478Z] [INFO] Building org.eclipse.ease.lang.javascript.nashorn.test 0.8.0-SNAPSHOT [39/48] [2020-08-08T21:38:51.478Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-08-08T21:38:51.478Z] [INFO] [2020-08-08T21:38:51.478Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-08-08T21:38:51.478Z] [INFO] [2020-08-08T21:38:51.478Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-08-08T21:38:51.478Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-08T21:38:51.478Z] [INFO] [2020-08-08T21:38:51.478Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-08-08T21:38:51.478Z] [INFO] [2020-08-08T21:38:51.478Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-08-08T21:38:51.478Z] [INFO] [2020-08-08T21:38:51.478Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.javascript.nashorn.test >>> [2020-08-08T21:38:51.478Z] [INFO] [2020-08-08T21:38:51.478Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-08-08T21:38:51.478Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-08T21:38:51.478Z] [INFO] [2020-08-08T21:38:51.478Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-08-08T21:38:51.478Z] [INFO] [2020-08-08T21:38:51.478Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-08-08T21:38:51.478Z] [INFO] [2020-08-08T21:38:51.479Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.javascript.nashorn.test <<< [2020-08-08T21:38:51.479Z] [INFO] [2020-08-08T21:38:51.479Z] [INFO] [2020-08-08T21:38:51.479Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-08-08T21:38:51.479Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-08-08T21:38:52.843Z] [INFO] [2020-08-08T21:38:52.843Z] Loading source files for package org.eclipse.ease.lang.javascript.nashorn... [2020-08-08T21:38:52.843Z] Constructing Javadoc information... [2020-08-08T21:38:52.843Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/javadoc-bundle-options/package-list" [2020-08-08T21:38:52.843Z] No plugin definition found, skipping [2020-08-08T21:38:52.843Z] No plugin definition found, skipping [2020-08-08T21:38:52.843Z] [WARNING] Javadoc Warnings [2020-08-08T21:38:52.843Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5" [2020-08-08T21:38:52.843Z] [INFO] [2020-08-08T21:38:52.843Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-08-08T21:38:52.843Z] [INFO] [2020-08-08T21:38:52.843Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-08-08T21:38:52.843Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:38:52.843Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/src/main/resources [2020-08-08T21:38:52.843Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/help [2020-08-08T21:38:52.843Z] [INFO] [2020-08-08T21:38:52.843Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-08-08T21:38:52.843Z] [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/classes [2020-08-08T21:38:52.843Z] [INFO] [2020-08-08T21:38:52.843Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-08-08T21:38:52.843Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:38:52.843Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/src/test/resources [2020-08-08T21:38:52.843Z] [INFO] [2020-08-08T21:38:52.843Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-08-08T21:38:52.843Z] [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [2020-08-08T21:38:52.843Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/org.eclipse.ease.lang.javascript.nashorn.test-0.8.0-SNAPSHOT-sources.jar [2020-08-08T21:38:52.843Z] [INFO] [2020-08-08T21:38:52.843Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-08-08T21:38:52.843Z] [INFO] [2020-08-08T21:38:52.843Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-08-08T21:38:52.843Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/org.eclipse.ease.lang.javascript.nashorn.test-0.8.0-SNAPSHOT.jar [2020-08-08T21:38:52.844Z] [INFO] [2020-08-08T21:38:52.844Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-08-08T21:38:52.844Z] [INFO] [2020-08-08T21:38:52.844Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-08-08T21:38:52.844Z] [INFO] [2020-08-08T21:38:52.844Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-08-08T21:38:52.844Z] [INFO] [2020-08-08T21:38:52.844Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-08-08T21:38:52.844Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/work/data/.metadata/.log [2020-08-08T21:38:52.844Z] [INFO] Command line: [2020-08-08T21:38:52.844Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -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/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/surefire.properties] [2020-08-08T21:38:52.844Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5" [2020-08-08T21:38:54.224Z] Running org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest [2020-08-08T21:38:54.787Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.64 s - in org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest [2020-08-08T21:38:54.787Z] reloadEnvironment(org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest) Time elapsed: 0.408 s [2020-08-08T21:38:54.787Z] bootstrappedEnvironment(org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest) Time elapsed: 0.023 s [2020-08-08T21:38:54.787Z] postMethodCallback(org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest) Time elapsed: 0.116 s [2020-08-08T21:38:54.787Z] preMethodCallback(org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest) Time elapsed: 0.045 s [2020-08-08T21:38:54.787Z] reloadFunctionDefinitions(org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest) Time elapsed: 0.032 s [2020-08-08T21:38:54.787Z] [2020-08-08T21:38:54.787Z] Results: [2020-08-08T21:38:54.787Z] [2020-08-08T21:38:54.787Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [2020-08-08T21:38:54.787Z] [2020-08-08T21:38:55.043Z] [INFO] All tests passed! [2020-08-08T21:38:55.043Z] [INFO] [2020-08-08T21:38:55.043Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-08-08T21:38:55.043Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/org.eclipse.ease.lang.javascript.nashorn.test-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.nashorn.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.nashorn.test-0.8.0-SNAPSHOT.jar [2020-08-08T21:38:55.043Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.nashorn.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.nashorn.test-0.8.0-SNAPSHOT.pom [2020-08-08T21:38:55.043Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/org.eclipse.ease.lang.javascript.nashorn.test-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.nashorn.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.nashorn.test-0.8.0-SNAPSHOT-sources.jar [2020-08-08T21:38:55.043Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.nashorn.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.nashorn.test-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:38:55.043Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.nashorn.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.nashorn.test-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:38:55.043Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.nashorn.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.nashorn.test-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:38:55.043Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.nashorn.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.nashorn.test-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:38:55.043Z] [INFO] [2020-08-08T21:38:55.043Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-08-08T21:38:55.043Z] [INFO] [2020-08-08T21:38:55.043Z] [INFO] ----< org.eclipse.ease:org.eclipse.ease.lang.javascript.rhino.test >---- [2020-08-08T21:38:55.043Z] [INFO] Building org.eclipse.ease.lang.javascript.rhino.test 0.8.0-SNAPSHOT [40/48] [2020-08-08T21:38:55.043Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-08-08T21:38:55.043Z] [INFO] [2020-08-08T21:38:55.043Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-08-08T21:38:55.043Z] [INFO] [2020-08-08T21:38:55.043Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-08-08T21:38:55.043Z] [INFO] The project's OSGi version is 0.8.0.I201911291239 [2020-08-08T21:38:55.043Z] [INFO] [2020-08-08T21:38:55.043Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-08-08T21:38:55.043Z] [INFO] [2020-08-08T21:38:55.043Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-08-08T21:38:55.043Z] [INFO] [2020-08-08T21:38:55.043Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.javascript.rhino.test >>> [2020-08-08T21:38:55.043Z] [INFO] [2020-08-08T21:38:55.043Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-08-08T21:38:55.299Z] [INFO] The project's OSGi version is 0.8.0.I201911291239 [2020-08-08T21:38:55.299Z] [INFO] [2020-08-08T21:38:55.299Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-08-08T21:38:55.299Z] [INFO] [2020-08-08T21:38:55.299Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-08-08T21:38:55.299Z] [INFO] [2020-08-08T21:38:55.299Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.javascript.rhino.test <<< [2020-08-08T21:38:55.299Z] [INFO] [2020-08-08T21:38:55.299Z] [INFO] [2020-08-08T21:38:55.299Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-08-08T21:38:55.299Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-08-08T21:38:56.662Z] [INFO] [2020-08-08T21:38:56.662Z] Loading source files for package org.eclipse.ease.lang.javascript.rhino... [2020-08-08T21:38:56.663Z] Constructing Javadoc information... [2020-08-08T21:38:56.663Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/javadoc-bundle-options/package-list" [2020-08-08T21:38:56.663Z] No plugin definition found, skipping [2020-08-08T21:38:56.663Z] No plugin definition found, skipping [2020-08-08T21:38:56.663Z] [WARNING] Javadoc Warnings [2020-08-08T21:38:56.663Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5" [2020-08-08T21:38:56.663Z] [INFO] [2020-08-08T21:38:56.663Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-08-08T21:38:56.663Z] [INFO] [2020-08-08T21:38:56.663Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-08-08T21:38:56.663Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:38:56.663Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/src/main/resources [2020-08-08T21:38:56.663Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/help [2020-08-08T21:38:56.663Z] [INFO] [2020-08-08T21:38:56.663Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-08-08T21:38:56.663Z] [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/classes [2020-08-08T21:38:56.663Z] [INFO] [2020-08-08T21:38:56.663Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-08-08T21:38:56.663Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:38:56.663Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/src/test/resources [2020-08-08T21:38:56.663Z] [INFO] [2020-08-08T21:38:56.663Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-08-08T21:38:56.663Z] [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [2020-08-08T21:38:56.663Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/org.eclipse.ease.lang.javascript.rhino.test-0.8.0-SNAPSHOT-sources.jar [2020-08-08T21:38:56.663Z] [INFO] [2020-08-08T21:38:56.663Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-08-08T21:38:56.663Z] [INFO] [2020-08-08T21:38:56.663Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-08-08T21:38:56.663Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/org.eclipse.ease.lang.javascript.rhino.test-0.8.0-SNAPSHOT.jar [2020-08-08T21:38:56.663Z] [INFO] [2020-08-08T21:38:56.663Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-08-08T21:38:56.663Z] [INFO] [2020-08-08T21:38:56.663Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-08-08T21:38:56.663Z] [INFO] [2020-08-08T21:38:56.663Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-08-08T21:38:56.663Z] [INFO] [2020-08-08T21:38:56.663Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-08-08T21:38:56.663Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/work/data/.metadata/.log [2020-08-08T21:38:56.663Z] [INFO] Command line: [2020-08-08T21:38:56.663Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -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/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/surefire.properties] [2020-08-08T21:38:56.663Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5" [2020-08-08T21:38:58.026Z] Running org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest [2020-08-08T21:38:58.282Z] org.eclipse.ease.ScriptExecutionException: JavaError: NotThere cannot be found by org.mozilla.javascript_1.7.10.v20190430-1943 [2020-08-08T21:38:58.282Z] [2020-08-08T21:38:58.282Z] Java Stacktrace: [2020-08-08T21:38:58.282Z] java.lang.ClassNotFoundException: NotThere cannot be found by org.mozilla.javascript_1.7.10.v20190430-1943 [2020-08-08T21:38:58.282Z] at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:516) [2020-08-08T21:38:58.282Z] at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171) [2020-08-08T21:38:58.282Z] at java.lang.ClassLoader.loadClass(ClassLoader.java:357) [2020-08-08T21:38:58.282Z] at java.lang.Class.forName0(Native Method) [2020-08-08T21:38:58.282Z] at java.lang.Class.forName(Class.java:264) [2020-08-08T21:38:58.282Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2020-08-08T21:38:58.282Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2020-08-08T21:38:58.282Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2020-08-08T21:38:58.282Z] at java.lang.reflect.Method.invoke(Method.java:498) [2020-08-08T21:38:58.282Z] at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:126) [2020-08-08T21:38:58.282Z] at org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:225) [2020-08-08T21:38:58.282Z] at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1573) [2020-08-08T21:38:58.282Z] at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:911) [2020-08-08T21:38:58.282Z] at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:109) [2020-08-08T21:38:58.282Z] at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:405) [2020-08-08T21:38:58.282Z] at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3508) [2020-08-08T21:38:58.282Z] at org.mozilla.javascript.InterpretedFunction.exec(InterpretedFunction.java:120) [2020-08-08T21:38:58.282Z] at org.mozilla.javascript.Context.evaluateReader(Context.java:1293) [2020-08-08T21:38:58.282Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:222) [2020-08-08T21:38:58.282Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:201) [2020-08-08T21:38:58.282Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-08T21:38:58.282Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-08T21:38:58.282Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-08T21:38:58.282Z] org.eclipse.ease.ScriptExecutionException: TypeError: Cannot call method "foobar" of undefined [2020-08-08T21:38:58.283Z] org.eclipse.ease.ScriptExecutionException: ScriptException: test [2020-08-08T21:38:58.538Z] org.eclipse.ease.ScriptExecutionException: JavaError: java.lang.Exception [2020-08-08T21:38:58.539Z] [2020-08-08T21:38:58.539Z] Java Stacktrace: [2020-08-08T21:38:58.539Z] java.lang.Exception [2020-08-08T21:38:58.539Z] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [2020-08-08T21:38:58.539Z] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [2020-08-08T21:38:58.539Z] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [2020-08-08T21:38:58.539Z] at java.lang.reflect.Constructor.newInstance(Constructor.java:423) [2020-08-08T21:38:58.539Z] at org.mozilla.javascript.MemberBox.newInstance(MemberBox.java:159) [2020-08-08T21:38:58.539Z] at org.mozilla.javascript.NativeJavaClass.constructInternal(NativeJavaClass.java:266) [2020-08-08T21:38:58.539Z] at org.mozilla.javascript.NativeJavaClass.constructSpecific(NativeJavaClass.java:205) [2020-08-08T21:38:58.539Z] at org.mozilla.javascript.NativeJavaClass.construct(NativeJavaClass.java:166) [2020-08-08T21:38:58.539Z] at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1617) [2020-08-08T21:38:58.539Z] at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:911) [2020-08-08T21:38:58.539Z] at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:109) [2020-08-08T21:38:58.539Z] at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:405) [2020-08-08T21:38:58.539Z] at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3508) [2020-08-08T21:38:58.539Z] at org.mozilla.javascript.InterpretedFunction.exec(InterpretedFunction.java:120) [2020-08-08T21:38:58.539Z] at org.mozilla.javascript.Context.evaluateReader(Context.java:1293) [2020-08-08T21:38:58.539Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:222) [2020-08-08T21:38:58.539Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:201) [2020-08-08T21:38:58.539Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-08T21:38:58.539Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-08T21:38:58.539Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-08T21:38:58.539Z] org.eclipse.ease.ScriptExecutionException: ScriptException: JavaScript [2020-08-08T21:38:58.539Z] org.eclipse.ease.ScriptExecutionException: SyntaxError: unterminated string literal (#1) [2020-08-08T21:38:58.539Z] 'asdf [2020-08-08T21:38:58.539Z] ^ [2020-08-08T21:38:58.539Z] at :1 [2020-08-08T21:38:58.539Z] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.48 s - in org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest [2020-08-08T21:38:58.539Z] getExceptionStackTrace(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.233 s [2020-08-08T21:38:58.539Z] causeWrappedException(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.02 s [2020-08-08T21:38:58.539Z] optionalModuleParameters(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.043 s [2020-08-08T21:38:58.539Z] simpleScriptCode(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.016 s [2020-08-08T21:38:58.539Z] causeRuntimeErrorException(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.014 s [2020-08-08T21:38:58.539Z] callModuleCode(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.013 s [2020-08-08T21:38:58.539Z] throwJavaClass(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.014 s [2020-08-08T21:38:58.539Z] throwJavaException(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.051 s [2020-08-08T21:38:58.539Z] accessJavaClasses(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.015 s [2020-08-08T21:38:58.539Z] accessEclipseClasses(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.014 s [2020-08-08T21:38:58.539Z] throwJavaScriptException(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.011 s [2020-08-08T21:38:58.539Z] causeSyntaxErrorException(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.012 s [2020-08-08T21:38:58.539Z] Running org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest [2020-08-08T21:38:58.795Z] Start of script [2020-08-08T21:38:58.795Z] include file start [2020-08-08T21:38:58.795Z] Include file processed [2020-08-08T21:38:58.795Z] line after include file [2020-08-08T21:38:58.795Z] Result of testMethod = 5 [2020-08-08T21:38:58.795Z] End of script [2020-08-08T21:38:58.795Z] Start of script [2020-08-08T21:38:58.795Z] include file start [2020-08-08T21:38:58.795Z] Include file processed [2020-08-08T21:38:58.795Z] line after include file [2020-08-08T21:38:58.795Z] Result of testMethod = 5 [2020-08-08T21:38:58.795Z] End of script [2020-08-08T21:38:59.050Z] Start of script [2020-08-08T21:38:59.050Z] include file start [2020-08-08T21:38:59.050Z] Include file processed [2020-08-08T21:38:59.050Z] line after include file [2020-08-08T21:38:59.050Z] Result of testMethod = 5 [2020-08-08T21:38:59.305Z] Start of script [2020-08-08T21:38:59.305Z] include file start [2020-08-08T21:38:59.305Z] Include file processed [2020-08-08T21:38:59.305Z] line after include file [2020-08-08T21:38:59.561Z] Result of testMethod = 5 [2020-08-08T21:38:59.561Z] End of script [2020-08-08T21:38:59.817Z] Start of script [2020-08-08T21:38:59.817Z] include file start [2020-08-08T21:38:59.817Z] Include file processed [2020-08-08T21:38:59.817Z] line after include file [2020-08-08T21:38:59.817Z] Result of testMethod = 5 [2020-08-08T21:38:59.817Z] End of script [2020-08-08T21:38:59.817Z] Start of script [2020-08-08T21:38:59.817Z] include file start [2020-08-08T21:38:59.817Z] Include file processed [2020-08-08T21:38:59.817Z] line after include file [2020-08-08T21:39:00.072Z] Result of testMethod = 5 [2020-08-08T21:39:00.072Z] End of script [2020-08-08T21:39:00.328Z] Start of script [2020-08-08T21:39:00.328Z] include file start [2020-08-08T21:39:00.328Z] Include file processed [2020-08-08T21:39:00.328Z] line after include file [2020-08-08T21:39:00.328Z] Result of testMethod = 5 [2020-08-08T21:39:00.584Z] Start of script [2020-08-08T21:39:00.584Z] include file start [2020-08-08T21:39:00.584Z] Include file processed [2020-08-08T21:39:00.584Z] line after include file [2020-08-08T21:39:00.840Z] Result of testMethod = 5 [2020-08-08T21:39:00.841Z] End of script [2020-08-08T21:39:00.841Z] Start of script [2020-08-08T21:39:00.841Z] include file start [2020-08-08T21:39:00.841Z] Include file processed [2020-08-08T21:39:00.841Z] line after include file [2020-08-08T21:39:00.841Z] Result of testMethod = 5 [2020-08-08T21:39:00.841Z] End of script [2020-08-08T21:39:01.096Z] Start of script [2020-08-08T21:39:01.096Z] include file start [2020-08-08T21:39:01.096Z] Include file processed [2020-08-08T21:39:01.096Z] line after include file [2020-08-08T21:39:01.351Z] Start of script [2020-08-08T21:39:01.351Z] include file start [2020-08-08T21:39:01.607Z] Include file processed [2020-08-08T21:39:01.607Z] line after include file [2020-08-08T21:39:01.607Z] Result of testMethod = 5 [2020-08-08T21:39:01.607Z] End of script [2020-08-08T21:39:01.607Z] Start of script [2020-08-08T21:39:01.607Z] include file start [2020-08-08T21:39:01.607Z] Include file processed [2020-08-08T21:39:01.607Z] line after include file [2020-08-08T21:39:01.862Z] Result of testMethod = 5 [2020-08-08T21:39:01.862Z] End of script [2020-08-08T21:39:02.118Z] Start of script [2020-08-08T21:39:02.374Z] include file start [2020-08-08T21:39:02.374Z] Include file processed [2020-08-08T21:39:02.374Z] line after include file [2020-08-08T21:39:02.374Z] Result of testMethod = 5 [2020-08-08T21:39:02.374Z] End of script [2020-08-08T21:39:02.374Z] Start of script [2020-08-08T21:39:02.374Z] include file start [2020-08-08T21:39:02.374Z] Include file processed [2020-08-08T21:39:02.374Z] line after include file [2020-08-08T21:39:02.630Z] Result of testMethod = 5 [2020-08-08T21:39:02.630Z] End of script [2020-08-08T21:39:02.630Z] Start of script [2020-08-08T21:39:02.630Z] include file start [2020-08-08T21:39:02.630Z] Include file processed [2020-08-08T21:39:02.630Z] line after include file [2020-08-08T21:39:02.630Z] Result of testMethod = 5 [2020-08-08T21:39:02.885Z] Start of script [2020-08-08T21:39:02.885Z] include file start [2020-08-08T21:39:02.885Z] Include file processed [2020-08-08T21:39:02.885Z] line after include file [2020-08-08T21:39:03.143Z] Result of testMethod = 5 [2020-08-08T21:39:03.143Z] End of script [2020-08-08T21:39:03.402Z] Start of script [2020-08-08T21:39:03.402Z] include file start [2020-08-08T21:39:03.402Z] Include file processed [2020-08-08T21:39:03.402Z] line after include file [2020-08-08T21:39:03.402Z] Result of testMethod = 5 [2020-08-08T21:39:03.660Z] End of script [2020-08-08T21:39:03.660Z] Start of script [2020-08-08T21:39:03.660Z] include file start [2020-08-08T21:39:03.660Z] Include file processed [2020-08-08T21:39:03.660Z] line after include file [2020-08-08T21:39:03.915Z] Result of testMethod = 5 [2020-08-08T21:39:03.915Z] End of script [2020-08-08T21:39:04.171Z] Start of script [2020-08-08T21:39:04.171Z] include file start [2020-08-08T21:39:04.171Z] Include file processed [2020-08-08T21:39:04.171Z] line after include file [2020-08-08T21:39:04.427Z] Result of testMethod = 5 [2020-08-08T21:39:04.427Z] End of script [2020-08-08T21:39:04.427Z] Start of script [2020-08-08T21:39:04.427Z] include file start [2020-08-08T21:39:04.427Z] Include file processed [2020-08-08T21:39:04.427Z] line after include file [2020-08-08T21:39:04.427Z] Result of testMethod = 5 [2020-08-08T21:39:04.988Z] Start of script [2020-08-08T21:39:04.988Z] include file start [2020-08-08T21:39:04.988Z] Include file processed [2020-08-08T21:39:04.988Z] line after include file [2020-08-08T21:39:04.988Z] Result of testMethod = 5 [2020-08-08T21:39:04.988Z] End of script [2020-08-08T21:39:04.988Z] Start of script [2020-08-08T21:39:04.988Z] include file start [2020-08-08T21:39:04.988Z] Include file processed [2020-08-08T21:39:04.988Z] line after include file [2020-08-08T21:39:05.243Z] Result of testMethod = 5 [2020-08-08T21:39:05.243Z] End of script [2020-08-08T21:39:05.243Z] Start of script [2020-08-08T21:39:05.243Z] include file start [2020-08-08T21:39:05.243Z] Include file processed [2020-08-08T21:39:05.243Z] line after include file [2020-08-08T21:39:05.243Z] Result of testMethod = 5 [2020-08-08T21:39:05.243Z] End of script [2020-08-08T21:39:05.499Z] Start of script [2020-08-08T21:39:05.499Z] include file start [2020-08-08T21:39:05.499Z] Include file processed [2020-08-08T21:39:05.754Z] line after include file [2020-08-08T21:39:05.754Z] Result of testMethod = 5 [2020-08-08T21:39:05.754Z] End of script [2020-08-08T21:39:05.754Z] Start of script [2020-08-08T21:39:05.754Z] include file start [2020-08-08T21:39:05.754Z] Include file processed [2020-08-08T21:39:05.754Z] line after include file [2020-08-08T21:39:06.010Z] Start of script [2020-08-08T21:39:06.266Z] include file start [2020-08-08T21:39:06.266Z] Include file processed [2020-08-08T21:39:06.266Z] line after include file [2020-08-08T21:39:06.266Z] Result of testMethod = 5 [2020-08-08T21:39:06.266Z] End of script [2020-08-08T21:39:06.266Z] Start of script [2020-08-08T21:39:06.266Z] include file start [2020-08-08T21:39:06.266Z] Include file processed [2020-08-08T21:39:06.266Z] line after include file [2020-08-08T21:39:06.266Z] Result of testMethod = 5 [2020-08-08T21:39:06.827Z] Start of script [2020-08-08T21:39:06.827Z] include file start [2020-08-08T21:39:06.827Z] Include file processed [2020-08-08T21:39:06.827Z] line after include file [2020-08-08T21:39:06.827Z] Result of testMethod = 5 [2020-08-08T21:39:06.827Z] End of script [2020-08-08T21:39:06.827Z] Start of script [2020-08-08T21:39:06.827Z] include file start [2020-08-08T21:39:06.827Z] Include file processed [2020-08-08T21:39:06.827Z] line after include file [2020-08-08T21:39:07.083Z] Result of testMethod = 5 [2020-08-08T21:39:07.083Z] End of script [2020-08-08T21:39:07.083Z] Start of script [2020-08-08T21:39:07.083Z] include file start [2020-08-08T21:39:07.083Z] Include file processed [2020-08-08T21:39:07.083Z] line after include file [2020-08-08T21:39:07.340Z] Result of testMethod = 5 [2020-08-08T21:39:07.340Z] End of script [2020-08-08T21:39:07.595Z] Start of script [2020-08-08T21:39:07.595Z] include file start [2020-08-08T21:39:07.595Z] Include file processed [2020-08-08T21:39:07.595Z] line after include file [2020-08-08T21:39:07.595Z] Result of testMethod = 5 [2020-08-08T21:39:07.595Z] End of script [2020-08-08T21:39:07.595Z] Start of script [2020-08-08T21:39:07.595Z] include file start [2020-08-08T21:39:07.595Z] Include file processed [2020-08-08T21:39:07.595Z] line after include file [2020-08-08T21:39:07.595Z] Result of testMethod = 5 [2020-08-08T21:39:08.158Z] Start of script [2020-08-08T21:39:08.158Z] include file start [2020-08-08T21:39:08.158Z] Include file processed [2020-08-08T21:39:08.158Z] line after include file [2020-08-08T21:39:08.158Z] Result of testMethod = 5 [2020-08-08T21:39:08.158Z] End of script [2020-08-08T21:39:08.158Z] Start of script [2020-08-08T21:39:08.158Z] include file start [2020-08-08T21:39:08.158Z] Include file processed [2020-08-08T21:39:08.158Z] line after include file [2020-08-08T21:39:08.158Z] Result of testMethod = 5 [2020-08-08T21:39:08.719Z] Start of script [2020-08-08T21:39:08.719Z] include file start [2020-08-08T21:39:08.719Z] Include file processed [2020-08-08T21:39:08.719Z] line after include file [2020-08-08T21:39:08.719Z] Result of testMethod = 5 [2020-08-08T21:39:08.719Z] End of script [2020-08-08T21:39:08.974Z] Start of script [2020-08-08T21:39:08.975Z] include file start [2020-08-08T21:39:08.975Z] Include file processed [2020-08-08T21:39:08.975Z] line after include file [2020-08-08T21:39:09.230Z] Result of testMethod = 5 [2020-08-08T21:39:09.230Z] End of script [2020-08-08T21:39:09.230Z] Start of script [2020-08-08T21:39:09.230Z] include file start [2020-08-08T21:39:09.230Z] Include file processed [2020-08-08T21:39:09.230Z] line after include file [2020-08-08T21:39:09.230Z] Result of testMethod = 5 [2020-08-08T21:39:09.230Z] End of script [2020-08-08T21:39:09.486Z] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.913 s - in org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest [2020-08-08T21:39:09.486Z] disconnectProcessInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.26 s [2020-08-08T21:39:09.486Z] stepReturnIncludeCommand(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.209 s [2020-08-08T21:39:09.486Z] arrayVariableSorting(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.308 s [2020-08-08T21:39:09.486Z] stepOverOnDebugTarget(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.308 s [2020-08-08T21:39:09.486Z] hasDebugTarget(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.106 s [2020-08-08T21:39:09.486Z] disconnectThreadInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.208 s [2020-08-08T21:39:09.486Z] stepReturnOnDebugTarget(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-08-08T21:39:09.486Z] nullVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-08-08T21:39:09.486Z] stepOverOnStackFrame(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.307 s [2020-08-08T21:39:09.486Z] resumeOnDebugTarget(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.205 s [2020-08-08T21:39:09.486Z] modifyVariableKeepingType(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.406 s [2020-08-08T21:39:09.486Z] resumeOnLastIncludeLine(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.206 s [2020-08-08T21:39:09.486Z] stepReturnOnStackFrame(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.307 s [2020-08-08T21:39:09.486Z] terminateStackFrameInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.206 s [2020-08-08T21:39:09.486Z] breakpointLocation(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.206 s [2020-08-08T21:39:09.486Z] stepReturnOnThread(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.309 s [2020-08-08T21:39:09.486Z] javaClassVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.307 s [2020-08-08T21:39:09.486Z] stepIntoOnThread(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-08-08T21:39:09.486Z] terminateThreadInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.206 s [2020-08-08T21:39:09.486Z] resumeOnThread(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.206 s [2020-08-08T21:39:09.486Z] stepIntoOnStackFrame(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-08-08T21:39:09.486Z] terminateProcessInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.206 s [2020-08-08T21:39:09.486Z] stepOverOnProcess(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.307 s [2020-08-08T21:39:09.486Z] nativeArrayVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-08-08T21:39:09.486Z] disconnectDebugTargetInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.205 s [2020-08-08T21:39:09.486Z] stepIntoOnProcess(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.305 s [2020-08-08T21:39:09.486Z] terminatedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.105 s [2020-08-08T21:39:09.486Z] stepOverIncludeCommand(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.305 s [2020-08-08T21:39:09.486Z] innerScopeVariableBeforeOuterScopeVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-08-08T21:39:09.486Z] stepIntoIncludeCommand(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.304 s [2020-08-08T21:39:09.486Z] primitiveStringVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-08-08T21:39:09.486Z] resumeOnProcess(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.205 s [2020-08-08T21:39:09.486Z] stepIntoOnDebugTarget(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-08-08T21:39:09.486Z] stepOverOnThread(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.305 s [2020-08-08T21:39:09.486Z] suspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.205 s [2020-08-08T21:39:09.486Z] primitiveDoubleVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.305 s [2020-08-08T21:39:09.486Z] resumeOnStackFrame(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.204 s [2020-08-08T21:39:09.486Z] nativeObjectVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.305 s [2020-08-08T21:39:09.486Z] terminateDebugTargetInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.206 s [2020-08-08T21:39:09.486Z] disconnectStackFrameInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.205 s [2020-08-08T21:39:09.486Z] stepReturnOnProcess(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-08-08T21:39:09.486Z] evaluateWatchExpression(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.207 s [2020-08-08T21:39:09.486Z] Running org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest [2020-08-08T21:39:09.486Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s - in org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest [2020-08-08T21:39:09.486Z] reloadEnvironment(org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest) Time elapsed: 0.043 s [2020-08-08T21:39:09.486Z] bootstrappedEnvironment(org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest) Time elapsed: 0.015 s [2020-08-08T21:39:09.486Z] postMethodCallback(org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest) Time elapsed: 0.021 s [2020-08-08T21:39:09.486Z] preMethodCallback(org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest) Time elapsed: 0.014 s [2020-08-08T21:39:09.486Z] reloadFunctionDefinitions(org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest) Time elapsed: 0.015 s [2020-08-08T21:39:09.486Z] Running org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest [2020-08-08T21:39:09.486Z] org.eclipse.ease.ScriptExecutionException: JavaError: NotThere cannot be found by org.mozilla.javascript_1.7.10.v20190430-1943 [2020-08-08T21:39:09.486Z] at [2020-08-08T21:39:09.486Z] [2020-08-08T21:39:09.487Z] Java Stacktrace: [2020-08-08T21:39:09.487Z] java.lang.ClassNotFoundException: NotThere cannot be found by org.mozilla.javascript_1.7.10.v20190430-1943 [2020-08-08T21:39:09.487Z] at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:516) [2020-08-08T21:39:09.487Z] at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171) [2020-08-08T21:39:09.487Z] at java.lang.ClassLoader.loadClass(ClassLoader.java:357) [2020-08-08T21:39:09.487Z] at java.lang.Class.forName0(Native Method) [2020-08-08T21:39:09.487Z] at java.lang.Class.forName(Class.java:264) [2020-08-08T21:39:09.487Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2020-08-08T21:39:09.487Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2020-08-08T21:39:09.487Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2020-08-08T21:39:09.487Z] at java.lang.reflect.Method.invoke(Method.java:498) [2020-08-08T21:39:09.487Z] at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:126) [2020-08-08T21:39:09.487Z] at org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:225) [2020-08-08T21:39:09.487Z] at org.mozilla.javascript.optimizer.OptRuntime.call1(OptRuntime.java:32) [2020-08-08T21:39:09.487Z] at org.mozilla.javascript.gen.c_27._c_script_0(Unknown Source) [2020-08-08T21:39:09.487Z] at org.mozilla.javascript.gen.c_27.call(Unknown Source) [2020-08-08T21:39:09.487Z] at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:405) [2020-08-08T21:39:09.487Z] at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3508) [2020-08-08T21:39:09.487Z] at org.mozilla.javascript.gen.c_27.call(Unknown Source) [2020-08-08T21:39:09.487Z] at org.mozilla.javascript.gen.c_27.exec(Unknown Source) [2020-08-08T21:39:09.487Z] at org.mozilla.javascript.Context.evaluateReader(Context.java:1293) [2020-08-08T21:39:09.487Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:222) [2020-08-08T21:39:09.487Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:201) [2020-08-08T21:39:09.487Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-08T21:39:09.487Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-08T21:39:09.487Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-08T21:39:09.742Z] org.eclipse.ease.ScriptExecutionException: TypeError: Cannot call method "foobar" of undefined [2020-08-08T21:39:09.742Z] at [2020-08-08T21:39:09.742Z] org.eclipse.ease.ScriptExecutionException: ScriptException: test [2020-08-08T21:39:09.742Z] at [2020-08-08T21:39:09.743Z] org.eclipse.ease.ScriptExecutionException: JavaError: java.lang.Exception [2020-08-08T21:39:09.743Z] at [2020-08-08T21:39:09.743Z] [2020-08-08T21:39:09.743Z] Java Stacktrace: [2020-08-08T21:39:09.743Z] java.lang.Exception [2020-08-08T21:39:09.743Z] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [2020-08-08T21:39:09.743Z] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [2020-08-08T21:39:09.743Z] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [2020-08-08T21:39:09.743Z] at java.lang.reflect.Constructor.newInstance(Constructor.java:423) [2020-08-08T21:39:09.743Z] at org.mozilla.javascript.MemberBox.newInstance(MemberBox.java:159) [2020-08-08T21:39:09.743Z] at org.mozilla.javascript.NativeJavaClass.constructInternal(NativeJavaClass.java:266) [2020-08-08T21:39:09.743Z] at org.mozilla.javascript.NativeJavaClass.constructSpecific(NativeJavaClass.java:205) [2020-08-08T21:39:09.743Z] at org.mozilla.javascript.NativeJavaClass.construct(NativeJavaClass.java:166) [2020-08-08T21:39:09.743Z] at org.mozilla.javascript.ScriptRuntime.newObject(ScriptRuntime.java:2655) [2020-08-08T21:39:09.743Z] at org.mozilla.javascript.gen.c_45._c_script_0(Unknown Source) [2020-08-08T21:39:09.743Z] at org.mozilla.javascript.gen.c_45.call(Unknown Source) [2020-08-08T21:39:09.743Z] at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:405) [2020-08-08T21:39:09.743Z] at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3508) [2020-08-08T21:39:09.743Z] at org.mozilla.javascript.gen.c_45.call(Unknown Source) [2020-08-08T21:39:09.743Z] at org.mozilla.javascript.gen.c_45.exec(Unknown Source) [2020-08-08T21:39:09.743Z] at org.mozilla.javascript.Context.evaluateReader(Context.java:1293) [2020-08-08T21:39:09.743Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:222) [2020-08-08T21:39:09.743Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:201) [2020-08-08T21:39:09.743Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-08T21:39:09.743Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-08T21:39:09.743Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-08T21:39:09.743Z] org.eclipse.ease.ScriptExecutionException: ScriptException: JavaScript [2020-08-08T21:39:09.743Z] at [2020-08-08T21:39:09.743Z] org.eclipse.ease.ScriptExecutionException: SyntaxError: unterminated string literal (#1) [2020-08-08T21:39:09.743Z] 'asdf [2020-08-08T21:39:09.743Z] ^ [2020-08-08T21:39:09.743Z] at [2020-08-08T21:39:09.743Z] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 s - in org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest [2020-08-08T21:39:09.743Z] causeWrappedException(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.017 s [2020-08-08T21:39:09.743Z] optionalModuleParameters(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.007 s [2020-08-08T21:39:09.743Z] simpleScriptCode(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.006 s [2020-08-08T21:39:09.743Z] causeRuntimeErrorException(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.034 s [2020-08-08T21:39:09.743Z] callModuleCode(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.009 s [2020-08-08T21:39:09.743Z] throwJavaClass(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.007 s [2020-08-08T21:39:09.743Z] throwJavaException(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.006 s [2020-08-08T21:39:09.743Z] accessJavaClasses(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.007 s [2020-08-08T21:39:09.743Z] accessEclipseClasses(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.008 s [2020-08-08T21:39:09.743Z] throwJavaScriptException(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.006 s [2020-08-08T21:39:09.743Z] causeSyntaxErrorException(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.006 s [2020-08-08T21:39:09.743Z] [2020-08-08T21:39:09.743Z] Results: [2020-08-08T21:39:09.743Z] [2020-08-08T21:39:09.743Z] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0 [2020-08-08T21:39:09.743Z] [2020-08-08T21:39:10.306Z] [INFO] All tests passed! [2020-08-08T21:39:10.306Z] [INFO] [2020-08-08T21:39:10.306Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-08-08T21:39:10.306Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/org.eclipse.ease.lang.javascript.rhino.test-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.rhino.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.rhino.test-0.8.0-SNAPSHOT.jar [2020-08-08T21:39:10.306Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.rhino.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.rhino.test-0.8.0-SNAPSHOT.pom [2020-08-08T21:39:10.306Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/org.eclipse.ease.lang.javascript.rhino.test-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.rhino.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.rhino.test-0.8.0-SNAPSHOT-sources.jar [2020-08-08T21:39:10.306Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.rhino.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.rhino.test-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:39:10.306Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.rhino.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.rhino.test-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:39:10.306Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.rhino.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.rhino.test-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:39:10.306Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.rhino.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.rhino.test-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:39:10.306Z] [INFO] [2020-08-08T21:39:10.306Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-08-08T21:39:10.306Z] [INFO] [2020-08-08T21:39:10.306Z] [INFO] -------< org.eclipse.ease:org.eclipse.ease.lang.javascript.test >------- [2020-08-08T21:39:10.306Z] [INFO] Building org.eclipse.ease.lang.javascript.test 0.8.0-SNAPSHOT [41/48] [2020-08-08T21:39:10.306Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-08-08T21:39:10.306Z] [INFO] [2020-08-08T21:39:10.306Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.javascript.test --- [2020-08-08T21:39:10.306Z] [INFO] [2020-08-08T21:39:10.306Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.test --- [2020-08-08T21:39:10.306Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-08T21:39:10.306Z] [INFO] [2020-08-08T21:39:10.306Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.test --- [2020-08-08T21:39:10.306Z] [INFO] [2020-08-08T21:39:10.306Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.test --- [2020-08-08T21:39:10.306Z] [INFO] [2020-08-08T21:39:10.306Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.javascript.test >>> [2020-08-08T21:39:10.306Z] [INFO] [2020-08-08T21:39:10.307Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.test --- [2020-08-08T21:39:10.307Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-08T21:39:10.307Z] [INFO] [2020-08-08T21:39:10.307Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.test --- [2020-08-08T21:39:10.307Z] [INFO] [2020-08-08T21:39:10.307Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.test --- [2020-08-08T21:39:10.307Z] [INFO] [2020-08-08T21:39:10.307Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.javascript.test <<< [2020-08-08T21:39:10.307Z] [INFO] [2020-08-08T21:39:10.307Z] [INFO] [2020-08-08T21:39:10.307Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.javascript.test --- [2020-08-08T21:39:10.307Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-08-08T21:39:11.671Z] [INFO] [2020-08-08T21:39:11.671Z] Loading source files for package org.eclipse.ease.lang.javascript... [2020-08-08T21:39:11.671Z] Constructing Javadoc information... [2020-08-08T21:39:11.671Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/target/javadoc-bundle-options/package-list" [2020-08-08T21:39:11.671Z] No plugin definition found, skipping [2020-08-08T21:39:11.671Z] No plugin definition found, skipping [2020-08-08T21:39:11.671Z] [WARNING] Javadoc Warnings [2020-08-08T21:39:11.671Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5" [2020-08-08T21:39:11.671Z] [INFO] [2020-08-08T21:39:11.671Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.javascript.test --- [2020-08-08T21:39:11.671Z] [INFO] [2020-08-08T21:39:11.671Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript.test --- [2020-08-08T21:39:11.671Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:39:11.671Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/src/main/resources [2020-08-08T21:39:11.671Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/help [2020-08-08T21:39:11.671Z] [INFO] [2020-08-08T21:39:11.671Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.javascript.test --- [2020-08-08T21:39:11.671Z] [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/target/classes [2020-08-08T21:39:11.671Z] [INFO] [2020-08-08T21:39:11.671Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript.test --- [2020-08-08T21:39:11.671Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:39:11.671Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/src/test/resources [2020-08-08T21:39:11.671Z] [INFO] [2020-08-08T21:39:11.671Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript.test --- [2020-08-08T21:39:11.671Z] [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [2020-08-08T21:39:11.671Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/target/org.eclipse.ease.lang.javascript.test-0.8.0-SNAPSHOT-sources.jar [2020-08-08T21:39:11.671Z] [INFO] [2020-08-08T21:39:11.671Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.test --- [2020-08-08T21:39:11.671Z] [INFO] [2020-08-08T21:39:11.671Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript.test --- [2020-08-08T21:39:11.671Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/target/org.eclipse.ease.lang.javascript.test-0.8.0-SNAPSHOT.jar [2020-08-08T21:39:11.671Z] [INFO] [2020-08-08T21:39:11.671Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.test --- [2020-08-08T21:39:11.671Z] [INFO] [2020-08-08T21:39:11.671Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.javascript.test --- [2020-08-08T21:39:11.671Z] [INFO] [2020-08-08T21:39:11.671Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript.test --- [2020-08-08T21:39:11.671Z] [INFO] [2020-08-08T21:39:11.671Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.ease.lang.javascript.test --- [2020-08-08T21:39:11.671Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/target/work/data/.metadata/.log [2020-08-08T21:39:11.671Z] [INFO] Command line: [2020-08-08T21:39:11.671Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -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/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/target/surefire.properties] [2020-08-08T21:39:11.671Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5" [2020-08-08T21:39:13.035Z] Running org.eclipse.ease.lang.javascript.JavaScriptCodeFactoryTest [2020-08-08T21:39:13.035Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s - in org.eclipse.ease.lang.javascript.JavaScriptCodeFactoryTest [2020-08-08T21:39:13.035Z] testCommentCreator(org.eclipse.ease.lang.javascript.JavaScriptCodeFactoryTest) Time elapsed: 0.005 s [2020-08-08T21:39:13.035Z] Running org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest [2020-08-08T21:39:13.291Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.15 s - in org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest [2020-08-08T21:39:13.292Z] verifyStaticClassTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0.004 s [2020-08-08T21:39:13.292Z] verifyClassInstanceTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0.004 s [2020-08-08T21:39:13.292Z] verifyTypesForScriptEngine(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0.139 s [2020-08-08T21:39:13.292Z] verifyPackageTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0 s [2020-08-08T21:39:13.292Z] definedVariableTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0.001 s [2020-08-08T21:39:13.292Z] verifyStringLiteralTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0 s [2020-08-08T21:39:13.292Z] verifyUnknownTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0 s [2020-08-08T21:39:13.292Z] verifyNoneTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0 s [2020-08-08T21:39:13.292Z] [2020-08-08T21:39:13.292Z] Results: [2020-08-08T21:39:13.292Z] [2020-08-08T21:39:13.292Z] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0 [2020-08-08T21:39:13.292Z] [2020-08-08T21:39:13.853Z] [INFO] All tests passed! [2020-08-08T21:39:13.853Z] [INFO] [2020-08-08T21:39:13.853Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.javascript.test --- [2020-08-08T21:39:13.854Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/target/org.eclipse.ease.lang.javascript.test-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.test-0.8.0-SNAPSHOT.jar [2020-08-08T21:39:13.854Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.test-0.8.0-SNAPSHOT.pom [2020-08-08T21:39:13.854Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/target/org.eclipse.ease.lang.javascript.test-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.test-0.8.0-SNAPSHOT-sources.jar [2020-08-08T21:39:13.854Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.test-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:39:13.854Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.test-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:39:13.854Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.test-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:39:13.854Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.test-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:39:13.854Z] [INFO] [2020-08-08T21:39:13.854Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.javascript.test --- [2020-08-08T21:39:13.854Z] [INFO] [2020-08-08T21:39:13.854Z] [INFO] ---------< org.eclipse.ease:org.eclipse.ease.lang.python.test >--------- [2020-08-08T21:39:13.854Z] [INFO] Building org.eclipse.ease.lang.python.test 0.8.0-SNAPSHOT [42/48] [2020-08-08T21:39:13.854Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-08-08T21:39:13.854Z] [INFO] [2020-08-08T21:39:13.854Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.python.test --- [2020-08-08T21:39:13.854Z] [INFO] [2020-08-08T21:39:13.854Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.test --- [2020-08-08T21:39:13.854Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-08T21:39:13.854Z] [INFO] [2020-08-08T21:39:13.854Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.test --- [2020-08-08T21:39:13.854Z] [INFO] [2020-08-08T21:39:13.854Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.test --- [2020-08-08T21:39:13.854Z] [INFO] [2020-08-08T21:39:13.854Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.python.test >>> [2020-08-08T21:39:13.854Z] [INFO] [2020-08-08T21:39:13.854Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.test --- [2020-08-08T21:39:13.854Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-08T21:39:13.854Z] [INFO] [2020-08-08T21:39:13.854Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.test --- [2020-08-08T21:39:13.854Z] [INFO] [2020-08-08T21:39:13.854Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.test --- [2020-08-08T21:39:13.854Z] [INFO] [2020-08-08T21:39:13.854Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.python.test <<< [2020-08-08T21:39:13.854Z] [INFO] [2020-08-08T21:39:13.854Z] [INFO] [2020-08-08T21:39:13.854Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.python.test --- [2020-08-08T21:39:14.109Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-08-08T21:39:15.034Z] [INFO] [2020-08-08T21:39:15.034Z] Loading source files for package org.eclipse.ease.lang.python... [2020-08-08T21:39:15.034Z] Constructing Javadoc information... [2020-08-08T21:39:15.034Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/target/javadoc-bundle-options/package-list" [2020-08-08T21:39:15.034Z] No plugin definition found, skipping [2020-08-08T21:39:15.034Z] No plugin definition found, skipping [2020-08-08T21:39:15.034Z] [WARNING] Javadoc Warnings [2020-08-08T21:39:15.034Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5" [2020-08-08T21:39:15.034Z] [INFO] [2020-08-08T21:39:15.034Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.python.test --- [2020-08-08T21:39:15.035Z] [INFO] [2020-08-08T21:39:15.035Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.python.test --- [2020-08-08T21:39:15.035Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:39:15.035Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/src/main/resources [2020-08-08T21:39:15.035Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/help [2020-08-08T21:39:15.035Z] [INFO] [2020-08-08T21:39:15.035Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.python.test --- [2020-08-08T21:39:15.035Z] [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/target/classes [2020-08-08T21:39:15.035Z] [INFO] [2020-08-08T21:39:15.035Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.python.test --- [2020-08-08T21:39:15.035Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:39:15.035Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/src/test/resources [2020-08-08T21:39:15.035Z] [INFO] [2020-08-08T21:39:15.035Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.python.test --- [2020-08-08T21:39:15.035Z] [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [2020-08-08T21:39:15.035Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/target/org.eclipse.ease.lang.python.test-0.8.0-SNAPSHOT-sources.jar [2020-08-08T21:39:15.035Z] [INFO] [2020-08-08T21:39:15.035Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python.test --- [2020-08-08T21:39:15.035Z] [INFO] [2020-08-08T21:39:15.035Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.python.test --- [2020-08-08T21:39:15.035Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/target/org.eclipse.ease.lang.python.test-0.8.0-SNAPSHOT.jar [2020-08-08T21:39:15.035Z] [INFO] [2020-08-08T21:39:15.035Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python.test --- [2020-08-08T21:39:15.035Z] [INFO] [2020-08-08T21:39:15.035Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.python.test --- [2020-08-08T21:39:15.035Z] [INFO] [2020-08-08T21:39:15.035Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python.test --- [2020-08-08T21:39:15.035Z] [INFO] [2020-08-08T21:39:15.035Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.ease.lang.python.test --- [2020-08-08T21:39:15.292Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/target/work/data/.metadata/.log [2020-08-08T21:39:15.292Z] [INFO] Command line: [2020-08-08T21:39:15.292Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -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/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/target/surefire.properties] [2020-08-08T21:39:15.292Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5" [2020-08-08T21:39:16.686Z] Running org.eclipse.ease.lang.python.PythonCodeFactoryTest [2020-08-08T21:39:16.686Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.ease.lang.python.PythonCodeFactoryTest [2020-08-08T21:39:16.686Z] testCommentCreator(org.eclipse.ease.lang.python.PythonCodeFactoryTest) Time elapsed: 0.005 s [2020-08-08T21:39:16.686Z] [2020-08-08T21:39:16.686Z] Results: [2020-08-08T21:39:16.686Z] [2020-08-08T21:39:16.686Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [2020-08-08T21:39:16.686Z] [2020-08-08T21:39:16.941Z] [INFO] All tests passed! [2020-08-08T21:39:16.941Z] [INFO] [2020-08-08T21:39:16.941Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.python.test --- [2020-08-08T21:39:16.941Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/target/org.eclipse.ease.lang.python.test-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.test-0.8.0-SNAPSHOT.jar [2020-08-08T21:39:16.941Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.test-0.8.0-SNAPSHOT.pom [2020-08-08T21:39:16.941Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/target/org.eclipse.ease.lang.python.test-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.test-0.8.0-SNAPSHOT-sources.jar [2020-08-08T21:39:16.941Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.test-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:39:16.941Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.test-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:39:16.942Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.test-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:39:16.942Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.test-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:39:16.942Z] [INFO] [2020-08-08T21:39:16.942Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.python.test --- [2020-08-08T21:39:16.942Z] [INFO] [2020-08-08T21:39:16.942Z] [INFO] -----< org.eclipse.ease:org.eclipse.ease.lang.python.jython.test >------ [2020-08-08T21:39:16.942Z] [INFO] Building org.eclipse.ease.lang.python.jython.test 0.8.0-SNAPSHOT [43/48] [2020-08-08T21:39:16.942Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-08-08T21:39:16.942Z] [INFO] [2020-08-08T21:39:16.942Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.python.jython.test --- [2020-08-08T21:39:16.942Z] [INFO] [2020-08-08T21:39:16.942Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.jython.test --- [2020-08-08T21:39:16.942Z] [INFO] The project's OSGi version is 0.8.0.I201911291239 [2020-08-08T21:39:16.942Z] [INFO] [2020-08-08T21:39:16.942Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.jython.test --- [2020-08-08T21:39:16.942Z] [INFO] [2020-08-08T21:39:16.942Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.jython.test --- [2020-08-08T21:39:16.942Z] [INFO] [2020-08-08T21:39:16.942Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.python.jython.test >>> [2020-08-08T21:39:16.942Z] [INFO] [2020-08-08T21:39:16.942Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.jython.test --- [2020-08-08T21:39:17.197Z] [INFO] The project's OSGi version is 0.8.0.I201911291239 [2020-08-08T21:39:17.197Z] [INFO] [2020-08-08T21:39:17.197Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.jython.test --- [2020-08-08T21:39:17.197Z] [INFO] [2020-08-08T21:39:17.197Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.jython.test --- [2020-08-08T21:39:17.197Z] [INFO] [2020-08-08T21:39:17.197Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.python.jython.test <<< [2020-08-08T21:39:17.197Z] [INFO] [2020-08-08T21:39:17.197Z] [INFO] [2020-08-08T21:39:17.197Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.python.jython.test --- [2020-08-08T21:39:17.198Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-08-08T21:39:18.560Z] [INFO] [2020-08-08T21:39:18.560Z] Loading source files for package org.eclipse.ease.lang.python.jython.debugger... [2020-08-08T21:39:18.560Z] Constructing Javadoc information... [2020-08-08T21:39:18.560Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/target/javadoc-bundle-options/package-list" [2020-08-08T21:39:18.560Z] No plugin definition found, skipping [2020-08-08T21:39:18.561Z] No plugin definition found, skipping [2020-08-08T21:39:18.561Z] [WARNING] Javadoc Warnings [2020-08-08T21:39:18.561Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5" [2020-08-08T21:39:18.561Z] [INFO] [2020-08-08T21:39:18.561Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.python.jython.test --- [2020-08-08T21:39:18.561Z] [INFO] [2020-08-08T21:39:18.561Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.python.jython.test --- [2020-08-08T21:39:18.561Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:39:18.561Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/src/main/resources [2020-08-08T21:39:18.561Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/help [2020-08-08T21:39:18.561Z] [INFO] [2020-08-08T21:39:18.561Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.python.jython.test --- [2020-08-08T21:39:18.561Z] [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/target/classes [2020-08-08T21:39:18.561Z] [INFO] [2020-08-08T21:39:18.561Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.python.jython.test --- [2020-08-08T21:39:18.561Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:39:18.561Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/src/test/resources [2020-08-08T21:39:18.561Z] [INFO] [2020-08-08T21:39:18.561Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.python.jython.test --- [2020-08-08T21:39:18.561Z] [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [2020-08-08T21:39:18.561Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/target/org.eclipse.ease.lang.python.jython.test-0.8.0-SNAPSHOT-sources.jar [2020-08-08T21:39:18.561Z] [INFO] [2020-08-08T21:39:18.561Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python.jython.test --- [2020-08-08T21:39:18.561Z] [INFO] [2020-08-08T21:39:18.561Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.python.jython.test --- [2020-08-08T21:39:18.561Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/target/org.eclipse.ease.lang.python.jython.test-0.8.0-SNAPSHOT.jar [2020-08-08T21:39:18.561Z] [INFO] [2020-08-08T21:39:18.561Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python.jython.test --- [2020-08-08T21:39:18.561Z] [INFO] [2020-08-08T21:39:18.561Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.python.jython.test --- [2020-08-08T21:39:18.561Z] [INFO] [2020-08-08T21:39:18.561Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python.jython.test --- [2020-08-08T21:39:18.561Z] [INFO] [2020-08-08T21:39:18.561Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.ease.lang.python.jython.test --- [2020-08-08T21:39:18.817Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/target/work/data/.metadata/.log [2020-08-08T21:39:18.817Z] [INFO] Command line: [2020-08-08T21:39:18.817Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -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/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/target/surefire.properties] [2020-08-08T21:39:18.817Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5" [2020-08-08T21:39:20.712Z] Running org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest [2020-08-08T21:39:22.090Z] Start of script [2020-08-08T21:39:22.090Z] include file start [2020-08-08T21:39:22.090Z] include file processed [2020-08-08T21:39:22.090Z] Result of testMethod = 5 [2020-08-08T21:39:22.090Z] End of script [2020-08-08T21:39:22.346Z] Start of script [2020-08-08T21:39:22.347Z] include file start [2020-08-08T21:39:22.347Z] include file processed [2020-08-08T21:39:22.347Z] Result of testMethod = 5 [2020-08-08T21:39:22.347Z] End of script [2020-08-08T21:39:22.602Z] Start of script [2020-08-08T21:39:22.602Z] include file start [2020-08-08T21:39:22.602Z] include file processed [2020-08-08T21:39:22.602Z] Result of testMethod = 5 [2020-08-08T21:39:22.602Z] Traceback (most recent call last): [2020-08-08T21:39:22.602Z] File "(none)", line 184, in run [2020-08-08T21:39:22.602Z] File "__ref_L/Debug Test/Main.py_rhjsoapuec", line 23, in [2020-08-08T21:39:22.602Z] File "(none)", line 161, in trace_dispatch [2020-08-08T21:39:22.602Z] org.eclipse.ease.ExitException: [2020-08-08T21:39:22.602Z] [2020-08-08T21:39:22.602Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-08-08T21:39:22.858Z] Start of script [2020-08-08T21:39:22.858Z] include file start [2020-08-08T21:39:22.858Z] include file processed [2020-08-08T21:39:23.113Z] Result of testMethod = 5 [2020-08-08T21:39:23.113Z] End of script [2020-08-08T21:39:23.369Z] Start of script [2020-08-08T21:39:23.369Z] include file start [2020-08-08T21:39:23.369Z] include file processed [2020-08-08T21:39:23.369Z] Result of testMethod = 5 [2020-08-08T21:39:23.369Z] End of script [2020-08-08T21:39:23.369Z] Start of script [2020-08-08T21:39:23.369Z] include file start [2020-08-08T21:39:23.369Z] include file processed [2020-08-08T21:39:23.624Z] Result of testMethod = 5 [2020-08-08T21:39:23.624Z] End of script [2020-08-08T21:39:23.624Z] Start of script [2020-08-08T21:39:23.624Z] include file start [2020-08-08T21:39:23.624Z] include file processed [2020-08-08T21:39:23.624Z] Result of testMethod = 5 [2020-08-08T21:39:23.879Z] Traceback (most recent call last): [2020-08-08T21:39:23.879Z] File "(none)", line 184, in run [2020-08-08T21:39:23.879Z] File "__ref_L/Debug Test/Main.py_brfecfnfbo", line 23, in [2020-08-08T21:39:23.879Z] File "(none)", line 161, in trace_dispatch [2020-08-08T21:39:23.879Z] org.eclipse.ease.ExitException: [2020-08-08T21:39:23.879Z] [2020-08-08T21:39:23.879Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-08-08T21:39:24.135Z] Start of script [2020-08-08T21:39:24.135Z] include file start [2020-08-08T21:39:24.135Z] include file processed [2020-08-08T21:39:24.135Z] Result of testMethod = 5 [2020-08-08T21:39:24.135Z] End of script [2020-08-08T21:39:24.390Z] Start of script [2020-08-08T21:39:24.390Z] include file start [2020-08-08T21:39:24.390Z] include file processed [2020-08-08T21:39:24.390Z] Result of testMethod = 5 [2020-08-08T21:39:24.390Z] End of script [2020-08-08T21:39:24.646Z] Start of script [2020-08-08T21:39:24.646Z] include file start [2020-08-08T21:39:24.646Z] include file processed [2020-08-08T21:39:24.901Z] Traceback (most recent call last): [2020-08-08T21:39:24.901Z] File "(none)", line 184, in run [2020-08-08T21:39:24.901Z] File "__ref_L/Debug Test/Main.py_wcmayymqek", line 22, in [2020-08-08T21:39:24.901Z] File "(none)", line 161, in trace_dispatch [2020-08-08T21:39:24.901Z] org.eclipse.ease.ExitException: [2020-08-08T21:39:24.901Z] [2020-08-08T21:39:24.901Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-08-08T21:39:25.157Z] Start of script [2020-08-08T21:39:25.157Z] include file start [2020-08-08T21:39:25.157Z] include file processed [2020-08-08T21:39:25.157Z] Result of testMethod = 5 [2020-08-08T21:39:25.157Z] End of script [2020-08-08T21:39:25.157Z] Start of script [2020-08-08T21:39:25.157Z] include file start [2020-08-08T21:39:25.157Z] include file processed [2020-08-08T21:39:25.412Z] Result of testMethod = 5 [2020-08-08T21:39:25.412Z] End of script [2020-08-08T21:39:25.668Z] Traceback (most recent call last): [2020-08-08T21:39:25.668Z] File "(none)", line 184, in run [2020-08-08T21:39:25.668Z] File "__ref_L/Debug Test/Main.py_ozyixcojel", line 1, in [2020-08-08T21:39:25.668Z] File "(none)", line 161, in trace_dispatch [2020-08-08T21:39:25.668Z] org.eclipse.ease.ExitException: [2020-08-08T21:39:25.668Z] [2020-08-08T21:39:25.668Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-08-08T21:39:25.668Z] Start of script [2020-08-08T21:39:25.924Z] include file start [2020-08-08T21:39:25.924Z] include file processed [2020-08-08T21:39:25.924Z] Result of testMethod = 5 [2020-08-08T21:39:25.924Z] End of script [2020-08-08T21:39:25.924Z] Start of script [2020-08-08T21:39:25.924Z] include file start [2020-08-08T21:39:25.924Z] include file processed [2020-08-08T21:39:26.180Z] Result of testMethod = 5 [2020-08-08T21:39:26.180Z] End of script [2020-08-08T21:39:26.180Z] Start of script [2020-08-08T21:39:26.180Z] include file start [2020-08-08T21:39:26.180Z] include file processed [2020-08-08T21:39:26.180Z] Result of testMethod = 5 [2020-08-08T21:39:26.435Z] Traceback (most recent call last): [2020-08-08T21:39:26.435Z] File "(none)", line 184, in run [2020-08-08T21:39:26.435Z] File "__ref_L/Debug Test/Main.py_frytxmxusf", line 23, in [2020-08-08T21:39:26.435Z] File "(none)", line 161, in trace_dispatch [2020-08-08T21:39:26.435Z] org.eclipse.ease.ExitException: [2020-08-08T21:39:26.435Z] [2020-08-08T21:39:26.435Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-08-08T21:39:26.692Z] Start of script [2020-08-08T21:39:26.692Z] include file start [2020-08-08T21:39:26.692Z] include file processed [2020-08-08T21:39:26.692Z] Result of testMethod = 5 [2020-08-08T21:39:26.692Z] End of script [2020-08-08T21:39:26.947Z] Traceback (most recent call last): [2020-08-08T21:39:26.947Z] File "(none)", line 184, in run [2020-08-08T21:39:26.947Z] File "__ref_L/Debug Test/Main.py_cejczqrhsv", line 1, in [2020-08-08T21:39:26.947Z] File "(none)", line 161, in trace_dispatch [2020-08-08T21:39:26.947Z] org.eclipse.ease.ExitException: [2020-08-08T21:39:26.947Z] [2020-08-08T21:39:26.947Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-08-08T21:39:27.202Z] Start of script [2020-08-08T21:39:27.203Z] include file start [2020-08-08T21:39:27.203Z] include file processed [2020-08-08T21:39:27.203Z] Result of testMethod = 5 [2020-08-08T21:39:27.203Z] End of script [2020-08-08T21:39:27.203Z] Start of script [2020-08-08T21:39:27.203Z] include file start [2020-08-08T21:39:27.203Z] include file processed [2020-08-08T21:39:27.458Z] Result of testMethod = 5 [2020-08-08T21:39:27.458Z] End of script [2020-08-08T21:39:27.714Z] Traceback (most recent call last): [2020-08-08T21:39:27.714Z] File "(none)", line 184, in run [2020-08-08T21:39:27.714Z] File "__ref_L/Debug Test/Main.py_txrazxrpga", line 1, in [2020-08-08T21:39:27.714Z] File "(none)", line 161, in trace_dispatch [2020-08-08T21:39:27.714Z] org.eclipse.ease.ExitException: [2020-08-08T21:39:27.714Z] [2020-08-08T21:39:27.714Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-08-08T21:39:27.714Z] Start of script [2020-08-08T21:39:27.714Z] include file start [2020-08-08T21:39:27.714Z] include file processed [2020-08-08T21:39:27.969Z] Result of testMethod = 5 [2020-08-08T21:39:27.969Z] End of script [2020-08-08T21:39:28.225Z] Start of script [2020-08-08T21:39:28.225Z] include file start [2020-08-08T21:39:28.225Z] include file processed [2020-08-08T21:39:28.225Z] Result of testMethod = 5 [2020-08-08T21:39:28.225Z] Traceback (most recent call last): [2020-08-08T21:39:28.225Z] File "(none)", line 184, in run [2020-08-08T21:39:28.225Z] File "__ref_L/Debug Test/Main.py_jeunywhpzt", line 23, in [2020-08-08T21:39:28.225Z] File "(none)", line 161, in trace_dispatch [2020-08-08T21:39:28.225Z] org.eclipse.ease.ExitException: [2020-08-08T21:39:28.225Z] [2020-08-08T21:39:28.225Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-08-08T21:39:28.480Z] Start of script [2020-08-08T21:39:28.480Z] include file start [2020-08-08T21:39:28.480Z] include file processed [2020-08-08T21:39:28.480Z] Result of testMethod = 5 [2020-08-08T21:39:28.480Z] End of script [2020-08-08T21:39:28.738Z] Start of script [2020-08-08T21:39:28.738Z] include file start [2020-08-08T21:39:28.738Z] include file processed [2020-08-08T21:39:28.738Z] Result of testMethod = 5 [2020-08-08T21:39:28.738Z] End of script [2020-08-08T21:39:28.993Z] Start of script [2020-08-08T21:39:28.993Z] include file start [2020-08-08T21:39:28.993Z] include file processed [2020-08-08T21:39:28.993Z] Result of testMethod = 5 [2020-08-08T21:39:28.993Z] End of script [2020-08-08T21:39:28.993Z] Start of script [2020-08-08T21:39:29.248Z] include file start [2020-08-08T21:39:29.248Z] include file processed [2020-08-08T21:39:29.248Z] Result of testMethod = 5 [2020-08-08T21:39:29.248Z] End of script [2020-08-08T21:39:29.248Z] Start of script [2020-08-08T21:39:29.248Z] include file start [2020-08-08T21:39:29.248Z] include file processed [2020-08-08T21:39:29.504Z] Traceback (most recent call last): [2020-08-08T21:39:29.504Z] File "(none)", line 184, in run [2020-08-08T21:39:29.504Z] File "__ref_L/Debug Test/Main.py_qtetzrhgky", line 21, in [2020-08-08T21:39:29.504Z] File "__ref_L/Debug Test/Main.py_qtetzrhgky", line 18, in testMethod [2020-08-08T21:39:29.504Z] File "(none)", line 161, in trace_dispatch [2020-08-08T21:39:29.504Z] org.eclipse.ease.ExitException: [2020-08-08T21:39:29.504Z] [2020-08-08T21:39:29.504Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-08-08T21:39:29.760Z] Start of script [2020-08-08T21:39:29.760Z] include file start [2020-08-08T21:39:29.760Z] include file processed [2020-08-08T21:39:29.760Z] Result of testMethod = 5 [2020-08-08T21:39:29.760Z] End of script [2020-08-08T21:39:30.016Z] Start of script [2020-08-08T21:39:30.016Z] include file start [2020-08-08T21:39:30.016Z] include file processed [2020-08-08T21:39:30.016Z] Result of testMethod = 5 [2020-08-08T21:39:30.272Z] Traceback (most recent call last): [2020-08-08T21:39:30.272Z] File "(none)", line 184, in run [2020-08-08T21:39:30.272Z] File "__ref_L/Debug Test/Main.py_cpserysykh", line 23, in [2020-08-08T21:39:30.272Z] File "(none)", line 161, in trace_dispatch [2020-08-08T21:39:30.272Z] org.eclipse.ease.ExitException: [2020-08-08T21:39:30.272Z] [2020-08-08T21:39:30.272Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-08-08T21:39:30.272Z] Start of script [2020-08-08T21:39:30.272Z] include file start [2020-08-08T21:39:30.272Z] include file processed [2020-08-08T21:39:30.272Z] Result of testMethod = 5 [2020-08-08T21:39:30.272Z] End of script [2020-08-08T21:39:30.528Z] Start of script [2020-08-08T21:39:30.528Z] include file start [2020-08-08T21:39:30.528Z] include file processed [2020-08-08T21:39:30.784Z] Result of testMethod = 5 [2020-08-08T21:39:30.784Z] End of script [2020-08-08T21:39:30.784Z] Start of script [2020-08-08T21:39:30.784Z] include file start [2020-08-08T21:39:30.784Z] include file processed [2020-08-08T21:39:31.039Z] Result of testMethod = 5 [2020-08-08T21:39:31.039Z] End of script [2020-08-08T21:39:31.039Z] Start of script [2020-08-08T21:39:31.039Z] include file start [2020-08-08T21:39:31.039Z] include file processed [2020-08-08T21:39:31.039Z] Result of testMethod = 5 [2020-08-08T21:39:31.295Z] End of script [2020-08-08T21:39:31.295Z] Start of script [2020-08-08T21:39:31.295Z] include file start [2020-08-08T21:39:31.295Z] include file processed [2020-08-08T21:39:31.295Z] Result of testMethod = 5 [2020-08-08T21:39:31.551Z] Traceback (most recent call last): [2020-08-08T21:39:31.551Z] File "(none)", line 184, in run [2020-08-08T21:39:31.551Z] File "__ref_L/Debug Test/Main.py_uilvwhbnyt", line 23, in [2020-08-08T21:39:31.551Z] File "(none)", line 161, in trace_dispatch [2020-08-08T21:39:31.551Z] org.eclipse.ease.ExitException: [2020-08-08T21:39:31.551Z] [2020-08-08T21:39:31.551Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-08-08T21:39:31.551Z] Start of script [2020-08-08T21:39:31.551Z] include file start [2020-08-08T21:39:31.551Z] include file processed [2020-08-08T21:39:31.551Z] Result of testMethod = 5 [2020-08-08T21:39:31.807Z] End of script [2020-08-08T21:39:31.807Z] Start of script [2020-08-08T21:39:31.807Z] include file start [2020-08-08T21:39:31.807Z] include file processed [2020-08-08T21:39:31.807Z] Result of testMethod = 5 [2020-08-08T21:39:32.063Z] Traceback (most recent call last): [2020-08-08T21:39:32.063Z] File "(none)", line 184, in run [2020-08-08T21:39:32.063Z] File "__ref_L/Debug Test/Main.py_yqpnvrfskr", line 23, in [2020-08-08T21:39:32.063Z] File "(none)", line 161, in trace_dispatch [2020-08-08T21:39:32.063Z] org.eclipse.ease.ExitException: [2020-08-08T21:39:32.063Z] [2020-08-08T21:39:32.063Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-08-08T21:39:32.318Z] Traceback (most recent call last): [2020-08-08T21:39:32.318Z] File "(none)", line 184, in run [2020-08-08T21:39:32.318Z] File "__ref_L/Debug Test/Main.py_tlwimdwpvq", line 1, in [2020-08-08T21:39:32.318Z] File "(none)", line 161, in trace_dispatch [2020-08-08T21:39:32.318Z] org.eclipse.ease.ExitException: [2020-08-08T21:39:32.318Z] [2020-08-08T21:39:32.318Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-08-08T21:39:32.318Z] Start of script [2020-08-08T21:39:32.318Z] include file start [2020-08-08T21:39:32.318Z] include file processed [2020-08-08T21:39:32.318Z] Result of testMethod = 5 [2020-08-08T21:39:32.318Z] End of script [2020-08-08T21:39:32.574Z] Start of script [2020-08-08T21:39:32.574Z] include file start [2020-08-08T21:39:32.574Z] include file processed [2020-08-08T21:39:32.830Z] Result of testMethod = 5 [2020-08-08T21:39:32.830Z] End of script [2020-08-08T21:39:32.830Z] Start of script [2020-08-08T21:39:32.830Z] include file start [2020-08-08T21:39:32.830Z] include file processed [2020-08-08T21:39:32.830Z] Result of testMethod = 5 [2020-08-08T21:39:32.830Z] End of script [2020-08-08T21:39:33.086Z] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.212 s - in org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest [2020-08-08T21:39:33.086Z] disconnectProcessInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 1.443 s [2020-08-08T21:39:33.086Z] stepReturnIncludeCommand(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.21 s [2020-08-08T21:39:33.086Z] arrayVariableSorting(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.307 s [2020-08-08T21:39:33.086Z] stepOverOnDebugTarget(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.307 s [2020-08-08T21:39:33.086Z] hasDebugTarget(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.105 s [2020-08-08T21:39:33.086Z] disconnectThreadInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.207 s [2020-08-08T21:39:33.086Z] stepReturnOnDebugTarget(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.308 s [2020-08-08T21:39:33.086Z] nullVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.306 s [2020-08-08T21:39:33.086Z] stepOverOnStackFrame(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.307 s [2020-08-08T21:39:33.086Z] resumeOnDebugTarget(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.206 s [2020-08-08T21:39:33.086Z] modifyVariableKeepingType(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.506 s [2020-08-08T21:39:33.086Z] resumeOnLastIncludeLine(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.207 s [2020-08-08T21:39:33.086Z] stepReturnOnStackFrame(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.307 s [2020-08-08T21:39:33.086Z] terminateStackFrameInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.207 s [2020-08-08T21:39:33.086Z] breakpointLocation(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.208 s [2020-08-08T21:39:33.086Z] stepReturnOnThread(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.307 s [2020-08-08T21:39:33.086Z] javaClassVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.307 s [2020-08-08T21:39:33.086Z] stepIntoOnThread(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.307 s [2020-08-08T21:39:33.086Z] terminateThreadInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.206 s [2020-08-08T21:39:33.086Z] resumeOnThread(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.206 s [2020-08-08T21:39:33.086Z] stepIntoOnStackFrame(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.306 s [2020-08-08T21:39:33.086Z] terminateProcessInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.206 s [2020-08-08T21:39:33.086Z] stepOverOnProcess(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.306 s [2020-08-08T21:39:33.086Z] nativeArrayVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.306 s [2020-08-08T21:39:33.086Z] disconnectDebugTargetInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.205 s [2020-08-08T21:39:33.086Z] stepIntoOnProcess(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.306 s [2020-08-08T21:39:33.086Z] terminatedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.104 s [2020-08-08T21:39:33.086Z] stepOverIncludeCommand(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.305 s [2020-08-08T21:39:33.086Z] innerScopeVariableBeforeOuterScopeVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.305 s [2020-08-08T21:39:33.086Z] stepIntoIncludeCommand(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.304 s [2020-08-08T21:39:33.086Z] primitiveStringVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.305 s [2020-08-08T21:39:33.086Z] resumeOnProcess(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.205 s [2020-08-08T21:39:33.086Z] stepIntoOnDebugTarget(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.306 s [2020-08-08T21:39:33.086Z] stepOverOnThread(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.305 s [2020-08-08T21:39:33.086Z] suspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.205 s [2020-08-08T21:39:33.086Z] primitiveDoubleVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.305 s [2020-08-08T21:39:33.086Z] resumeOnStackFrame(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.205 s [2020-08-08T21:39:33.086Z] nativeObjectVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.305 s [2020-08-08T21:39:33.086Z] terminateDebugTargetInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.205 s [2020-08-08T21:39:33.086Z] disconnectStackFrameInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.205 s [2020-08-08T21:39:33.086Z] stepReturnOnProcess(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.305 s [2020-08-08T21:39:33.086Z] evaluateWatchExpression(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.207 s [2020-08-08T21:39:33.086Z] [2020-08-08T21:39:33.086Z] Results: [2020-08-08T21:39:33.086Z] [2020-08-08T21:39:33.086Z] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0 [2020-08-08T21:39:33.086Z] [2020-08-08T21:39:33.647Z] [INFO] All tests passed! [2020-08-08T21:39:33.647Z] [INFO] [2020-08-08T21:39:33.647Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.python.jython.test --- [2020-08-08T21:39:33.647Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/target/org.eclipse.ease.lang.python.jython.test-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.jython.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.jython.test-0.8.0-SNAPSHOT.jar [2020-08-08T21:39:33.647Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.jython.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.jython.test-0.8.0-SNAPSHOT.pom [2020-08-08T21:39:33.647Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/target/org.eclipse.ease.lang.python.jython.test-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.jython.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.jython.test-0.8.0-SNAPSHOT-sources.jar [2020-08-08T21:39:33.647Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.jython.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.jython.test-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:39:33.647Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.jython.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.jython.test-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:39:33.647Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.jython.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.jython.test-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:39:33.647Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.jython.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.jython.test-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:39:33.647Z] [INFO] [2020-08-08T21:39:33.647Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.python.jython.test --- [2020-08-08T21:39:33.647Z] [INFO] [2020-08-08T21:39:33.647Z] [INFO] ------< org.eclipse.ease:org.eclipse.ease.lang.python.py4j.test >------- [2020-08-08T21:39:33.647Z] [INFO] Building org.eclipse.ease.lang.python.py4j.test 0.8.0-SNAPSHOT [44/48] [2020-08-08T21:39:33.647Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-08-08T21:39:33.647Z] [INFO] [2020-08-08T21:39:33.647Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.python.py4j.test --- [2020-08-08T21:39:33.647Z] [INFO] [2020-08-08T21:39:33.647Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.py4j.test --- [2020-08-08T21:39:33.647Z] [INFO] The project's OSGi version is 0.8.0.I201912021001 [2020-08-08T21:39:33.647Z] [INFO] [2020-08-08T21:39:33.647Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.py4j.test --- [2020-08-08T21:39:33.647Z] [INFO] [2020-08-08T21:39:33.648Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.py4j.test --- [2020-08-08T21:39:33.648Z] [INFO] [2020-08-08T21:39:33.648Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.python.py4j.test >>> [2020-08-08T21:39:33.648Z] [INFO] [2020-08-08T21:39:33.648Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.py4j.test --- [2020-08-08T21:39:33.648Z] [INFO] The project's OSGi version is 0.8.0.I201912021001 [2020-08-08T21:39:33.648Z] [INFO] [2020-08-08T21:39:33.648Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.py4j.test --- [2020-08-08T21:39:33.648Z] [INFO] [2020-08-08T21:39:33.648Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.py4j.test --- [2020-08-08T21:39:33.648Z] [INFO] [2020-08-08T21:39:33.648Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.python.py4j.test <<< [2020-08-08T21:39:33.648Z] [INFO] [2020-08-08T21:39:33.648Z] [INFO] [2020-08-08T21:39:33.648Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.python.py4j.test --- [2020-08-08T21:39:33.903Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-08-08T21:39:35.285Z] [INFO] [2020-08-08T21:39:35.285Z] Loading source files for package org.eclipse.ease.lang.python.py4j... [2020-08-08T21:39:35.285Z] Loading source files for package org.eclipse.ease.lang.python.py4j.modules... [2020-08-08T21:39:35.285Z] Constructing Javadoc information... [2020-08-08T21:39:35.285Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/javadoc-bundle-options/package-list" [2020-08-08T21:39:35.285Z] [WARNING] Javadoc Warnings [2020-08-08T21:39:35.285Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5" [2020-08-08T21:39:35.285Z] [INFO] [2020-08-08T21:39:35.285Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.python.py4j.test --- [2020-08-08T21:39:35.285Z] [INFO] [2020-08-08T21:39:35.285Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.python.py4j.test --- [2020-08-08T21:39:35.285Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:39:35.285Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/src/main/resources [2020-08-08T21:39:35.285Z] [INFO] Copying 2 resources to help [2020-08-08T21:39:35.285Z] [INFO] [2020-08-08T21:39:35.285Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.python.py4j.test --- [2020-08-08T21:39:35.285Z] [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/classes [2020-08-08T21:39:35.285Z] [INFO] [2020-08-08T21:39:35.285Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.python.py4j.test --- [2020-08-08T21:39:35.285Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:39:35.285Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/src/test/resources [2020-08-08T21:39:35.285Z] [INFO] [2020-08-08T21:39:35.285Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.python.py4j.test --- [2020-08-08T21:39:35.285Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/org.eclipse.ease.lang.python.py4j.test-0.8.0-SNAPSHOT-sources.jar [2020-08-08T21:39:35.285Z] [INFO] [2020-08-08T21:39:35.286Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python.py4j.test --- [2020-08-08T21:39:35.286Z] [INFO] [2020-08-08T21:39:35.286Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.python.py4j.test --- [2020-08-08T21:39:35.286Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/org.eclipse.ease.lang.python.py4j.test-0.8.0-SNAPSHOT.jar [2020-08-08T21:39:35.286Z] [INFO] [2020-08-08T21:39:35.286Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python.py4j.test --- [2020-08-08T21:39:35.286Z] [INFO] [2020-08-08T21:39:35.286Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.python.py4j.test --- [2020-08-08T21:39:35.286Z] [INFO] [2020-08-08T21:39:35.286Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python.py4j.test --- [2020-08-08T21:39:35.286Z] [INFO] [2020-08-08T21:39:35.286Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.ease.lang.python.py4j.test --- [2020-08-08T21:39:35.286Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/data/.metadata/.log [2020-08-08T21:39:35.286Z] [INFO] Command line: [2020-08-08T21:39:35.286Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -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/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/surefire.properties] [2020-08-08T21:39:35.286Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5" [2020-08-08T21:39:36.650Z] Running org.eclipse.ease.lang.python.py4j.Py4JEngineTest [2020-08-08T21:39:36.650Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.023 s - in org.eclipse.ease.lang.python.py4j.Py4JEngineTest [2020-08-08T21:39:36.650Z] print(org.eclipse.ease.lang.python.py4j.Py4JEngineTest) skipped [2020-08-08T21:39:36.650Z] mixedMode(org.eclipse.ease.lang.python.py4j.Py4JEngineTest) skipped [2020-08-08T21:39:36.650Z] cleanShutdown(org.eclipse.ease.lang.python.py4j.Py4JEngineTest) skipped [2020-08-08T21:39:36.650Z] Running org.eclipse.ease.lang.python.py4j.ShellModeEngineTest [2020-08-08T21:39:36.650Z] ---------------------------------------------- [2020-08-08T21:39:36.650Z] Starting test: invalidSyntax(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:39:36.906Z] org.eclipse.ease.ScriptExecutionException: File "", line 1 [2020-08-08T21:39:36.906Z] 1++ [2020-08-08T21:39:36.906Z] ^ [2020-08-08T21:39:36.906Z] SyntaxError: invalid syntax [2020-08-08T21:39:36.906Z] [2020-08-08T21:39:36.906Z] [2020-08-08T21:39:36.906Z] Finished test: invalidSyntax(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:39:36.906Z] ---------------------------------------------- [2020-08-08T21:39:36.906Z] ---------------------------------------------- [2020-08-08T21:39:36.906Z] Starting test: optionalModuleParameters(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:39:37.162Z] [2020-08-08T21:39:37.162Z] Finished test: optionalModuleParameters(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:39:37.162Z] ---------------------------------------------- [2020-08-08T21:39:37.162Z] ---------------------------------------------- [2020-08-08T21:39:37.162Z] Starting test: getScriptEngine(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:39:37.418Z] [2020-08-08T21:39:37.418Z] Finished test: getScriptEngine(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:39:37.418Z] ---------------------------------------------- [2020-08-08T21:39:37.418Z] ---------------------------------------------- [2020-08-08T21:39:37.418Z] Starting test: callModuleCode(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:39:37.674Z] [2020-08-08T21:39:37.674Z] Finished test: callModuleCode(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:39:37.674Z] ---------------------------------------------- [2020-08-08T21:39:37.674Z] ---------------------------------------------- [2020-08-08T21:39:37.674Z] Starting test: incompleteStatement(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:39:37.674Z] [2020-08-08T21:39:37.674Z] Finished test: incompleteStatement(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:39:37.674Z] ---------------------------------------------- [2020-08-08T21:39:37.674Z] ---------------------------------------------- [2020-08-08T21:39:37.674Z] Starting test: multiLineStatement(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:39:37.929Z] [2020-08-08T21:39:37.929Z] Finished test: multiLineStatement(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:39:37.929Z] ---------------------------------------------- [2020-08-08T21:39:37.929Z] ---------------------------------------------- [2020-08-08T21:39:37.930Z] Starting test: runtimeError(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:39:38.185Z] org.eclipse.ease.ScriptExecutionException: Traceback (most recent call last): [2020-08-08T21:39:38.185Z] File "", line 1, in [2020-08-08T21:39:38.185Z] NameError: name 'x' is not defined [2020-08-08T21:39:38.185Z] [2020-08-08T21:39:38.185Z] [2020-08-08T21:39:38.185Z] Finished test: runtimeError(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:39:38.185Z] ---------------------------------------------- [2020-08-08T21:39:38.185Z] ---------------------------------------------- [2020-08-08T21:39:38.185Z] Starting test: javaIntArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:39:38.440Z] [2020-08-08T21:39:38.440Z] Finished test: javaIntArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:39:38.440Z] ---------------------------------------------- [2020-08-08T21:39:38.440Z] ---------------------------------------------- [2020-08-08T21:39:38.440Z] Starting test: javaDoubleArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:39:38.696Z] [2020-08-08T21:39:38.696Z] Finished test: javaDoubleArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:39:38.696Z] ---------------------------------------------- [2020-08-08T21:39:38.696Z] ---------------------------------------------- [2020-08-08T21:39:38.696Z] Starting test: pythonSet(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:39:38.696Z] [2020-08-08T21:39:38.696Z] Finished test: pythonSet(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:39:38.696Z] ---------------------------------------------- [2020-08-08T21:39:38.696Z] ---------------------------------------------- [2020-08-08T21:39:38.696Z] Starting test: javaStringArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:39:38.952Z] [2020-08-08T21:39:38.952Z] Finished test: javaStringArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:39:38.952Z] ---------------------------------------------- [2020-08-08T21:39:38.952Z] ---------------------------------------------- [2020-08-08T21:39:38.952Z] Starting test: javaShortArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:39:39.208Z] [2020-08-08T21:39:39.208Z] Finished test: javaShortArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:39:39.208Z] ---------------------------------------------- [2020-08-08T21:39:39.208Z] ---------------------------------------------- [2020-08-08T21:39:39.208Z] Starting test: javaBooleanArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:39:39.463Z] [2020-08-08T21:39:39.463Z] Finished test: javaBooleanArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:39:39.463Z] ---------------------------------------------- [2020-08-08T21:39:39.463Z] ---------------------------------------------- [2020-08-08T21:39:39.463Z] Starting test: javaObjectArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:39:39.720Z] [2020-08-08T21:39:39.720Z] Finished test: javaObjectArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:39:39.720Z] ---------------------------------------------- [2020-08-08T21:39:39.720Z] ---------------------------------------------- [2020-08-08T21:39:39.720Z] Starting test: javaIntegerArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:39:39.720Z] [2020-08-08T21:39:39.720Z] Finished test: javaIntegerArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:39:39.720Z] ---------------------------------------------- [2020-08-08T21:39:39.720Z] ---------------------------------------------- [2020-08-08T21:39:39.720Z] Starting test: javaInteger(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:39:39.975Z] [2020-08-08T21:39:39.975Z] Finished test: javaInteger(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:39:39.975Z] ---------------------------------------------- [2020-08-08T21:39:39.975Z] ---------------------------------------------- [2020-08-08T21:39:39.975Z] Starting test: javaString(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:39:40.231Z] [2020-08-08T21:39:40.231Z] Finished test: javaString(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:39:40.231Z] ---------------------------------------------- [2020-08-08T21:39:40.231Z] ---------------------------------------------- [2020-08-08T21:39:40.231Z] Starting test: javaByteArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:39:40.486Z] [2020-08-08T21:39:40.486Z] Finished test: javaByteArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:39:40.486Z] ---------------------------------------------- [2020-08-08T21:39:40.486Z] ---------------------------------------------- [2020-08-08T21:39:40.486Z] Starting test: createEclipseClass(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:39:40.742Z] [2020-08-08T21:39:40.742Z] Finished test: createEclipseClass(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:39:40.742Z] ---------------------------------------------- [2020-08-08T21:39:40.742Z] ---------------------------------------------- [2020-08-08T21:39:40.742Z] Starting test: pythonString(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:39:40.742Z] [2020-08-08T21:39:40.742Z] Finished test: pythonString(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:39:40.742Z] ---------------------------------------------- [2020-08-08T21:39:40.742Z] ---------------------------------------------- [2020-08-08T21:39:40.742Z] Starting test: varargs(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:39:40.997Z] [2020-08-08T21:39:40.997Z] Finished test: varargs(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:39:40.997Z] ---------------------------------------------- [2020-08-08T21:39:40.997Z] ---------------------------------------------- [2020-08-08T21:39:40.997Z] Starting test: createJavaType(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:39:41.253Z] [2020-08-08T21:39:41.253Z] Finished test: createJavaType(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:39:41.253Z] ---------------------------------------------- [2020-08-08T21:39:41.253Z] ---------------------------------------------- [2020-08-08T21:39:41.253Z] Starting test: javaFloatArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:39:41.508Z] [2020-08-08T21:39:41.508Z] Finished test: javaFloatArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:39:41.508Z] ---------------------------------------------- [2020-08-08T21:39:41.508Z] ---------------------------------------------- [2020-08-08T21:39:41.508Z] Starting test: implementJavaInterface(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:39:41.508Z] [2020-08-08T21:39:41.508Z] Finished test: implementJavaInterface(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:39:41.508Z] ---------------------------------------------- [2020-08-08T21:39:41.508Z] ---------------------------------------------- [2020-08-08T21:39:41.508Z] Starting test: pythonDict(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:39:41.764Z] [2020-08-08T21:39:41.764Z] Finished test: pythonDict(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:39:41.764Z] ---------------------------------------------- [2020-08-08T21:39:41.764Z] ---------------------------------------------- [2020-08-08T21:39:41.764Z] Starting test: pythonList(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:39:42.019Z] [2020-08-08T21:39:42.019Z] Finished test: pythonList(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:39:42.019Z] ---------------------------------------------- [2020-08-08T21:39:42.020Z] ---------------------------------------------- [2020-08-08T21:39:42.020Z] Starting test: testMultiple(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:39:42.275Z] [2020-08-08T21:39:42.275Z] Finished test: testMultiple(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:39:42.275Z] ---------------------------------------------- [2020-08-08T21:39:42.275Z] ---------------------------------------------- [2020-08-08T21:39:42.275Z] Starting test: javaLongArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:39:42.530Z] [2020-08-08T21:39:42.530Z] Finished test: javaLongArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:39:42.530Z] ---------------------------------------------- [2020-08-08T21:39:42.530Z] ---------------------------------------------- [2020-08-08T21:39:42.530Z] Starting test: createPythonObject(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:39:42.530Z] [2020-08-08T21:39:42.530Z] Finished test: createPythonObject(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:39:42.530Z] ---------------------------------------------- [2020-08-08T21:39:42.530Z] ---------------------------------------------- [2020-08-08T21:39:42.530Z] Starting test: pythonInteger(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:39:42.785Z] [2020-08-08T21:39:42.785Z] Finished test: pythonInteger(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:39:42.785Z] ---------------------------------------------- [2020-08-08T21:39:42.785Z] Tests run: 34, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 6.269 s - in org.eclipse.ease.lang.python.py4j.ShellModeEngineTest [2020-08-08T21:39:42.785Z] invalidSyntax(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.373 s [2020-08-08T21:39:42.785Z] print_(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) skipped [2020-08-08T21:39:42.785Z] optionalModuleParameters(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.21 s [2020-08-08T21:39:42.785Z] print_TextNoNewline(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) skipped [2020-08-08T21:39:42.785Z] getScriptEngine(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.207 s [2020-08-08T21:39:42.785Z] print_Text(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) skipped [2020-08-08T21:39:42.785Z] callModuleCode(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.202 s [2020-08-08T21:39:42.785Z] print_NoNewline(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) skipped [2020-08-08T21:39:42.786Z] incompleteStatement(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.202 s [2020-08-08T21:39:42.786Z] multiLineStatement(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.208 s [2020-08-08T21:39:42.786Z] runtimeError(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.201 s [2020-08-08T21:39:42.786Z] javaIntArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.207 s [2020-08-08T21:39:42.786Z] javaDoubleArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.209 s [2020-08-08T21:39:42.786Z] pythonSet(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.202 s [2020-08-08T21:39:42.786Z] javaStringArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.202 s [2020-08-08T21:39:42.786Z] javaShortArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.201 s [2020-08-08T21:39:42.786Z] javaBooleanArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.203 s [2020-08-08T21:39:42.786Z] javaObjectArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.215 s [2020-08-08T21:39:42.786Z] javaIntegerArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.203 s [2020-08-08T21:39:42.786Z] javaInteger(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.203 s [2020-08-08T21:39:42.786Z] javaString(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.202 s [2020-08-08T21:39:42.786Z] javaByteArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.202 s [2020-08-08T21:39:42.786Z] createEclipseClass(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.2 s [2020-08-08T21:39:42.786Z] pythonString(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.198 s [2020-08-08T21:39:42.786Z] varargs(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.202 s [2020-08-08T21:39:42.786Z] createJavaType(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.202 s [2020-08-08T21:39:42.786Z] javaFloatArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.2 s [2020-08-08T21:39:42.786Z] implementJavaInterface(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.2 s [2020-08-08T21:39:42.786Z] pythonDict(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.201 s [2020-08-08T21:39:42.786Z] pythonList(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.2 s [2020-08-08T21:39:42.786Z] testMultiple(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.205 s [2020-08-08T21:39:42.786Z] javaLongArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.203 s [2020-08-08T21:39:42.786Z] createPythonObject(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.198 s [2020-08-08T21:39:42.786Z] pythonInteger(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.201 s [2020-08-08T21:39:42.786Z] Running org.eclipse.ease.lang.python.py4j.Py4jDebugTest [2020-08-08T21:39:43.041Z] Start of script [2020-08-08T21:39:43.041Z] include file start [2020-08-08T21:39:43.041Z] include file processed [2020-08-08T21:39:43.041Z] Result of testMethod = 5 [2020-08-08T21:39:43.041Z] End of script [2020-08-08T21:39:43.297Z] Start of script [2020-08-08T21:39:43.297Z] include file start [2020-08-08T21:39:43.297Z] include file processed [2020-08-08T21:39:43.297Z] Result of testMethod = 5 [2020-08-08T21:39:43.297Z] End of script [2020-08-08T21:39:43.552Z] Start of script [2020-08-08T21:39:43.552Z] include file start [2020-08-08T21:39:43.552Z] include file processed [2020-08-08T21:39:43.552Z] Result of testMethod = 5 [2020-08-08T21:39:43.552Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: Traceback (most recent call last): [2020-08-08T21:39:43.552Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/plugins/py4j-python_0.10.8.1-bnd-2odeag/src/py4j/clientserver.py", line 581, in _call_proxy [2020-08-08T21:39:43.552Z] return_value = getattr(self.pool[obj_id], method)(*params) [2020-08-08T21:39:43.552Z] File "<...>", line 424, in run [2020-08-08T21:39:43.552Z] File "/usr/lib64/python2.7/bdb.py", line 400, in run [2020-08-08T21:39:43.552Z] exec cmd in globals, locals [2020-08-08T21:39:43.552Z] File "__ref_L/Debug Test/Main.py_rtpbligauh", line 23, in [2020-08-08T21:39:43.552Z] File "__ref_L/Debug Test/Main.py_rtpbligauh", line 23, in [2020-08-08T21:39:43.552Z] File "<...>", line 231, in trace_dispatch [2020-08-08T21:39:43.552Z] File "/usr/lib64/python2.7/bdb.py", line 49, in trace_dispatch [2020-08-08T21:39:43.552Z] return self.dispatch_line(frame) [2020-08-08T21:39:43.552Z] File "/usr/lib64/python2.7/bdb.py", line 67, in dispatch_line [2020-08-08T21:39:43.553Z] self.user_line(frame) [2020-08-08T21:39:43.553Z] File "<...>", line 241, in user_line [2020-08-08T21:39:43.553Z] File "<...>", line 296, in dispatch [2020-08-08T21:39:43.553Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/plugins/py4j-python_0.10.8.1-bnd-2odeag/src/py4j/java_gateway.py", line 1286, in __call__ [2020-08-08T21:39:43.553Z] answer, self.gateway_client, self.target_id, self.name) [2020-08-08T21:39:43.553Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/plugins/py4j-python_0.10.8.1-bnd-2odeag/src/py4j/protocol.py", line 328, in get_return_value [2020-08-08T21:39:43.553Z] format(target_id, ".", name), value) [2020-08-08T21:39:43.553Z] Py4JJavaError: An error occurred while calling o0.traceDispatch. [2020-08-08T21:39:43.553Z] : org.eclipse.ease.ExitException: [2020-08-08T21:39:43.553Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:329) [2020-08-08T21:39:43.553Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:255) [2020-08-08T21:39:43.553Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.suspend(Py4jDebugger.java:87) [2020-08-08T21:39:43.553Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:490) [2020-08-08T21:39:43.553Z] at org.eclipse.ease.lang.python.debugger.PythonDebugger.traceDispatch(PythonDebugger.java:178) [2020-08-08T21:39:43.553Z] at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source) [2020-08-08T21:39:43.553Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2020-08-08T21:39:43.553Z] at java.lang.reflect.Method.invoke(Method.java:498) [2020-08-08T21:39:43.553Z] at py4j.reflection.MethodInvoker.invoke(MethodInvoker.java:244) [2020-08-08T21:39:43.553Z] at py4j.reflection.ReflectionEngine.invoke(ReflectionEngine.java:357) [2020-08-08T21:39:43.553Z] at py4j.Gateway.invoke(Gateway.java:282) [2020-08-08T21:39:43.553Z] at py4j.commands.AbstractCommand.invokeMethod(AbstractCommand.java:132) [2020-08-08T21:39:43.553Z] at py4j.commands.CallCommand.execute(CallCommand.java:79) [2020-08-08T21:39:43.553Z] at py4j.ClientServerConnection.sendCommand(ClientServerConnection.java:244) [2020-08-08T21:39:43.553Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:384) [2020-08-08T21:39:43.553Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:356) [2020-08-08T21:39:43.553Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:106) [2020-08-08T21:39:43.553Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-08T21:39:43.553Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-08T21:39:43.553Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-08T21:39:43.553Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-08T21:39:43.553Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-08T21:39:43.553Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-08T21:39:43.553Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-08T21:39:43.553Z] [2020-08-08T21:39:43.553Z] [2020-08-08T21:39:43.553Z] at py4j.Protocol.getReturnValue(Protocol.java:476) [2020-08-08T21:39:43.553Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:108) [2020-08-08T21:39:43.553Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-08T21:39:43.553Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-08T21:39:43.553Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-08T21:39:43.553Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-08T21:39:43.553Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-08T21:39:43.553Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-08T21:39:43.553Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-08T21:39:43.808Z] Start of script [2020-08-08T21:39:43.808Z] include file start [2020-08-08T21:39:43.808Z] include file processed [2020-08-08T21:39:44.064Z] Result of testMethod = 5 [2020-08-08T21:39:44.064Z] End of script [2020-08-08T21:39:44.319Z] Start of script [2020-08-08T21:39:44.319Z] include file start [2020-08-08T21:39:44.319Z] include file processed [2020-08-08T21:39:44.319Z] Result of testMethod = 5 [2020-08-08T21:39:44.319Z] End of script [2020-08-08T21:39:44.575Z] Start of script [2020-08-08T21:39:44.575Z] include file start [2020-08-08T21:39:44.575Z] include file processed [2020-08-08T21:39:44.575Z] Result of testMethod = 5 [2020-08-08T21:39:44.575Z] End of script [2020-08-08T21:39:44.831Z] Start of script [2020-08-08T21:39:44.831Z] include file start [2020-08-08T21:39:44.831Z] include file processed [2020-08-08T21:39:44.831Z] Result of testMethod = 5 [2020-08-08T21:39:45.086Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: Traceback (most recent call last): [2020-08-08T21:39:45.086Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/plugins/py4j-python_0.10.8.1-bnd-2odeag/src/py4j/clientserver.py", line 581, in _call_proxy [2020-08-08T21:39:45.086Z] return_value = getattr(self.pool[obj_id], method)(*params) [2020-08-08T21:39:45.086Z] File "<...>", line 424, in run [2020-08-08T21:39:45.086Z] File "/usr/lib64/python2.7/bdb.py", line 400, in run [2020-08-08T21:39:45.086Z] exec cmd in globals, locals [2020-08-08T21:39:45.086Z] File "__ref_L/Debug Test/Main.py_bkzzohplyy", line 23, in [2020-08-08T21:39:45.086Z] File "__ref_L/Debug Test/Main.py_bkzzohplyy", line 23, in [2020-08-08T21:39:45.086Z] File "<...>", line 231, in trace_dispatch [2020-08-08T21:39:45.086Z] File "/usr/lib64/python2.7/bdb.py", line 49, in trace_dispatch [2020-08-08T21:39:45.086Z] return self.dispatch_line(frame) [2020-08-08T21:39:45.086Z] File "/usr/lib64/python2.7/bdb.py", line 67, in dispatch_line [2020-08-08T21:39:45.086Z] self.user_line(frame) [2020-08-08T21:39:45.086Z] File "<...>", line 241, in user_line [2020-08-08T21:39:45.086Z] File "<...>", line 296, in dispatch [2020-08-08T21:39:45.086Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/plugins/py4j-python_0.10.8.1-bnd-2odeag/src/py4j/java_gateway.py", line 1286, in __call__ [2020-08-08T21:39:45.086Z] answer, self.gateway_client, self.target_id, self.name) [2020-08-08T21:39:45.086Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/plugins/py4j-python_0.10.8.1-bnd-2odeag/src/py4j/protocol.py", line 328, in get_return_value [2020-08-08T21:39:45.086Z] format(target_id, ".", name), value) [2020-08-08T21:39:45.086Z] Py4JJavaError: An error occurred while calling o0.traceDispatch. [2020-08-08T21:39:45.086Z] : org.eclipse.ease.ExitException: [2020-08-08T21:39:45.086Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:329) [2020-08-08T21:39:45.086Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:255) [2020-08-08T21:39:45.086Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.suspend(Py4jDebugger.java:87) [2020-08-08T21:39:45.086Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:490) [2020-08-08T21:39:45.086Z] at org.eclipse.ease.lang.python.debugger.PythonDebugger.traceDispatch(PythonDebugger.java:178) [2020-08-08T21:39:45.086Z] at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source) [2020-08-08T21:39:45.087Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2020-08-08T21:39:45.087Z] at java.lang.reflect.Method.invoke(Method.java:498) [2020-08-08T21:39:45.087Z] at py4j.reflection.MethodInvoker.invoke(MethodInvoker.java:244) [2020-08-08T21:39:45.087Z] at py4j.reflection.ReflectionEngine.invoke(ReflectionEngine.java:357) [2020-08-08T21:39:45.087Z] at py4j.Gateway.invoke(Gateway.java:282) [2020-08-08T21:39:45.087Z] at py4j.commands.AbstractCommand.invokeMethod(AbstractCommand.java:132) [2020-08-08T21:39:45.087Z] at py4j.commands.CallCommand.execute(CallCommand.java:79) [2020-08-08T21:39:45.087Z] at py4j.ClientServerConnection.sendCommand(ClientServerConnection.java:244) [2020-08-08T21:39:45.087Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:384) [2020-08-08T21:39:45.087Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:356) [2020-08-08T21:39:45.087Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:106) [2020-08-08T21:39:45.087Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-08T21:39:45.087Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-08T21:39:45.087Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-08T21:39:45.087Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-08T21:39:45.087Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-08T21:39:45.087Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-08T21:39:45.087Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-08T21:39:45.087Z] [2020-08-08T21:39:45.087Z] [2020-08-08T21:39:45.087Z] at py4j.Protocol.getReturnValue(Protocol.java:476) [2020-08-08T21:39:45.087Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:108) [2020-08-08T21:39:45.087Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-08T21:39:45.087Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-08T21:39:45.087Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-08T21:39:45.087Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-08T21:39:45.087Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-08T21:39:45.087Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-08T21:39:45.087Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-08T21:39:45.087Z] Start of script [2020-08-08T21:39:45.087Z] include file start [2020-08-08T21:39:45.087Z] include file processed [2020-08-08T21:39:45.342Z] Result of testMethod = 5 [2020-08-08T21:39:45.342Z] End of script [2020-08-08T21:39:45.597Z] Start of script [2020-08-08T21:39:45.597Z] include file start [2020-08-08T21:39:45.597Z] include file processed [2020-08-08T21:39:45.597Z] Result of testMethod = 5 [2020-08-08T21:39:45.597Z] End of script [2020-08-08T21:39:45.597Z] Start of script [2020-08-08T21:39:45.597Z] include file start [2020-08-08T21:39:45.597Z] include file processed [2020-08-08T21:39:46.158Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: Traceback (most recent call last): [2020-08-08T21:39:46.158Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/plugins/py4j-python_0.10.8.1-bnd-2odeag/src/py4j/clientserver.py", line 581, in _call_proxy [2020-08-08T21:39:46.158Z] return_value = getattr(self.pool[obj_id], method)(*params) [2020-08-08T21:39:46.158Z] File "<...>", line 424, in run [2020-08-08T21:39:46.158Z] File "/usr/lib64/python2.7/bdb.py", line 400, in run [2020-08-08T21:39:46.158Z] exec cmd in globals, locals [2020-08-08T21:39:46.158Z] File "__ref_L/Debug Test/Main.py_oldgbiwxst", line 22, in [2020-08-08T21:39:46.158Z] File "__ref_L/Debug Test/Main.py_oldgbiwxst", line 22, in [2020-08-08T21:39:46.158Z] File "<...>", line 231, in trace_dispatch [2020-08-08T21:39:46.158Z] File "/usr/lib64/python2.7/bdb.py", line 49, in trace_dispatch [2020-08-08T21:39:46.158Z] return self.dispatch_line(frame) [2020-08-08T21:39:46.158Z] File "/usr/lib64/python2.7/bdb.py", line 67, in dispatch_line [2020-08-08T21:39:46.158Z] self.user_line(frame) [2020-08-08T21:39:46.158Z] File "<...>", line 241, in user_line [2020-08-08T21:39:46.158Z] File "<...>", line 296, in dispatch [2020-08-08T21:39:46.158Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/plugins/py4j-python_0.10.8.1-bnd-2odeag/src/py4j/java_gateway.py", line 1286, in __call__ [2020-08-08T21:39:46.158Z] answer, self.gateway_client, self.target_id, self.name) [2020-08-08T21:39:46.158Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/plugins/py4j-python_0.10.8.1-bnd-2odeag/src/py4j/protocol.py", line 328, in get_return_value [2020-08-08T21:39:46.158Z] format(target_id, ".", name), value) [2020-08-08T21:39:46.158Z] Py4JJavaError: An error occurred while calling o0.traceDispatch. [2020-08-08T21:39:46.158Z] : org.eclipse.ease.ExitException: [2020-08-08T21:39:46.158Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:329) [2020-08-08T21:39:46.158Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:255) [2020-08-08T21:39:46.158Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.suspend(Py4jDebugger.java:87) [2020-08-08T21:39:46.158Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:510) [2020-08-08T21:39:46.158Z] at org.eclipse.ease.lang.python.debugger.PythonDebugger.traceDispatch(PythonDebugger.java:178) [2020-08-08T21:39:46.158Z] at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source) [2020-08-08T21:39:46.158Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2020-08-08T21:39:46.158Z] at java.lang.reflect.Method.invoke(Method.java:498) [2020-08-08T21:39:46.158Z] at py4j.reflection.MethodInvoker.invoke(MethodInvoker.java:244) [2020-08-08T21:39:46.158Z] at py4j.reflection.ReflectionEngine.invoke(ReflectionEngine.java:357) [2020-08-08T21:39:46.158Z] at py4j.Gateway.invoke(Gateway.java:282) [2020-08-08T21:39:46.158Z] at py4j.commands.AbstractCommand.invokeMethod(AbstractCommand.java:132) [2020-08-08T21:39:46.159Z] at py4j.commands.CallCommand.execute(CallCommand.java:79) [2020-08-08T21:39:46.159Z] at py4j.ClientServerConnection.sendCommand(ClientServerConnection.java:244) [2020-08-08T21:39:46.159Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:384) [2020-08-08T21:39:46.159Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:356) [2020-08-08T21:39:46.159Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:106) [2020-08-08T21:39:46.159Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-08T21:39:46.159Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-08T21:39:46.159Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-08T21:39:46.159Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-08T21:39:46.159Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-08T21:39:46.159Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-08T21:39:46.159Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-08T21:39:46.159Z] [2020-08-08T21:39:46.159Z] [2020-08-08T21:39:46.159Z] at py4j.Protocol.getReturnValue(Protocol.java:476) [2020-08-08T21:39:46.159Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:108) [2020-08-08T21:39:46.159Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-08T21:39:46.159Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-08T21:39:46.159Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-08T21:39:46.159Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-08T21:39:46.159Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-08T21:39:46.159Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-08T21:39:46.159Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-08T21:39:46.159Z] Start of script [2020-08-08T21:39:46.159Z] include file start [2020-08-08T21:39:46.159Z] include file processed [2020-08-08T21:39:46.414Z] Result of testMethod = 5 [2020-08-08T21:39:46.414Z] End of script [2020-08-08T21:39:46.414Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: Traceback (most recent call last): [2020-08-08T21:39:46.414Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/plugins/py4j-python_0.10.8.1-bnd-2odeag/src/py4j/clientserver.py", line 581, in _call_proxy [2020-08-08T21:39:46.414Z] return_value = getattr(self.pool[obj_id], method)(*params) [2020-08-08T21:39:46.414Z] File "<...>", line 424, in run [2020-08-08T21:39:46.414Z] File "/usr/lib64/python2.7/bdb.py", line 400, in run [2020-08-08T21:39:46.414Z] exec cmd in globals, locals [2020-08-08T21:39:46.414Z] File "__ref_L/Debug Test/Main.py_ftyklagaes", line 1, in [2020-08-08T21:39:46.414Z] File "__ref_L/Debug Test/Main.py_ftyklagaes", line 1, in [2020-08-08T21:39:46.414Z] File "<...>", line 231, in trace_dispatch [2020-08-08T21:39:46.414Z] File "/usr/lib64/python2.7/bdb.py", line 49, in trace_dispatch [2020-08-08T21:39:46.414Z] return self.dispatch_line(frame) [2020-08-08T21:39:46.414Z] File "/usr/lib64/python2.7/bdb.py", line 67, in dispatch_line [2020-08-08T21:39:46.414Z] self.user_line(frame) [2020-08-08T21:39:46.414Z] File "<...>", line 241, in user_line [2020-08-08T21:39:46.414Z] File "<...>", line 296, in dispatch [2020-08-08T21:39:46.414Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/plugins/py4j-python_0.10.8.1-bnd-2odeag/src/py4j/java_gateway.py", line 1286, in __call__ [2020-08-08T21:39:46.414Z] answer, self.gateway_client, self.target_id, self.name) [2020-08-08T21:39:46.414Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/plugins/py4j-python_0.10.8.1-bnd-2odeag/src/py4j/protocol.py", line 328, in get_return_value [2020-08-08T21:39:46.414Z] format(target_id, ".", name), value) [2020-08-08T21:39:46.414Z] Py4JJavaError: An error occurred while calling o0.traceDispatch. [2020-08-08T21:39:46.414Z] : org.eclipse.ease.ExitException: [2020-08-08T21:39:46.414Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:329) [2020-08-08T21:39:46.415Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:255) [2020-08-08T21:39:46.415Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.suspend(Py4jDebugger.java:87) [2020-08-08T21:39:46.415Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:490) [2020-08-08T21:39:46.415Z] at org.eclipse.ease.lang.python.debugger.PythonDebugger.traceDispatch(PythonDebugger.java:178) [2020-08-08T21:39:46.415Z] at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source) [2020-08-08T21:39:46.415Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2020-08-08T21:39:46.415Z] at java.lang.reflect.Method.invoke(Method.java:498) [2020-08-08T21:39:46.415Z] at py4j.reflection.MethodInvoker.invoke(MethodInvoker.java:244) [2020-08-08T21:39:46.415Z] at py4j.reflection.ReflectionEngine.invoke(ReflectionEngine.java:357) [2020-08-08T21:39:46.415Z] at py4j.Gateway.invoke(Gateway.java:282) [2020-08-08T21:39:46.415Z] at py4j.commands.AbstractCommand.invokeMethod(AbstractCommand.java:132) [2020-08-08T21:39:46.415Z] at py4j.commands.CallCommand.execute(CallCommand.java:79) [2020-08-08T21:39:46.415Z] at py4j.ClientServerConnection.sendCommand(ClientServerConnection.java:244) [2020-08-08T21:39:46.415Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:384) [2020-08-08T21:39:46.415Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:356) [2020-08-08T21:39:46.415Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:106) [2020-08-08T21:39:46.415Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-08T21:39:46.415Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-08T21:39:46.415Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-08T21:39:46.415Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-08T21:39:46.415Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-08T21:39:46.415Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-08T21:39:46.415Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-08T21:39:46.415Z] [2020-08-08T21:39:46.415Z] [2020-08-08T21:39:46.415Z] at py4j.Protocol.getReturnValue(Protocol.java:476) [2020-08-08T21:39:46.415Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:108) [2020-08-08T21:39:46.415Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-08T21:39:46.415Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-08T21:39:46.415Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-08T21:39:46.415Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-08T21:39:46.415Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-08T21:39:46.415Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-08T21:39:46.415Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-08T21:39:46.670Z] Start of script [2020-08-08T21:39:46.670Z] include file start [2020-08-08T21:39:46.670Z] include file processed [2020-08-08T21:39:46.670Z] Result of testMethod = 5 [2020-08-08T21:39:46.670Z] End of script [2020-08-08T21:39:46.927Z] Start of script [2020-08-08T21:39:46.927Z] include file start [2020-08-08T21:39:46.927Z] include file processed [2020-08-08T21:39:46.927Z] Result of testMethod = 5 [2020-08-08T21:39:46.927Z] End of script [2020-08-08T21:39:47.182Z] Start of script [2020-08-08T21:39:47.183Z] include file start [2020-08-08T21:39:47.183Z] include file processed [2020-08-08T21:39:47.183Z] Result of testMethod = 5 [2020-08-08T21:39:47.438Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: Traceback (most recent call last): [2020-08-08T21:39:47.438Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/plugins/py4j-python_0.10.8.1-bnd-2odeag/src/py4j/clientserver.py", line 581, in _call_proxy [2020-08-08T21:39:47.438Z] return_value = getattr(self.pool[obj_id], method)(*params) [2020-08-08T21:39:47.438Z] File "<...>", line 424, in run [2020-08-08T21:39:47.438Z] File "/usr/lib64/python2.7/bdb.py", line 400, in run [2020-08-08T21:39:47.438Z] exec cmd in globals, locals [2020-08-08T21:39:47.438Z] File "__ref_L/Debug Test/Main.py_mxqjvakzsk", line 23, in [2020-08-08T21:39:47.438Z] File "__ref_L/Debug Test/Main.py_mxqjvakzsk", line 23, in [2020-08-08T21:39:47.438Z] File "<...>", line 231, in trace_dispatch [2020-08-08T21:39:47.438Z] File "/usr/lib64/python2.7/bdb.py", line 49, in trace_dispatch [2020-08-08T21:39:47.438Z] return self.dispatch_line(frame) [2020-08-08T21:39:47.438Z] File "/usr/lib64/python2.7/bdb.py", line 67, in dispatch_line [2020-08-08T21:39:47.438Z] self.user_line(frame) [2020-08-08T21:39:47.438Z] File "<...>", line 241, in user_line [2020-08-08T21:39:47.438Z] File "<...>", line 296, in dispatch [2020-08-08T21:39:47.438Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/plugins/py4j-python_0.10.8.1-bnd-2odeag/src/py4j/java_gateway.py", line 1286, in __call__ [2020-08-08T21:39:47.438Z] answer, self.gateway_client, self.target_id, self.name) [2020-08-08T21:39:47.438Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/plugins/py4j-python_0.10.8.1-bnd-2odeag/src/py4j/protocol.py", line 328, in get_return_value [2020-08-08T21:39:47.438Z] format(target_id, ".", name), value) [2020-08-08T21:39:47.438Z] Py4JJavaError: An error occurred while calling o0.traceDispatch. [2020-08-08T21:39:47.438Z] : org.eclipse.ease.ExitException: [2020-08-08T21:39:47.438Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:329) [2020-08-08T21:39:47.438Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:255) [2020-08-08T21:39:47.438Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.suspend(Py4jDebugger.java:87) [2020-08-08T21:39:47.438Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:490) [2020-08-08T21:39:47.438Z] at org.eclipse.ease.lang.python.debugger.PythonDebugger.traceDispatch(PythonDebugger.java:178) [2020-08-08T21:39:47.438Z] at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source) [2020-08-08T21:39:47.438Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2020-08-08T21:39:47.438Z] at java.lang.reflect.Method.invoke(Method.java:498) [2020-08-08T21:39:47.438Z] at py4j.reflection.MethodInvoker.invoke(MethodInvoker.java:244) [2020-08-08T21:39:47.438Z] at py4j.reflection.ReflectionEngine.invoke(ReflectionEngine.java:357) [2020-08-08T21:39:47.438Z] at py4j.Gateway.invoke(Gateway.java:282) [2020-08-08T21:39:47.438Z] at py4j.commands.AbstractCommand.invokeMethod(AbstractCommand.java:132) [2020-08-08T21:39:47.438Z] at py4j.commands.CallCommand.execute(CallCommand.java:79) [2020-08-08T21:39:47.438Z] at py4j.ClientServerConnection.sendCommand(ClientServerConnection.java:244) [2020-08-08T21:39:47.438Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:384) [2020-08-08T21:39:47.438Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:356) [2020-08-08T21:39:47.438Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:106) [2020-08-08T21:39:47.438Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-08T21:39:47.438Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-08T21:39:47.438Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-08T21:39:47.438Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-08T21:39:47.438Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-08T21:39:47.438Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-08T21:39:47.438Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-08T21:39:47.438Z] [2020-08-08T21:39:47.438Z] [2020-08-08T21:39:47.438Z] at py4j.Protocol.getReturnValue(Protocol.java:476) [2020-08-08T21:39:47.438Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:108) [2020-08-08T21:39:47.438Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-08T21:39:47.438Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-08T21:39:47.438Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-08T21:39:47.438Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-08T21:39:47.438Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-08T21:39:47.438Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-08T21:39:47.438Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-08T21:39:47.438Z] Start of script [2020-08-08T21:39:47.438Z] include file start [2020-08-08T21:39:47.438Z] include file processed [2020-08-08T21:39:47.694Z] Result of testMethod = 5 [2020-08-08T21:39:47.694Z] End of script [2020-08-08T21:39:47.949Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: Traceback (most recent call last): [2020-08-08T21:39:47.949Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/plugins/py4j-python_0.10.8.1-bnd-2odeag/src/py4j/clientserver.py", line 581, in _call_proxy [2020-08-08T21:39:47.949Z] return_value = getattr(self.pool[obj_id], method)(*params) [2020-08-08T21:39:47.949Z] File "<...>", line 424, in run [2020-08-08T21:39:47.949Z] File "/usr/lib64/python2.7/bdb.py", line 400, in run [2020-08-08T21:39:47.949Z] exec cmd in globals, locals [2020-08-08T21:39:47.949Z] File "__ref_L/Debug Test/Main.py_ahhzrupuhv", line 1, in [2020-08-08T21:39:47.949Z] File "__ref_L/Debug Test/Main.py_ahhzrupuhv", line 1, in [2020-08-08T21:39:47.949Z] File "<...>", line 231, in trace_dispatch [2020-08-08T21:39:47.949Z] File "/usr/lib64/python2.7/bdb.py", line 49, in trace_dispatch [2020-08-08T21:39:47.949Z] return self.dispatch_line(frame) [2020-08-08T21:39:47.949Z] File "/usr/lib64/python2.7/bdb.py", line 67, in dispatch_line [2020-08-08T21:39:47.949Z] self.user_line(frame) [2020-08-08T21:39:47.949Z] File "<...>", line 241, in user_line [2020-08-08T21:39:47.949Z] File "<...>", line 296, in dispatch [2020-08-08T21:39:47.949Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/plugins/py4j-python_0.10.8.1-bnd-2odeag/src/py4j/java_gateway.py", line 1286, in __call__ [2020-08-08T21:39:47.949Z] answer, self.gateway_client, self.target_id, self.name) [2020-08-08T21:39:47.949Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/plugins/py4j-python_0.10.8.1-bnd-2odeag/src/py4j/protocol.py", line 328, in get_return_value [2020-08-08T21:39:47.949Z] format(target_id, ".", name), value) [2020-08-08T21:39:47.949Z] Py4JJavaError: An error occurred while calling o0.traceDispatch. [2020-08-08T21:39:47.949Z] : org.eclipse.ease.ExitException: [2020-08-08T21:39:47.949Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:329) [2020-08-08T21:39:47.949Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:255) [2020-08-08T21:39:47.949Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.suspend(Py4jDebugger.java:87) [2020-08-08T21:39:47.949Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:490) [2020-08-08T21:39:47.949Z] at org.eclipse.ease.lang.python.debugger.PythonDebugger.traceDispatch(PythonDebugger.java:178) [2020-08-08T21:39:47.949Z] at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source) [2020-08-08T21:39:47.949Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2020-08-08T21:39:47.949Z] at java.lang.reflect.Method.invoke(Method.java:498) [2020-08-08T21:39:47.949Z] at py4j.reflection.MethodInvoker.invoke(MethodInvoker.java:244) [2020-08-08T21:39:47.949Z] at py4j.reflection.ReflectionEngine.invoke(ReflectionEngine.java:357) [2020-08-08T21:39:47.949Z] at py4j.Gateway.invoke(Gateway.java:282) [2020-08-08T21:39:47.949Z] at py4j.commands.AbstractCommand.invokeMethod(AbstractCommand.java:132) [2020-08-08T21:39:47.949Z] at py4j.commands.CallCommand.execute(CallCommand.java:79) [2020-08-08T21:39:47.949Z] at py4j.ClientServerConnection.sendCommand(ClientServerConnection.java:244) [2020-08-08T21:39:47.949Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:384) [2020-08-08T21:39:47.949Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:356) [2020-08-08T21:39:47.949Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:106) [2020-08-08T21:39:47.949Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-08T21:39:47.949Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-08T21:39:47.949Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-08T21:39:47.949Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-08T21:39:47.949Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-08T21:39:47.949Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-08T21:39:47.949Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-08T21:39:47.949Z] [2020-08-08T21:39:47.949Z] [2020-08-08T21:39:47.949Z] at py4j.Protocol.getReturnValue(Protocol.java:476) [2020-08-08T21:39:47.949Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:108) [2020-08-08T21:39:47.950Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-08T21:39:47.950Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-08T21:39:47.950Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-08T21:39:47.950Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-08T21:39:47.950Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-08T21:39:47.950Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-08T21:39:47.950Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-08T21:39:47.950Z] Start of script [2020-08-08T21:39:47.950Z] include file start [2020-08-08T21:39:47.950Z] include file processed [2020-08-08T21:39:47.950Z] Result of testMethod = 5 [2020-08-08T21:39:47.950Z] End of script [2020-08-08T21:39:48.205Z] Start of script [2020-08-08T21:39:48.205Z] include file start [2020-08-08T21:39:48.205Z] include file processed [2020-08-08T21:39:48.460Z] Result of testMethod = 5 [2020-08-08T21:39:48.460Z] End of script [2020-08-08T21:39:48.460Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: Traceback (most recent call last): [2020-08-08T21:39:48.460Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/plugins/py4j-python_0.10.8.1-bnd-2odeag/src/py4j/clientserver.py", line 581, in _call_proxy [2020-08-08T21:39:48.460Z] return_value = getattr(self.pool[obj_id], method)(*params) [2020-08-08T21:39:48.460Z] File "<...>", line 424, in run [2020-08-08T21:39:48.460Z] File "/usr/lib64/python2.7/bdb.py", line 400, in run [2020-08-08T21:39:48.460Z] exec cmd in globals, locals [2020-08-08T21:39:48.460Z] File "__ref_L/Debug Test/Main.py_nhyahkljce", line 1, in [2020-08-08T21:39:48.460Z] File "__ref_L/Debug Test/Main.py_nhyahkljce", line 1, in [2020-08-08T21:39:48.460Z] File "<...>", line 231, in trace_dispatch [2020-08-08T21:39:48.460Z] File "/usr/lib64/python2.7/bdb.py", line 49, in trace_dispatch [2020-08-08T21:39:48.460Z] return self.dispatch_line(frame) [2020-08-08T21:39:48.460Z] File "/usr/lib64/python2.7/bdb.py", line 67, in dispatch_line [2020-08-08T21:39:48.460Z] self.user_line(frame) [2020-08-08T21:39:48.460Z] File "<...>", line 241, in user_line [2020-08-08T21:39:48.460Z] File "<...>", line 296, in dispatch [2020-08-08T21:39:48.460Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/plugins/py4j-python_0.10.8.1-bnd-2odeag/src/py4j/java_gateway.py", line 1286, in __call__ [2020-08-08T21:39:48.460Z] answer, self.gateway_client, self.target_id, self.name) [2020-08-08T21:39:48.460Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/plugins/py4j-python_0.10.8.1-bnd-2odeag/src/py4j/protocol.py", line 328, in get_return_value [2020-08-08T21:39:48.460Z] format(target_id, ".", name), value) [2020-08-08T21:39:48.460Z] Py4JJavaError: An error occurred while calling o0.traceDispatch. [2020-08-08T21:39:48.460Z] : org.eclipse.ease.ExitException: [2020-08-08T21:39:48.460Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:329) [2020-08-08T21:39:48.461Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:255) [2020-08-08T21:39:48.461Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.suspend(Py4jDebugger.java:87) [2020-08-08T21:39:48.461Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:490) [2020-08-08T21:39:48.461Z] at org.eclipse.ease.lang.python.debugger.PythonDebugger.traceDispatch(PythonDebugger.java:178) [2020-08-08T21:39:48.461Z] at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source) [2020-08-08T21:39:48.461Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2020-08-08T21:39:48.461Z] at java.lang.reflect.Method.invoke(Method.java:498) [2020-08-08T21:39:48.461Z] at py4j.reflection.MethodInvoker.invoke(MethodInvoker.java:244) [2020-08-08T21:39:48.461Z] at py4j.reflection.ReflectionEngine.invoke(ReflectionEngine.java:357) [2020-08-08T21:39:48.461Z] at py4j.Gateway.invoke(Gateway.java:282) [2020-08-08T21:39:48.461Z] at py4j.commands.AbstractCommand.invokeMethod(AbstractCommand.java:132) [2020-08-08T21:39:48.461Z] at py4j.commands.CallCommand.execute(CallCommand.java:79) [2020-08-08T21:39:48.461Z] at py4j.ClientServerConnection.sendCommand(ClientServerConnection.java:244) [2020-08-08T21:39:48.461Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:384) [2020-08-08T21:39:48.461Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:356) [2020-08-08T21:39:48.461Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:106) [2020-08-08T21:39:48.461Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-08T21:39:48.461Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-08T21:39:48.461Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-08T21:39:48.461Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-08T21:39:48.461Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-08T21:39:48.461Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-08T21:39:48.461Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-08T21:39:48.461Z] [2020-08-08T21:39:48.461Z] [2020-08-08T21:39:48.461Z] at py4j.Protocol.getReturnValue(Protocol.java:476) [2020-08-08T21:39:48.461Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:108) [2020-08-08T21:39:48.461Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-08T21:39:48.461Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-08T21:39:48.461Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-08T21:39:48.461Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-08T21:39:48.461Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-08T21:39:48.461Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-08T21:39:48.461Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-08T21:39:48.716Z] Start of script [2020-08-08T21:39:48.716Z] include file start [2020-08-08T21:39:48.716Z] include file processed [2020-08-08T21:39:48.973Z] Result of testMethod = 5 [2020-08-08T21:39:48.973Z] End of script [2020-08-08T21:39:48.973Z] Start of script [2020-08-08T21:39:48.973Z] include file start [2020-08-08T21:39:48.973Z] include file processed [2020-08-08T21:39:48.973Z] Result of testMethod = 5 [2020-08-08T21:39:48.973Z] End of script [2020-08-08T21:39:49.228Z] Start of script [2020-08-08T21:39:49.228Z] include file start [2020-08-08T21:39:49.228Z] include file processed [2020-08-08T21:39:49.484Z] Result of testMethod = 5 [2020-08-08T21:39:49.484Z] End of script [2020-08-08T21:39:49.484Z] Start of script [2020-08-08T21:39:49.484Z] include file start [2020-08-08T21:39:49.484Z] include file processed [2020-08-08T21:39:49.484Z] Result of testMethod = 5 [2020-08-08T21:39:49.484Z] End of script [2020-08-08T21:39:49.740Z] Start of script [2020-08-08T21:39:49.740Z] include file start [2020-08-08T21:39:49.740Z] include file processed [2020-08-08T21:39:49.740Z] Result of testMethod = 5 [2020-08-08T21:39:49.740Z] End of script [2020-08-08T21:39:50.002Z] Start of script [2020-08-08T21:39:50.002Z] include file start [2020-08-08T21:39:50.002Z] include file processed [2020-08-08T21:39:50.002Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: Traceback (most recent call last): [2020-08-08T21:39:50.002Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/plugins/py4j-python_0.10.8.1-bnd-2odeag/src/py4j/clientserver.py", line 581, in _call_proxy [2020-08-08T21:39:50.002Z] return_value = getattr(self.pool[obj_id], method)(*params) [2020-08-08T21:39:50.002Z] File "<...>", line 424, in run [2020-08-08T21:39:50.002Z] File "/usr/lib64/python2.7/bdb.py", line 400, in run [2020-08-08T21:39:50.002Z] exec cmd in globals, locals [2020-08-08T21:39:50.002Z] File "__ref_L/Debug Test/Main.py_uqfwxymwvx", line 21, in [2020-08-08T21:39:50.002Z] File "__ref_L/Debug Test/Main.py_uqfwxymwvx", line 18, in testMethod [2020-08-08T21:39:50.002Z] File "__ref_L/Debug Test/Main.py_uqfwxymwvx", line 18, in testMethod [2020-08-08T21:39:50.002Z] File "<...>", line 231, in trace_dispatch [2020-08-08T21:39:50.002Z] File "/usr/lib64/python2.7/bdb.py", line 49, in trace_dispatch [2020-08-08T21:39:50.002Z] return self.dispatch_line(frame) [2020-08-08T21:39:50.002Z] File "/usr/lib64/python2.7/bdb.py", line 67, in dispatch_line [2020-08-08T21:39:50.002Z] self.user_line(frame) [2020-08-08T21:39:50.002Z] File "<...>", line 241, in user_line [2020-08-08T21:39:50.002Z] File "<...>", line 296, in dispatch [2020-08-08T21:39:50.002Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/plugins/py4j-python_0.10.8.1-bnd-2odeag/src/py4j/java_gateway.py", line 1286, in __call__ [2020-08-08T21:39:50.003Z] answer, self.gateway_client, self.target_id, self.name) [2020-08-08T21:39:50.003Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/plugins/py4j-python_0.10.8.1-bnd-2odeag/src/py4j/protocol.py", line 328, in get_return_value [2020-08-08T21:39:50.003Z] format(target_id, ".", name), value) [2020-08-08T21:39:50.003Z] Py4JJavaError: An error occurred while calling o0.traceDispatch. [2020-08-08T21:39:50.003Z] : org.eclipse.ease.ExitException: [2020-08-08T21:39:50.003Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:329) [2020-08-08T21:39:50.003Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:255) [2020-08-08T21:39:50.003Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.suspend(Py4jDebugger.java:87) [2020-08-08T21:39:50.003Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:490) [2020-08-08T21:39:50.003Z] at org.eclipse.ease.lang.python.debugger.PythonDebugger.traceDispatch(PythonDebugger.java:178) [2020-08-08T21:39:50.003Z] at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source) [2020-08-08T21:39:50.003Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2020-08-08T21:39:50.003Z] at java.lang.reflect.Method.invoke(Method.java:498) [2020-08-08T21:39:50.003Z] at py4j.reflection.MethodInvoker.invoke(MethodInvoker.java:244) [2020-08-08T21:39:50.003Z] at py4j.reflection.ReflectionEngine.invoke(ReflectionEngine.java:357) [2020-08-08T21:39:50.003Z] at py4j.Gateway.invoke(Gateway.java:282) [2020-08-08T21:39:50.003Z] at py4j.commands.AbstractCommand.invokeMethod(AbstractCommand.java:132) [2020-08-08T21:39:50.003Z] at py4j.commands.CallCommand.execute(CallCommand.java:79) [2020-08-08T21:39:50.003Z] at py4j.ClientServerConnection.sendCommand(ClientServerConnection.java:244) [2020-08-08T21:39:50.003Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:384) [2020-08-08T21:39:50.003Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:356) [2020-08-08T21:39:50.003Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:106) [2020-08-08T21:39:50.003Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-08T21:39:50.003Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-08T21:39:50.003Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-08T21:39:50.003Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-08T21:39:50.003Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-08T21:39:50.003Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-08T21:39:50.003Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-08T21:39:50.003Z] [2020-08-08T21:39:50.003Z] [2020-08-08T21:39:50.003Z] at py4j.Protocol.getReturnValue(Protocol.java:476) [2020-08-08T21:39:50.003Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:108) [2020-08-08T21:39:50.003Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-08T21:39:50.003Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-08T21:39:50.003Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-08T21:39:50.003Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-08T21:39:50.003Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-08T21:39:50.003Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-08T21:39:50.003Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-08T21:39:50.258Z] Start of script [2020-08-08T21:39:50.258Z] include file start [2020-08-08T21:39:50.258Z] include file processed [2020-08-08T21:39:50.258Z] Result of testMethod = 5 [2020-08-08T21:39:50.516Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: Traceback (most recent call last): [2020-08-08T21:39:50.516Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/plugins/py4j-python_0.10.8.1-bnd-2odeag/src/py4j/clientserver.py", line 581, in _call_proxy [2020-08-08T21:39:50.516Z] return_value = getattr(self.pool[obj_id], method)(*params) [2020-08-08T21:39:50.516Z] File "<...>", line 424, in run [2020-08-08T21:39:50.516Z] File "/usr/lib64/python2.7/bdb.py", line 400, in run [2020-08-08T21:39:50.516Z] exec cmd in globals, locals [2020-08-08T21:39:50.516Z] File "__ref_L/Debug Test/Main.py_wpxkvvtfcc", line 23, in [2020-08-08T21:39:50.516Z] File "__ref_L/Debug Test/Main.py_wpxkvvtfcc", line 23, in [2020-08-08T21:39:50.516Z] File "<...>", line 231, in trace_dispatch [2020-08-08T21:39:50.516Z] File "/usr/lib64/python2.7/bdb.py", line 49, in trace_dispatch [2020-08-08T21:39:50.516Z] return self.dispatch_line(frame) [2020-08-08T21:39:50.516Z] File "/usr/lib64/python2.7/bdb.py", line 67, in dispatch_line [2020-08-08T21:39:50.516Z] self.user_line(frame) [2020-08-08T21:39:50.516Z] File "<...>", line 241, in user_line [2020-08-08T21:39:50.516Z] File "<...>", line 296, in dispatch [2020-08-08T21:39:50.516Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/plugins/py4j-python_0.10.8.1-bnd-2odeag/src/py4j/java_gateway.py", line 1286, in __call__ [2020-08-08T21:39:50.516Z] answer, self.gateway_client, self.target_id, self.name) [2020-08-08T21:39:50.516Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/plugins/py4j-python_0.10.8.1-bnd-2odeag/src/py4j/protocol.py", line 328, in get_return_value [2020-08-08T21:39:50.516Z] format(target_id, ".", name), value) [2020-08-08T21:39:50.516Z] Py4JJavaError: An error occurred while calling o0.traceDispatch. [2020-08-08T21:39:50.516Z] : org.eclipse.ease.ExitException: [2020-08-08T21:39:50.516Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:329) [2020-08-08T21:39:50.516Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:255) [2020-08-08T21:39:50.516Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.suspend(Py4jDebugger.java:87) [2020-08-08T21:39:50.516Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:490) [2020-08-08T21:39:50.516Z] at org.eclipse.ease.lang.python.debugger.PythonDebugger.traceDispatch(PythonDebugger.java:178) [2020-08-08T21:39:50.516Z] at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source) [2020-08-08T21:39:50.516Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2020-08-08T21:39:50.516Z] at java.lang.reflect.Method.invoke(Method.java:498) [2020-08-08T21:39:50.516Z] at py4j.reflection.MethodInvoker.invoke(MethodInvoker.java:244) [2020-08-08T21:39:50.516Z] at py4j.reflection.ReflectionEngine.invoke(ReflectionEngine.java:357) [2020-08-08T21:39:50.516Z] at py4j.Gateway.invoke(Gateway.java:282) [2020-08-08T21:39:50.516Z] at py4j.commands.AbstractCommand.invokeMethod(AbstractCommand.java:132) [2020-08-08T21:39:50.516Z] at py4j.commands.CallCommand.execute(CallCommand.java:79) [2020-08-08T21:39:50.516Z] at py4j.ClientServerConnection.sendCommand(ClientServerConnection.java:244) [2020-08-08T21:39:50.516Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:384) [2020-08-08T21:39:50.516Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:356) [2020-08-08T21:39:50.516Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:106) [2020-08-08T21:39:50.516Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-08T21:39:50.516Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-08T21:39:50.516Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-08T21:39:50.516Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-08T21:39:50.516Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-08T21:39:50.516Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-08T21:39:50.516Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-08T21:39:50.516Z] [2020-08-08T21:39:50.516Z] [2020-08-08T21:39:50.516Z] at py4j.Protocol.getReturnValue(Protocol.java:476) [2020-08-08T21:39:50.516Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:108) [2020-08-08T21:39:50.516Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-08T21:39:50.516Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-08T21:39:50.516Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-08T21:39:50.516Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-08T21:39:50.516Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-08T21:39:50.516Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-08T21:39:50.516Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-08T21:39:50.773Z] Start of script [2020-08-08T21:39:50.773Z] include file start [2020-08-08T21:39:50.773Z] include file processed [2020-08-08T21:39:50.773Z] Result of testMethod = 5 [2020-08-08T21:39:50.773Z] End of script [2020-08-08T21:39:51.029Z] Start of script [2020-08-08T21:39:51.029Z] include file start [2020-08-08T21:39:51.029Z] include file processed [2020-08-08T21:39:51.029Z] Result of testMethod = 5 [2020-08-08T21:39:51.029Z] End of script [2020-08-08T21:39:51.284Z] Start of script [2020-08-08T21:39:51.284Z] include file start [2020-08-08T21:39:51.284Z] include file processed [2020-08-08T21:39:51.539Z] Result of testMethod = 5 [2020-08-08T21:39:51.539Z] End of script [2020-08-08T21:39:51.539Z] Start of script [2020-08-08T21:39:51.539Z] include file start [2020-08-08T21:39:51.539Z] include file processed [2020-08-08T21:39:51.539Z] Result of testMethod = 5 [2020-08-08T21:39:51.539Z] End of script [2020-08-08T21:39:51.794Z] Start of script [2020-08-08T21:39:51.794Z] include file start [2020-08-08T21:39:51.794Z] include file processed [2020-08-08T21:39:51.794Z] Result of testMethod = 5 [2020-08-08T21:39:52.050Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: Traceback (most recent call last): [2020-08-08T21:39:52.050Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/plugins/py4j-python_0.10.8.1-bnd-2odeag/src/py4j/clientserver.py", line 581, in _call_proxy [2020-08-08T21:39:52.050Z] return_value = getattr(self.pool[obj_id], method)(*params) [2020-08-08T21:39:52.050Z] File "<...>", line 424, in run [2020-08-08T21:39:52.050Z] File "/usr/lib64/python2.7/bdb.py", line 400, in run [2020-08-08T21:39:52.050Z] exec cmd in globals, locals [2020-08-08T21:39:52.050Z] File "__ref_L/Debug Test/Main.py_pfwebkxdxw", line 23, in [2020-08-08T21:39:52.050Z] File "__ref_L/Debug Test/Main.py_pfwebkxdxw", line 23, in [2020-08-08T21:39:52.050Z] File "<...>", line 231, in trace_dispatch [2020-08-08T21:39:52.050Z] File "/usr/lib64/python2.7/bdb.py", line 49, in trace_dispatch [2020-08-08T21:39:52.050Z] return self.dispatch_line(frame) [2020-08-08T21:39:52.050Z] File "/usr/lib64/python2.7/bdb.py", line 67, in dispatch_line [2020-08-08T21:39:52.050Z] self.user_line(frame) [2020-08-08T21:39:52.050Z] File "<...>", line 241, in user_line [2020-08-08T21:39:52.050Z] File "<...>", line 296, in dispatch [2020-08-08T21:39:52.050Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/plugins/py4j-python_0.10.8.1-bnd-2odeag/src/py4j/java_gateway.py", line 1286, in __call__ [2020-08-08T21:39:52.050Z] answer, self.gateway_client, self.target_id, self.name) [2020-08-08T21:39:52.050Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/plugins/py4j-python_0.10.8.1-bnd-2odeag/src/py4j/protocol.py", line 328, in get_return_value [2020-08-08T21:39:52.050Z] format(target_id, ".", name), value) [2020-08-08T21:39:52.050Z] Py4JJavaError: An error occurred while calling o0.traceDispatch. [2020-08-08T21:39:52.050Z] : org.eclipse.ease.ExitException: [2020-08-08T21:39:52.050Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:329) [2020-08-08T21:39:52.050Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:255) [2020-08-08T21:39:52.050Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.suspend(Py4jDebugger.java:87) [2020-08-08T21:39:52.050Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:490) [2020-08-08T21:39:52.050Z] at org.eclipse.ease.lang.python.debugger.PythonDebugger.traceDispatch(PythonDebugger.java:178) [2020-08-08T21:39:52.050Z] at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source) [2020-08-08T21:39:52.050Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2020-08-08T21:39:52.050Z] at java.lang.reflect.Method.invoke(Method.java:498) [2020-08-08T21:39:52.050Z] at py4j.reflection.MethodInvoker.invoke(MethodInvoker.java:244) [2020-08-08T21:39:52.050Z] at py4j.reflection.ReflectionEngine.invoke(ReflectionEngine.java:357) [2020-08-08T21:39:52.050Z] at py4j.Gateway.invoke(Gateway.java:282) [2020-08-08T21:39:52.050Z] at py4j.commands.AbstractCommand.invokeMethod(AbstractCommand.java:132) [2020-08-08T21:39:52.050Z] at py4j.commands.CallCommand.execute(CallCommand.java:79) [2020-08-08T21:39:52.050Z] at py4j.ClientServerConnection.sendCommand(ClientServerConnection.java:244) [2020-08-08T21:39:52.050Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:384) [2020-08-08T21:39:52.050Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:356) [2020-08-08T21:39:52.050Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:106) [2020-08-08T21:39:52.050Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-08T21:39:52.050Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-08T21:39:52.050Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-08T21:39:52.050Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-08T21:39:52.050Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-08T21:39:52.050Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-08T21:39:52.050Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-08T21:39:52.050Z] [2020-08-08T21:39:52.050Z] [2020-08-08T21:39:52.050Z] at py4j.Protocol.getReturnValue(Protocol.java:476) [2020-08-08T21:39:52.050Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:108) [2020-08-08T21:39:52.050Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-08T21:39:52.050Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-08T21:39:52.050Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-08T21:39:52.050Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-08T21:39:52.050Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-08T21:39:52.050Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-08T21:39:52.050Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-08T21:39:52.050Z] Start of script [2020-08-08T21:39:52.050Z] include file start [2020-08-08T21:39:52.050Z] include file processed [2020-08-08T21:39:52.050Z] Result of testMethod = 5 [2020-08-08T21:39:52.050Z] End of script [2020-08-08T21:39:52.306Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: Traceback (most recent call last): [2020-08-08T21:39:52.306Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/plugins/py4j-python_0.10.8.1-bnd-2odeag/src/py4j/clientserver.py", line 581, in _call_proxy [2020-08-08T21:39:52.306Z] return_value = getattr(self.pool[obj_id], method)(*params) [2020-08-08T21:39:52.306Z] File "<...>", line 424, in run [2020-08-08T21:39:52.306Z] File "/usr/lib64/python2.7/bdb.py", line 400, in run [2020-08-08T21:39:52.306Z] exec cmd in globals, locals [2020-08-08T21:39:52.306Z] File "__ref_L/Debug Test/Main.py_kbtrwzrayn", line 1, in [2020-08-08T21:39:52.306Z] File "__ref_L/Debug Test/Main.py_kbtrwzrayn", line 1, in [2020-08-08T21:39:52.306Z] File "<...>", line 231, in trace_dispatch [2020-08-08T21:39:52.306Z] File "/usr/lib64/python2.7/bdb.py", line 49, in trace_dispatch [2020-08-08T21:39:52.306Z] return self.dispatch_line(frame) [2020-08-08T21:39:52.306Z] File "/usr/lib64/python2.7/bdb.py", line 67, in dispatch_line [2020-08-08T21:39:52.306Z] self.user_line(frame) [2020-08-08T21:39:52.306Z] File "<...>", line 241, in user_line [2020-08-08T21:39:52.306Z] File "<...>", line 296, in dispatch [2020-08-08T21:39:52.306Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/plugins/py4j-python_0.10.8.1-bnd-2odeag/src/py4j/java_gateway.py", line 1286, in __call__ [2020-08-08T21:39:52.306Z] answer, self.gateway_client, self.target_id, self.name) [2020-08-08T21:39:52.306Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/plugins/py4j-python_0.10.8.1-bnd-2odeag/src/py4j/protocol.py", line 328, in get_return_value [2020-08-08T21:39:52.306Z] format(target_id, ".", name), value) [2020-08-08T21:39:52.306Z] Py4JJavaError: An error occurred while calling o0.traceDispatch. [2020-08-08T21:39:52.306Z] : org.eclipse.ease.ExitException: [2020-08-08T21:39:52.306Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:329) [2020-08-08T21:39:52.306Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:255) [2020-08-08T21:39:52.306Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.suspend(Py4jDebugger.java:87) [2020-08-08T21:39:52.306Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:490) [2020-08-08T21:39:52.306Z] at org.eclipse.ease.lang.python.debugger.PythonDebugger.traceDispatch(PythonDebugger.java:178) [2020-08-08T21:39:52.306Z] at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source) [2020-08-08T21:39:52.306Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2020-08-08T21:39:52.306Z] at java.lang.reflect.Method.invoke(Method.java:498) [2020-08-08T21:39:52.306Z] at py4j.reflection.MethodInvoker.invoke(MethodInvoker.java:244) [2020-08-08T21:39:52.306Z] at py4j.reflection.ReflectionEngine.invoke(ReflectionEngine.java:357) [2020-08-08T21:39:52.306Z] at py4j.Gateway.invoke(Gateway.java:282) [2020-08-08T21:39:52.306Z] at py4j.commands.AbstractCommand.invokeMethod(AbstractCommand.java:132) [2020-08-08T21:39:52.306Z] at py4j.commands.CallCommand.execute(CallCommand.java:79) [2020-08-08T21:39:52.306Z] at py4j.ClientServerConnection.sendCommand(ClientServerConnection.java:244) [2020-08-08T21:39:52.306Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:384) [2020-08-08T21:39:52.306Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:356) [2020-08-08T21:39:52.306Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:106) [2020-08-08T21:39:52.306Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-08T21:39:52.306Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-08T21:39:52.306Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-08T21:39:52.306Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-08T21:39:52.306Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-08T21:39:52.306Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-08T21:39:52.306Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-08T21:39:52.306Z] [2020-08-08T21:39:52.306Z] [2020-08-08T21:39:52.306Z] at py4j.Protocol.getReturnValue(Protocol.java:476) [2020-08-08T21:39:52.306Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:108) [2020-08-08T21:39:52.306Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-08T21:39:52.306Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-08T21:39:52.306Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-08T21:39:52.306Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-08T21:39:52.306Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-08T21:39:52.306Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-08T21:39:52.306Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-08T21:39:52.561Z] Start of script [2020-08-08T21:39:52.561Z] include file start [2020-08-08T21:39:52.561Z] include file processed [2020-08-08T21:39:52.561Z] Result of testMethod = 5 [2020-08-08T21:39:52.561Z] End of script [2020-08-08T21:39:52.817Z] Start of script [2020-08-08T21:39:52.817Z] include file start [2020-08-08T21:39:52.817Z] include file processed [2020-08-08T21:39:52.817Z] Result of testMethod = 5 [2020-08-08T21:39:52.817Z] End of script [2020-08-08T21:39:53.073Z] Start of script [2020-08-08T21:39:53.073Z] include file start [2020-08-08T21:39:53.073Z] include file processed [2020-08-08T21:39:53.073Z] Result of testMethod = 5 [2020-08-08T21:39:53.073Z] End of script [2020-08-08T21:39:53.073Z] Tests run: 42, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 10.333 s - in org.eclipse.ease.lang.python.py4j.Py4jDebugTest [2020-08-08T21:39:53.073Z] resumeOnLastIncludeLine(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) skipped [2020-08-08T21:39:53.073Z] nativeArrayVariable(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) skipped [2020-08-08T21:39:53.073Z] stepIntoIncludeCommand(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) skipped [2020-08-08T21:39:53.073Z] nativeObjectVariable(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) skipped [2020-08-08T21:39:53.073Z] disconnectProcessInSuspendedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.4 s [2020-08-08T21:39:53.073Z] stepReturnIncludeCommand(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.209 s [2020-08-08T21:39:53.073Z] arrayVariableSorting(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.31 s [2020-08-08T21:39:53.073Z] stepOverOnDebugTarget(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.31 s [2020-08-08T21:39:53.073Z] hasDebugTarget(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.206 s [2020-08-08T21:39:53.073Z] disconnectThreadInSuspendedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.207 s [2020-08-08T21:39:53.073Z] stepReturnOnDebugTarget(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.307 s [2020-08-08T21:39:53.073Z] nullVariable(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.308 s [2020-08-08T21:39:53.073Z] stepOverOnStackFrame(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.307 s [2020-08-08T21:39:53.073Z] resumeOnDebugTarget(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.206 s [2020-08-08T21:39:53.073Z] modifyVariableKeepingType(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.506 s [2020-08-08T21:39:53.073Z] stepReturnOnStackFrame(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.307 s [2020-08-08T21:39:53.073Z] terminateStackFrameInSuspendedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.206 s [2020-08-08T21:39:53.073Z] breakpointLocation(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.206 s [2020-08-08T21:39:53.073Z] stepReturnOnThread(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.306 s [2020-08-08T21:39:53.073Z] javaClassVariable(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.308 s [2020-08-08T21:39:53.073Z] stepIntoOnThread(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.306 s [2020-08-08T21:39:53.073Z] terminateThreadInSuspendedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.206 s [2020-08-08T21:39:53.073Z] resumeOnThread(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.206 s [2020-08-08T21:39:53.073Z] stepIntoOnStackFrame(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.306 s [2020-08-08T21:39:53.073Z] terminateProcessInSuspendedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.206 s [2020-08-08T21:39:53.073Z] stepOverOnProcess(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.306 s [2020-08-08T21:39:53.073Z] disconnectDebugTargetInSuspendedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.206 s [2020-08-08T21:39:53.073Z] stepIntoOnProcess(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.306 s [2020-08-08T21:39:53.073Z] terminatedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.105 s [2020-08-08T21:39:53.073Z] stepOverIncludeCommand(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.304 s [2020-08-08T21:39:53.073Z] innerScopeVariableBeforeOuterScopeVariable(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.305 s [2020-08-08T21:39:53.073Z] primitiveStringVariable(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.406 s [2020-08-08T21:39:53.073Z] resumeOnProcess(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.305 s [2020-08-08T21:39:53.073Z] stepIntoOnDebugTarget(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.306 s [2020-08-08T21:39:53.073Z] stepOverOnThread(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.305 s [2020-08-08T21:39:53.073Z] suspendedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.205 s [2020-08-08T21:39:53.073Z] primitiveDoubleVariable(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.304 s [2020-08-08T21:39:53.073Z] resumeOnStackFrame(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.205 s [2020-08-08T21:39:53.073Z] terminateDebugTargetInSuspendedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.205 s [2020-08-08T21:39:53.073Z] disconnectStackFrameInSuspendedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.205 s [2020-08-08T21:39:53.073Z] stepReturnOnProcess(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.305 s [2020-08-08T21:39:53.073Z] evaluateWatchExpression(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.208 s [2020-08-08T21:39:53.073Z] Running org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest [2020-08-08T21:39:53.635Z] org.eclipse.ease.ScriptExecutionException: Traceback (most recent call last): [2020-08-08T21:39:53.635Z] File "<...>", line 1, in [2020-08-08T21:39:53.635Z] File "<...>", line 81, in load_module [2020-08-08T21:39:53.635Z] ImportError: No EASE module named 'eclipse.test.notthere' [2020-08-08T21:39:53.635Z] [2020-08-08T21:39:53.635Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.449 s - in org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest [2020-08-08T21:39:53.635Z] loadSimpleModule(org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest) Time elapsed: 0.061 s [2020-08-08T21:39:53.635Z] loadModuleWithDependencies(org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest) Time elapsed: 0.06 s [2020-08-08T21:39:53.635Z] accessAdvancedModule(org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest) Time elapsed: 0.054 s [2020-08-08T21:39:53.635Z] importAs(org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest) Time elapsed: 0.056 s [2020-08-08T21:39:53.635Z] fromBasicImportMethod(org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest) Time elapsed: 0.055 s [2020-08-08T21:39:53.635Z] loadNotExistingModule(org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest) Time elapsed: 0.052 s [2020-08-08T21:39:53.635Z] fromBasicImportAll(org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest) Time elapsed: 0.054 s [2020-08-08T21:39:53.635Z] accessModule(org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest) Time elapsed: 0.057 s [2020-08-08T21:39:53.635Z] Running org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest [2020-08-08T21:39:53.635Z] ---------------------------------------------- [2020-08-08T21:39:53.635Z] Starting test: invalidSyntax(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:39:53.635Z] org.eclipse.ease.ScriptExecutionException: Traceback (most recent call last): [2020-08-08T21:39:53.635Z] File "/usr/lib64/python2.7/ast.py", line 37, in parse [2020-08-08T21:39:53.636Z] return compile(source, filename, mode, PyCF_ONLY_AST) [2020-08-08T21:39:53.636Z] File "", line 1 [2020-08-08T21:39:53.636Z] 1++ [2020-08-08T21:39:53.636Z] ^ [2020-08-08T21:39:53.636Z] SyntaxError: invalid syntax [2020-08-08T21:39:53.636Z] [2020-08-08T21:39:53.892Z] [2020-08-08T21:39:53.892Z] Finished test: invalidSyntax(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:39:53.892Z] ---------------------------------------------- [2020-08-08T21:39:53.892Z] ---------------------------------------------- [2020-08-08T21:39:53.892Z] Starting test: getScriptEngine(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:39:55.258Z] 1989377763 [2020-08-08T21:39:55.258Z] Finished test: getScriptEngine(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:39:55.258Z] ---------------------------------------------- [2020-08-08T21:39:55.258Z] ---------------------------------------------- [2020-08-08T21:39:55.258Z] Starting test: incompleteStatement(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:39:55.258Z] org.eclipse.ease.ScriptExecutionException: Traceback (most recent call last): [2020-08-08T21:39:55.258Z] File "/usr/lib64/python2.7/ast.py", line 37, in parse [2020-08-08T21:39:55.258Z] return compile(source, filename, mode, PyCF_ONLY_AST) [2020-08-08T21:39:55.258Z] File "", line 1 [2020-08-08T21:39:55.258Z] def a(): [2020-08-08T21:39:55.258Z] ^ [2020-08-08T21:39:55.258Z] SyntaxError: unexpected EOF while parsing [2020-08-08T21:39:55.258Z] [2020-08-08T21:39:55.258Z] [2020-08-08T21:39:55.258Z] Finished test: incompleteStatement(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:39:55.258Z] ---------------------------------------------- [2020-08-08T21:39:55.258Z] ---------------------------------------------- [2020-08-08T21:39:55.258Z] Starting test: multiLineStatement(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:39:55.515Z] [2020-08-08T21:39:55.515Z] Finished test: multiLineStatement(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:39:55.515Z] ---------------------------------------------- [2020-08-08T21:39:55.515Z] ---------------------------------------------- [2020-08-08T21:39:55.515Z] Starting test: runtimeError(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:39:55.515Z] org.eclipse.ease.ScriptExecutionException: Traceback (most recent call last): [2020-08-08T21:39:55.515Z] File "<...>", line 1, in [2020-08-08T21:39:55.515Z] NameError: name 'a' is not defined [2020-08-08T21:39:55.515Z] [2020-08-08T21:39:55.515Z] [2020-08-08T21:39:55.515Z] Finished test: runtimeError(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:39:55.515Z] ---------------------------------------------- [2020-08-08T21:39:55.515Z] ---------------------------------------------- [2020-08-08T21:39:55.515Z] Starting test: javaIntArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:39:55.772Z] [2020-08-08T21:39:55.772Z] Finished test: javaIntArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:39:55.772Z] ---------------------------------------------- [2020-08-08T21:39:55.772Z] ---------------------------------------------- [2020-08-08T21:39:55.772Z] Starting test: javaDoubleArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:39:56.027Z] [2020-08-08T21:39:56.027Z] Finished test: javaDoubleArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:39:56.027Z] ---------------------------------------------- [2020-08-08T21:39:56.027Z] ---------------------------------------------- [2020-08-08T21:39:56.027Z] Starting test: pythonSet(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:39:56.282Z] [2020-08-08T21:39:56.282Z] Finished test: pythonSet(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:39:56.282Z] ---------------------------------------------- [2020-08-08T21:39:56.282Z] ---------------------------------------------- [2020-08-08T21:39:56.282Z] Starting test: javaStringArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:39:56.282Z] [2020-08-08T21:39:56.282Z] Finished test: javaStringArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:39:56.282Z] ---------------------------------------------- [2020-08-08T21:39:56.282Z] ---------------------------------------------- [2020-08-08T21:39:56.282Z] Starting test: javaShortArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:39:56.537Z] [2020-08-08T21:39:56.537Z] Finished test: javaShortArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:39:56.537Z] ---------------------------------------------- [2020-08-08T21:39:56.537Z] ---------------------------------------------- [2020-08-08T21:39:56.537Z] Starting test: javaBooleanArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:39:56.793Z] [2020-08-08T21:39:56.793Z] Finished test: javaBooleanArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:39:56.793Z] ---------------------------------------------- [2020-08-08T21:39:56.793Z] ---------------------------------------------- [2020-08-08T21:39:56.793Z] Starting test: javaObjectArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:39:57.049Z] [2020-08-08T21:39:57.049Z] Finished test: javaObjectArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:39:57.049Z] ---------------------------------------------- [2020-08-08T21:39:57.049Z] ---------------------------------------------- [2020-08-08T21:39:57.049Z] Starting test: javaIntegerArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:39:57.306Z] [2020-08-08T21:39:57.306Z] Finished test: javaIntegerArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:39:57.306Z] ---------------------------------------------- [2020-08-08T21:39:57.306Z] ---------------------------------------------- [2020-08-08T21:39:57.306Z] Starting test: javaInteger(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:39:57.306Z] [2020-08-08T21:39:57.306Z] Finished test: javaInteger(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:39:57.306Z] ---------------------------------------------- [2020-08-08T21:39:57.306Z] ---------------------------------------------- [2020-08-08T21:39:57.306Z] Starting test: javaString(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:39:57.561Z] [2020-08-08T21:39:57.561Z] Finished test: javaString(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:39:57.561Z] ---------------------------------------------- [2020-08-08T21:39:57.561Z] ---------------------------------------------- [2020-08-08T21:39:57.561Z] Starting test: javaByteArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:39:57.818Z] [2020-08-08T21:39:57.818Z] Finished test: javaByteArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:39:57.818Z] ---------------------------------------------- [2020-08-08T21:39:57.818Z] ---------------------------------------------- [2020-08-08T21:39:57.818Z] Starting test: createEclipseClass(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:39:58.073Z] [2020-08-08T21:39:58.073Z] Finished test: createEclipseClass(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:39:58.073Z] ---------------------------------------------- [2020-08-08T21:39:58.073Z] ---------------------------------------------- [2020-08-08T21:39:58.073Z] Starting test: pythonString(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:39:58.073Z] [2020-08-08T21:39:58.073Z] Finished test: pythonString(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:39:58.073Z] ---------------------------------------------- [2020-08-08T21:39:58.073Z] ---------------------------------------------- [2020-08-08T21:39:58.073Z] Starting test: varargs(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:39:58.328Z] [2020-08-08T21:39:58.328Z] Finished test: varargs(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:39:58.328Z] ---------------------------------------------- [2020-08-08T21:39:58.328Z] ---------------------------------------------- [2020-08-08T21:39:58.328Z] Starting test: createJavaType(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:39:58.584Z] [2020-08-08T21:39:58.584Z] Finished test: createJavaType(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:39:58.584Z] ---------------------------------------------- [2020-08-08T21:39:58.584Z] ---------------------------------------------- [2020-08-08T21:39:58.584Z] Starting test: javaFloatArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:39:58.840Z] [2020-08-08T21:39:58.840Z] Finished test: javaFloatArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:39:58.840Z] ---------------------------------------------- [2020-08-08T21:39:58.840Z] ---------------------------------------------- [2020-08-08T21:39:58.840Z] Starting test: implementJavaInterface(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:39:59.096Z] [2020-08-08T21:39:59.096Z] Finished test: implementJavaInterface(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:39:59.096Z] ---------------------------------------------- [2020-08-08T21:39:59.096Z] ---------------------------------------------- [2020-08-08T21:39:59.096Z] Starting test: pythonDict(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:39:59.096Z] [2020-08-08T21:39:59.096Z] Finished test: pythonDict(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:39:59.096Z] ---------------------------------------------- [2020-08-08T21:39:59.096Z] ---------------------------------------------- [2020-08-08T21:39:59.096Z] Starting test: pythonList(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:39:59.352Z] [2020-08-08T21:39:59.352Z] Finished test: pythonList(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:39:59.352Z] ---------------------------------------------- [2020-08-08T21:39:59.352Z] ---------------------------------------------- [2020-08-08T21:39:59.352Z] Starting test: testMultiple(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:39:59.609Z] [2020-08-08T21:39:59.609Z] Finished test: testMultiple(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:39:59.609Z] ---------------------------------------------- [2020-08-08T21:39:59.609Z] ---------------------------------------------- [2020-08-08T21:39:59.609Z] Starting test: javaLongArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:39:59.864Z] [2020-08-08T21:39:59.864Z] Finished test: javaLongArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:39:59.864Z] ---------------------------------------------- [2020-08-08T21:39:59.864Z] ---------------------------------------------- [2020-08-08T21:39:59.864Z] Starting test: createPythonObject(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:39:59.864Z] [2020-08-08T21:39:59.865Z] Finished test: createPythonObject(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:39:59.865Z] ---------------------------------------------- [2020-08-08T21:39:59.865Z] ---------------------------------------------- [2020-08-08T21:39:59.865Z] Starting test: pythonInteger(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:40:00.120Z] [2020-08-08T21:40:00.120Z] Finished test: pythonInteger(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:40:00.120Z] ---------------------------------------------- [2020-08-08T21:40:00.120Z] Tests run: 30, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 6.546 s - in org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest [2020-08-08T21:40:00.120Z] invalidSyntax(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.196 s [2020-08-08T21:40:00.120Z] getScriptEngine(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 1.199 s [2020-08-08T21:40:00.120Z] callExit(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) skipped [2020-08-08T21:40:00.120Z] multiLinesOfCode(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) skipped [2020-08-08T21:40:00.120Z] incompleteStatement(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.196 s [2020-08-08T21:40:00.120Z] multiLineStatement(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.201 s [2020-08-08T21:40:00.120Z] runtimeError(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.197 s [2020-08-08T21:40:00.120Z] javaIntArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.198 s [2020-08-08T21:40:00.120Z] javaDoubleArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.198 s [2020-08-08T21:40:00.120Z] pythonSet(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.198 s [2020-08-08T21:40:00.120Z] javaStringArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.198 s [2020-08-08T21:40:00.120Z] javaShortArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.2 s [2020-08-08T21:40:00.120Z] javaBooleanArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.197 s [2020-08-08T21:40:00.120Z] javaObjectArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.197 s [2020-08-08T21:40:00.120Z] javaIntegerArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.196 s [2020-08-08T21:40:00.120Z] javaInteger(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.197 s [2020-08-08T21:40:00.120Z] javaString(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.199 s [2020-08-08T21:40:00.120Z] javaByteArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.198 s [2020-08-08T21:40:00.120Z] createEclipseClass(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.196 s [2020-08-08T21:40:00.120Z] pythonString(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.196 s [2020-08-08T21:40:00.120Z] varargs(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.2 s [2020-08-08T21:40:00.120Z] createJavaType(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.199 s [2020-08-08T21:40:00.120Z] javaFloatArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.198 s [2020-08-08T21:40:00.120Z] implementJavaInterface(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.201 s [2020-08-08T21:40:00.120Z] pythonDict(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.198 s [2020-08-08T21:40:00.120Z] pythonList(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.198 s [2020-08-08T21:40:00.120Z] testMultiple(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.202 s [2020-08-08T21:40:00.120Z] javaLongArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.198 s [2020-08-08T21:40:00.120Z] createPythonObject(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.195 s [2020-08-08T21:40:00.120Z] pythonInteger(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.199 s [2020-08-08T21:40:00.120Z] Running org.eclipse.ease.lang.python.py4j.StartStopTest [2020-08-08T21:40:00.120Z] ---------------------------------------------- [2020-08-08T21:40:00.120Z] Starting test: startStop(org.eclipse.ease.lang.python.py4j.StartStopTest) [2020-08-08T21:40:00.376Z] [2020-08-08T21:40:00.376Z] Finished test: startStop(org.eclipse.ease.lang.python.py4j.StartStopTest) [2020-08-08T21:40:00.376Z] ---------------------------------------------- [2020-08-08T21:40:00.376Z] ---------------------------------------------- [2020-08-08T21:40:00.376Z] Starting test: startStopShellNoBootstrap(org.eclipse.ease.lang.python.py4j.StartStopTest) [2020-08-08T21:40:00.634Z] [2020-08-08T21:40:00.634Z] Finished test: startStopShellNoBootstrap(org.eclipse.ease.lang.python.py4j.StartStopTest) [2020-08-08T21:40:00.634Z] ---------------------------------------------- [2020-08-08T21:40:00.634Z] ---------------------------------------------- [2020-08-08T21:40:00.634Z] Starting test: multiStartStop(org.eclipse.ease.lang.python.py4j.StartStopTest) [2020-08-08T21:40:00.889Z] [2020-08-08T21:40:00.889Z] Finished test: multiStartStop(org.eclipse.ease.lang.python.py4j.StartStopTest) [2020-08-08T21:40:00.889Z] ---------------------------------------------- [2020-08-08T21:40:00.889Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.604 s - in org.eclipse.ease.lang.python.py4j.StartStopTest [2020-08-08T21:40:00.889Z] startStop(org.eclipse.ease.lang.python.py4j.StartStopTest) Time elapsed: 0.201 s [2020-08-08T21:40:00.889Z] startStopShellNoBootstrap(org.eclipse.ease.lang.python.py4j.StartStopTest) Time elapsed: 0.201 s [2020-08-08T21:40:00.889Z] multiStartStop(org.eclipse.ease.lang.python.py4j.StartStopTest) Time elapsed: 0.201 s [2020-08-08T21:40:00.889Z] [2020-08-08T21:40:00.889Z] Results: [2020-08-08T21:40:00.889Z] [2020-08-08T21:40:00.889Z] Tests run: 120, Failures: 0, Errors: 0, Skipped: 13 [2020-08-08T21:40:00.889Z] [2020-08-08T21:40:01.451Z] [INFO] All tests passed! [2020-08-08T21:40:01.451Z] [INFO] [2020-08-08T21:40:01.451Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.python.py4j.test --- [2020-08-08T21:40:01.451Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/org.eclipse.ease.lang.python.py4j.test-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.py4j.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.py4j.test-0.8.0-SNAPSHOT.jar [2020-08-08T21:40:01.451Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.py4j.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.py4j.test-0.8.0-SNAPSHOT.pom [2020-08-08T21:40:01.451Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/org.eclipse.ease.lang.python.py4j.test-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.py4j.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.py4j.test-0.8.0-SNAPSHOT-sources.jar [2020-08-08T21:40:01.451Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.py4j.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.py4j.test-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:40:01.451Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.py4j.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.py4j.test-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:40:01.451Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.py4j.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.py4j.test-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:40:01.451Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.py4j.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.py4j.test-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:40:01.451Z] [INFO] [2020-08-08T21:40:01.451Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.python.py4j.test --- [2020-08-08T21:40:01.451Z] [INFO] [2020-08-08T21:40:01.451Z] [INFO] -----< org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.test >------ [2020-08-08T21:40:01.451Z] [INFO] Building org.eclipse.ease.lang.scriptarchive.test 0.8.0-SNAPSHOT [45/48] [2020-08-08T21:40:01.451Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-08-08T21:40:01.451Z] [INFO] [2020-08-08T21:40:01.451Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-08-08T21:40:01.451Z] [INFO] [2020-08-08T21:40:01.451Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-08-08T21:40:01.451Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-08T21:40:01.451Z] [INFO] [2020-08-08T21:40:01.451Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-08-08T21:40:01.451Z] [INFO] [2020-08-08T21:40:01.451Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-08-08T21:40:01.451Z] [INFO] [2020-08-08T21:40:01.451Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.scriptarchive.test >>> [2020-08-08T21:40:01.451Z] [INFO] [2020-08-08T21:40:01.451Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-08-08T21:40:01.451Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-08T21:40:01.451Z] [INFO] [2020-08-08T21:40:01.451Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-08-08T21:40:01.451Z] [INFO] [2020-08-08T21:40:01.451Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-08-08T21:40:01.451Z] [INFO] [2020-08-08T21:40:01.451Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.scriptarchive.test <<< [2020-08-08T21:40:01.451Z] [INFO] [2020-08-08T21:40:01.451Z] [INFO] [2020-08-08T21:40:01.451Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-08-08T21:40:01.451Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-08-08T21:40:02.823Z] [INFO] [2020-08-08T21:40:02.823Z] Loading source files for package org.eclipse.ease.lang.scriptarchive... [2020-08-08T21:40:02.823Z] Constructing Javadoc information... [2020-08-08T21:40:02.823Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/target/javadoc-bundle-options/package-list" [2020-08-08T21:40:02.823Z] No plugin definition found, skipping [2020-08-08T21:40:02.823Z] No plugin definition found, skipping [2020-08-08T21:40:02.823Z] [WARNING] Javadoc Warnings [2020-08-08T21:40:02.823Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5" [2020-08-08T21:40:02.823Z] [INFO] [2020-08-08T21:40:02.823Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-08-08T21:40:02.823Z] [INFO] [2020-08-08T21:40:02.823Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-08-08T21:40:02.823Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:40:02.823Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/src/main/resources [2020-08-08T21:40:02.823Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/help [2020-08-08T21:40:02.823Z] [INFO] [2020-08-08T21:40:02.823Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-08-08T21:40:02.823Z] [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/target/classes [2020-08-08T21:40:02.823Z] [INFO] [2020-08-08T21:40:02.823Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-08-08T21:40:02.823Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:40:02.823Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/src/test/resources [2020-08-08T21:40:02.823Z] [INFO] [2020-08-08T21:40:02.823Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-08-08T21:40:02.823Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/target/org.eclipse.ease.lang.scriptarchive.test-0.8.0-SNAPSHOT-sources.jar [2020-08-08T21:40:02.823Z] [INFO] [2020-08-08T21:40:02.823Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-08-08T21:40:02.823Z] [INFO] [2020-08-08T21:40:02.823Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-08-08T21:40:02.823Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/target/org.eclipse.ease.lang.scriptarchive.test-0.8.0-SNAPSHOT.jar [2020-08-08T21:40:02.823Z] [INFO] [2020-08-08T21:40:02.823Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-08-08T21:40:02.823Z] [INFO] [2020-08-08T21:40:02.823Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-08-08T21:40:02.823Z] [INFO] [2020-08-08T21:40:02.823Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-08-08T21:40:02.823Z] [INFO] [2020-08-08T21:40:02.823Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-08-08T21:40:02.823Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/target/work/data/.metadata/.log [2020-08-08T21:40:02.823Z] [INFO] Command line: [2020-08-08T21:40:02.824Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -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/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/target/surefire.properties] [2020-08-08T21:40:02.824Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5" [2020-08-08T21:40:04.191Z] Running org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest [2020-08-08T21:40:04.448Z] We are running from a zip file! [2020-08-08T21:40:04.448Z] org.eclipse.ease.ScriptExecutionException: SyntaxError: missing ; before statement (workspace://__EASE_ScriptArchive_1/scripts/Master.js#3) [2020-08-08T21:40:04.448Z] this is an error [2020-08-08T21:40:04.448Z] ^ [2020-08-08T21:40:04.448Z] at Master.js,workspace://__EASE_ScriptArchive_1/scripts/Master.js [2020-08-08T21:40:04.448Z] org.eclipse.ease.ScriptExecutionException: SyntaxError: missing ; before statement (workspace://__EASE_ScriptArchive_1/scripts/Master.js#3) [2020-08-08T21:40:04.448Z] this is an error [2020-08-08T21:40:04.448Z] ^ [2020-08-08T21:40:04.448Z] at Master.js,workspace://__EASE_ScriptArchive_1/scripts/Master.js [2020-08-08T21:40:04.704Z] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.438 s - in org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest [2020-08-08T21:40:04.704Z] executeWithManifest(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0.34 s [2020-08-08T21:40:04.704Z] zipFileRegistration(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0.024 s [2020-08-08T21:40:04.704Z] engineIdRegistration(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0 s [2020-08-08T21:40:04.704Z] jarFileRegistration(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0 s [2020-08-08T21:40:04.705Z] sarFileRegistration(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0 s [2020-08-08T21:40:04.705Z] executeWithErrors(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0.032 s [2020-08-08T21:40:04.705Z] executeWithIncludes(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0.027 s [2020-08-08T21:40:04.705Z] [2020-08-08T21:40:04.705Z] Results: [2020-08-08T21:40:04.705Z] [2020-08-08T21:40:04.705Z] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 [2020-08-08T21:40:04.705Z] [2020-08-08T21:40:05.266Z] [INFO] All tests passed! [2020-08-08T21:40:05.266Z] [INFO] [2020-08-08T21:40:05.266Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-08-08T21:40:05.266Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/target/org.eclipse.ease.lang.scriptarchive.test-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.test-0.8.0-SNAPSHOT.jar [2020-08-08T21:40:05.266Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.test-0.8.0-SNAPSHOT.pom [2020-08-08T21:40:05.266Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/target/org.eclipse.ease.lang.scriptarchive.test-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.test-0.8.0-SNAPSHOT-sources.jar [2020-08-08T21:40:05.266Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.test-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:40:05.266Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.test-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:40:05.266Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.test-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:40:05.266Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.test-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:40:05.266Z] [INFO] [2020-08-08T21:40:05.266Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-08-08T21:40:05.266Z] [INFO] [2020-08-08T21:40:05.266Z] [INFO] --------< org.eclipse.ease:org.eclipse.ease.lang.unittest.test >-------- [2020-08-08T21:40:05.266Z] [INFO] Building org.eclipse.ease.lang.unittest.test 0.8.0-SNAPSHOT [46/48] [2020-08-08T21:40:05.266Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-08-08T21:40:05.266Z] [INFO] [2020-08-08T21:40:05.266Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.unittest.test --- [2020-08-08T21:40:05.266Z] [INFO] [2020-08-08T21:40:05.266Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.unittest.test --- [2020-08-08T21:40:05.266Z] [INFO] The project's OSGi version is 0.8.0.I201908141044 [2020-08-08T21:40:05.266Z] [INFO] [2020-08-08T21:40:05.266Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.unittest.test --- [2020-08-08T21:40:05.266Z] [INFO] [2020-08-08T21:40:05.266Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.unittest.test --- [2020-08-08T21:40:05.266Z] [INFO] [2020-08-08T21:40:05.266Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.unittest.test >>> [2020-08-08T21:40:05.266Z] [INFO] [2020-08-08T21:40:05.266Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.unittest.test --- [2020-08-08T21:40:05.266Z] [INFO] The project's OSGi version is 0.8.0.I201908141044 [2020-08-08T21:40:05.266Z] [INFO] [2020-08-08T21:40:05.266Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.unittest.test --- [2020-08-08T21:40:05.266Z] [INFO] [2020-08-08T21:40:05.267Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.unittest.test --- [2020-08-08T21:40:05.267Z] [INFO] [2020-08-08T21:40:05.267Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.unittest.test <<< [2020-08-08T21:40:05.267Z] [INFO] [2020-08-08T21:40:05.267Z] [INFO] [2020-08-08T21:40:05.267Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.unittest.test --- [2020-08-08T21:40:05.267Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-08-08T21:40:06.630Z] [INFO] [2020-08-08T21:40:06.630Z] Loading source files for package org.eclipse.ease.lang.unittest... [2020-08-08T21:40:06.630Z] Constructing Javadoc information... [2020-08-08T21:40:06.630Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.unittest.test/target/javadoc-bundle-options/package-list" [2020-08-08T21:40:06.630Z] No plugin definition found, skipping [2020-08-08T21:40:06.630Z] No plugin definition found, skipping [2020-08-08T21:40:06.630Z] [WARNING] Javadoc Warnings [2020-08-08T21:40:06.630Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5" [2020-08-08T21:40:06.630Z] [INFO] [2020-08-08T21:40:06.630Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.unittest.test --- [2020-08-08T21:40:06.630Z] [INFO] [2020-08-08T21:40:06.630Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.unittest.test --- [2020-08-08T21:40:06.630Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:40:06.630Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.unittest.test/src/main/resources [2020-08-08T21:40:06.630Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.unittest.test/help [2020-08-08T21:40:06.630Z] [INFO] [2020-08-08T21:40:06.630Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.unittest.test --- [2020-08-08T21:40:06.630Z] [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.unittest.test/target/classes [2020-08-08T21:40:06.630Z] [INFO] [2020-08-08T21:40:06.630Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.unittest.test --- [2020-08-08T21:40:06.630Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:40:06.630Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.unittest.test/src/test/resources [2020-08-08T21:40:06.630Z] [INFO] [2020-08-08T21:40:06.630Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.unittest.test --- [2020-08-08T21:40:06.630Z] [WARNING] Bundle-Name header not found in /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.unittest.test/META-INF/MANIFEST.MF, fallback to Bundle-SymbolicName for source bundle [2020-08-08T21:40:06.630Z] [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.unittest.test/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [2020-08-08T21:40:06.631Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.unittest.test/target/org.eclipse.ease.lang.unittest.test-0.8.0-SNAPSHOT-sources.jar [2020-08-08T21:40:06.631Z] [INFO] [2020-08-08T21:40:06.631Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.unittest.test --- [2020-08-08T21:40:06.631Z] [INFO] [2020-08-08T21:40:06.631Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.unittest.test --- [2020-08-08T21:40:06.631Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.unittest.test/target/org.eclipse.ease.lang.unittest.test-0.8.0-SNAPSHOT.jar [2020-08-08T21:40:06.631Z] [INFO] [2020-08-08T21:40:06.631Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.unittest.test --- [2020-08-08T21:40:06.631Z] [INFO] [2020-08-08T21:40:06.631Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.unittest.test --- [2020-08-08T21:40:06.631Z] [INFO] [2020-08-08T21:40:06.631Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.unittest.test --- [2020-08-08T21:40:06.631Z] [INFO] [2020-08-08T21:40:06.631Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.ease.lang.unittest.test --- [2020-08-08T21:40:06.886Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.unittest.test/target/work/data/.metadata/.log [2020-08-08T21:40:06.886Z] [INFO] Command line: [2020-08-08T21:40:06.886Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -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/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.unittest.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.unittest.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.unittest.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.unittest.test/target/surefire.properties] [2020-08-08T21:40:06.886Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5" [2020-08-08T21:40:08.250Z] Running org.eclipse.ease.lang.unittest.ClassicJavaScriptTest [2020-08-08T21:40:09.618Z] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.171 s - in org.eclipse.ease.lang.unittest.ClassicJavaScriptTest [2020-08-08T21:40:09.618Z] folderStatus(org.eclipse.ease.lang.unittest.ClassicJavaScriptTest) Time elapsed: 0.445 s [2020-08-08T21:40:09.618Z] errorTestStatus(org.eclipse.ease.lang.unittest.ClassicJavaScriptTest) Time elapsed: 0.118 s [2020-08-08T21:40:09.618Z] failureTestStatus(org.eclipse.ease.lang.unittest.ClassicJavaScriptTest) Time elapsed: 0.105 s [2020-08-08T21:40:09.618Z] verifyOutput(org.eclipse.ease.lang.unittest.ClassicJavaScriptTest) Time elapsed: 0.099 s [2020-08-08T21:40:09.618Z] suiteStatus(org.eclipse.ease.lang.unittest.ClassicJavaScriptTest) Time elapsed: 0.092 s [2020-08-08T21:40:09.618Z] ignoreTestStatus(org.eclipse.ease.lang.unittest.ClassicJavaScriptTest) Time elapsed: 0.087 s [2020-08-08T21:40:09.618Z] passTestStatus(org.eclipse.ease.lang.unittest.ClassicJavaScriptTest) Time elapsed: 0.098 s [2020-08-08T21:40:09.618Z] Running org.eclipse.ease.lang.unittest.ModernJavaScriptTest [2020-08-08T21:40:09.884Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.601 s - in org.eclipse.ease.lang.unittest.ModernJavaScriptTest [2020-08-08T21:40:09.884Z] folderStatus(org.eclipse.ease.lang.unittest.ModernJavaScriptTest) Time elapsed: 0.103 s [2020-08-08T21:40:09.884Z] verifyOutput(org.eclipse.ease.lang.unittest.ModernJavaScriptTest) Time elapsed: 0.085 s [2020-08-08T21:40:09.884Z] suiteStatus(org.eclipse.ease.lang.unittest.ModernJavaScriptTest) Time elapsed: 0.084 s [2020-08-08T21:40:09.884Z] ignoreTestStatus(org.eclipse.ease.lang.unittest.ModernJavaScriptTest) Time elapsed: 0.053 s [2020-08-08T21:40:09.884Z] ignoreTestClassStatus(org.eclipse.ease.lang.unittest.ModernJavaScriptTest) Time elapsed: 0.08 s [2020-08-08T21:40:09.884Z] failureTestClassStatus(org.eclipse.ease.lang.unittest.ModernJavaScriptTest) Time elapsed: 0.076 s [2020-08-08T21:40:09.884Z] errorTestClassStatus(org.eclipse.ease.lang.unittest.ModernJavaScriptTest) Time elapsed: 0.071 s [2020-08-08T21:40:09.884Z] passTestClassStatus(org.eclipse.ease.lang.unittest.ModernJavaScriptTest) Time elapsed: 0.048 s [2020-08-08T21:40:09.884Z] [2020-08-08T21:40:09.884Z] Results: [2020-08-08T21:40:09.884Z] [2020-08-08T21:40:09.884Z] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0 [2020-08-08T21:40:09.884Z] [2020-08-08T21:40:10.810Z] [INFO] All tests passed! [2020-08-08T21:40:10.810Z] [INFO] [2020-08-08T21:40:10.810Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.unittest.test --- [2020-08-08T21:40:10.810Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.unittest.test/target/org.eclipse.ease.lang.unittest.test-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest.test-0.8.0-SNAPSHOT.jar [2020-08-08T21:40:10.810Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.unittest.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest.test-0.8.0-SNAPSHOT.pom [2020-08-08T21:40:10.810Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.unittest.test/target/org.eclipse.ease.lang.unittest.test-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest.test-0.8.0-SNAPSHOT-sources.jar [2020-08-08T21:40:10.811Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.unittest.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest.test-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:40:10.811Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.unittest.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest.test-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:40:10.811Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.unittest.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest.test-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:40:10.811Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.unittest.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest.test-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:40:10.811Z] [INFO] [2020-08-08T21:40:10.811Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.unittest.test --- [2020-08-08T21:40:10.811Z] [INFO] [2020-08-08T21:40:10.811Z] [INFO] -------------< org.eclipse.ease:org.eclipse.ease.ui.test >-------------- [2020-08-08T21:40:10.811Z] [INFO] Building org.eclipse.ease.ui.test 0.8.0-SNAPSHOT [47/48] [2020-08-08T21:40:10.811Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-08-08T21:40:10.811Z] [INFO] [2020-08-08T21:40:10.811Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.ui.test --- [2020-08-08T21:40:10.811Z] [INFO] [2020-08-08T21:40:10.811Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui.test --- [2020-08-08T21:40:10.811Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-08T21:40:10.811Z] [INFO] [2020-08-08T21:40:10.811Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.test --- [2020-08-08T21:40:10.811Z] [INFO] [2020-08-08T21:40:10.811Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.test --- [2020-08-08T21:40:10.811Z] [INFO] [2020-08-08T21:40:10.811Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.ui.test >>> [2020-08-08T21:40:10.811Z] [INFO] [2020-08-08T21:40:10.811Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui.test --- [2020-08-08T21:40:10.811Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-08T21:40:10.811Z] [INFO] [2020-08-08T21:40:10.811Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.test --- [2020-08-08T21:40:10.811Z] [INFO] [2020-08-08T21:40:10.811Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.test --- [2020-08-08T21:40:10.811Z] [INFO] [2020-08-08T21:40:10.811Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.ui.test <<< [2020-08-08T21:40:10.811Z] [INFO] [2020-08-08T21:40:10.811Z] [INFO] [2020-08-08T21:40:10.811Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.ui.test --- [2020-08-08T21:40:10.811Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-08-08T21:40:12.174Z] [INFO] [2020-08-08T21:40:12.174Z] Loading source files for package org.eclipse.ease.ui.completion... [2020-08-08T21:40:12.174Z] Loading source files for package org.eclipse.ease.ui.completion.provider... [2020-08-08T21:40:12.174Z] Loading source files for package org.eclipse.ease.ui.completions.java.provider... [2020-08-08T21:40:12.174Z] Loading source files for package org.eclipse.ease.ui.help.hovers... [2020-08-08T21:40:12.174Z] Constructing Javadoc information... [2020-08-08T21:40:12.174Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/target/javadoc-bundle-options/package-list" [2020-08-08T21:40:12.174Z] [WARNING] Javadoc Warnings [2020-08-08T21:40:12.175Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5" [2020-08-08T21:40:12.175Z] [INFO] [2020-08-08T21:40:12.175Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.ui.test --- [2020-08-08T21:40:12.175Z] [INFO] [2020-08-08T21:40:12.175Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.ui.test --- [2020-08-08T21:40:12.175Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:40:12.175Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/src/main/resources [2020-08-08T21:40:12.175Z] [INFO] Copying 2 resources to help [2020-08-08T21:40:12.175Z] [INFO] [2020-08-08T21:40:12.175Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.ui.test --- [2020-08-08T21:40:12.175Z] [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/target/classes [2020-08-08T21:40:12.175Z] [INFO] [2020-08-08T21:40:12.175Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.ui.test --- [2020-08-08T21:40:12.175Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:40:12.175Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/src/test/resources [2020-08-08T21:40:12.175Z] [INFO] [2020-08-08T21:40:12.175Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.ui.test --- [2020-08-08T21:40:12.175Z] [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [2020-08-08T21:40:12.175Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/target/org.eclipse.ease.ui.test-0.8.0-SNAPSHOT-sources.jar [2020-08-08T21:40:12.175Z] [INFO] [2020-08-08T21:40:12.175Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.ui.test --- [2020-08-08T21:40:12.175Z] [INFO] [2020-08-08T21:40:12.175Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.ui.test --- [2020-08-08T21:40:12.175Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/target/org.eclipse.ease.ui.test-0.8.0-SNAPSHOT.jar [2020-08-08T21:40:12.175Z] [INFO] [2020-08-08T21:40:12.175Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.ui.test --- [2020-08-08T21:40:12.175Z] [INFO] [2020-08-08T21:40:12.175Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.ui.test --- [2020-08-08T21:40:12.175Z] [INFO] [2020-08-08T21:40:12.175Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.ui.test --- [2020-08-08T21:40:12.175Z] [INFO] [2020-08-08T21:40:12.175Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.ease.ui.test --- [2020-08-08T21:40:12.175Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/target/work/data/.metadata/.log [2020-08-08T21:40:12.175Z] [INFO] Command line: [2020-08-08T21:40:12.175Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -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/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/target/surefire.properties] [2020-08-08T21:40:12.175Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5" [2020-08-08T21:40:13.584Z] Running org.eclipse.ease.ui.help.hovers.ModuleHelpTest [2020-08-08T21:40:13.584Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.016 s - in org.eclipse.ease.ui.help.hovers.ModuleHelpTest [2020-08-08T21:40:13.584Z] getModuleHelpLocation(org.eclipse.ease.ui.help.hovers.ModuleHelpTest) skipped [2020-08-08T21:40:13.584Z] getModuleHelp(org.eclipse.ease.ui.help.hovers.ModuleHelpTest) skipped [2020-08-08T21:40:13.585Z] getMethodHelp(org.eclipse.ease.ui.help.hovers.ModuleHelpTest) skipped [2020-08-08T21:40:13.585Z] getConstantHelp(org.eclipse.ease.ui.help.hovers.ModuleHelpTest) skipped [2020-08-08T21:40:13.585Z] Running org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest [2020-08-08T21:40:13.585Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 8, Time elapsed: 0.079 s - in org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest [2020-08-08T21:40:13.585Z] workspaceProjectProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-08-08T21:40:13.585Z] checkOperatingSystem(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-08-08T21:40:13.585Z] absoluteRootWorkspaceProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-08-08T21:40:13.585Z] workspaceFolderProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-08-08T21:40:13.585Z] fileSystemFolderProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-08-08T21:40:13.585Z] workspaceProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-08-08T21:40:13.585Z] relativeRootWorkspaceProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-08-08T21:40:13.585Z] fileSystemRootProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-08-08T21:40:13.585Z] Running org.eclipse.ease.ui.completion.CompletionContextTest [2020-08-08T21:40:13.585Z] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.ease.ui.completion.CompletionContextTest [2020-08-08T21:40:13.585Z] resolveStaticClass(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0.003 s [2020-08-08T21:40:13.585Z] resolveClassWithFilter(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0.001 s [2020-08-08T21:40:13.585Z] simplifyCalls(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-08-08T21:40:13.585Z] resolveClass(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-08-08T21:40:13.585Z] replaceEscapedStringLiterals(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-08-08T21:40:13.585Z] replaceSimpleStringLiterals(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-08-08T21:40:13.585Z] resolveStaticClassWithFilter(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-08-08T21:40:13.585Z] resolveClassWithParameters(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-08-08T21:40:13.585Z] replaceMultipleStringLiterals(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-08-08T21:40:13.585Z] Running org.eclipse.ease.ui.completions.java.provider.JavaPackagesCompletionsProviderTest [2020-08-08T21:40:20.123Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.917 s - in org.eclipse.ease.ui.completions.java.provider.JavaPackagesCompletionsProviderTest [2020-08-08T21:40:20.123Z] containsJavaLangPackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaPackagesCompletionsProviderTest) Time elapsed: 0.508 s [2020-08-08T21:40:20.123Z] containsOrgRootPackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaPackagesCompletionsProviderTest) Time elapsed: 0.007 s [2020-08-08T21:40:20.123Z] containsJavaRootPackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaPackagesCompletionsProviderTest) Time elapsed: 0.006 s [2020-08-08T21:40:20.123Z] containsOrgEclipsePackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaPackagesCompletionsProviderTest) Time elapsed: 0.046 s [2020-08-08T21:40:20.123Z] Running org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest [2020-08-08T21:40:25.365Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.171 s - in org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest [2020-08-08T21:40:25.365Z] containsPackageFileCompletion(org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest) Time elapsed: 0.007 s [2020-08-08T21:40:25.365Z] containsGlobalFileCompletion(org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest) Time elapsed: 0.028 s [2020-08-08T21:40:25.365Z] containsJavaLangPackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest) Time elapsed: 0.042 s [2020-08-08T21:40:25.365Z] containsOrgRootPackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest) Time elapsed: 0.004 s [2020-08-08T21:40:25.365Z] containsJavaRootPackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest) Time elapsed: 0.005 s [2020-08-08T21:40:25.365Z] containsOrgEclipsePackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest) Time elapsed: 0.058 s [2020-08-08T21:40:25.365Z] [2020-08-08T21:40:25.365Z] Results: [2020-08-08T21:40:25.365Z] [2020-08-08T21:40:25.365Z] Tests run: 31, Failures: 0, Errors: 0, Skipped: 12 [2020-08-08T21:40:25.365Z] [2020-08-08T21:40:25.927Z] [INFO] All tests passed! [2020-08-08T21:40:25.927Z] [INFO] [2020-08-08T21:40:25.927Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.ui.test --- [2020-08-08T21:40:25.927Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/target/org.eclipse.ease.ui.test-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.test/0.8.0-SNAPSHOT/org.eclipse.ease.ui.test-0.8.0-SNAPSHOT.jar [2020-08-08T21:40:25.927Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.test/0.8.0-SNAPSHOT/org.eclipse.ease.ui.test-0.8.0-SNAPSHOT.pom [2020-08-08T21:40:25.927Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/target/org.eclipse.ease.ui.test-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.test/0.8.0-SNAPSHOT/org.eclipse.ease.ui.test-0.8.0-SNAPSHOT-sources.jar [2020-08-08T21:40:25.927Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.test/0.8.0-SNAPSHOT/org.eclipse.ease.ui.test-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:40:25.927Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.test/0.8.0-SNAPSHOT/org.eclipse.ease.ui.test-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:40:25.927Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.test/0.8.0-SNAPSHOT/org.eclipse.ease.ui.test-0.8.0-SNAPSHOT-p2metadata.xml [2020-08-08T21:40:25.927Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.test/0.8.0-SNAPSHOT/org.eclipse.ease.ui.test-0.8.0-SNAPSHOT-p2artifacts.xml [2020-08-08T21:40:25.927Z] [INFO] [2020-08-08T21:40:25.927Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.ui.test --- [2020-08-08T21:40:25.927Z] [INFO] [2020-08-08T21:40:25.927Z] [INFO] ---------------------< org.eclipse.ease:ease.core >--------------------- [2020-08-08T21:40:25.927Z] [INFO] Building EASE (Incubation) 0.4.0-SNAPSHOT [48/48] [2020-08-08T21:40:25.927Z] [INFO] --------------------------------[ pom ]--------------------------------- [2020-08-08T21:40:25.927Z] [INFO] [2020-08-08T21:40:25.927Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ease.core --- [2020-08-08T21:40:25.927Z] [INFO] [2020-08-08T21:40:25.927Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ ease.core --- [2020-08-08T21:40:25.927Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/ease.core/0.4.0-SNAPSHOT/ease.core-0.4.0-SNAPSHOT.pom [2020-08-08T21:40:25.927Z] [INFO] ------------------------------------------------------------------------ [2020-08-08T21:40:25.927Z] [INFO] Reactor Summary: [2020-08-08T21:40:25.927Z] [INFO] [2020-08-08T21:40:25.927Z] [INFO] org.eclipse.ease.releng 0.8.0-SNAPSHOT ............. SUCCESS [ 4.048 s] [2020-08-08T21:40:25.927Z] [INFO] org.eclipse.ease.classloader 0.8.0-SNAPSHOT ........ SUCCESS [ 3.959 s] [2020-08-08T21:40:25.927Z] [INFO] org.eclipse.ease 0.8.0-SNAPSHOT .................... SUCCESS [ 2.777 s] [2020-08-08T21:40:25.927Z] [INFO] org.eclipse.ease.ui 0.8.0-SNAPSHOT ................. SUCCESS [ 2.707 s] [2020-08-08T21:40:25.927Z] [INFO] org.eclipse.ease.ui.completions.java 0.8.0-SNAPSHOT SUCCESS [ 1.902 s] [2020-08-08T21:40:25.927Z] [INFO] org.eclipse.ease.ui.scripts 0.8.0-SNAPSHOT ......... SUCCESS [ 7.881 s] [2020-08-08T21:40:25.927Z] [INFO] org.eclipse.ease.lang.javascript 0.8.0-SNAPSHOT .... SUCCESS [ 1.414 s] [2020-08-08T21:40:25.927Z] [INFO] org.eclipse.ease.lang.scriptarchive 0.8.0-SNAPSHOT . SUCCESS [ 1.430 s] [2020-08-08T21:40:25.927Z] [INFO] org.eclipse.ease.lang.python 0.8.0-SNAPSHOT ........ SUCCESS [ 1.550 s] [2020-08-08T21:40:25.927Z] [INFO] org.eclipse.ease.lang.python.py4j 0.8.0-SNAPSHOT ... SUCCESS [ 1.519 s] [2020-08-08T21:40:25.927Z] [INFO] org.eclipse.ease.lang.groovy 0.8.0-SNAPSHOT ........ SUCCESS [ 1.309 s] [2020-08-08T21:40:25.927Z] [INFO] org.eclipse.ease.lang.groovy.interpreter 0.8.0-SNAPSHOT SUCCESS [ 1.288 s] [2020-08-08T21:40:25.927Z] [INFO] org.eclipse.ease.lang.unittest 0.8.0-SNAPSHOT ...... SUCCESS [ 1.971 s] [2020-08-08T21:40:25.927Z] [INFO] org.eclipse.ease.lang.unittest.ui 0.8.0-SNAPSHOT ... SUCCESS [ 1.752 s] [2020-08-08T21:40:25.927Z] [INFO] org.eclipse.ease.lang.ruby 0.8.0-SNAPSHOT .......... SUCCESS [ 1.432 s] [2020-08-08T21:40:25.927Z] [INFO] org.eclipse.ease.lang.ruby.jruby 0.8.0-SNAPSHOT .... SUCCESS [ 1.423 s] [2020-08-08T21:40:25.927Z] [INFO] org.eclipse.ease.lang.javascript.nashorn 0.8.0-SNAPSHOT SUCCESS [ 1.313 s] [2020-08-08T21:40:25.927Z] [INFO] org.eclipse.ease.lang.javascript.rhino 0.8.0-SNAPSHOT SUCCESS [ 1.551 s] [2020-08-08T21:40:25.927Z] [INFO] org.eclipse.ease.lang.python.jython 0.8.0-SNAPSHOT . SUCCESS [ 1.537 s] [2020-08-08T21:40:25.927Z] [INFO] org.eclipse.ease.lang.javascript.ui 0.8.0-SNAPSHOT . SUCCESS [ 1.447 s] [2020-08-08T21:40:25.927Z] [INFO] org.eclipse.ease.lang.jvm.compiled 0.8.0-SNAPSHOT .. SUCCESS [ 1.394 s] [2020-08-08T21:40:25.927Z] [INFO] org.eclipse.ease.lang.scriptarchive.ui 0.8.0-SNAPSHOT SUCCESS [ 1.566 s] [2020-08-08T21:40:25.927Z] [INFO] org.eclipse.ease.help 0.8.0-SNAPSHOT ............... SUCCESS [ 0.101 s] [2020-08-08T21:40:25.927Z] [INFO] org.eclipse.ease.feature 0.8.0-SNAPSHOT ............ SUCCESS [ 0.134 s] [2020-08-08T21:40:25.928Z] [INFO] org.eclipse.ease.ui.feature 0.8.0-SNAPSHOT ......... SUCCESS [ 0.490 s] [2020-08-08T21:40:25.928Z] [INFO] org.eclipse.ease.lang.javascript.feature 0.8.0-SNAPSHOT SUCCESS [ 0.082 s] [2020-08-08T21:40:25.928Z] [INFO] org.eclipse.ease.lang.python.feature 0.8.0-SNAPSHOT SUCCESS [ 0.095 s] [2020-08-08T21:40:25.928Z] [INFO] org.eclipse.ease.python.jython.feature 0.8.0-SNAPSHOT SUCCESS [ 0.086 s] [2020-08-08T21:40:25.928Z] [INFO] org.eclipse.ease.lang.python.py4j.feature 0.8.0-SNAPSHOT SUCCESS [ 0.096 s] [2020-08-08T21:40:25.928Z] [INFO] org.eclipse.ease.lang.jvm.feature 0.8.0-SNAPSHOT ... SUCCESS [ 0.072 s] [2020-08-08T21:40:25.928Z] [INFO] org.eclipse.ease.lang.groovy.feature 0.8.0-SNAPSHOT SUCCESS [ 0.081 s] [2020-08-08T21:40:25.928Z] [INFO] org.eclipse.ease.lang.ruby.feature 0.8.0-SNAPSHOT .. SUCCESS [ 0.090 s] [2020-08-08T21:40:25.928Z] [INFO] org.eclipse.ease.lang.scriptarchive.feature 0.8.0-SNAPSHOT SUCCESS [ 0.081 s] [2020-08-08T21:40:25.928Z] [INFO] org.eclipse.ease.lang.unittest.feature 0.8.0-SNAPSHOT SUCCESS [ 0.084 s] [2020-08-08T21:40:25.928Z] [INFO] org.eclipse.ease.releng.target 0.8.0-SNAPSHOT ...... SUCCESS [ 0.009 s] [2020-08-08T21:40:25.928Z] [INFO] org.eclipse.ease.releng.p2 0.8.0-SNAPSHOT .......... SUCCESS [ 2.987 s] [2020-08-08T21:40:25.928Z] [INFO] org.eclipse.ease.testhelper 0.8.0-SNAPSHOT ......... SUCCESS [ 1.440 s] [2020-08-08T21:40:25.928Z] [INFO] org.eclipse.ease.test 0.8.0-SNAPSHOT ............... SUCCESS [ 13.366 s] [2020-08-08T21:40:25.928Z] [INFO] org.eclipse.ease.lang.javascript.nashorn.test 0.8.0-SNAPSHOT SUCCESS [ 3.703 s] [2020-08-08T21:40:25.928Z] [INFO] org.eclipse.ease.lang.javascript.rhino.test 0.8.0-SNAPSHOT SUCCESS [ 15.132 s] [2020-08-08T21:40:25.928Z] [INFO] org.eclipse.ease.lang.javascript.test 0.8.0-SNAPSHOT SUCCESS [ 3.632 s] [2020-08-08T21:40:25.928Z] [INFO] org.eclipse.ease.lang.python.test 0.8.0-SNAPSHOT ... SUCCESS [ 3.136 s] [2020-08-08T21:40:25.928Z] [INFO] org.eclipse.ease.lang.python.jython.test 0.8.0-SNAPSHOT SUCCESS [ 16.626 s] [2020-08-08T21:40:25.928Z] [INFO] org.eclipse.ease.lang.python.py4j.test 0.8.0-SNAPSHOT SUCCESS [ 27.739 s] [2020-08-08T21:40:25.928Z] [INFO] org.eclipse.ease.lang.scriptarchive.test 0.8.0-SNAPSHOT SUCCESS [ 3.837 s] [2020-08-08T21:40:25.928Z] [INFO] org.eclipse.ease.lang.unittest.test 0.8.0-SNAPSHOT . SUCCESS [ 5.395 s] [2020-08-08T21:40:25.928Z] [INFO] org.eclipse.ease.ui.test 0.8.0-SNAPSHOT ............ SUCCESS [ 15.138 s] [2020-08-08T21:40:25.928Z] [INFO] EASE (Incubation) 0.4.0-SNAPSHOT ................... SUCCESS [ 0.178 s] [2020-08-08T21:40:25.928Z] [INFO] ------------------------------------------------------------------------ [2020-08-08T21:40:25.928Z] [INFO] BUILD SUCCESS [2020-08-08T21:40:25.928Z] [INFO] ------------------------------------------------------------------------ [2020-08-08T21:40:25.928Z] [INFO] Total time: 04:58 min [2020-08-08T21:40:25.928Z] [INFO] Finished at: 2020-08-08T21:40:25Z [2020-08-08T21:40:25.928Z] [INFO] ------------------------------------------------------------------------ [2020-08-08T21:40:25.928Z] [INFO] [jenkins-event-spy] Generated /home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven09decab5/maven-spy-20200808-213527-51793492869234736239.log [Pipeline] } [2020-08-08T21:40:28.674Z] [withMaven] Publishers: Pipeline Graph Publisher: 32 ms, Invoker Publisher: 1 ms, Junit Publisher: 1 ms, Concordion Publisher: 1 ms, Dependencies Fingerprint Publisher: 1136 ms, Findbugs Publisher: 1 ms [Pipeline] // withMaven [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] sh [2020-08-08T21:40:28.971Z] + cp 'releng/org.eclipse.ease.releng.target/previous targets/2019-03.target' releng/org.eclipse.ease.releng.target/org.eclipse.ease.releng.target.target [Pipeline] withMaven [2020-08-08T21:40:28.978Z] [withMaven] Options: [org.jenkinsci.plugins.pipeline.maven.publishers.GeneratedArtifactsPublisher[disabled=true], org.jenkinsci.plugins.pipeline.maven.publishers.FindbugsAnalysisPublisher[disabled='false', healthy='', unHealthy='', thresholdLimit='low'], org.jenkinsci.plugins.pipeline.maven.publishers.TasksScannerPublisher[disabled='true', healthy='', unHealthy='', thresholdLimit='low']] [2020-08-08T21:40:28.978Z] [withMaven] Available options: [2020-08-08T21:40:28.978Z] [withMaven] using JDK installation oracle-jdk8-latest [2020-08-08T21:40:28.983Z] [withMaven] using Maven installation 'apache-maven-latest' [Pipeline] { [Pipeline] sh [2020-08-08T21:40:29.261Z] + mvn integration-test -f releng/org.eclipse.ease.releng/target-tests-pom.xml [2020-08-08T21:40:29.262Z] ----- withMaven Wrapper script ----- [2020-08-08T21:40:29.262Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven64f80d5e/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven64f80d5e" [2020-08-08T21:40:29.262Z] Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) [2020-08-08T21:40:29.262Z] Maven home: /opt/tools/apache-maven/latest [2020-08-08T21:40:29.262Z] Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre [2020-08-08T21:40:29.262Z] Default locale: en_US, platform encoding: UTF-8 [2020-08-08T21:40:29.262Z] OS name: "linux", version: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix" [2020-08-08T21:40:29.823Z] [INFO] [jenkins-event-spy] Generate /home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven64f80d5e/maven-spy-20200808-214029-6149108685765144750737.log.tmp ... [2020-08-08T21:40:30.081Z] [INFO] Scanning for projects... [2020-08-08T21:40:30.645Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-08T21:40:32.047Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-08T21:40:32.047Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-08T21:40:32.047Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-08T21:40:32.047Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-08T21:40:32.047Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-08T21:40:32.047Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-08T21:40:32.047Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-08T21:40:32.047Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-08T21:40:32.047Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/pom.xml [2020-08-08T21:40:32.047Z] [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-03/ [2020-08-08T21:40:32.303Z] [INFO] Adding repository http://download.eclipse.org/releases/2019-03 [2020-08-08T21:40:32.303Z] [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2019-03/ (491B) [2020-08-08T21:40:32.303Z] [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2019-03/ (491B) [2020-08-08T21:40:32.303Z] [INFO] Fetching p2.index from https://download.eclipse.org/technology/epp/packages/2019-03/ [2020-08-08T21:40:32.303Z] [INFO] Fetching p2.index from https://download.eclipse.org/technology/epp/packages/2019-03/ [2020-08-08T21:40:32.558Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/technology/epp/packages/2019-03/ [2020-08-08T21:40:32.558Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/technology/epp/packages/2019-03/ [2020-08-08T21:40:32.813Z] [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-03/201903201000/ [2020-08-08T21:40:32.813Z] [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-03/201903201000/ [2020-08-08T21:40:32.813Z] [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2019-03/201903201000/ [2020-08-08T21:40:32.813Z] [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2019-03/201903201000/ [2020-08-08T21:40:34.183Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20190226160451/repository/ [2020-08-08T21:40:34.183Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20190226160451/repository/ [2020-08-08T21:40:34.183Z] [INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/drops/R20190226160451/repository [2020-08-08T21:40:34.438Z] [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/R20190226160451/repository/ [2020-08-08T21:40:34.438Z] [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/R20190226160451/repository/ [2020-08-08T21:40:34.694Z] [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/ (109.13kB) [2020-08-08T21:40:34.694Z] [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/ (109.13kB) [2020-08-08T21:40:34.694Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190226160451/repository/ [2020-08-08T21:40:34.694Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190226160451/repository/ [2020-08-08T21:40:34.950Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190226160451/repository/ [2020-08-08T21:40:34.950Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190226160451/repository/ [2020-08-08T21:40:35.206Z] [INFO] Adding repository https://bintray.com/artifact/download/pontesegger/ease-engines [2020-08-08T21:40:36.569Z] [INFO] Adding repository https://dl.bintray.com/py4j/py4j-eclipse/0.10.4 [2020-08-08T21:40:37.131Z] [INFO] Fetching content.jar from https://dl.bintray.com/py4j/py4j-eclipse/0.10.4/ (1.51kB) [2020-08-08T21:40:37.131Z] [INFO] Fetching content.jar from https://dl.bintray.com/py4j/py4j-eclipse/0.10.4/ (1.51kB) [2020-08-08T21:40:39.644Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/pom.xml [2020-08-08T21:40:43.810Z] [INFO] Fetching 201903201000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2019-03/ [2020-08-08T21:40:43.810Z] [INFO] Fetching com.ibm.icu_63.1.0.v20181030-1705.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (9.35MB) [2020-08-08T21:40:43.810Z] [INFO] Fetching com.ibm.icu_63.1.0.v20181030-1705.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (9.35MB) [2020-08-08T21:40:47.973Z] [INFO] Fetching org.eclipse.osgi_3.13.300.v20190218-1622.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (453.89kB) [2020-08-08T21:40:47.973Z] [INFO] Fetching org.eclipse.osgi_3.13.300.v20190218-1622.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (453.89kB) [2020-08-08T21:40:47.973Z] [INFO] Fetching org.apache.batik.css_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (99.62kB) [2020-08-08T21:40:47.973Z] [INFO] Fetching org.apache.batik.css_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (99.62kB) [2020-08-08T21:40:47.973Z] [INFO] Fetching org.apache.batik.util_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (63.37kB) [2020-08-08T21:40:47.973Z] [INFO] Fetching org.apache.batik.util_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (63.37kB) [2020-08-08T21:40:48.228Z] [INFO] Fetching org.apache.batik.constants_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (13.04kB) [2020-08-08T21:40:48.228Z] [INFO] Fetching org.apache.batik.constants_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (13.04kB) [2020-08-08T21:40:48.228Z] [INFO] Fetching org.apache.batik.i18n_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (14.51kB) [2020-08-08T21:40:48.228Z] [INFO] Fetching org.apache.batik.i18n_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (14.51kB) [2020-08-08T21:40:48.484Z] [INFO] Fetching org.apache.xmlgraphics_2.2.0.v20180809-1640.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (248.02kB) [2020-08-08T21:40:48.484Z] [INFO] Fetching org.apache.xmlgraphics_2.2.0.v20180809-1640.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (248.02kB) [2020-08-08T21:40:48.484Z] [INFO] Fetching org.apache.felix.scr_2.1.14.v20190123-1619.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (154.23kB) [2020-08-08T21:40:48.741Z] [INFO] Fetching org.apache.felix.scr_2.1.14.v20190123-1619.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (154.23kB) [2020-08-08T21:40:48.741Z] [INFO] Fetching org.eclipse.osgi.util_3.5.200.v20190115-2323.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (30.66kB) [2020-08-08T21:40:48.741Z] [INFO] Fetching org.eclipse.osgi.util_3.5.200.v20190115-2323.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (30.66kB) [2020-08-08T21:40:48.997Z] [INFO] Fetching org.eclipse.compare_3.7.500.v20190218-1850.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (302.98kB) [2020-08-08T21:40:48.997Z] [INFO] Fetching org.eclipse.compare_3.7.500.v20190218-1850.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (302.98kB) [2020-08-08T21:40:49.252Z] [INFO] Fetching org.eclipse.ui_3.112.0.v20190205-1313.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (361.65kB) [2020-08-08T21:40:49.252Z] [INFO] Fetching org.eclipse.ui_3.112.0.v20190205-1313.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (361.65kB) [2020-08-08T21:40:49.252Z] [INFO] Fetching org.eclipse.core.resources_3.13.300.v20190218-2054.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (873.42kB) [2020-08-08T21:40:49.252Z] [INFO] Fetching org.eclipse.core.resources_3.13.300.v20190218-2054.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (873.42kB) [2020-08-08T21:40:49.508Z] [INFO] Fetching org.eclipse.jface.text_3.15.100.v20190305-0811.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (317.91kB) [2020-08-08T21:40:49.508Z] [INFO] Fetching org.eclipse.jface.text_3.15.100.v20190305-0811.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (317.91kB) [2020-08-08T21:40:50.068Z] [INFO] Fetching org.eclipse.ui.ide_3.15.0.v20190301-1127.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (964.56kB) [2020-08-08T21:40:50.068Z] [INFO] Fetching org.eclipse.ui.ide_3.15.0.v20190301-1127.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (964.56kB) [2020-08-08T21:40:50.637Z] [INFO] Fetching org.eclipse.ui.views_3.9.300.v20190216-1545.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (48.73kB) [2020-08-08T21:40:50.637Z] [INFO] Fetching org.eclipse.ui.views_3.9.300.v20190216-1545.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (48.73kB) [2020-08-08T21:40:50.637Z] [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.11.300.v20190218-2126.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (228.98kB) [2020-08-08T21:40:50.637Z] [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.11.300.v20190218-2126.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (228.98kB) [2020-08-08T21:40:50.892Z] [INFO] Fetching org.eclipse.core.runtime_3.15.200.v20190301-1641.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (33.81kB) [2020-08-08T21:40:50.892Z] [INFO] Fetching org.eclipse.core.runtime_3.15.200.v20190301-1641.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (33.81kB) [2020-08-08T21:40:50.892Z] [INFO] Fetching org.eclipse.core.expressions_3.6.300.v20190218-1215.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (33.73kB) [2020-08-08T21:40:50.892Z] [INFO] Fetching org.eclipse.core.expressions_3.6.300.v20190218-1215.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (33.73kB) [2020-08-08T21:40:51.147Z] [INFO] Fetching org.eclipse.ui.editors_3.11.400.v20190218-1547.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (194.99kB) [2020-08-08T21:40:51.147Z] [INFO] Fetching org.eclipse.ui.editors_3.11.400.v20190218-1547.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (194.99kB) [2020-08-08T21:40:51.403Z] [INFO] Fetching org.eclipse.ui.forms_3.7.500.v20190216-1545.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (123.09kB) [2020-08-08T21:40:51.403Z] [INFO] Fetching org.eclipse.ui.forms_3.7.500.v20190216-1545.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (123.09kB) [2020-08-08T21:40:51.403Z] [INFO] Fetching org.eclipse.compare.core_3.6.400.v20190214-2156.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (32.84kB) [2020-08-08T21:40:51.403Z] [INFO] Fetching org.eclipse.compare.core_3.6.400.v20190214-2156.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (32.84kB) [2020-08-08T21:40:51.659Z] [INFO] Fetching org.eclipse.core.commands_3.9.300.v20190215-1957.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (43.61kB) [2020-08-08T21:40:51.659Z] [INFO] Fetching org.eclipse.core.commands_3.9.300.v20190215-1957.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (43.61kB) [2020-08-08T21:40:51.659Z] [INFO] Fetching org.eclipse.equinox.common_3.10.300.v20190218-2100.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (52.15kB) [2020-08-08T21:40:51.659Z] [INFO] Fetching org.eclipse.equinox.common_3.10.300.v20190218-2100.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (52.15kB) [2020-08-08T21:40:51.916Z] [INFO] Fetching org.eclipse.core.contenttype_3.7.300.v20190215-2048.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (42.27kB) [2020-08-08T21:40:51.916Z] [INFO] Fetching org.eclipse.core.contenttype_3.7.300.v20190215-2048.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (42.27kB) [2020-08-08T21:40:51.916Z] [INFO] Fetching org.eclipse.equinox.preferences_3.7.300.v20190218-2100.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (54kB) [2020-08-08T21:40:51.916Z] [INFO] Fetching org.eclipse.equinox.preferences_3.7.300.v20190218-2100.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (54kB) [2020-08-08T21:40:52.171Z] [INFO] Fetching org.eclipse.equinox.registry_3.8.300.v20190218-2100.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (77.01kB) [2020-08-08T21:40:52.171Z] [INFO] Fetching org.eclipse.equinox.registry_3.8.300.v20190218-2100.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (77.01kB) [2020-08-08T21:40:52.171Z] [INFO] Fetching org.eclipse.core.databinding_1.7.200.v20190216-1545.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (58kB) [2020-08-08T21:40:52.171Z] [INFO] Fetching org.eclipse.core.databinding_1.7.200.v20190216-1545.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (58kB) [2020-08-08T21:40:52.427Z] [INFO] Fetching org.eclipse.core.databinding.observable_1.6.400.v20190218-2049.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (83.16kB) [2020-08-08T21:40:52.427Z] [INFO] Fetching org.eclipse.core.databinding.observable_1.6.400.v20190218-2049.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (83.16kB) [2020-08-08T21:40:52.682Z] [INFO] Fetching org.eclipse.core.databinding.property_1.6.400.v20190215-1957.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (45.1kB) [2020-08-08T21:40:52.682Z] [INFO] Fetching org.eclipse.core.databinding.property_1.6.400.v20190215-1957.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (45.1kB) [2020-08-08T21:40:52.682Z] [INFO] Fetching org.eclipse.core.filebuffers_3.6.500.v20190218-1547.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (42.01kB) [2020-08-08T21:40:52.682Z] [INFO] Fetching org.eclipse.core.filebuffers_3.6.500.v20190218-1547.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (42.01kB) [2020-08-08T21:40:52.938Z] [INFO] Fetching org.eclipse.text_3.8.100.v20190306-1823.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (97.68kB) [2020-08-08T21:40:52.938Z] [INFO] Fetching org.eclipse.text_3.8.100.v20190306-1823.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (97.68kB) [2020-08-08T21:40:52.938Z] [INFO] Fetching org.eclipse.core.filesystem_1.7.300.v20190218-2054.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (27.77kB) [2020-08-08T21:40:52.938Z] [INFO] Fetching org.eclipse.core.filesystem_1.7.300.v20190218-2054.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (27.77kB) [2020-08-08T21:40:53.194Z] [INFO] Fetching org.eclipse.core.jobs_3.10.300.v20190215-2048.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (46.04kB) [2020-08-08T21:40:53.194Z] [INFO] Fetching org.eclipse.core.jobs_3.10.300.v20190215-2048.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (46.04kB) [2020-08-08T21:40:53.194Z] [INFO] Fetching org.eclipse.core.net_1.3.400.v20181030-1645.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (33.61kB) [2020-08-08T21:40:53.194Z] [INFO] Fetching org.eclipse.core.net_1.3.400.v20181030-1645.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (33.61kB) [2020-08-08T21:40:53.449Z] [INFO] Fetching org.eclipse.equinox.security_1.3.100.v20190215-2139.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (44.7kB) [2020-08-08T21:40:53.449Z] [INFO] Fetching org.eclipse.equinox.security_1.3.100.v20190215-2139.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (44.7kB) [2020-08-08T21:40:53.449Z] [INFO] Fetching org.eclipse.equinox.app_1.4.100.v20190215-2139.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (41.75kB) [2020-08-08T21:40:53.450Z] [INFO] Fetching org.eclipse.equinox.app_1.4.100.v20190215-2139.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (41.75kB) [2020-08-08T21:40:53.705Z] [INFO] Fetching org.eclipse.core.variables_3.4.400.v20190214-1545.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (18.05kB) [2020-08-08T21:40:53.705Z] [INFO] Fetching org.eclipse.core.variables_3.4.400.v20190214-1545.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (18.05kB) [2020-08-08T21:40:53.705Z] [INFO] Fetching org.eclipse.debug.core_3.13.200.v20190216-1557.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (125.38kB) [2020-08-08T21:40:53.705Z] [INFO] Fetching org.eclipse.debug.core_3.13.200.v20190216-1557.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (125.38kB) [2020-08-08T21:40:53.961Z] [INFO] Fetching org.eclipse.debug.ui_3.14.0.v20190301-0916.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (1MB) [2020-08-08T21:40:53.961Z] [INFO] Fetching org.eclipse.debug.ui_3.14.0.v20190301-0916.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (1MB) [2020-08-08T21:40:54.524Z] [INFO] Fetching org.eclipse.ui.console_3.8.400.v20190218-2131.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (82.35kB) [2020-08-08T21:40:54.524Z] [INFO] Fetching org.eclipse.ui.console_3.8.400.v20190218-2131.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (82.35kB) [2020-08-08T21:40:54.781Z] [INFO] Fetching org.eclipse.help_3.8.300.v20190216-1017.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (122.42kB) [2020-08-08T21:40:54.781Z] [INFO] Fetching org.eclipse.help_3.8.300.v20190216-1017.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (122.42kB) [2020-08-08T21:40:54.781Z] [INFO] Fetching org.eclipse.e4.core.commands_0.12.500.v20190131-1604.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (13.77kB) [2020-08-08T21:40:54.781Z] [INFO] Fetching org.eclipse.e4.core.commands_0.12.500.v20190131-1604.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (13.77kB) [2020-08-08T21:40:55.037Z] [INFO] Fetching org.eclipse.e4.core.di_1.7.100.v20180817-1215.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (25.97kB) [2020-08-08T21:40:55.037Z] [INFO] Fetching org.eclipse.e4.core.di_1.7.100.v20180817-1215.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (25.97kB) [2020-08-08T21:40:55.037Z] [INFO] Fetching org.eclipse.e4.core.contexts_1.8.0.v20190214-1713.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (22.71kB) [2020-08-08T21:40:55.037Z] [INFO] Fetching org.eclipse.e4.core.contexts_1.8.0.v20190214-1713.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (22.71kB) [2020-08-08T21:40:55.293Z] [INFO] Fetching org.eclipse.e4.core.services_2.1.400.v20181215-2145.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (23.91kB) [2020-08-08T21:40:55.293Z] [INFO] Fetching org.eclipse.e4.core.services_2.1.400.v20181215-2145.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (23.91kB) [2020-08-08T21:40:55.293Z] [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.300.v20190214-1713.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (7.69kB) [2020-08-08T21:40:55.293Z] [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.300.v20190214-1713.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (7.69kB) [2020-08-08T21:40:55.550Z] [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.300.v20190213-1308.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (7.77kB) [2020-08-08T21:40:55.550Z] [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.300.v20190213-1308.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (7.77kB) [2020-08-08T21:40:55.550Z] [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.200.v20180817-1215.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (16.56kB) [2020-08-08T21:40:55.550Z] [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.200.v20180817-1215.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (16.56kB) [2020-08-08T21:40:55.805Z] [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.200.v20180828-0227.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (21.21kB) [2020-08-08T21:40:55.805Z] [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.200.v20180828-0227.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (21.21kB) [2020-08-08T21:40:55.805Z] [INFO] Fetching org.eclipse.emf.ecore_2.17.0.v20190116-0940.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (485.2kB) [2020-08-08T21:40:55.805Z] [INFO] Fetching org.eclipse.emf.ecore_2.17.0.v20190116-0940.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (485.2kB) [2020-08-08T21:40:56.061Z] [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.400.v20190131-1604.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (23.06kB) [2020-08-08T21:40:56.316Z] [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.400.v20190131-1604.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (23.06kB) [2020-08-08T21:40:56.316Z] [INFO] Fetching org.eclipse.swt_3.110.0.v20190305-0602.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (16.04kB) [2020-08-08T21:40:56.316Z] [INFO] Fetching org.eclipse.swt_3.110.0.v20190305-0602.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (16.04kB) [2020-08-08T21:40:56.316Z] [INFO] Fetching org.eclipse.jface_3.15.100.v20190222-1334.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (357kB) [2020-08-08T21:40:56.316Z] [INFO] Fetching org.eclipse.jface_3.15.100.v20190222-1334.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (357kB) [2020-08-08T21:40:56.877Z] [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.500.v20190211-2017.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (64.15kB) [2020-08-08T21:40:56.877Z] [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.500.v20190211-2017.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (64.15kB) [2020-08-08T21:40:56.877Z] [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.400.v20190223-1254.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (79.76kB) [2020-08-08T21:40:56.877Z] [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.400.v20190223-1254.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (79.76kB) [2020-08-08T21:40:57.132Z] [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.200.v20190212-2214.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (16.85kB) [2020-08-08T21:40:57.132Z] [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.200.v20190212-2214.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (16.85kB) [2020-08-08T21:40:57.132Z] [INFO] Fetching org.eclipse.e4.ui.di_1.2.500.v20190214-1316.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (9.97kB) [2020-08-08T21:40:57.132Z] [INFO] Fetching org.eclipse.e4.ui.di_1.2.500.v20190214-1316.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (9.97kB) [2020-08-08T21:40:57.132Z] [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.300.v20190213-1544.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (107.89kB) [2020-08-08T21:40:57.132Z] [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.300.v20190213-1544.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (107.89kB) [2020-08-08T21:40:57.388Z] [INFO] Fetching org.eclipse.e4.ui.services_1.3.400.v20190212-2214.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (13.3kB) [2020-08-08T21:40:57.388Z] [INFO] Fetching org.eclipse.e4.ui.services_1.3.400.v20190212-2214.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (13.3kB) [2020-08-08T21:40:57.644Z] [INFO] Fetching org.eclipse.equinox.event_1.5.0.v20181008-1938.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (16.82kB) [2020-08-08T21:40:57.645Z] [INFO] Fetching org.eclipse.equinox.event_1.5.0.v20181008-1938.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (16.82kB) [2020-08-08T21:40:57.645Z] [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.300.v20180920-1522.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (9.49kB) [2020-08-08T21:40:57.645Z] [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.300.v20180920-1522.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (9.49kB) [2020-08-08T21:40:57.900Z] [INFO] Fetching org.eclipse.e4.ui.workbench_1.9.0.v20190220-1356.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (86.77kB) [2020-08-08T21:40:57.900Z] [INFO] Fetching org.eclipse.e4.ui.workbench_1.9.0.v20190220-1356.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (86.77kB) [2020-08-08T21:40:57.900Z] [INFO] Fetching org.eclipse.emf.ecore.xmi_2.15.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (84.2kB) [2020-08-08T21:40:57.900Z] [INFO] Fetching org.eclipse.emf.ecore.xmi_2.15.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (84.2kB) [2020-08-08T21:40:58.156Z] [INFO] Fetching org.eclipse.emf.ecore.change_2.13.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (51.1kB) [2020-08-08T21:40:58.156Z] [INFO] Fetching org.eclipse.emf.ecore.change_2.13.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (51.1kB) [2020-08-08T21:40:58.156Z] [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.400.v20190224-1542.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (51.85kB) [2020-08-08T21:40:58.156Z] [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.400.v20190224-1542.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (51.85kB) [2020-08-08T21:40:58.412Z] [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.500.v20190220-1002.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (93.84kB) [2020-08-08T21:40:58.412Z] [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.500.v20190220-1002.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (93.84kB) [2020-08-08T21:40:58.668Z] [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.500.v20190214-0851.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (71.13kB) [2020-08-08T21:40:58.668Z] [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.500.v20190214-0851.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (71.13kB) [2020-08-08T21:40:58.669Z] [INFO] Fetching org.eclipse.jface.databinding_1.8.500.v20190218-2049.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (69.07kB) [2020-08-08T21:40:58.669Z] [INFO] Fetching org.eclipse.jface.databinding_1.8.500.v20190218-2049.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (69.07kB) [2020-08-08T21:40:58.924Z] [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.0.v20181213-1706.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (13.09kB) [2020-08-08T21:40:58.924Z] [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.0.v20181213-1706.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (13.09kB) [2020-08-08T21:40:58.924Z] [INFO] Fetching org.eclipse.ecf.filetransfer_5.0.100.v20180301-0132.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (20.38kB) [2020-08-08T21:40:58.924Z] [INFO] Fetching org.eclipse.ecf.filetransfer_5.0.100.v20180301-0132.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (20.38kB) [2020-08-08T21:40:59.179Z] [INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (283.72kB) [2020-08-08T21:40:59.179Z] [INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (283.72kB) [2020-08-08T21:40:59.179Z] [INFO] Fetching org.eclipse.ui.workbench_3.113.0.v20190219-1432.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (1,018.38kB) [2020-08-08T21:40:59.179Z] [INFO] Fetching org.eclipse.ui.workbench_3.113.0.v20190219-1432.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (1,018.38kB) [2020-08-08T21:41:00.105Z] [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.200.v20190215-2242.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (74.79kB) [2020-08-08T21:41:00.105Z] [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.200.v20190215-2242.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (74.79kB) [2020-08-08T21:41:00.105Z] [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.400.v20190215-1230.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (40.7kB) [2020-08-08T21:41:00.105Z] [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.400.v20190215-1230.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (40.7kB) [2020-08-08T21:41:00.361Z] [INFO] Fetching org.eclipse.ecf_3.9.3.v20181012-2016.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (48.13kB) [2020-08-08T21:41:00.361Z] [INFO] Fetching org.eclipse.ecf_3.9.3.v20181012-2016.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (48.13kB) [2020-08-08T21:41:00.361Z] [INFO] Fetching org.eclipse.ecf.identity_3.9.1.v20180810-0833.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (27.19kB) [2020-08-08T21:41:00.361Z] [INFO] Fetching org.eclipse.ecf.identity_3.9.1.v20180810-0833.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (27.19kB) [2020-08-08T21:41:00.617Z] [INFO] Fetching org.eclipse.equinox.concurrent_1.1.200.v20180827-1235.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (12.22kB) [2020-08-08T21:41:00.617Z] [INFO] Fetching org.eclipse.equinox.concurrent_1.1.200.v20180827-1235.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (12.22kB) [2020-08-08T21:41:00.617Z] [INFO] Fetching org.eclipse.emf.common_2.15.0.v20181220-0846.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (115.27kB) [2020-08-08T21:41:00.617Z] [INFO] Fetching org.eclipse.emf.common_2.15.0.v20181220-0846.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (115.27kB) [2020-08-08T21:41:00.872Z] [INFO] Fetching org.eclipse.equinox.bidi_1.1.300.v20190218-1259.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (23.16kB) [2020-08-08T21:41:00.872Z] [INFO] Fetching org.eclipse.equinox.bidi_1.1.300.v20190218-1259.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (23.16kB) [2020-08-08T21:41:00.872Z] [INFO] Fetching org.eclipse.equinox.launcher_1.5.300.v20190213-1655.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (29.93kB) [2020-08-08T21:41:00.872Z] [INFO] Fetching org.eclipse.equinox.launcher_1.5.300.v20190213-1655.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (29.93kB) [2020-08-08T21:41:01.128Z] [INFO] Fetching org.eclipse.equinox.p2.core_2.6.0.v20190215-2242.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (31.98kB) [2020-08-08T21:41:01.128Z] [INFO] Fetching org.eclipse.equinox.p2.core_2.6.0.v20190215-2242.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (31.98kB) [2020-08-08T21:41:01.128Z] [INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.300.v20190215-2242.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (108kB) [2020-08-08T21:41:01.129Z] [INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.300.v20190215-2242.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (108kB) [2020-08-08T21:41:01.384Z] [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (51.01kB) [2020-08-08T21:41:01.384Z] [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (51.01kB) [2020-08-08T21:41:01.640Z] [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.300.v20190215-2242.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (55.15kB) [2020-08-08T21:41:01.640Z] [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.300.v20190215-2242.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (55.15kB) [2020-08-08T21:41:01.640Z] [INFO] Fetching org.eclipse.ltk.core.refactoring_3.10.0.v20190216-1303.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (107.69kB) [2020-08-08T21:41:01.640Z] [INFO] Fetching org.eclipse.ltk.core.refactoring_3.10.0.v20190216-1303.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (107.69kB) [2020-08-08T21:41:01.895Z] [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.9.300.v20190216-1303.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (181.37kB) [2020-08-08T21:41:01.895Z] [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.9.300.v20190216-1303.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (181.37kB) [2020-08-08T21:41:02.150Z] [INFO] Fetching org.eclipse.ui.navigator_3.7.400.v20190218-2049.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (134.85kB) [2020-08-08T21:41:02.151Z] [INFO] Fetching org.eclipse.ui.navigator_3.7.400.v20190218-2049.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (134.85kB) [2020-08-08T21:41:02.151Z] [INFO] Fetching org.eclipse.team.core_3.8.500.v20190216-2155.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (126.16kB) [2020-08-08T21:41:02.151Z] [INFO] Fetching org.eclipse.team.core_3.8.500.v20190216-2155.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (126.16kB) [2020-08-08T21:41:02.406Z] [INFO] Fetching org.eclipse.team.ui_3.8.400.v20190216-2155.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (492.78kB) [2020-08-08T21:41:02.406Z] [INFO] Fetching org.eclipse.team.ui_3.8.400.v20190216-2155.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (492.78kB) [2020-08-08T21:41:02.966Z] [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.110.0.v20190305-0602.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (1,004.13kB) [2020-08-08T21:41:02.966Z] [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.110.0.v20190305-0602.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (1,004.13kB) [2020-08-08T21:41:03.527Z] [INFO] Fetching org.eclipse.ui.ide.application_1.3.200.v20190212-2214.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (54.18kB) [2020-08-08T21:41:03.527Z] [INFO] Fetching org.eclipse.ui.ide.application_1.3.200.v20190212-2214.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (54.18kB) [2020-08-08T21:41:03.527Z] [INFO] Fetching org.eclipse.ui.navigator.resources_3.6.400.v20190222-1251.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (69.45kB) [2020-08-08T21:41:03.527Z] [INFO] Fetching org.eclipse.ui.navigator.resources_3.6.400.v20190222-1251.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (69.45kB) [2020-08-08T21:41:03.783Z] [INFO] Fetching org.eclipse.urischeme_1.0.200.v20190219-1659.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (21.67kB) [2020-08-08T21:41:03.783Z] [INFO] Fetching org.eclipse.urischeme_1.0.200.v20190219-1659.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (21.67kB) [2020-08-08T21:41:03.783Z] [WARNING] The following locally built units have been used to resolve project dependencies: [2020-08-08T21:41:03.783Z] [WARNING] org.eclipse.ease.ui/0.8.0.I202007081155 [2020-08-08T21:41:03.783Z] [WARNING] org.eclipse.ease.ui.scripts/0.8.0.I202003161005 [2020-08-08T21:41:03.783Z] [WARNING] org.eclipse.ease.classloader/0.8.0.I201910171213 [2020-08-08T21:41:03.783Z] [WARNING] org.eclipse.ease/0.8.0.I202007081054 [2020-08-08T21:41:03.783Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/pom.xml [2020-08-08T21:41:04.038Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.nashorn.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/pom.xml [2020-08-08T21:41:04.038Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.nashorn.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/pom.xml [2020-08-08T21:41:04.293Z] [WARNING] The following locally built units have been used to resolve project dependencies: [2020-08-08T21:41:04.293Z] [WARNING] org.eclipse.ease.ui/0.8.0.I202007081155 [2020-08-08T21:41:04.293Z] [WARNING] org.eclipse.ease.lang.javascript/0.8.0.I202007150818 [2020-08-08T21:41:04.293Z] [WARNING] org.eclipse.ease.lang.javascript.nashorn/0.8.0.I201910171213 [2020-08-08T21:41:04.293Z] [WARNING] org.eclipse.ease.testhelper/0.8.0.I202003020926 [2020-08-08T21:41:04.293Z] [WARNING] org.eclipse.ease.classloader/0.8.0.I201910171213 [2020-08-08T21:41:04.293Z] [WARNING] org.eclipse.ease/0.8.0.I202007081054 [2020-08-08T21:41:04.293Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.nashorn.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/pom.xml [2020-08-08T21:41:04.293Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.rhino.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/pom.xml [2020-08-08T21:41:04.293Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.rhino.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/pom.xml [2020-08-08T21:41:04.293Z] [INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (2.55MB) [2020-08-08T21:41:04.293Z] [INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (2.55MB) [2020-08-08T21:41:04.548Z] [INFO] Fetching org.mozilla.javascript_1.7.5.v201504281450.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (430.37kB) [2020-08-08T21:41:04.803Z] [INFO] Fetching org.mozilla.javascript_1.7.5.v201504281450.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (430.37kB) [2020-08-08T21:41:05.059Z] [INFO] Fetching org.eclipse.wst.jsdt.ui_2.0.301.v201710051729.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (2.32MB) [2020-08-08T21:41:05.059Z] [INFO] Fetching org.eclipse.wst.jsdt.ui_2.0.301.v201710051729.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (2.32MB) [2020-08-08T21:41:06.947Z] [INFO] Fetching org.eclipse.wst.jsdt.debug.ui_1.0.600.v201605311817.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (82.19kB) [2020-08-08T21:41:06.948Z] [INFO] Fetching org.eclipse.wst.jsdt.debug.ui_1.0.600.v201605311817.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (82.19kB) [2020-08-08T21:41:06.948Z] [INFO] Fetching org.eclipse.search_3.11.500.v20190218-2126.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (216.52kB) [2020-08-08T21:41:06.948Z] [INFO] Fetching org.eclipse.search_3.11.500.v20190218-2126.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (216.52kB) [2020-08-08T21:41:06.948Z] [INFO] Fetching org.eclipse.wst.common.core_1.3.0.v201811122154.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (24.03kB) [2020-08-08T21:41:07.202Z] [INFO] Fetching org.eclipse.wst.common.core_1.3.0.v201811122154.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (24.03kB) [2020-08-08T21:41:07.203Z] [INFO] Fetching org.eclipse.wst.common.environment_1.0.400.v201810290944.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (20.09kB) [2020-08-08T21:41:07.203Z] [INFO] Fetching org.eclipse.wst.common.environment_1.0.400.v201810290944.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (20.09kB) [2020-08-08T21:41:07.203Z] [INFO] Fetching org.eclipse.wst.common.frameworks_1.2.201.v201707201954.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (43.29kB) [2020-08-08T21:41:07.203Z] [INFO] Fetching org.eclipse.wst.common.frameworks_1.2.201.v201707201954.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (43.29kB) [2020-08-08T21:41:07.457Z] [INFO] Fetching org.eclipse.wst.common.project.facet.core_1.4.400.v201808012032.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (120.05kB) [2020-08-08T21:41:07.457Z] [INFO] Fetching org.eclipse.wst.common.project.facet.core_1.4.400.v201808012032.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (120.05kB) [2020-08-08T21:41:07.713Z] [INFO] Fetching org.eclipse.wst.jsdt.core_2.0.302.v201804042202.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (1.2MB) [2020-08-08T21:41:07.713Z] [INFO] Fetching org.eclipse.wst.jsdt.core_2.0.302.v201804042202.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (1.2MB) [2020-08-08T21:41:08.652Z] [INFO] Fetching org.eclipse.wst.validation_1.2.701.v201810290944.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (134.47kB) [2020-08-08T21:41:08.652Z] [INFO] Fetching org.eclipse.wst.validation_1.2.701.v201810290944.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (134.47kB) [2020-08-08T21:41:08.652Z] [INFO] Fetching org.eclipse.wst.jsdt.debug.core_3.2.200.v201610211901.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (52.39kB) [2020-08-08T21:41:08.652Z] [INFO] Fetching org.eclipse.wst.jsdt.debug.core_3.2.200.v201610211901.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (52.39kB) [2020-08-08T21:41:08.652Z] [INFO] Fetching org.eclipse.wst.jsdt.manipulation_1.0.601.v201602241911.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (21.41kB) [2020-08-08T21:41:08.652Z] [INFO] Fetching org.eclipse.wst.jsdt.manipulation_1.0.601.v201602241911.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (21.41kB) [2020-08-08T21:41:08.910Z] [WARNING] The following locally built units have been used to resolve project dependencies: [2020-08-08T21:41:08.910Z] [WARNING] org.eclipse.ease.ui/0.8.0.I202007081155 [2020-08-08T21:41:08.910Z] [WARNING] org.eclipse.ease.lang.javascript.rhino/0.8.0.I202003021730 [2020-08-08T21:41:08.910Z] [WARNING] org.eclipse.ease.lang.javascript/0.8.0.I202007150818 [2020-08-08T21:41:08.910Z] [WARNING] org.eclipse.ease.testhelper/0.8.0.I202003020926 [2020-08-08T21:41:08.910Z] [WARNING] org.eclipse.ease.classloader/0.8.0.I201910171213 [2020-08-08T21:41:08.910Z] [WARNING] org.eclipse.ease/0.8.0.I202007081054 [2020-08-08T21:41:08.910Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.rhino.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/pom.xml [2020-08-08T21:41:08.910Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/pom.xml [2020-08-08T21:41:08.910Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/pom.xml [2020-08-08T21:41:09.185Z] [WARNING] The following locally built units have been used to resolve project dependencies: [2020-08-08T21:41:09.185Z] [WARNING] org.eclipse.ease.ui/0.8.0.I202007081155 [2020-08-08T21:41:09.185Z] [WARNING] org.eclipse.ease.lang.javascript.rhino/0.8.0.I202003021730 [2020-08-08T21:41:09.185Z] [WARNING] org.eclipse.ease.lang.javascript/0.8.0.I202007150818 [2020-08-08T21:41:09.185Z] [WARNING] org.eclipse.ease.classloader/0.8.0.I201910171213 [2020-08-08T21:41:09.185Z] [WARNING] org.eclipse.ease/0.8.0.I202007081054 [2020-08-08T21:41:09.185Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/pom.xml [2020-08-08T21:41:09.185Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/pom.xml [2020-08-08T21:41:09.185Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/pom.xml [2020-08-08T21:41:09.447Z] [WARNING] The following locally built units have been used to resolve project dependencies: [2020-08-08T21:41:09.447Z] [WARNING] org.eclipse.ease.ui/0.8.0.I202007081155 [2020-08-08T21:41:09.447Z] [WARNING] org.eclipse.ease.lang.python/0.8.0.I202006231119 [2020-08-08T21:41:09.447Z] [WARNING] org.eclipse.ease.classloader/0.8.0.I201910171213 [2020-08-08T21:41:09.447Z] [WARNING] org.eclipse.ease/0.8.0.I202007081054 [2020-08-08T21:41:09.447Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/pom.xml [2020-08-08T21:41:09.447Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.jython.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/pom.xml [2020-08-08T21:41:09.447Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.jython.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/pom.xml [2020-08-08T21:41:09.447Z] [WARNING] The following locally built units have been used to resolve project dependencies: [2020-08-08T21:41:09.447Z] [WARNING] org.eclipse.ease.ui/0.8.0.I202007081155 [2020-08-08T21:41:09.447Z] [WARNING] org.eclipse.ease.lang.python.jython/0.8.0.I201911262145 [2020-08-08T21:41:09.447Z] [WARNING] org.eclipse.ease.lang.python/0.8.0.I202006231119 [2020-08-08T21:41:09.447Z] [WARNING] org.eclipse.ease.testhelper/0.8.0.I202003020926 [2020-08-08T21:41:09.447Z] [WARNING] org.eclipse.ease.classloader/0.8.0.I201910171213 [2020-08-08T21:41:09.447Z] [WARNING] org.eclipse.ease/0.8.0.I202007081054 [2020-08-08T21:41:09.447Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.jython.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/pom.xml [2020-08-08T21:41:09.703Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.py4j.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/pom.xml [2020-08-08T21:41:09.703Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.py4j.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/pom.xml [2020-08-08T21:41:10.629Z] [INFO] Fetching py4j-java_0.10.4.bnd-LoVopg.jar from https://dl.bintray.com/py4j/py4j-eclipse/0.10.4/plugins/ (112.34kB) [2020-08-08T21:41:10.629Z] [INFO] Fetching py4j-java_0.10.4.bnd-LoVopg.jar from https://dl.bintray.com/py4j/py4j-eclipse/0.10.4/plugins/ (112.34kB) [2020-08-08T21:41:10.885Z] [INFO] Fetching py4j-python_0.10.4.bnd-2odeag.jar from https://dl.bintray.com/py4j/py4j-eclipse/0.10.4/plugins/ (74.83kB) [2020-08-08T21:41:11.141Z] [INFO] Fetching py4j-python_0.10.4.bnd-2odeag.jar from https://dl.bintray.com/py4j/py4j-eclipse/0.10.4/plugins/ (74.83kB) [2020-08-08T21:41:11.141Z] [WARNING] The following locally built units have been used to resolve project dependencies: [2020-08-08T21:41:11.141Z] [WARNING] org.eclipse.ease.ui/0.8.0.I202007081155 [2020-08-08T21:41:11.141Z] [WARNING] org.eclipse.ease.lang.python.py4j/0.8.0.I202002261020 [2020-08-08T21:41:11.141Z] [WARNING] org.eclipse.ease.lang.python/0.8.0.I202006231119 [2020-08-08T21:41:11.141Z] [WARNING] org.eclipse.ease.testhelper/0.8.0.I202003020926 [2020-08-08T21:41:11.141Z] [WARNING] org.eclipse.ease.classloader/0.8.0.I201910171213 [2020-08-08T21:41:11.141Z] [WARNING] org.eclipse.ease/0.8.0.I202007081054 [2020-08-08T21:41:11.141Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.py4j.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/pom.xml [2020-08-08T21:41:11.141Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/pom.xml [2020-08-08T21:41:11.141Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/pom.xml [2020-08-08T21:41:11.397Z] [WARNING] The following locally built units have been used to resolve project dependencies: [2020-08-08T21:41:11.398Z] [WARNING] org.eclipse.ease.ui/0.8.0.I202007081155 [2020-08-08T21:41:11.398Z] [WARNING] org.eclipse.ease.lang.javascript.rhino/0.8.0.I202003021730 [2020-08-08T21:41:11.398Z] [WARNING] org.eclipse.ease.lang.javascript/0.8.0.I202007150818 [2020-08-08T21:41:11.398Z] [WARNING] org.eclipse.ease.lang.scriptarchive/0.8.0.I201910171213 [2020-08-08T21:41:11.398Z] [WARNING] org.eclipse.ease.classloader/0.8.0.I201910171213 [2020-08-08T21:41:11.398Z] [WARNING] org.eclipse.ease/0.8.0.I202007081054 [2020-08-08T21:41:11.398Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/pom.xml [2020-08-08T21:41:11.398Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.ui.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/pom.xml [2020-08-08T21:41:11.398Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.ui.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/pom.xml [2020-08-08T21:41:11.652Z] [INFO] Fetching org.apache.lucene.analyzers-common_7.5.0.v20181003-1532.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (692.97kB) [2020-08-08T21:41:11.653Z] [INFO] Fetching org.apache.lucene.analyzers-common_7.5.0.v20181003-1532.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (692.97kB) [2020-08-08T21:41:12.214Z] [INFO] Fetching org.apache.lucene.core_7.5.0.v20181003-1532.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (899.59kB) [2020-08-08T21:41:12.214Z] [INFO] Fetching org.apache.lucene.core_7.5.0.v20181003-1532.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (899.59kB) [2020-08-08T21:41:12.776Z] [INFO] Fetching org.apache.lucene.analyzers-smartcn_7.5.0.v20181003-1532.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (3.42MB) [2020-08-08T21:41:12.776Z] [INFO] Fetching org.apache.lucene.analyzers-smartcn_7.5.0.v20181003-1532.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (3.42MB) [2020-08-08T21:41:13.702Z] [INFO] Fetching org.eclipse.jdt.ui_3.17.0.v20190304-0658.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (4MB) [2020-08-08T21:41:13.702Z] [INFO] Fetching org.eclipse.jdt.ui_3.17.0.v20190304-0658.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (4MB) [2020-08-08T21:41:16.214Z] [INFO] Fetching org.eclipse.jdt.core_3.17.0.v20190306-2240.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (6.6MB) [2020-08-08T21:41:16.214Z] [INFO] Fetching org.eclipse.jdt.core_3.17.0.v20190306-2240.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (6.6MB) [2020-08-08T21:41:16.470Z] [INFO] Fetching org.objectweb.asm_7.0.0.v20181030-2244.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (58.69kB) [2020-08-08T21:41:16.470Z] [INFO] Fetching org.objectweb.asm_7.0.0.v20181030-2244.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (58.69kB) [2020-08-08T21:41:16.726Z] [INFO] Fetching org.eclipse.help.ui_4.1.400.v20190218-1039.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (149.4kB) [2020-08-08T21:41:16.726Z] [INFO] Fetching org.eclipse.help.ui_4.1.400.v20190218-1039.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (149.4kB) [2020-08-08T21:41:16.726Z] [INFO] Fetching org.eclipse.help.webapp_3.9.400.v20190212-1458.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (242.1kB) [2020-08-08T21:41:16.981Z] [INFO] Fetching org.eclipse.help.webapp_3.9.400.v20190212-1458.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (242.1kB) [2020-08-08T21:41:16.981Z] [INFO] Fetching org.eclipse.equinox.http.jetty_3.7.0.v20190305-2216.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (16.63kB) [2020-08-08T21:41:17.237Z] [INFO] Fetching org.eclipse.equinox.http.jetty_3.7.0.v20190305-2216.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (16.63kB) [2020-08-08T21:41:17.237Z] [INFO] Fetching org.eclipse.ui.browser_3.6.300.v20180828-0837.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (97.35kB) [2020-08-08T21:41:17.237Z] [INFO] Fetching org.eclipse.ui.browser_3.6.300.v20180828-0837.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (97.35kB) [2020-08-08T21:41:17.237Z] [INFO] Fetching org.eclipse.equinox.http.servlet_1.6.0.v20190305-2225.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (76.28kB) [2020-08-08T21:41:17.492Z] [INFO] Fetching org.eclipse.equinox.http.servlet_1.6.0.v20190305-2225.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (76.28kB) [2020-08-08T21:41:17.492Z] [INFO] Fetching org.eclipse.jetty.http_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (211.68kB) [2020-08-08T21:41:17.493Z] [INFO] Fetching org.eclipse.jetty.http_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (211.68kB) [2020-08-08T21:41:17.493Z] [INFO] Fetching org.eclipse.jetty.server_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (656.68kB) [2020-08-08T21:41:17.493Z] [INFO] Fetching org.eclipse.jetty.server_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (656.68kB) [2020-08-08T21:41:17.748Z] [INFO] Fetching org.eclipse.jetty.servlet_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (127.96kB) [2020-08-08T21:41:17.748Z] [INFO] Fetching org.eclipse.jetty.servlet_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (127.96kB) [2020-08-08T21:41:17.748Z] [INFO] Fetching org.eclipse.jetty.util_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (532.25kB) [2020-08-08T21:41:18.003Z] [INFO] Fetching org.eclipse.jetty.util_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (532.25kB) [2020-08-08T21:41:18.003Z] [INFO] Fetching org.eclipse.equinox.http.registry_1.1.700.v20190214-1948.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (18.49kB) [2020-08-08T21:41:18.003Z] [INFO] Fetching org.eclipse.equinox.http.registry_1.1.700.v20190214-1948.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (18.49kB) [2020-08-08T21:41:18.003Z] [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.200.v20190214-1948.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (14.66kB) [2020-08-08T21:41:18.003Z] [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.200.v20190214-1948.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (14.66kB) [2020-08-08T21:41:18.259Z] [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.1.200.v20190214-1948.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (8.7kB) [2020-08-08T21:41:18.259Z] [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.1.200.v20190214-1948.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (8.7kB) [2020-08-08T21:41:18.259Z] [INFO] Fetching org.eclipse.help.base_4.2.500.v20190307-0500.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (162.49kB) [2020-08-08T21:41:18.259Z] [INFO] Fetching org.eclipse.help.base_4.2.500.v20190307-0500.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (162.49kB) [2020-08-08T21:41:18.514Z] [INFO] Fetching org.eclipse.jdt.core.manipulation_1.11.100.v20190301-1946.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (266.38kB) [2020-08-08T21:41:18.514Z] [INFO] Fetching org.eclipse.jdt.core.manipulation_1.11.100.v20190301-1946.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (266.38kB) [2020-08-08T21:41:18.770Z] [INFO] Fetching org.eclipse.jdt.launching_3.13.0.v20190222-0937.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (271.05kB) [2020-08-08T21:41:18.770Z] [INFO] Fetching org.eclipse.jdt.launching_3.13.0.v20190222-0937.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (271.05kB) [2020-08-08T21:41:19.025Z] [INFO] Fetching org.eclipse.jdt.debug_3.12.200.v20190218-2230.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (928.19kB) [2020-08-08T21:41:19.025Z] [INFO] Fetching org.eclipse.jdt.debug_3.12.200.v20190218-2230.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (928.19kB) [2020-08-08T21:41:19.025Z] [INFO] Fetching org.eclipse.jetty.io_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (162.03kB) [2020-08-08T21:41:19.025Z] [INFO] Fetching org.eclipse.jetty.io_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (162.03kB) [2020-08-08T21:41:19.281Z] [INFO] Fetching org.eclipse.jetty.security_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (123.46kB) [2020-08-08T21:41:19.281Z] [INFO] Fetching org.eclipse.jetty.security_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (123.46kB) [2020-08-08T21:41:19.281Z] [WARNING] The following locally built units have been used to resolve project dependencies: [2020-08-08T21:41:19.281Z] [WARNING] org.eclipse.ease.ui/0.8.0.I202007081155 [2020-08-08T21:41:19.281Z] [WARNING] org.eclipse.ease.ui.completions.java/0.8.0.I202007080801 [2020-08-08T21:41:19.281Z] [WARNING] org.eclipse.ease.classloader/0.8.0.I201910171213 [2020-08-08T21:41:19.281Z] [WARNING] org.eclipse.ease/0.8.0.I202007081054 [2020-08-08T21:41:19.281Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.ui.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/pom.xml [2020-08-08T21:41:19.536Z] [WARNING] The project org.eclipse.ease:org.eclipse.ease.releng:pom:0.8.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 [2020-08-08T21:41:19.536Z] [WARNING] [jenkins-event-spy] Unexpected Maven project file name 'target-tests-pom.xml', problems may occur [2020-08-08T21:41:19.536Z] [INFO] ------------------------------------------------------------------------ [2020-08-08T21:41:19.536Z] [INFO] Reactor Build Order: [2020-08-08T21:41:19.536Z] [INFO] [2020-08-08T21:41:19.536Z] [INFO] org.eclipse.ease.releng [pom] [2020-08-08T21:41:19.536Z] [INFO] org.eclipse.ease.releng.target [eclipse-target-definition] [2020-08-08T21:41:19.536Z] [INFO] org.eclipse.ease.test [eclipse-test-plugin] [2020-08-08T21:41:19.536Z] [INFO] org.eclipse.ease.lang.javascript.nashorn.test [eclipse-test-plugin] [2020-08-08T21:41:19.536Z] [INFO] org.eclipse.ease.lang.javascript.rhino.test [eclipse-test-plugin] [2020-08-08T21:41:19.536Z] [INFO] org.eclipse.ease.lang.javascript.test [eclipse-test-plugin] [2020-08-08T21:41:19.536Z] [INFO] org.eclipse.ease.lang.python.test [eclipse-test-plugin] [2020-08-08T21:41:19.536Z] [INFO] org.eclipse.ease.lang.python.jython.test [eclipse-test-plugin] [2020-08-08T21:41:19.536Z] [INFO] org.eclipse.ease.lang.python.py4j.test [eclipse-test-plugin] [2020-08-08T21:41:19.536Z] [INFO] org.eclipse.ease.lang.scriptarchive.test [eclipse-test-plugin] [2020-08-08T21:41:19.536Z] [INFO] org.eclipse.ease.ui.test [eclipse-test-plugin] [2020-08-08T21:41:19.536Z] [WARNING] [jenkins-event-spy] Unexpected Maven project file name 'target-tests-pom.xml', problems may occur [2020-08-08T21:41:19.536Z] [INFO] [2020-08-08T21:41:19.536Z] [INFO] --------------< org.eclipse.ease:org.eclipse.ease.releng >-------------- [2020-08-08T21:41:19.536Z] [INFO] Building org.eclipse.ease.releng 0.8.0-SNAPSHOT [1/11] [2020-08-08T21:41:19.536Z] [INFO] --------------------------------[ pom ]--------------------------------- [2020-08-08T21:41:19.536Z] [WARNING] [jenkins-event-spy] Unexpected Maven project file name 'target-tests-pom.xml', problems may occur [2020-08-08T21:41:19.537Z] [INFO] [2020-08-08T21:41:19.537Z] [INFO] ----------< org.eclipse.ease:org.eclipse.ease.releng.target >----------- [2020-08-08T21:41:19.537Z] [INFO] Building org.eclipse.ease.releng.target 0.8.0-SNAPSHOT [2/11] [2020-08-08T21:41:19.537Z] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [2020-08-08T21:41:19.537Z] [INFO] [2020-08-08T21:41:19.537Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.releng.target --- [2020-08-08T21:41:19.537Z] [INFO] [2020-08-08T21:41:19.537Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-target-definition (default-package-target-definition) @ org.eclipse.ease.releng.target --- [2020-08-08T21:41:19.537Z] [INFO] [2020-08-08T21:41:19.537Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.releng.target --- [2020-08-08T21:41:19.537Z] [INFO] [2020-08-08T21:41:19.537Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.releng.target --- [2020-08-08T21:41:19.537Z] [INFO] [2020-08-08T21:41:19.537Z] [INFO] ---------------< org.eclipse.ease:org.eclipse.ease.test >--------------- [2020-08-08T21:41:19.537Z] [INFO] Building org.eclipse.ease.test 0.8.0-SNAPSHOT [3/11] [2020-08-08T21:41:19.537Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-08-08T21:41:19.537Z] [INFO] [2020-08-08T21:41:19.537Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.test --- [2020-08-08T21:41:19.792Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-08T21:41:19.792Z] [INFO] [2020-08-08T21:41:19.792Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.test --- [2020-08-08T21:41:19.792Z] [INFO] [2020-08-08T21:41:19.792Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.test --- [2020-08-08T21:41:19.792Z] [INFO] [2020-08-08T21:41:19.792Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.test --- [2020-08-08T21:41:19.792Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:41:19.792Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/src/main/resources [2020-08-08T21:41:19.792Z] [INFO] [2020-08-08T21:41:19.792Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.test --- [2020-08-08T21:41:19.792Z] [INFO] Nothing to compile - all classes are up to date [2020-08-08T21:41:19.792Z] [INFO] [2020-08-08T21:41:19.792Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.test --- [2020-08-08T21:41:19.792Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:41:19.792Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/src/test/resources [2020-08-08T21:41:19.792Z] [INFO] [2020-08-08T21:41:19.793Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.test --- [2020-08-08T21:41:19.793Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/target/org.eclipse.ease.test-0.8.0-SNAPSHOT-sources.jar [2020-08-08T21:41:20.048Z] [INFO] [2020-08-08T21:41:20.048Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.test --- [2020-08-08T21:41:20.048Z] [INFO] [2020-08-08T21:41:20.048Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.test --- [2020-08-08T21:41:20.048Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/target/org.eclipse.ease.test-0.8.0-SNAPSHOT.jar [2020-08-08T21:41:20.048Z] [INFO] [2020-08-08T21:41:20.048Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.test --- [2020-08-08T21:41:20.048Z] [INFO] [2020-08-08T21:41:20.048Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.test --- [2020-08-08T21:41:20.048Z] [INFO] [2020-08-08T21:41:20.048Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.test --- [2020-08-08T21:41:20.048Z] [INFO] [2020-08-08T21:41:20.048Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.ease.test --- [2020-08-08T21:41:20.048Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/target/work/data/.metadata/.log [2020-08-08T21:41:20.048Z] [INFO] Command line: [2020-08-08T21:41:20.048Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.300.v20190213-1655/org.eclipse.equinox.launcher-1.5.300.v20190213-1655.jar, -data, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/target/surefire.properties] [2020-08-08T21:41:20.304Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven64f80d5e/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven64f80d5e" [2020-08-08T21:41:21.259Z] Running org.eclipse.ease.tools.StringToolsTest [2020-08-08T21:41:21.259Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.ease.tools.StringToolsTest [2020-08-08T21:41:21.259Z] parseArgumentsNull(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0.001 s [2020-08-08T21:41:21.259Z] parseArgumentsQuotedSingle(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0 s [2020-08-08T21:41:21.259Z] parseArgumentsEmpty(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0 s [2020-08-08T21:41:21.259Z] parseArgumentsMixedMultiple(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0 s [2020-08-08T21:41:21.259Z] parseArgumentsMixedMultipleLines(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0 s [2020-08-08T21:41:21.259Z] parseArgumentsNonQuotedMultiple(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0 s [2020-08-08T21:41:21.259Z] parseArgumentsNonQuotedSingle(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0 s [2020-08-08T21:41:21.259Z] parseArgumentsQuotedMultiple(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0 s [2020-08-08T21:41:21.259Z] Running org.eclipse.ease.tools.ResourceToolsTest [2020-08-08T21:41:21.515Z] Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.155 s - in org.eclipse.ease.tools.ResourceToolsTest [2020-08-08T21:41:21.515Z] resolveScriptLocation(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.125 s [2020-08-08T21:41:21.515Z] getWorkspaceInputStream(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-08T21:41:21.515Z] resolvePlatformURI(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-08T21:41:21.515Z] resolveScriptLocationWithSpacesInPath(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-08-08T21:41:21.515Z] resolveURL(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-08T21:41:21.515Z] invalidIsAbsolute(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-08T21:41:21.516Z] getFilesystemInputStream(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-08T21:41:21.516Z] toRelativeLocationInWorkspace(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-08T21:41:21.516Z] checkOperatingSystem(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-08T21:41:21.516Z] inputStreamToString(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-08T21:41:21.516Z] fileSystemToAbsoluteLocationOnLinux(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-08T21:41:21.516Z] exists(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-08T21:41:21.516Z] resolveRelativeInWorkspace(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-08-08T21:41:21.516Z] isFile(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-08T21:41:21.516Z] invalidToFile(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-08T21:41:21.516Z] resolveAbsoluteInFileSystem(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-08T21:41:21.516Z] resolveWindowsRoot(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-08T21:41:21.516Z] resolveRelativeInFileSystemOnWindows(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-08T21:41:21.516Z] isAbsoluteFileSystemPathOnWindows(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-08T21:41:21.516Z] readerToString(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-08T21:41:21.516Z] workspaceFileToString(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-08-08T21:41:21.516Z] toFile(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-08T21:41:21.516Z] toProjectRelativeLocation(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-08T21:41:21.516Z] getInvalidInputStream(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.003 s [2020-08-08T21:41:21.516Z] resolveRelativeInFileSystemOnLinux(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-08T21:41:21.516Z] isFolder(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-08T21:41:21.516Z] fileSystemToAbsoluteLocationOnWindows(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-08T21:41:21.516Z] isAbsoluteWorkspacePath(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-08T21:41:21.516Z] isAbsoluteFileSystemPathOnLinux(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-08T21:41:21.516Z] resolveInvalid(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-08T21:41:21.516Z] resolveAbsoluteInFileSystemOnWindows(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-08T21:41:21.516Z] resolveScriptLocationWithSpacesInDomain(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-08T21:41:21.516Z] resolveRelativefromWorkspaceToFilesystem(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-08T21:41:21.516Z] resolveRelativeWithoutBaseFile(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-08T21:41:21.516Z] resolveInWorkspace(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-08T21:41:21.516Z] resolveScriptLocationWithSpecialCharactersInPath(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-08T21:41:21.516Z] filesystemFileToString(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-08T21:41:21.516Z] createURI(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-08T21:41:21.516Z] uriToAbsoluteLocation(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-08T21:41:21.516Z] createFolder(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.002 s [2020-08-08T21:41:21.516Z] workspaceToAbsoluteLocation(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-08T21:41:21.516Z] resolveAbsoluteInFileSystemOnLinux(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-08T21:41:21.516Z] invalidToString(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-08T21:41:21.516Z] resolveRelativeURIs(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-08T21:41:21.516Z] resolveRelativeInFileSystem(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-08-08T21:41:21.516Z] resolveScriptLocationWithSpecialCharactersInDomain(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.002 s [2020-08-08T21:41:21.516Z] isAbsoluteURL(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-08T21:41:21.516Z] Running org.eclipse.ease.tools.RunnableWithResultTest [2020-08-08T21:41:21.516Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.ease.tools.RunnableWithResultTest [2020-08-08T21:41:21.516Z] testException(org.eclipse.ease.tools.RunnableWithResultTest) Time elapsed: 0 s [2020-08-08T21:41:21.516Z] testResult(org.eclipse.ease.tools.RunnableWithResultTest) Time elapsed: 0 s [2020-08-08T21:41:21.516Z] Running org.eclipse.ease.ScriptTest [2020-08-08T21:41:21.516Z] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.ease.ScriptTest [2020-08-08T21:41:21.516Z] codeFromScriptable(org.eclipse.ease.ScriptTest) Time elapsed: 0.004 s [2020-08-08T21:41:21.516Z] codeFromFilesystemFile(org.eclipse.ease.ScriptTest) Time elapsed: 0.001 s [2020-08-08T21:41:21.516Z] getCodeStream(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-08-08T21:41:21.516Z] getFile(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-08-08T21:41:21.516Z] codeFromStringBuilder(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-08-08T21:41:21.516Z] getResult(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-08-08T21:41:21.516Z] getException(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-08-08T21:41:21.516Z] codeFromWorkspaceFile(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-08-08T21:41:21.516Z] codeFromInputStream(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-08-08T21:41:21.516Z] getTitle(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-08-08T21:41:21.516Z] getCommand(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-08-08T21:41:21.516Z] codeFromReader(org.eclipse.ease.ScriptTest) Time elapsed: 0.001 s [2020-08-08T21:41:21.516Z] codeFromString(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-08-08T21:41:21.516Z] Running org.eclipse.ease.AbstractScriptEngineTest [2020-08-08T21:41:24.783Z] testorg.eclipse.ease.ScriptExecutionException: Engine got terminated [2020-08-08T21:41:24.783Z] java.lang.RuntimeException: ERROR [2020-08-08T21:41:24.783Z] at org.eclipse.ease.AbstractScriptEngineTest$MockedScriptEngine.execute(AbstractScriptEngineTest.java:73) [2020-08-08T21:41:24.783Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-08T21:41:24.783Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-08T21:41:24.783Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-08T21:41:25.708Z] 1Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.018 s - in org.eclipse.ease.AbstractScriptEngineTest [2020-08-08T21:41:25.708Z] extractEmptyArguments(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0.002 s [2020-08-08T21:41:25.708Z] setNotNullOutputStream(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-08-08T21:41:25.708Z] terminateViaMonitorCancellation(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 1.206 s [2020-08-08T21:41:25.709Z] inject(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-08-08T21:41:25.709Z] extractArguments(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0.001 s [2020-08-08T21:41:25.709Z] executeSync(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-08-08T21:41:25.709Z] setNotNullErrorStream(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-08-08T21:41:25.709Z] setNullErrorStream(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-08-08T21:41:25.709Z] isJob(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-08-08T21:41:25.709Z] streamsAvailable(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-08-08T21:41:25.709Z] executeValidCodeAndTerminate(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0.001 s [2020-08-08T21:41:25.709Z] setNullOutputStream(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-08-08T21:41:25.709Z] terminateMultipleTimes(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0.601 s [2020-08-08T21:41:25.709Z] engineTerminatesWhenIdle(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 1 s [2020-08-08T21:41:25.709Z] terminateViaTerminateMethod(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0.202 s [2020-08-08T21:41:25.709Z] terminateViaMethodCallback(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0.001 s [2020-08-08T21:41:25.709Z] executeErrorCodeAndTerminate(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 1.001 s [2020-08-08T21:41:25.709Z] Running org.eclipse.ease.adapters.ScriptableAdapterTest [2020-08-08T21:41:25.709Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.ease.adapters.ScriptableAdapterTest [2020-08-08T21:41:25.709Z] adaptURI(org.eclipse.ease.adapters.ScriptableAdapterTest) Time elapsed: 0.005 s [2020-08-08T21:41:25.709Z] adaptURL(org.eclipse.ease.adapters.ScriptableAdapterTest) Time elapsed: 0 s [2020-08-08T21:41:25.709Z] adaptWorkspaceFile(org.eclipse.ease.adapters.ScriptableAdapterTest) Time elapsed: 0 s [2020-08-08T21:41:25.709Z] getAdapterList(org.eclipse.ease.adapters.ScriptableAdapterTest) Time elapsed: 0 s [2020-08-08T21:41:25.709Z] adaptFilesystemFile(org.eclipse.ease.adapters.ScriptableAdapterTest) Time elapsed: 0 s [2020-08-08T21:41:25.709Z] Running org.eclipse.ease.AbstractCodeFactoryTest [2020-08-08T21:41:25.709Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s - in org.eclipse.ease.AbstractCodeFactoryTest [2020-08-08T21:41:25.709Z] createNewKeywordHeader(org.eclipse.ease.AbstractCodeFactoryTest) Time elapsed: 0.055 s [2020-08-08T21:41:25.709Z] Running org.eclipse.ease.sign.VerifySignatureTest [2020-08-08T21:41:25.709Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.ease.sign.VerifySignatureTest [2020-08-08T21:41:25.709Z] testWithNonCodeParserScriptType(org.eclipse.ease.sign.VerifySignatureTest) Time elapsed: 0.004 s [2020-08-08T21:41:25.709Z] Running org.eclipse.ease.sign.SignatureHelperTest [2020-08-08T21:41:25.709Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.ease.sign.SignatureHelperTest [2020-08-08T21:41:25.709Z] certificateTest(org.eclipse.ease.sign.SignatureHelperTest) Time elapsed: 0.006 s [2020-08-08T21:41:25.709Z] Running org.eclipse.ease.ScriptResultTest [2020-08-08T21:41:25.709Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.ease.ScriptResultTest [2020-08-08T21:41:25.709Z] hasException(org.eclipse.ease.ScriptResultTest) Time elapsed: 0 s [2020-08-08T21:41:25.709Z] getResult(org.eclipse.ease.ScriptResultTest) Time elapsed: 0 s [2020-08-08T21:41:25.709Z] getException(org.eclipse.ease.ScriptResultTest) Time elapsed: 0 s [2020-08-08T21:41:25.709Z] isReady(org.eclipse.ease.ScriptResultTest) Time elapsed: 0 s [2020-08-08T21:41:25.709Z] Running org.eclipse.ease.AbstractCodeParserTest [2020-08-08T21:41:25.709Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.ease.AbstractCodeParserTest [2020-08-08T21:41:25.709Z] parseCode(org.eclipse.ease.AbstractCodeParserTest) Time elapsed: 0 s [2020-08-08T21:41:25.709Z] parseLineHeader(org.eclipse.ease.AbstractCodeParserTest) Time elapsed: 0 s [2020-08-08T21:41:25.709Z] parseBlockAfterWhitespace(org.eclipse.ease.AbstractCodeParserTest) Time elapsed: 0 s [2020-08-08T21:41:25.709Z] parseEmpty(org.eclipse.ease.AbstractCodeParserTest) Time elapsed: 0 s [2020-08-08T21:41:25.709Z] parseBlockHeader(org.eclipse.ease.AbstractCodeParserTest) Time elapsed: 0.001 s [2020-08-08T21:41:25.709Z] Running org.eclipse.ease.AbstractReplScriptEngineTest [2020-08-08T21:41:30.951Z] testorg.eclipse.ease.ScriptExecutionException: Engine got terminated [2020-08-08T21:41:31.207Z] java.lang.RuntimeException: ERROR [2020-08-08T21:41:31.207Z] at org.eclipse.ease.AbstractReplScriptEngineTest$MockedScriptEngine.execute(AbstractReplScriptEngineTest.java:61) [2020-08-08T21:41:31.207Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-08T21:41:31.207Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-08T21:41:31.207Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-08T21:41:32.572Z] Hello worldHello world1Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.643 s - in org.eclipse.ease.AbstractReplScriptEngineTest [2020-08-08T21:41:32.572Z] terminateOnIdleAfterSchedule(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0.02 s [2020-08-08T21:41:32.572Z] terminateEngine(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0.001 s [2020-08-08T21:41:32.572Z] keepRunningOnIdle(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.001 s [2020-08-08T21:41:32.572Z] extractEmptyArguments(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-08-08T21:41:32.572Z] setNotNullOutputStream(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-08-08T21:41:32.572Z] terminateViaMonitorCancellation(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.102 s [2020-08-08T21:41:32.572Z] inject(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-08-08T21:41:32.572Z] extractArguments(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-08-08T21:41:32.572Z] executeSync(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.001 s [2020-08-08T21:41:32.572Z] setNotNullErrorStream(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0.001 s [2020-08-08T21:41:32.572Z] setNullErrorStream(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-08-08T21:41:32.572Z] isJob(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-08-08T21:41:32.572Z] streamsAvailable(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-08-08T21:41:32.572Z] executeValidCodeAndTerminate(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.001 s [2020-08-08T21:41:32.572Z] setNullOutputStream(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-08-08T21:41:32.572Z] terminateMultipleTimes(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0.301 s [2020-08-08T21:41:32.572Z] engineTerminatesWhenIdle(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-08-08T21:41:32.572Z] terminateViaTerminateMethod(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0.202 s [2020-08-08T21:41:32.573Z] terminateViaMethodCallback(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.001 s [2020-08-08T21:41:32.573Z] executeErrorCodeAndTerminate(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.001 s [2020-08-08T21:41:32.573Z] [2020-08-08T21:41:32.573Z] Results: [2020-08-08T21:41:32.573Z] [2020-08-08T21:41:32.573Z] Tests run: 124, Failures: 0, Errors: 0, Skipped: 0 [2020-08-08T21:41:32.573Z] [2020-08-08T21:41:32.573Z] [INFO] All tests passed! [2020-08-08T21:41:32.573Z] [INFO] [2020-08-08T21:41:32.573Z] [INFO] ---< org.eclipse.ease:org.eclipse.ease.lang.javascript.nashorn.test >--- [2020-08-08T21:41:32.573Z] [INFO] Building org.eclipse.ease.lang.javascript.nashorn.test 0.8.0-SNAPSHOT [4/11] [2020-08-08T21:41:32.573Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-08-08T21:41:32.573Z] [INFO] [2020-08-08T21:41:32.573Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-08-08T21:41:32.573Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-08T21:41:32.573Z] [INFO] [2020-08-08T21:41:32.573Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-08-08T21:41:32.573Z] [INFO] [2020-08-08T21:41:32.573Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-08-08T21:41:32.573Z] [INFO] [2020-08-08T21:41:32.573Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-08-08T21:41:32.573Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:41:32.573Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/src/main/resources [2020-08-08T21:41:32.573Z] [INFO] [2020-08-08T21:41:32.573Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-08-08T21:41:32.573Z] [INFO] Nothing to compile - all classes are up to date [2020-08-08T21:41:32.573Z] [INFO] [2020-08-08T21:41:32.573Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-08-08T21:41:32.573Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:41:32.573Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/src/test/resources [2020-08-08T21:41:32.573Z] [INFO] [2020-08-08T21:41:32.573Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-08-08T21:41:32.573Z] [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [2020-08-08T21:41:32.573Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/org.eclipse.ease.lang.javascript.nashorn.test-0.8.0-SNAPSHOT-sources.jar [2020-08-08T21:41:32.573Z] [INFO] [2020-08-08T21:41:32.573Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-08-08T21:41:32.573Z] [INFO] [2020-08-08T21:41:32.573Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-08-08T21:41:32.573Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/org.eclipse.ease.lang.javascript.nashorn.test-0.8.0-SNAPSHOT.jar [2020-08-08T21:41:32.833Z] [INFO] [2020-08-08T21:41:32.833Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-08-08T21:41:32.833Z] [INFO] [2020-08-08T21:41:32.833Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-08-08T21:41:32.833Z] [INFO] [2020-08-08T21:41:32.833Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-08-08T21:41:32.833Z] [INFO] [2020-08-08T21:41:32.833Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-08-08T21:41:32.833Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/work/data/.metadata/.log [2020-08-08T21:41:32.833Z] [INFO] Command line: [2020-08-08T21:41:32.833Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.300.v20190213-1655/org.eclipse.equinox.launcher-1.5.300.v20190213-1655.jar, -data, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/surefire.properties] [2020-08-08T21:41:32.833Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven64f80d5e/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven64f80d5e" [2020-08-08T21:41:34.204Z] Running org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest [2020-08-08T21:41:34.765Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.666 s - in org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest [2020-08-08T21:41:34.765Z] reloadEnvironment(org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest) Time elapsed: 0.444 s [2020-08-08T21:41:34.765Z] bootstrappedEnvironment(org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest) Time elapsed: 0.024 s [2020-08-08T21:41:34.765Z] postMethodCallback(org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest) Time elapsed: 0.117 s [2020-08-08T21:41:34.765Z] preMethodCallback(org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest) Time elapsed: 0.025 s [2020-08-08T21:41:34.765Z] reloadFunctionDefinitions(org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest) Time elapsed: 0.041 s [2020-08-08T21:41:34.765Z] [2020-08-08T21:41:34.765Z] Results: [2020-08-08T21:41:34.765Z] [2020-08-08T21:41:34.765Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [2020-08-08T21:41:34.765Z] [2020-08-08T21:41:35.020Z] [INFO] All tests passed! [2020-08-08T21:41:35.020Z] [INFO] [2020-08-08T21:41:35.020Z] [INFO] ----< org.eclipse.ease:org.eclipse.ease.lang.javascript.rhino.test >---- [2020-08-08T21:41:35.020Z] [INFO] Building org.eclipse.ease.lang.javascript.rhino.test 0.8.0-SNAPSHOT [5/11] [2020-08-08T21:41:35.020Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-08-08T21:41:35.020Z] [INFO] [2020-08-08T21:41:35.020Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-08-08T21:41:35.020Z] [INFO] The project's OSGi version is 0.8.0.I201911291239 [2020-08-08T21:41:35.020Z] [INFO] [2020-08-08T21:41:35.021Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-08-08T21:41:35.021Z] [INFO] [2020-08-08T21:41:35.021Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-08-08T21:41:35.021Z] [INFO] [2020-08-08T21:41:35.021Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-08-08T21:41:35.021Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:41:35.021Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/src/main/resources [2020-08-08T21:41:35.021Z] [INFO] [2020-08-08T21:41:35.021Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-08-08T21:41:35.021Z] [INFO] Nothing to compile - all classes are up to date [2020-08-08T21:41:35.021Z] [INFO] [2020-08-08T21:41:35.021Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-08-08T21:41:35.021Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:41:35.021Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/src/test/resources [2020-08-08T21:41:35.021Z] [INFO] [2020-08-08T21:41:35.021Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-08-08T21:41:35.021Z] [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [2020-08-08T21:41:35.021Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/org.eclipse.ease.lang.javascript.rhino.test-0.8.0-SNAPSHOT-sources.jar [2020-08-08T21:41:35.021Z] [INFO] [2020-08-08T21:41:35.021Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-08-08T21:41:35.021Z] [INFO] [2020-08-08T21:41:35.021Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-08-08T21:41:35.021Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/org.eclipse.ease.lang.javascript.rhino.test-0.8.0-SNAPSHOT.jar [2020-08-08T21:41:35.021Z] [INFO] [2020-08-08T21:41:35.021Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-08-08T21:41:35.021Z] [INFO] [2020-08-08T21:41:35.021Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-08-08T21:41:35.021Z] [INFO] [2020-08-08T21:41:35.021Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-08-08T21:41:35.021Z] [INFO] [2020-08-08T21:41:35.021Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-08-08T21:41:35.285Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/work/data/.metadata/.log [2020-08-08T21:41:35.285Z] [INFO] Command line: [2020-08-08T21:41:35.285Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.300.v20190213-1655/org.eclipse.equinox.launcher-1.5.300.v20190213-1655.jar, -data, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/surefire.properties] [2020-08-08T21:41:35.285Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven64f80d5e/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven64f80d5e" [2020-08-08T21:41:36.683Z] Running org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest [2020-08-08T21:41:36.683Z] org.eclipse.ease.ScriptExecutionException: JavaError: NotThere cannot be found by org.mozilla.javascript_1.7.5.v201504281450 [2020-08-08T21:41:36.683Z] [2020-08-08T21:41:36.683Z] Java Stacktrace: [2020-08-08T21:41:36.683Z] java.lang.ClassNotFoundException: NotThere cannot be found by org.mozilla.javascript_1.7.5.v201504281450 [2020-08-08T21:41:36.683Z] at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:511) [2020-08-08T21:41:36.683Z] at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:422) [2020-08-08T21:41:36.683Z] at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:414) [2020-08-08T21:41:36.683Z] at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:153) [2020-08-08T21:41:36.683Z] at java.lang.ClassLoader.loadClass(ClassLoader.java:357) [2020-08-08T21:41:36.683Z] at java.lang.Class.forName0(Native Method) [2020-08-08T21:41:36.683Z] at java.lang.Class.forName(Class.java:264) [2020-08-08T21:41:36.683Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2020-08-08T21:41:36.683Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2020-08-08T21:41:36.683Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2020-08-08T21:41:36.684Z] at java.lang.reflect.Method.invoke(Method.java:498) [2020-08-08T21:41:36.684Z] at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:126) [2020-08-08T21:41:36.684Z] at org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:225) [2020-08-08T21:41:36.684Z] at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1473) [2020-08-08T21:41:36.684Z] at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:815) [2020-08-08T21:41:36.684Z] at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:109) [2020-08-08T21:41:36.684Z] at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:394) [2020-08-08T21:41:36.684Z] at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3091) [2020-08-08T21:41:36.684Z] at org.mozilla.javascript.InterpretedFunction.exec(InterpretedFunction.java:120) [2020-08-08T21:41:36.684Z] at org.mozilla.javascript.Context.evaluateReader(Context.java:1110) [2020-08-08T21:41:36.684Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:222) [2020-08-08T21:41:36.684Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:201) [2020-08-08T21:41:36.684Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-08T21:41:36.684Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-08T21:41:36.684Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-08T21:41:36.684Z] org.eclipse.ease.ScriptExecutionException: TypeError: Cannot call method "foobar" of undefined [2020-08-08T21:41:36.684Z] org.eclipse.ease.ScriptExecutionException: ScriptException: test [2020-08-08T21:41:36.939Z] org.eclipse.ease.ScriptExecutionException: JavaError: java.lang.Exception [2020-08-08T21:41:36.939Z] [2020-08-08T21:41:36.939Z] Java Stacktrace: [2020-08-08T21:41:36.939Z] java.lang.Exception [2020-08-08T21:41:36.939Z] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [2020-08-08T21:41:36.939Z] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [2020-08-08T21:41:36.939Z] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [2020-08-08T21:41:36.939Z] at java.lang.reflect.Constructor.newInstance(Constructor.java:423) [2020-08-08T21:41:36.939Z] at org.mozilla.javascript.MemberBox.newInstance(MemberBox.java:159) [2020-08-08T21:41:36.939Z] at org.mozilla.javascript.NativeJavaClass.constructInternal(NativeJavaClass.java:266) [2020-08-08T21:41:36.939Z] at org.mozilla.javascript.NativeJavaClass.constructSpecific(NativeJavaClass.java:205) [2020-08-08T21:41:36.939Z] at org.mozilla.javascript.NativeJavaClass.construct(NativeJavaClass.java:166) [2020-08-08T21:41:36.939Z] at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1519) [2020-08-08T21:41:36.939Z] at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:815) [2020-08-08T21:41:36.939Z] at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:109) [2020-08-08T21:41:36.939Z] at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:394) [2020-08-08T21:41:36.939Z] at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3091) [2020-08-08T21:41:36.939Z] at org.mozilla.javascript.InterpretedFunction.exec(InterpretedFunction.java:120) [2020-08-08T21:41:36.939Z] at org.mozilla.javascript.Context.evaluateReader(Context.java:1110) [2020-08-08T21:41:36.939Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:222) [2020-08-08T21:41:36.939Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:201) [2020-08-08T21:41:36.939Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-08T21:41:36.939Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-08T21:41:36.939Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-08T21:41:36.939Z] org.eclipse.ease.ScriptExecutionException: ScriptException: JavaScript [2020-08-08T21:41:36.939Z] org.eclipse.ease.ScriptExecutionException: SyntaxError: unterminated string literal (#1) [2020-08-08T21:41:36.939Z] 'asdf [2020-08-08T21:41:36.939Z] ^ [2020-08-08T21:41:36.939Z] at :1 [2020-08-08T21:41:36.939Z] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.459 s - in org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest [2020-08-08T21:41:36.939Z] getExceptionStackTrace(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.217 s [2020-08-08T21:41:36.939Z] causeWrappedException(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.027 s [2020-08-08T21:41:36.939Z] optionalModuleParameters(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.042 s [2020-08-08T21:41:36.939Z] simpleScriptCode(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.015 s [2020-08-08T21:41:36.939Z] causeRuntimeErrorException(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.015 s [2020-08-08T21:41:36.939Z] callModuleCode(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.014 s [2020-08-08T21:41:36.939Z] throwJavaClass(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.017 s [2020-08-08T21:41:36.939Z] throwJavaException(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.047 s [2020-08-08T21:41:36.939Z] accessJavaClasses(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.012 s [2020-08-08T21:41:36.939Z] accessEclipseClasses(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.013 s [2020-08-08T21:41:36.939Z] throwJavaScriptException(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.011 s [2020-08-08T21:41:36.939Z] causeSyntaxErrorException(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.012 s [2020-08-08T21:41:36.939Z] Running org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest [2020-08-08T21:41:37.195Z] Start of script [2020-08-08T21:41:37.195Z] include file start [2020-08-08T21:41:37.195Z] Include file processed [2020-08-08T21:41:37.195Z] line after include file [2020-08-08T21:41:37.196Z] Result of testMethod = 5 [2020-08-08T21:41:37.196Z] End of script [2020-08-08T21:41:37.196Z] Start of script [2020-08-08T21:41:37.451Z] include file start [2020-08-08T21:41:37.451Z] Include file processed [2020-08-08T21:41:37.451Z] line after include file [2020-08-08T21:41:37.451Z] Result of testMethod = 5 [2020-08-08T21:41:37.452Z] End of script [2020-08-08T21:41:37.452Z] Start of script [2020-08-08T21:41:37.452Z] include file start [2020-08-08T21:41:37.452Z] Include file processed [2020-08-08T21:41:37.452Z] line after include file [2020-08-08T21:41:37.452Z] Result of testMethod = 5 [2020-08-08T21:41:37.707Z] Start of script [2020-08-08T21:41:37.707Z] include file start [2020-08-08T21:41:37.707Z] Include file processed [2020-08-08T21:41:37.707Z] line after include file [2020-08-08T21:41:37.962Z] Result of testMethod = 5 [2020-08-08T21:41:37.962Z] End of script [2020-08-08T21:41:38.218Z] Start of script [2020-08-08T21:41:38.218Z] include file start [2020-08-08T21:41:38.218Z] Include file processed [2020-08-08T21:41:38.218Z] line after include file [2020-08-08T21:41:38.218Z] Result of testMethod = 5 [2020-08-08T21:41:38.218Z] End of script [2020-08-08T21:41:38.474Z] Start of script [2020-08-08T21:41:38.474Z] include file start [2020-08-08T21:41:38.474Z] Include file processed [2020-08-08T21:41:38.474Z] line after include file [2020-08-08T21:41:38.474Z] Result of testMethod = 5 [2020-08-08T21:41:38.474Z] End of script [2020-08-08T21:41:38.729Z] Start of script [2020-08-08T21:41:38.729Z] include file start [2020-08-08T21:41:38.729Z] Include file processed [2020-08-08T21:41:38.729Z] line after include file [2020-08-08T21:41:38.729Z] Result of testMethod = 5 [2020-08-08T21:41:38.985Z] Start of script [2020-08-08T21:41:38.985Z] include file start [2020-08-08T21:41:38.985Z] Include file processed [2020-08-08T21:41:38.985Z] line after include file [2020-08-08T21:41:39.240Z] Result of testMethod = 5 [2020-08-08T21:41:39.240Z] End of script [2020-08-08T21:41:39.240Z] Start of script [2020-08-08T21:41:39.240Z] include file start [2020-08-08T21:41:39.240Z] Include file processed [2020-08-08T21:41:39.240Z] line after include file [2020-08-08T21:41:39.240Z] Result of testMethod = 5 [2020-08-08T21:41:39.496Z] End of script [2020-08-08T21:41:39.496Z] Start of script [2020-08-08T21:41:39.496Z] include file start [2020-08-08T21:41:39.496Z] Include file processed [2020-08-08T21:41:39.496Z] line after include file [2020-08-08T21:41:40.056Z] Start of script [2020-08-08T21:41:40.056Z] include file start [2020-08-08T21:41:40.056Z] Include file processed [2020-08-08T21:41:40.056Z] line after include file [2020-08-08T21:41:40.056Z] Result of testMethod = 5 [2020-08-08T21:41:40.056Z] End of script [2020-08-08T21:41:40.056Z] Start of script [2020-08-08T21:41:40.056Z] include file start [2020-08-08T21:41:40.056Z] Include file processed [2020-08-08T21:41:40.056Z] line after include file [2020-08-08T21:41:40.312Z] Result of testMethod = 5 [2020-08-08T21:41:40.312Z] End of script [2020-08-08T21:41:40.568Z] Start of script [2020-08-08T21:41:40.824Z] include file start [2020-08-08T21:41:40.824Z] Include file processed [2020-08-08T21:41:40.824Z] line after include file [2020-08-08T21:41:40.824Z] Result of testMethod = 5 [2020-08-08T21:41:40.824Z] End of script [2020-08-08T21:41:40.824Z] Start of script [2020-08-08T21:41:40.824Z] include file start [2020-08-08T21:41:40.824Z] Include file processed [2020-08-08T21:41:40.824Z] line after include file [2020-08-08T21:41:41.079Z] Result of testMethod = 5 [2020-08-08T21:41:41.079Z] End of script [2020-08-08T21:41:41.079Z] Start of script [2020-08-08T21:41:41.079Z] include file start [2020-08-08T21:41:41.079Z] Include file processed [2020-08-08T21:41:41.079Z] line after include file [2020-08-08T21:41:41.079Z] Result of testMethod = 5 [2020-08-08T21:41:41.335Z] Start of script [2020-08-08T21:41:41.335Z] include file start [2020-08-08T21:41:41.335Z] Include file processed [2020-08-08T21:41:41.335Z] line after include file [2020-08-08T21:41:41.592Z] Result of testMethod = 5 [2020-08-08T21:41:41.592Z] End of script [2020-08-08T21:41:41.847Z] Start of script [2020-08-08T21:41:41.847Z] include file start [2020-08-08T21:41:41.847Z] Include file processed [2020-08-08T21:41:41.847Z] line after include file [2020-08-08T21:41:41.847Z] Result of testMethod = 5 [2020-08-08T21:41:42.102Z] End of script [2020-08-08T21:41:42.102Z] Start of script [2020-08-08T21:41:42.102Z] include file start [2020-08-08T21:41:42.102Z] Include file processed [2020-08-08T21:41:42.102Z] line after include file [2020-08-08T21:41:42.357Z] Result of testMethod = 5 [2020-08-08T21:41:42.357Z] End of script [2020-08-08T21:41:42.613Z] Start of script [2020-08-08T21:41:42.613Z] include file start [2020-08-08T21:41:42.613Z] Include file processed [2020-08-08T21:41:42.613Z] line after include file [2020-08-08T21:41:42.868Z] Result of testMethod = 5 [2020-08-08T21:41:42.868Z] End of script [2020-08-08T21:41:42.868Z] Start of script [2020-08-08T21:41:42.868Z] include file start [2020-08-08T21:41:42.868Z] Include file processed [2020-08-08T21:41:42.868Z] line after include file [2020-08-08T21:41:42.868Z] Result of testMethod = 5 [2020-08-08T21:41:43.430Z] Start of script [2020-08-08T21:41:43.430Z] include file start [2020-08-08T21:41:43.430Z] Include file processed [2020-08-08T21:41:43.430Z] line after include file [2020-08-08T21:41:43.430Z] Result of testMethod = 5 [2020-08-08T21:41:43.430Z] End of script [2020-08-08T21:41:43.430Z] Start of script [2020-08-08T21:41:43.430Z] include file start [2020-08-08T21:41:43.430Z] Include file processed [2020-08-08T21:41:43.430Z] line after include file [2020-08-08T21:41:43.685Z] Result of testMethod = 5 [2020-08-08T21:41:43.685Z] End of script [2020-08-08T21:41:43.685Z] Start of script [2020-08-08T21:41:43.685Z] include file start [2020-08-08T21:41:43.685Z] Include file processed [2020-08-08T21:41:43.685Z] line after include file [2020-08-08T21:41:43.685Z] Result of testMethod = 5 [2020-08-08T21:41:43.685Z] End of script [2020-08-08T21:41:43.941Z] Start of script [2020-08-08T21:41:43.941Z] include file start [2020-08-08T21:41:43.941Z] Include file processed [2020-08-08T21:41:44.196Z] line after include file [2020-08-08T21:41:44.196Z] Result of testMethod = 5 [2020-08-08T21:41:44.196Z] End of script [2020-08-08T21:41:44.196Z] Start of script [2020-08-08T21:41:44.196Z] include file start [2020-08-08T21:41:44.196Z] Include file processed [2020-08-08T21:41:44.196Z] line after include file [2020-08-08T21:41:44.451Z] Start of script [2020-08-08T21:41:44.706Z] include file start [2020-08-08T21:41:44.706Z] Include file processed [2020-08-08T21:41:44.706Z] line after include file [2020-08-08T21:41:44.706Z] Result of testMethod = 5 [2020-08-08T21:41:44.706Z] End of script [2020-08-08T21:41:44.706Z] Start of script [2020-08-08T21:41:44.706Z] include file start [2020-08-08T21:41:44.706Z] Include file processed [2020-08-08T21:41:44.706Z] line after include file [2020-08-08T21:41:44.706Z] Result of testMethod = 5 [2020-08-08T21:41:45.267Z] Start of script [2020-08-08T21:41:45.267Z] include file start [2020-08-08T21:41:45.267Z] Include file processed [2020-08-08T21:41:45.267Z] line after include file [2020-08-08T21:41:45.267Z] Result of testMethod = 5 [2020-08-08T21:41:45.267Z] End of script [2020-08-08T21:41:45.267Z] Start of script [2020-08-08T21:41:45.267Z] include file start [2020-08-08T21:41:45.267Z] Include file processed [2020-08-08T21:41:45.267Z] line after include file [2020-08-08T21:41:45.523Z] Result of testMethod = 5 [2020-08-08T21:41:45.523Z] End of script [2020-08-08T21:41:45.523Z] Start of script [2020-08-08T21:41:45.523Z] include file start [2020-08-08T21:41:45.523Z] Include file processed [2020-08-08T21:41:45.523Z] line after include file [2020-08-08T21:41:45.778Z] Result of testMethod = 5 [2020-08-08T21:41:45.778Z] End of script [2020-08-08T21:41:46.034Z] Start of script [2020-08-08T21:41:46.034Z] include file start [2020-08-08T21:41:46.034Z] Include file processed [2020-08-08T21:41:46.034Z] line after include file [2020-08-08T21:41:46.034Z] Result of testMethod = 5 [2020-08-08T21:41:46.034Z] End of script [2020-08-08T21:41:46.034Z] Start of script [2020-08-08T21:41:46.034Z] include file start [2020-08-08T21:41:46.034Z] Include file processed [2020-08-08T21:41:46.034Z] line after include file [2020-08-08T21:41:46.034Z] Result of testMethod = 5 [2020-08-08T21:41:46.595Z] Start of script [2020-08-08T21:41:46.595Z] include file start [2020-08-08T21:41:46.595Z] Include file processed [2020-08-08T21:41:46.595Z] line after include file [2020-08-08T21:41:46.595Z] Result of testMethod = 5 [2020-08-08T21:41:46.595Z] End of script [2020-08-08T21:41:46.595Z] Start of script [2020-08-08T21:41:46.595Z] include file start [2020-08-08T21:41:46.595Z] Include file processed [2020-08-08T21:41:46.595Z] line after include file [2020-08-08T21:41:46.595Z] Result of testMethod = 5 [2020-08-08T21:41:47.156Z] Start of script [2020-08-08T21:41:47.156Z] include file start [2020-08-08T21:41:47.156Z] Include file processed [2020-08-08T21:41:47.156Z] line after include file [2020-08-08T21:41:47.156Z] Result of testMethod = 5 [2020-08-08T21:41:47.156Z] End of script [2020-08-08T21:41:47.411Z] Start of script [2020-08-08T21:41:47.411Z] include file start [2020-08-08T21:41:47.411Z] Include file processed [2020-08-08T21:41:47.411Z] line after include file [2020-08-08T21:41:47.667Z] Result of testMethod = 5 [2020-08-08T21:41:47.667Z] End of script [2020-08-08T21:41:47.667Z] Start of script [2020-08-08T21:41:47.667Z] include file start [2020-08-08T21:41:47.667Z] Include file processed [2020-08-08T21:41:47.667Z] line after include file [2020-08-08T21:41:47.667Z] Result of testMethod = 5 [2020-08-08T21:41:47.667Z] End of script [2020-08-08T21:41:47.923Z] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.943 s - in org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest [2020-08-08T21:41:47.923Z] disconnectProcessInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.291 s [2020-08-08T21:41:47.923Z] stepReturnIncludeCommand(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.211 s [2020-08-08T21:41:47.923Z] arrayVariableSorting(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.308 s [2020-08-08T21:41:47.923Z] stepOverOnDebugTarget(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.309 s [2020-08-08T21:41:47.923Z] hasDebugTarget(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.104 s [2020-08-08T21:41:47.923Z] disconnectThreadInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.206 s [2020-08-08T21:41:47.923Z] stepReturnOnDebugTarget(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.307 s [2020-08-08T21:41:47.923Z] nullVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-08-08T21:41:47.923Z] stepOverOnStackFrame(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.307 s [2020-08-08T21:41:47.923Z] resumeOnDebugTarget(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.206 s [2020-08-08T21:41:47.923Z] modifyVariableKeepingType(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.406 s [2020-08-08T21:41:47.923Z] resumeOnLastIncludeLine(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.207 s [2020-08-08T21:41:47.923Z] stepReturnOnStackFrame(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.307 s [2020-08-08T21:41:47.923Z] terminateStackFrameInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.207 s [2020-08-08T21:41:47.923Z] breakpointLocation(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.212 s [2020-08-08T21:41:47.923Z] stepReturnOnThread(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.307 s [2020-08-08T21:41:47.923Z] javaClassVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.307 s [2020-08-08T21:41:47.923Z] stepIntoOnThread(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-08-08T21:41:47.923Z] terminateThreadInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.206 s [2020-08-08T21:41:47.923Z] resumeOnThread(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.205 s [2020-08-08T21:41:47.923Z] stepIntoOnStackFrame(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-08-08T21:41:47.923Z] terminateProcessInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.206 s [2020-08-08T21:41:47.923Z] stepOverOnProcess(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.305 s [2020-08-08T21:41:47.923Z] nativeArrayVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.304 s [2020-08-08T21:41:47.923Z] disconnectDebugTargetInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.206 s [2020-08-08T21:41:47.923Z] stepIntoOnProcess(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-08-08T21:41:47.923Z] terminatedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.104 s [2020-08-08T21:41:47.923Z] stepOverIncludeCommand(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.304 s [2020-08-08T21:41:47.923Z] innerScopeVariableBeforeOuterScopeVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.305 s [2020-08-08T21:41:47.923Z] stepIntoIncludeCommand(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.304 s [2020-08-08T21:41:47.923Z] primitiveStringVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.305 s [2020-08-08T21:41:47.923Z] resumeOnProcess(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.205 s [2020-08-08T21:41:47.923Z] stepIntoOnDebugTarget(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.305 s [2020-08-08T21:41:47.923Z] stepOverOnThread(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.305 s [2020-08-08T21:41:47.923Z] suspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.205 s [2020-08-08T21:41:47.923Z] primitiveDoubleVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.305 s [2020-08-08T21:41:47.923Z] resumeOnStackFrame(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.205 s [2020-08-08T21:41:47.923Z] nativeObjectVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.305 s [2020-08-08T21:41:47.923Z] terminateDebugTargetInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.205 s [2020-08-08T21:41:47.923Z] disconnectStackFrameInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.205 s [2020-08-08T21:41:47.923Z] stepReturnOnProcess(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.305 s [2020-08-08T21:41:47.923Z] evaluateWatchExpression(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.207 s [2020-08-08T21:41:47.923Z] Running org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest [2020-08-08T21:41:47.923Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s - in org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest [2020-08-08T21:41:47.923Z] reloadEnvironment(org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest) Time elapsed: 0.032 s [2020-08-08T21:41:47.923Z] bootstrappedEnvironment(org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest) Time elapsed: 0.009 s [2020-08-08T21:41:47.923Z] postMethodCallback(org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest) Time elapsed: 0.016 s [2020-08-08T21:41:47.923Z] preMethodCallback(org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest) Time elapsed: 0.009 s [2020-08-08T21:41:47.923Z] reloadFunctionDefinitions(org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest) Time elapsed: 0.013 s [2020-08-08T21:41:47.923Z] Running org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest [2020-08-08T21:41:47.923Z] org.eclipse.ease.ScriptExecutionException: JavaError: NotThere cannot be found by org.mozilla.javascript_1.7.5.v201504281450 [2020-08-08T21:41:47.923Z] at [2020-08-08T21:41:47.923Z] [2020-08-08T21:41:47.924Z] Java Stacktrace: [2020-08-08T21:41:47.924Z] java.lang.ClassNotFoundException: NotThere cannot be found by org.mozilla.javascript_1.7.5.v201504281450 [2020-08-08T21:41:47.924Z] at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:511) [2020-08-08T21:41:47.924Z] at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:422) [2020-08-08T21:41:47.924Z] at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:414) [2020-08-08T21:41:47.924Z] at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:153) [2020-08-08T21:41:47.924Z] at java.lang.ClassLoader.loadClass(ClassLoader.java:357) [2020-08-08T21:41:47.924Z] at java.lang.Class.forName0(Native Method) [2020-08-08T21:41:47.924Z] at java.lang.Class.forName(Class.java:264) [2020-08-08T21:41:47.924Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2020-08-08T21:41:47.924Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2020-08-08T21:41:47.924Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2020-08-08T21:41:47.924Z] at java.lang.reflect.Method.invoke(Method.java:498) [2020-08-08T21:41:47.924Z] at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:126) [2020-08-08T21:41:47.924Z] at org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:225) [2020-08-08T21:41:47.924Z] at org.mozilla.javascript.optimizer.OptRuntime.call1(OptRuntime.java:32) [2020-08-08T21:41:47.924Z] at org.mozilla.javascript.gen.c_27._c_script_0(Unknown Source) [2020-08-08T21:41:47.924Z] at org.mozilla.javascript.gen.c_27.call(Unknown Source) [2020-08-08T21:41:47.924Z] at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:394) [2020-08-08T21:41:47.924Z] at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3091) [2020-08-08T21:41:47.924Z] at org.mozilla.javascript.gen.c_27.call(Unknown Source) [2020-08-08T21:41:47.924Z] at org.mozilla.javascript.gen.c_27.exec(Unknown Source) [2020-08-08T21:41:47.924Z] at org.mozilla.javascript.Context.evaluateReader(Context.java:1110) [2020-08-08T21:41:47.924Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:222) [2020-08-08T21:41:47.924Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:201) [2020-08-08T21:41:47.924Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-08T21:41:47.924Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-08T21:41:47.924Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-08T21:41:47.924Z] org.eclipse.ease.ScriptExecutionException: TypeError: Cannot call method "foobar" of undefined [2020-08-08T21:41:47.924Z] at [2020-08-08T21:41:47.924Z] org.eclipse.ease.ScriptExecutionException: ScriptException: test [2020-08-08T21:41:47.924Z] at [2020-08-08T21:41:47.924Z] org.eclipse.ease.ScriptExecutionException: JavaError: java.lang.Exception [2020-08-08T21:41:47.924Z] at [2020-08-08T21:41:47.924Z] [2020-08-08T21:41:47.924Z] Java Stacktrace: [2020-08-08T21:41:47.924Z] java.lang.Exception [2020-08-08T21:41:47.924Z] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [2020-08-08T21:41:47.924Z] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [2020-08-08T21:41:47.924Z] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [2020-08-08T21:41:47.924Z] at java.lang.reflect.Constructor.newInstance(Constructor.java:423) [2020-08-08T21:41:47.924Z] at org.mozilla.javascript.MemberBox.newInstance(MemberBox.java:159) [2020-08-08T21:41:47.924Z] at org.mozilla.javascript.NativeJavaClass.constructInternal(NativeJavaClass.java:266) [2020-08-08T21:41:47.924Z] at org.mozilla.javascript.NativeJavaClass.constructSpecific(NativeJavaClass.java:205) [2020-08-08T21:41:47.924Z] at org.mozilla.javascript.NativeJavaClass.construct(NativeJavaClass.java:166) [2020-08-08T21:41:47.924Z] at org.mozilla.javascript.ScriptRuntime.newObject(ScriptRuntime.java:2349) [2020-08-08T21:41:47.924Z] at org.mozilla.javascript.gen.c_45._c_script_0(Unknown Source) [2020-08-08T21:41:47.924Z] at org.mozilla.javascript.gen.c_45.call(Unknown Source) [2020-08-08T21:41:47.924Z] at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:394) [2020-08-08T21:41:47.924Z] at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3091) [2020-08-08T21:41:47.924Z] at org.mozilla.javascript.gen.c_45.call(Unknown Source) [2020-08-08T21:41:47.924Z] at org.mozilla.javascript.gen.c_45.exec(Unknown Source) [2020-08-08T21:41:47.924Z] at org.mozilla.javascript.Context.evaluateReader(Context.java:1110) [2020-08-08T21:41:47.924Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:222) [2020-08-08T21:41:47.924Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:201) [2020-08-08T21:41:47.924Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-08T21:41:47.924Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-08T21:41:47.924Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-08T21:41:48.180Z] org.eclipse.ease.ScriptExecutionException: ScriptException: JavaScript [2020-08-08T21:41:48.180Z] at [2020-08-08T21:41:48.180Z] org.eclipse.ease.ScriptExecutionException: SyntaxError: unterminated string literal (#1) [2020-08-08T21:41:48.180Z] 'asdf [2020-08-08T21:41:48.180Z] ^ [2020-08-08T21:41:48.180Z] at [2020-08-08T21:41:48.180Z] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s - in org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest [2020-08-08T21:41:48.180Z] causeWrappedException(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.007 s [2020-08-08T21:41:48.180Z] optionalModuleParameters(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.007 s [2020-08-08T21:41:48.180Z] simpleScriptCode(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.037 s [2020-08-08T21:41:48.180Z] causeRuntimeErrorException(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.006 s [2020-08-08T21:41:48.180Z] callModuleCode(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.005 s [2020-08-08T21:41:48.180Z] throwJavaClass(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.007 s [2020-08-08T21:41:48.180Z] throwJavaException(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.008 s [2020-08-08T21:41:48.180Z] accessJavaClasses(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.005 s [2020-08-08T21:41:48.180Z] accessEclipseClasses(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.006 s [2020-08-08T21:41:48.180Z] throwJavaScriptException(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.008 s [2020-08-08T21:41:48.180Z] causeSyntaxErrorException(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.005 s [2020-08-08T21:41:48.180Z] [2020-08-08T21:41:48.180Z] Results: [2020-08-08T21:41:48.180Z] [2020-08-08T21:41:48.180Z] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0 [2020-08-08T21:41:48.180Z] [2020-08-08T21:41:48.436Z] [INFO] All tests passed! [2020-08-08T21:41:48.436Z] [INFO] [2020-08-08T21:41:48.436Z] [INFO] -------< org.eclipse.ease:org.eclipse.ease.lang.javascript.test >------- [2020-08-08T21:41:48.436Z] [INFO] Building org.eclipse.ease.lang.javascript.test 0.8.0-SNAPSHOT [6/11] [2020-08-08T21:41:48.436Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-08-08T21:41:48.436Z] [INFO] [2020-08-08T21:41:48.436Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.test --- [2020-08-08T21:41:48.436Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-08T21:41:48.436Z] [INFO] [2020-08-08T21:41:48.436Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.test --- [2020-08-08T21:41:48.436Z] [INFO] [2020-08-08T21:41:48.436Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.test --- [2020-08-08T21:41:48.436Z] [INFO] [2020-08-08T21:41:48.436Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript.test --- [2020-08-08T21:41:48.436Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:41:48.436Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/src/main/resources [2020-08-08T21:41:48.436Z] [INFO] [2020-08-08T21:41:48.436Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.javascript.test --- [2020-08-08T21:41:48.436Z] [INFO] Nothing to compile - all classes are up to date [2020-08-08T21:41:48.436Z] [INFO] [2020-08-08T21:41:48.436Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript.test --- [2020-08-08T21:41:48.436Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:41:48.436Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/src/test/resources [2020-08-08T21:41:48.436Z] [INFO] [2020-08-08T21:41:48.436Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript.test --- [2020-08-08T21:41:48.692Z] [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [2020-08-08T21:41:48.692Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/target/org.eclipse.ease.lang.javascript.test-0.8.0-SNAPSHOT-sources.jar [2020-08-08T21:41:48.692Z] [INFO] [2020-08-08T21:41:48.692Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.test --- [2020-08-08T21:41:48.692Z] [INFO] [2020-08-08T21:41:48.692Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript.test --- [2020-08-08T21:41:48.692Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/target/org.eclipse.ease.lang.javascript.test-0.8.0-SNAPSHOT.jar [2020-08-08T21:41:48.692Z] [INFO] [2020-08-08T21:41:48.692Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.test --- [2020-08-08T21:41:48.692Z] [INFO] [2020-08-08T21:41:48.692Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.javascript.test --- [2020-08-08T21:41:48.692Z] [INFO] [2020-08-08T21:41:48.692Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript.test --- [2020-08-08T21:41:48.692Z] [INFO] [2020-08-08T21:41:48.692Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.ease.lang.javascript.test --- [2020-08-08T21:41:48.692Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/target/work/data/.metadata/.log [2020-08-08T21:41:48.692Z] [INFO] Command line: [2020-08-08T21:41:48.692Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.300.v20190213-1655/org.eclipse.equinox.launcher-1.5.300.v20190213-1655.jar, -data, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/target/surefire.properties] [2020-08-08T21:41:48.692Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven64f80d5e/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven64f80d5e" [2020-08-08T21:41:50.059Z] Running org.eclipse.ease.lang.javascript.JavaScriptCodeFactoryTest [2020-08-08T21:41:50.059Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s - in org.eclipse.ease.lang.javascript.JavaScriptCodeFactoryTest [2020-08-08T21:41:50.059Z] testCommentCreator(org.eclipse.ease.lang.javascript.JavaScriptCodeFactoryTest) Time elapsed: 0.006 s [2020-08-08T21:41:50.059Z] Running org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest [2020-08-08T21:41:50.059Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.171 s - in org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest [2020-08-08T21:41:50.059Z] verifyStaticClassTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0.003 s [2020-08-08T21:41:50.059Z] verifyClassInstanceTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0.004 s [2020-08-08T21:41:50.059Z] verifyTypesForScriptEngine(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0.16 s [2020-08-08T21:41:50.059Z] verifyPackageTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0 s [2020-08-08T21:41:50.059Z] definedVariableTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0 s [2020-08-08T21:41:50.059Z] verifyStringLiteralTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0.001 s [2020-08-08T21:41:50.059Z] verifyUnknownTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0 s [2020-08-08T21:41:50.059Z] verifyNoneTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0 s [2020-08-08T21:41:50.059Z] [2020-08-08T21:41:50.059Z] Results: [2020-08-08T21:41:50.059Z] [2020-08-08T21:41:50.059Z] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0 [2020-08-08T21:41:50.059Z] [2020-08-08T21:41:50.622Z] [INFO] All tests passed! [2020-08-08T21:41:50.622Z] [INFO] [2020-08-08T21:41:50.622Z] [INFO] ---------< org.eclipse.ease:org.eclipse.ease.lang.python.test >--------- [2020-08-08T21:41:50.622Z] [INFO] Building org.eclipse.ease.lang.python.test 0.8.0-SNAPSHOT [7/11] [2020-08-08T21:41:50.622Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-08-08T21:41:50.622Z] [INFO] [2020-08-08T21:41:50.622Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.test --- [2020-08-08T21:41:50.622Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-08T21:41:50.623Z] [INFO] [2020-08-08T21:41:50.623Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.test --- [2020-08-08T21:41:50.623Z] [INFO] [2020-08-08T21:41:50.623Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.test --- [2020-08-08T21:41:50.623Z] [INFO] [2020-08-08T21:41:50.623Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.python.test --- [2020-08-08T21:41:50.623Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:41:50.623Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/src/main/resources [2020-08-08T21:41:50.623Z] [INFO] [2020-08-08T21:41:50.623Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.python.test --- [2020-08-08T21:41:50.623Z] [INFO] Nothing to compile - all classes are up to date [2020-08-08T21:41:50.623Z] [INFO] [2020-08-08T21:41:50.623Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.python.test --- [2020-08-08T21:41:50.623Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:41:50.623Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/src/test/resources [2020-08-08T21:41:50.623Z] [INFO] [2020-08-08T21:41:50.623Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.python.test --- [2020-08-08T21:41:50.623Z] [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [2020-08-08T21:41:50.623Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/target/org.eclipse.ease.lang.python.test-0.8.0-SNAPSHOT-sources.jar [2020-08-08T21:41:50.623Z] [INFO] [2020-08-08T21:41:50.623Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python.test --- [2020-08-08T21:41:50.623Z] [INFO] [2020-08-08T21:41:50.623Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.python.test --- [2020-08-08T21:41:50.623Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/target/org.eclipse.ease.lang.python.test-0.8.0-SNAPSHOT.jar [2020-08-08T21:41:50.623Z] [INFO] [2020-08-08T21:41:50.623Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python.test --- [2020-08-08T21:41:50.623Z] [INFO] [2020-08-08T21:41:50.623Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.python.test --- [2020-08-08T21:41:50.623Z] [INFO] [2020-08-08T21:41:50.623Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python.test --- [2020-08-08T21:41:50.623Z] [INFO] [2020-08-08T21:41:50.623Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.ease.lang.python.test --- [2020-08-08T21:41:50.623Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/target/work/data/.metadata/.log [2020-08-08T21:41:50.623Z] [INFO] Command line: [2020-08-08T21:41:50.623Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.300.v20190213-1655/org.eclipse.equinox.launcher-1.5.300.v20190213-1655.jar, -data, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/target/surefire.properties] [2020-08-08T21:41:50.623Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven64f80d5e/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven64f80d5e" [2020-08-08T21:41:51.994Z] Running org.eclipse.ease.lang.python.PythonCodeFactoryTest [2020-08-08T21:41:51.994Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.ease.lang.python.PythonCodeFactoryTest [2020-08-08T21:41:51.994Z] testCommentCreator(org.eclipse.ease.lang.python.PythonCodeFactoryTest) Time elapsed: 0.005 s [2020-08-08T21:41:51.994Z] [2020-08-08T21:41:51.994Z] Results: [2020-08-08T21:41:51.994Z] [2020-08-08T21:41:51.994Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [2020-08-08T21:41:51.994Z] [2020-08-08T21:41:52.249Z] [INFO] All tests passed! [2020-08-08T21:41:52.249Z] [INFO] [2020-08-08T21:41:52.249Z] [INFO] -----< org.eclipse.ease:org.eclipse.ease.lang.python.jython.test >------ [2020-08-08T21:41:52.249Z] [INFO] Building org.eclipse.ease.lang.python.jython.test 0.8.0-SNAPSHOT [8/11] [2020-08-08T21:41:52.249Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-08-08T21:41:52.249Z] [INFO] [2020-08-08T21:41:52.249Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.jython.test --- [2020-08-08T21:41:52.249Z] [INFO] The project's OSGi version is 0.8.0.I201911291239 [2020-08-08T21:41:52.249Z] [INFO] [2020-08-08T21:41:52.249Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.jython.test --- [2020-08-08T21:41:52.249Z] [INFO] [2020-08-08T21:41:52.249Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.jython.test --- [2020-08-08T21:41:52.249Z] [INFO] [2020-08-08T21:41:52.249Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.python.jython.test --- [2020-08-08T21:41:52.249Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:41:52.249Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/src/main/resources [2020-08-08T21:41:52.249Z] [INFO] [2020-08-08T21:41:52.249Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.python.jython.test --- [2020-08-08T21:41:52.249Z] [INFO] Nothing to compile - all classes are up to date [2020-08-08T21:41:52.249Z] [INFO] [2020-08-08T21:41:52.249Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.python.jython.test --- [2020-08-08T21:41:52.249Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:41:52.249Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/src/test/resources [2020-08-08T21:41:52.249Z] [INFO] [2020-08-08T21:41:52.249Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.python.jython.test --- [2020-08-08T21:41:52.249Z] [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [2020-08-08T21:41:52.249Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/target/org.eclipse.ease.lang.python.jython.test-0.8.0-SNAPSHOT-sources.jar [2020-08-08T21:41:52.249Z] [INFO] [2020-08-08T21:41:52.249Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python.jython.test --- [2020-08-08T21:41:52.249Z] [INFO] [2020-08-08T21:41:52.249Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.python.jython.test --- [2020-08-08T21:41:52.250Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/target/org.eclipse.ease.lang.python.jython.test-0.8.0-SNAPSHOT.jar [2020-08-08T21:41:52.250Z] [INFO] [2020-08-08T21:41:52.250Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python.jython.test --- [2020-08-08T21:41:52.250Z] [INFO] [2020-08-08T21:41:52.250Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.python.jython.test --- [2020-08-08T21:41:52.250Z] [INFO] [2020-08-08T21:41:52.250Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python.jython.test --- [2020-08-08T21:41:52.250Z] [INFO] [2020-08-08T21:41:52.250Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.ease.lang.python.jython.test --- [2020-08-08T21:41:52.810Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/target/work/data/.metadata/.log [2020-08-08T21:41:52.810Z] [INFO] Command line: [2020-08-08T21:41:52.810Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.300.v20190213-1655/org.eclipse.equinox.launcher-1.5.300.v20190213-1655.jar, -data, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/target/surefire.properties] [2020-08-08T21:41:52.810Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven64f80d5e/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven64f80d5e" [2020-08-08T21:41:54.188Z] Running org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest [2020-08-08T21:41:55.553Z] Start of script [2020-08-08T21:41:55.553Z] include file start [2020-08-08T21:41:55.553Z] include file processed [2020-08-08T21:41:55.553Z] Result of testMethod = 5 [2020-08-08T21:41:55.553Z] End of script [2020-08-08T21:41:55.553Z] Start of script [2020-08-08T21:41:55.553Z] include file start [2020-08-08T21:41:55.553Z] include file processed [2020-08-08T21:41:55.553Z] Result of testMethod = 5 [2020-08-08T21:41:55.553Z] End of script [2020-08-08T21:41:55.808Z] Start of script [2020-08-08T21:41:55.808Z] include file start [2020-08-08T21:41:55.808Z] include file processed [2020-08-08T21:41:55.808Z] Result of testMethod = 5 [2020-08-08T21:41:56.064Z] Traceback (most recent call last): [2020-08-08T21:41:56.064Z] File "(none)", line 184, in run [2020-08-08T21:41:56.064Z] File "__ref_L/Debug Test/Main.py_ilytvoeqor", line 23, in [2020-08-08T21:41:56.064Z] File "(none)", line 161, in trace_dispatch [2020-08-08T21:41:56.064Z] org.eclipse.ease.ExitException: [2020-08-08T21:41:56.064Z] [2020-08-08T21:41:56.064Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-08-08T21:41:56.064Z] Start of script [2020-08-08T21:41:56.064Z] include file start [2020-08-08T21:41:56.064Z] include file processed [2020-08-08T21:41:56.320Z] Result of testMethod = 5 [2020-08-08T21:41:56.320Z] End of script [2020-08-08T21:41:56.575Z] Start of script [2020-08-08T21:41:56.575Z] include file start [2020-08-08T21:41:56.575Z] include file processed [2020-08-08T21:41:56.575Z] Result of testMethod = 5 [2020-08-08T21:41:56.575Z] End of script [2020-08-08T21:41:56.575Z] Start of script [2020-08-08T21:41:56.575Z] include file start [2020-08-08T21:41:56.575Z] include file processed [2020-08-08T21:41:56.830Z] Result of testMethod = 5 [2020-08-08T21:41:56.830Z] End of script [2020-08-08T21:41:57.086Z] Start of script [2020-08-08T21:41:57.086Z] include file start [2020-08-08T21:41:57.086Z] include file processed [2020-08-08T21:41:57.086Z] Result of testMethod = 5 [2020-08-08T21:41:57.086Z] Traceback (most recent call last): [2020-08-08T21:41:57.086Z] File "(none)", line 184, in run [2020-08-08T21:41:57.086Z] File "__ref_L/Debug Test/Main.py_bzzowkesup", line 23, in [2020-08-08T21:41:57.086Z] File "(none)", line 161, in trace_dispatch [2020-08-08T21:41:57.086Z] org.eclipse.ease.ExitException: [2020-08-08T21:41:57.086Z] [2020-08-08T21:41:57.086Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-08-08T21:41:57.341Z] Start of script [2020-08-08T21:41:57.341Z] include file start [2020-08-08T21:41:57.342Z] include file processed [2020-08-08T21:41:57.597Z] Result of testMethod = 5 [2020-08-08T21:41:57.597Z] End of script [2020-08-08T21:41:57.597Z] Start of script [2020-08-08T21:41:57.597Z] include file start [2020-08-08T21:41:57.597Z] include file processed [2020-08-08T21:41:57.597Z] Result of testMethod = 5 [2020-08-08T21:41:57.597Z] End of script [2020-08-08T21:41:57.852Z] Start of script [2020-08-08T21:41:57.852Z] include file start [2020-08-08T21:41:57.852Z] include file processed [2020-08-08T21:41:58.108Z] Traceback (most recent call last): [2020-08-08T21:41:58.108Z] File "(none)", line 184, in run [2020-08-08T21:41:58.108Z] File "__ref_L/Debug Test/Main.py_axkqvcblvb", line 22, in [2020-08-08T21:41:58.108Z] File "(none)", line 161, in trace_dispatch [2020-08-08T21:41:58.108Z] org.eclipse.ease.ExitException: [2020-08-08T21:41:58.108Z] [2020-08-08T21:41:58.108Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-08-08T21:41:58.363Z] Start of script [2020-08-08T21:41:58.363Z] include file start [2020-08-08T21:41:58.363Z] include file processed [2020-08-08T21:41:58.363Z] Result of testMethod = 5 [2020-08-08T21:41:58.363Z] End of script [2020-08-08T21:41:58.619Z] Start of script [2020-08-08T21:41:58.619Z] include file start [2020-08-08T21:41:58.619Z] include file processed [2020-08-08T21:41:58.619Z] Result of testMethod = 5 [2020-08-08T21:41:58.619Z] End of script [2020-08-08T21:41:58.875Z] Traceback (most recent call last): [2020-08-08T21:41:58.875Z] File "(none)", line 184, in run [2020-08-08T21:41:58.875Z] File "__ref_L/Debug Test/Main.py_ivmnfkmhgp", line 1, in [2020-08-08T21:41:58.875Z] File "(none)", line 161, in trace_dispatch [2020-08-08T21:41:58.875Z] org.eclipse.ease.ExitException: [2020-08-08T21:41:58.875Z] [2020-08-08T21:41:58.875Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-08-08T21:41:59.131Z] Start of script [2020-08-08T21:41:59.131Z] include file start [2020-08-08T21:41:59.131Z] include file processed [2020-08-08T21:41:59.131Z] Result of testMethod = 5 [2020-08-08T21:41:59.131Z] End of script [2020-08-08T21:41:59.131Z] Start of script [2020-08-08T21:41:59.131Z] include file start [2020-08-08T21:41:59.131Z] include file processed [2020-08-08T21:41:59.387Z] Result of testMethod = 5 [2020-08-08T21:41:59.387Z] End of script [2020-08-08T21:41:59.643Z] Start of script [2020-08-08T21:41:59.643Z] include file start [2020-08-08T21:41:59.643Z] include file processed [2020-08-08T21:41:59.643Z] Result of testMethod = 5 [2020-08-08T21:41:59.643Z] Traceback (most recent call last): [2020-08-08T21:41:59.643Z] File "(none)", line 184, in run [2020-08-08T21:41:59.643Z] File "__ref_L/Debug Test/Main.py_ewnbaakhio", line 23, in [2020-08-08T21:41:59.643Z] File "(none)", line 161, in trace_dispatch [2020-08-08T21:41:59.643Z] org.eclipse.ease.ExitException: [2020-08-08T21:41:59.643Z] [2020-08-08T21:41:59.643Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-08-08T21:41:59.899Z] Start of script [2020-08-08T21:41:59.899Z] include file start [2020-08-08T21:41:59.899Z] include file processed [2020-08-08T21:42:00.154Z] Result of testMethod = 5 [2020-08-08T21:42:00.154Z] End of script [2020-08-08T21:42:00.154Z] Traceback (most recent call last): [2020-08-08T21:42:00.154Z] File "(none)", line 184, in run [2020-08-08T21:42:00.154Z] File "__ref_L/Debug Test/Main.py_quaaiqtiaf", line 1, in [2020-08-08T21:42:00.154Z] File "(none)", line 161, in trace_dispatch [2020-08-08T21:42:00.154Z] org.eclipse.ease.ExitException: [2020-08-08T21:42:00.154Z] [2020-08-08T21:42:00.154Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-08-08T21:42:00.411Z] Start of script [2020-08-08T21:42:00.412Z] include file start [2020-08-08T21:42:00.412Z] include file processed [2020-08-08T21:42:00.412Z] Result of testMethod = 5 [2020-08-08T21:42:00.412Z] End of script [2020-08-08T21:42:00.668Z] Start of script [2020-08-08T21:42:00.668Z] include file start [2020-08-08T21:42:00.668Z] include file processed [2020-08-08T21:42:00.668Z] Result of testMethod = 5 [2020-08-08T21:42:00.668Z] End of script [2020-08-08T21:42:00.924Z] Traceback (most recent call last): [2020-08-08T21:42:00.924Z] File "(none)", line 184, in run [2020-08-08T21:42:00.924Z] File "__ref_L/Debug Test/Main.py_eywijyxbbd", line 1, in [2020-08-08T21:42:00.924Z] File "(none)", line 161, in trace_dispatch [2020-08-08T21:42:00.924Z] org.eclipse.ease.ExitException: [2020-08-08T21:42:00.924Z] [2020-08-08T21:42:00.924Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-08-08T21:42:01.179Z] Start of script [2020-08-08T21:42:01.179Z] include file start [2020-08-08T21:42:01.179Z] include file processed [2020-08-08T21:42:01.179Z] Result of testMethod = 5 [2020-08-08T21:42:01.179Z] End of script [2020-08-08T21:42:01.435Z] Start of script [2020-08-08T21:42:01.435Z] include file start [2020-08-08T21:42:01.435Z] include file processed [2020-08-08T21:42:01.435Z] Result of testMethod = 5 [2020-08-08T21:42:01.691Z] Traceback (most recent call last): [2020-08-08T21:42:01.691Z] File "(none)", line 184, in run [2020-08-08T21:42:01.691Z] File "__ref_L/Debug Test/Main.py_khflfiiwsu", line 23, in [2020-08-08T21:42:01.691Z] File "(none)", line 161, in trace_dispatch [2020-08-08T21:42:01.691Z] org.eclipse.ease.ExitException: [2020-08-08T21:42:01.691Z] [2020-08-08T21:42:01.691Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-08-08T21:42:01.691Z] Start of script [2020-08-08T21:42:01.691Z] include file start [2020-08-08T21:42:01.691Z] include file processed [2020-08-08T21:42:01.691Z] Result of testMethod = 5 [2020-08-08T21:42:01.691Z] End of script [2020-08-08T21:42:01.946Z] Start of script [2020-08-08T21:42:01.947Z] include file start [2020-08-08T21:42:01.947Z] include file processed [2020-08-08T21:42:02.202Z] Result of testMethod = 5 [2020-08-08T21:42:02.202Z] End of script [2020-08-08T21:42:02.202Z] Start of script [2020-08-08T21:42:02.202Z] include file start [2020-08-08T21:42:02.202Z] include file processed [2020-08-08T21:42:02.202Z] Result of testMethod = 5 [2020-08-08T21:42:02.202Z] End of script [2020-08-08T21:42:02.202Z] Start of script [2020-08-08T21:42:02.458Z] include file start [2020-08-08T21:42:02.458Z] include file processed [2020-08-08T21:42:02.458Z] Result of testMethod = 5 [2020-08-08T21:42:02.458Z] End of script [2020-08-08T21:42:02.714Z] Start of script [2020-08-08T21:42:02.714Z] include file start [2020-08-08T21:42:02.714Z] include file processed [2020-08-08T21:42:02.714Z] Traceback (most recent call last): [2020-08-08T21:42:02.714Z] File "(none)", line 184, in run [2020-08-08T21:42:02.714Z] File "__ref_L/Debug Test/Main.py_bmkicuwpbe", line 21, in [2020-08-08T21:42:02.714Z] File "__ref_L/Debug Test/Main.py_bmkicuwpbe", line 18, in testMethod [2020-08-08T21:42:02.714Z] File "(none)", line 161, in trace_dispatch [2020-08-08T21:42:02.714Z] org.eclipse.ease.ExitException: [2020-08-08T21:42:02.714Z] [2020-08-08T21:42:02.714Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-08-08T21:42:02.969Z] Start of script [2020-08-08T21:42:03.225Z] include file start [2020-08-08T21:42:03.225Z] include file processed [2020-08-08T21:42:03.225Z] Result of testMethod = 5 [2020-08-08T21:42:03.225Z] End of script [2020-08-08T21:42:03.225Z] Start of script [2020-08-08T21:42:03.225Z] include file start [2020-08-08T21:42:03.225Z] include file processed [2020-08-08T21:42:03.225Z] Result of testMethod = 5 [2020-08-08T21:42:03.481Z] Traceback (most recent call last): [2020-08-08T21:42:03.481Z] File "(none)", line 184, in run [2020-08-08T21:42:03.481Z] File "__ref_L/Debug Test/Main.py_tchpfjzpta", line 23, in [2020-08-08T21:42:03.481Z] File "(none)", line 161, in trace_dispatch [2020-08-08T21:42:03.481Z] org.eclipse.ease.ExitException: [2020-08-08T21:42:03.481Z] [2020-08-08T21:42:03.481Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-08-08T21:42:03.481Z] Start of script [2020-08-08T21:42:03.481Z] include file start [2020-08-08T21:42:03.481Z] include file processed [2020-08-08T21:42:03.481Z] Result of testMethod = 5 [2020-08-08T21:42:03.737Z] End of script [2020-08-08T21:42:03.737Z] Start of script [2020-08-08T21:42:03.737Z] include file start [2020-08-08T21:42:03.737Z] include file processed [2020-08-08T21:42:03.994Z] Result of testMethod = 5 [2020-08-08T21:42:03.994Z] End of script [2020-08-08T21:42:03.994Z] Start of script [2020-08-08T21:42:03.994Z] include file start [2020-08-08T21:42:03.994Z] include file processed [2020-08-08T21:42:04.249Z] Result of testMethod = 5 [2020-08-08T21:42:04.249Z] End of script [2020-08-08T21:42:04.249Z] Start of script [2020-08-08T21:42:04.249Z] include file start [2020-08-08T21:42:04.249Z] include file processed [2020-08-08T21:42:04.249Z] Result of testMethod = 5 [2020-08-08T21:42:04.505Z] End of script [2020-08-08T21:42:04.505Z] Start of script [2020-08-08T21:42:04.505Z] include file start [2020-08-08T21:42:04.505Z] include file processed [2020-08-08T21:42:04.505Z] Result of testMethod = 5 [2020-08-08T21:42:04.761Z] Traceback (most recent call last): [2020-08-08T21:42:04.761Z] File "(none)", line 184, in run [2020-08-08T21:42:04.761Z] File "__ref_L/Debug Test/Main.py_iqblkuqkeu", line 23, in [2020-08-08T21:42:04.761Z] File "(none)", line 161, in trace_dispatch [2020-08-08T21:42:04.761Z] org.eclipse.ease.ExitException: [2020-08-08T21:42:04.761Z] [2020-08-08T21:42:04.761Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-08-08T21:42:04.761Z] Start of script [2020-08-08T21:42:04.761Z] include file start [2020-08-08T21:42:04.761Z] include file processed [2020-08-08T21:42:04.761Z] Result of testMethod = 5 [2020-08-08T21:42:05.016Z] End of script [2020-08-08T21:42:05.016Z] Start of script [2020-08-08T21:42:05.016Z] include file start [2020-08-08T21:42:05.016Z] include file processed [2020-08-08T21:42:05.016Z] Result of testMethod = 5 [2020-08-08T21:42:05.272Z] Traceback (most recent call last): [2020-08-08T21:42:05.272Z] File "(none)", line 184, in run [2020-08-08T21:42:05.272Z] File "__ref_L/Debug Test/Main.py_btkxyrzson", line 23, in [2020-08-08T21:42:05.272Z] File "(none)", line 161, in trace_dispatch [2020-08-08T21:42:05.272Z] org.eclipse.ease.ExitException: [2020-08-08T21:42:05.272Z] [2020-08-08T21:42:05.272Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-08-08T21:42:05.530Z] Traceback (most recent call last): [2020-08-08T21:42:05.530Z] File "(none)", line 184, in run [2020-08-08T21:42:05.530Z] File "__ref_L/Debug Test/Main.py_xjlsxgnenb", line 1, in [2020-08-08T21:42:05.530Z] File "(none)", line 161, in trace_dispatch [2020-08-08T21:42:05.530Z] org.eclipse.ease.ExitException: [2020-08-08T21:42:05.530Z] [2020-08-08T21:42:05.530Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-08-08T21:42:05.530Z] Start of script [2020-08-08T21:42:05.530Z] include file start [2020-08-08T21:42:05.530Z] include file processed [2020-08-08T21:42:05.530Z] Result of testMethod = 5 [2020-08-08T21:42:05.530Z] End of script [2020-08-08T21:42:05.789Z] Start of script [2020-08-08T21:42:05.789Z] include file start [2020-08-08T21:42:05.789Z] include file processed [2020-08-08T21:42:06.047Z] Result of testMethod = 5 [2020-08-08T21:42:06.047Z] End of script [2020-08-08T21:42:06.047Z] Start of script [2020-08-08T21:42:06.047Z] include file start [2020-08-08T21:42:06.047Z] include file processed [2020-08-08T21:42:06.047Z] Result of testMethod = 5 [2020-08-08T21:42:06.047Z] End of script [2020-08-08T21:42:06.302Z] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.2 s - in org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest [2020-08-08T21:42:06.302Z] disconnectProcessInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 1.434 s [2020-08-08T21:42:06.303Z] stepReturnIncludeCommand(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.21 s [2020-08-08T21:42:06.303Z] arrayVariableSorting(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.309 s [2020-08-08T21:42:06.303Z] stepOverOnDebugTarget(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.309 s [2020-08-08T21:42:06.303Z] hasDebugTarget(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.104 s [2020-08-08T21:42:06.303Z] disconnectThreadInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.206 s [2020-08-08T21:42:06.303Z] stepReturnOnDebugTarget(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.307 s [2020-08-08T21:42:06.303Z] nullVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.306 s [2020-08-08T21:42:06.303Z] stepOverOnStackFrame(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.307 s [2020-08-08T21:42:06.303Z] resumeOnDebugTarget(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.208 s [2020-08-08T21:42:06.303Z] modifyVariableKeepingType(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.506 s [2020-08-08T21:42:06.303Z] resumeOnLastIncludeLine(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.207 s [2020-08-08T21:42:06.303Z] stepReturnOnStackFrame(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.306 s [2020-08-08T21:42:06.303Z] terminateStackFrameInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.207 s [2020-08-08T21:42:06.303Z] breakpointLocation(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.206 s [2020-08-08T21:42:06.303Z] stepReturnOnThread(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.307 s [2020-08-08T21:42:06.303Z] javaClassVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.308 s [2020-08-08T21:42:06.303Z] stepIntoOnThread(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.306 s [2020-08-08T21:42:06.303Z] terminateThreadInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.206 s [2020-08-08T21:42:06.303Z] resumeOnThread(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.206 s [2020-08-08T21:42:06.303Z] stepIntoOnStackFrame(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.306 s [2020-08-08T21:42:06.303Z] terminateProcessInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.205 s [2020-08-08T21:42:06.303Z] stepOverOnProcess(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.307 s [2020-08-08T21:42:06.303Z] nativeArrayVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.305 s [2020-08-08T21:42:06.303Z] disconnectDebugTargetInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.206 s [2020-08-08T21:42:06.303Z] stepIntoOnProcess(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.305 s [2020-08-08T21:42:06.303Z] terminatedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.105 s [2020-08-08T21:42:06.303Z] stepOverIncludeCommand(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.305 s [2020-08-08T21:42:06.303Z] innerScopeVariableBeforeOuterScopeVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.305 s [2020-08-08T21:42:06.303Z] stepIntoIncludeCommand(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.305 s [2020-08-08T21:42:06.303Z] primitiveStringVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.305 s [2020-08-08T21:42:06.303Z] resumeOnProcess(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.205 s [2020-08-08T21:42:06.303Z] stepIntoOnDebugTarget(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.305 s [2020-08-08T21:42:06.303Z] stepOverOnThread(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.306 s [2020-08-08T21:42:06.303Z] suspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.204 s [2020-08-08T21:42:06.303Z] primitiveDoubleVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.304 s [2020-08-08T21:42:06.303Z] resumeOnStackFrame(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.204 s [2020-08-08T21:42:06.303Z] nativeObjectVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.305 s [2020-08-08T21:42:06.303Z] terminateDebugTargetInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.205 s [2020-08-08T21:42:06.303Z] disconnectStackFrameInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.205 s [2020-08-08T21:42:06.303Z] stepReturnOnProcess(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.305 s [2020-08-08T21:42:06.303Z] evaluateWatchExpression(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.208 s [2020-08-08T21:42:06.303Z] [2020-08-08T21:42:06.303Z] Results: [2020-08-08T21:42:06.303Z] [2020-08-08T21:42:06.303Z] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0 [2020-08-08T21:42:06.303Z] [2020-08-08T21:42:06.864Z] [INFO] All tests passed! [2020-08-08T21:42:06.864Z] [INFO] [2020-08-08T21:42:06.864Z] [INFO] ------< org.eclipse.ease:org.eclipse.ease.lang.python.py4j.test >------- [2020-08-08T21:42:06.864Z] [INFO] Building org.eclipse.ease.lang.python.py4j.test 0.8.0-SNAPSHOT [9/11] [2020-08-08T21:42:06.864Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-08-08T21:42:06.864Z] [INFO] [2020-08-08T21:42:06.864Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.py4j.test --- [2020-08-08T21:42:06.864Z] [INFO] The project's OSGi version is 0.8.0.I201912021001 [2020-08-08T21:42:06.864Z] [INFO] [2020-08-08T21:42:06.864Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.py4j.test --- [2020-08-08T21:42:06.864Z] [INFO] [2020-08-08T21:42:06.864Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.py4j.test --- [2020-08-08T21:42:06.864Z] [INFO] [2020-08-08T21:42:06.864Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.python.py4j.test --- [2020-08-08T21:42:06.864Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:42:06.864Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/src/main/resources [2020-08-08T21:42:06.864Z] [INFO] [2020-08-08T21:42:06.864Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.python.py4j.test --- [2020-08-08T21:42:06.864Z] [INFO] Nothing to compile - all classes are up to date [2020-08-08T21:42:06.864Z] [INFO] [2020-08-08T21:42:06.864Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.python.py4j.test --- [2020-08-08T21:42:06.864Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:42:06.864Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/src/test/resources [2020-08-08T21:42:06.864Z] [INFO] [2020-08-08T21:42:06.864Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.python.py4j.test --- [2020-08-08T21:42:06.864Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/org.eclipse.ease.lang.python.py4j.test-0.8.0-SNAPSHOT-sources.jar [2020-08-08T21:42:06.864Z] [INFO] [2020-08-08T21:42:06.864Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python.py4j.test --- [2020-08-08T21:42:06.864Z] [INFO] [2020-08-08T21:42:06.864Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.python.py4j.test --- [2020-08-08T21:42:06.864Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/org.eclipse.ease.lang.python.py4j.test-0.8.0-SNAPSHOT.jar [2020-08-08T21:42:06.864Z] [INFO] [2020-08-08T21:42:06.864Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python.py4j.test --- [2020-08-08T21:42:06.864Z] [INFO] [2020-08-08T21:42:06.864Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.python.py4j.test --- [2020-08-08T21:42:06.864Z] [INFO] [2020-08-08T21:42:06.864Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python.py4j.test --- [2020-08-08T21:42:06.864Z] [INFO] [2020-08-08T21:42:06.864Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.ease.lang.python.py4j.test --- [2020-08-08T21:42:06.864Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/data/.metadata/.log [2020-08-08T21:42:06.864Z] [INFO] Command line: [2020-08-08T21:42:06.864Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.300.v20190213-1655/org.eclipse.equinox.launcher-1.5.300.v20190213-1655.jar, -data, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/surefire.properties] [2020-08-08T21:42:06.864Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven64f80d5e/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven64f80d5e" [2020-08-08T21:42:08.228Z] Running org.eclipse.ease.lang.python.py4j.Py4JEngineTest [2020-08-08T21:42:08.228Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.018 s - in org.eclipse.ease.lang.python.py4j.Py4JEngineTest [2020-08-08T21:42:08.228Z] print(org.eclipse.ease.lang.python.py4j.Py4JEngineTest) skipped [2020-08-08T21:42:08.228Z] mixedMode(org.eclipse.ease.lang.python.py4j.Py4JEngineTest) skipped [2020-08-08T21:42:08.228Z] cleanShutdown(org.eclipse.ease.lang.python.py4j.Py4JEngineTest) skipped [2020-08-08T21:42:08.228Z] Running org.eclipse.ease.lang.python.py4j.ShellModeEngineTest [2020-08-08T21:42:08.228Z] ---------------------------------------------- [2020-08-08T21:42:08.228Z] Starting test: invalidSyntax(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:42:08.484Z] org.eclipse.ease.ScriptExecutionException: File "", line 1 [2020-08-08T21:42:08.484Z] 1++ [2020-08-08T21:42:08.484Z] ^ [2020-08-08T21:42:08.484Z] SyntaxError: invalid syntax [2020-08-08T21:42:08.484Z] [2020-08-08T21:42:08.484Z] [2020-08-08T21:42:08.484Z] Finished test: invalidSyntax(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:42:08.484Z] ---------------------------------------------- [2020-08-08T21:42:08.484Z] ---------------------------------------------- [2020-08-08T21:42:08.484Z] Starting test: optionalModuleParameters(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:42:08.739Z] [2020-08-08T21:42:08.739Z] Finished test: optionalModuleParameters(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:42:08.739Z] ---------------------------------------------- [2020-08-08T21:42:08.739Z] ---------------------------------------------- [2020-08-08T21:42:08.739Z] Starting test: getScriptEngine(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:42:08.994Z] [2020-08-08T21:42:08.994Z] Finished test: getScriptEngine(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:42:08.994Z] ---------------------------------------------- [2020-08-08T21:42:08.994Z] ---------------------------------------------- [2020-08-08T21:42:08.995Z] Starting test: callModuleCode(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:42:09.250Z] [2020-08-08T21:42:09.250Z] Finished test: callModuleCode(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:42:09.250Z] ---------------------------------------------- [2020-08-08T21:42:09.250Z] ---------------------------------------------- [2020-08-08T21:42:09.250Z] Starting test: incompleteStatement(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:42:09.506Z] [2020-08-08T21:42:09.506Z] Finished test: incompleteStatement(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:42:09.506Z] ---------------------------------------------- [2020-08-08T21:42:09.506Z] ---------------------------------------------- [2020-08-08T21:42:09.506Z] Starting test: multiLineStatement(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:42:09.506Z] [2020-08-08T21:42:09.506Z] Finished test: multiLineStatement(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:42:09.506Z] ---------------------------------------------- [2020-08-08T21:42:09.506Z] ---------------------------------------------- [2020-08-08T21:42:09.506Z] Starting test: runtimeError(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:42:09.761Z] org.eclipse.ease.ScriptExecutionException: Traceback (most recent call last): [2020-08-08T21:42:09.761Z] File "", line 1, in [2020-08-08T21:42:09.761Z] NameError: name 'x' is not defined [2020-08-08T21:42:09.761Z] [2020-08-08T21:42:09.761Z] [2020-08-08T21:42:09.761Z] Finished test: runtimeError(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:42:09.761Z] ---------------------------------------------- [2020-08-08T21:42:09.761Z] ---------------------------------------------- [2020-08-08T21:42:09.761Z] Starting test: javaIntArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:42:10.016Z] [2020-08-08T21:42:10.016Z] Finished test: javaIntArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:42:10.016Z] ---------------------------------------------- [2020-08-08T21:42:10.016Z] ---------------------------------------------- [2020-08-08T21:42:10.016Z] Starting test: javaDoubleArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:42:10.271Z] [2020-08-08T21:42:10.271Z] Finished test: javaDoubleArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:42:10.271Z] ---------------------------------------------- [2020-08-08T21:42:10.271Z] ---------------------------------------------- [2020-08-08T21:42:10.271Z] Starting test: pythonSet(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:42:10.527Z] [2020-08-08T21:42:10.527Z] Finished test: pythonSet(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:42:10.527Z] ---------------------------------------------- [2020-08-08T21:42:10.527Z] ---------------------------------------------- [2020-08-08T21:42:10.527Z] Starting test: javaStringArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:42:10.527Z] [2020-08-08T21:42:10.527Z] Finished test: javaStringArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:42:10.527Z] ---------------------------------------------- [2020-08-08T21:42:10.527Z] ---------------------------------------------- [2020-08-08T21:42:10.527Z] Starting test: javaShortArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:42:10.783Z] [2020-08-08T21:42:10.783Z] Finished test: javaShortArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:42:10.783Z] ---------------------------------------------- [2020-08-08T21:42:10.783Z] ---------------------------------------------- [2020-08-08T21:42:10.783Z] Starting test: javaBooleanArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:42:11.038Z] [2020-08-08T21:42:11.038Z] Finished test: javaBooleanArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:42:11.038Z] ---------------------------------------------- [2020-08-08T21:42:11.038Z] ---------------------------------------------- [2020-08-08T21:42:11.038Z] Starting test: javaObjectArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:42:11.294Z] [2020-08-08T21:42:11.294Z] Finished test: javaObjectArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:42:11.294Z] ---------------------------------------------- [2020-08-08T21:42:11.294Z] ---------------------------------------------- [2020-08-08T21:42:11.294Z] Starting test: javaIntegerArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:42:11.549Z] [2020-08-08T21:42:11.549Z] Finished test: javaIntegerArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:42:11.549Z] ---------------------------------------------- [2020-08-08T21:42:11.549Z] ---------------------------------------------- [2020-08-08T21:42:11.549Z] Starting test: javaInteger(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:42:11.549Z] [2020-08-08T21:42:11.549Z] Finished test: javaInteger(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:42:11.549Z] ---------------------------------------------- [2020-08-08T21:42:11.549Z] ---------------------------------------------- [2020-08-08T21:42:11.549Z] Starting test: javaString(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:42:11.804Z] [2020-08-08T21:42:11.804Z] Finished test: javaString(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:42:11.804Z] ---------------------------------------------- [2020-08-08T21:42:11.804Z] ---------------------------------------------- [2020-08-08T21:42:11.804Z] Starting test: javaByteArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:42:12.060Z] [2020-08-08T21:42:12.060Z] Finished test: javaByteArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:42:12.060Z] ---------------------------------------------- [2020-08-08T21:42:12.060Z] ---------------------------------------------- [2020-08-08T21:42:12.060Z] Starting test: createEclipseClass(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:42:12.315Z] [2020-08-08T21:42:12.315Z] Finished test: createEclipseClass(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:42:12.315Z] ---------------------------------------------- [2020-08-08T21:42:12.315Z] ---------------------------------------------- [2020-08-08T21:42:12.315Z] Starting test: pythonString(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:42:12.571Z] [2020-08-08T21:42:12.571Z] Finished test: pythonString(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:42:12.571Z] ---------------------------------------------- [2020-08-08T21:42:12.571Z] ---------------------------------------------- [2020-08-08T21:42:12.571Z] Starting test: varargs(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:42:12.571Z] [2020-08-08T21:42:12.571Z] Finished test: varargs(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:42:12.571Z] ---------------------------------------------- [2020-08-08T21:42:12.571Z] ---------------------------------------------- [2020-08-08T21:42:12.571Z] Starting test: createJavaType(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:42:12.826Z] [2020-08-08T21:42:12.826Z] Finished test: createJavaType(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:42:12.826Z] ---------------------------------------------- [2020-08-08T21:42:12.826Z] ---------------------------------------------- [2020-08-08T21:42:12.826Z] Starting test: javaFloatArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:42:13.081Z] [2020-08-08T21:42:13.081Z] Finished test: javaFloatArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:42:13.081Z] ---------------------------------------------- [2020-08-08T21:42:13.081Z] ---------------------------------------------- [2020-08-08T21:42:13.081Z] Starting test: implementJavaInterface(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:42:13.337Z] [2020-08-08T21:42:13.337Z] Finished test: implementJavaInterface(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:42:13.337Z] ---------------------------------------------- [2020-08-08T21:42:13.337Z] ---------------------------------------------- [2020-08-08T21:42:13.337Z] Starting test: pythonDict(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:42:13.592Z] [2020-08-08T21:42:13.592Z] Finished test: pythonDict(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:42:13.592Z] ---------------------------------------------- [2020-08-08T21:42:13.592Z] ---------------------------------------------- [2020-08-08T21:42:13.592Z] Starting test: pythonList(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:42:13.592Z] [2020-08-08T21:42:13.592Z] Finished test: pythonList(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:42:13.592Z] ---------------------------------------------- [2020-08-08T21:42:13.592Z] ---------------------------------------------- [2020-08-08T21:42:13.593Z] Starting test: testMultiple(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:42:13.848Z] [2020-08-08T21:42:13.848Z] Finished test: testMultiple(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:42:13.848Z] ---------------------------------------------- [2020-08-08T21:42:13.848Z] ---------------------------------------------- [2020-08-08T21:42:13.848Z] Starting test: javaLongArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:42:14.104Z] [2020-08-08T21:42:14.104Z] Finished test: javaLongArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:42:14.104Z] ---------------------------------------------- [2020-08-08T21:42:14.104Z] ---------------------------------------------- [2020-08-08T21:42:14.104Z] Starting test: createPythonObject(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:42:14.359Z] [2020-08-08T21:42:14.359Z] Finished test: createPythonObject(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:42:14.359Z] ---------------------------------------------- [2020-08-08T21:42:14.359Z] ---------------------------------------------- [2020-08-08T21:42:14.359Z] Starting test: pythonInteger(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:42:14.359Z] [2020-08-08T21:42:14.359Z] Finished test: pythonInteger(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-08T21:42:14.359Z] ---------------------------------------------- [2020-08-08T21:42:14.359Z] Tests run: 34, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 6.257 s - in org.eclipse.ease.lang.python.py4j.ShellModeEngineTest [2020-08-08T21:42:14.359Z] invalidSyntax(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.375 s [2020-08-08T21:42:14.359Z] print_(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) skipped [2020-08-08T21:42:14.359Z] optionalModuleParameters(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.209 s [2020-08-08T21:42:14.359Z] print_TextNoNewline(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) skipped [2020-08-08T21:42:14.359Z] getScriptEngine(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.204 s [2020-08-08T21:42:14.359Z] print_Text(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) skipped [2020-08-08T21:42:14.359Z] callModuleCode(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.204 s [2020-08-08T21:42:14.359Z] print_NoNewline(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) skipped [2020-08-08T21:42:14.359Z] incompleteStatement(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.203 s [2020-08-08T21:42:14.359Z] multiLineStatement(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.203 s [2020-08-08T21:42:14.359Z] runtimeError(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.205 s [2020-08-08T21:42:14.359Z] javaIntArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.207 s [2020-08-08T21:42:14.359Z] javaDoubleArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.204 s [2020-08-08T21:42:14.359Z] pythonSet(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.202 s [2020-08-08T21:42:14.359Z] javaStringArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.204 s [2020-08-08T21:42:14.359Z] javaShortArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.203 s [2020-08-08T21:42:14.359Z] javaBooleanArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.202 s [2020-08-08T21:42:14.359Z] javaObjectArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.216 s [2020-08-08T21:42:14.359Z] javaIntegerArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.202 s [2020-08-08T21:42:14.359Z] javaInteger(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.201 s [2020-08-08T21:42:14.359Z] javaString(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.201 s [2020-08-08T21:42:14.359Z] javaByteArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.2 s [2020-08-08T21:42:14.359Z] createEclipseClass(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.2 s [2020-08-08T21:42:14.359Z] pythonString(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.199 s [2020-08-08T21:42:14.359Z] varargs(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.203 s [2020-08-08T21:42:14.359Z] createJavaType(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.199 s [2020-08-08T21:42:14.359Z] javaFloatArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.199 s [2020-08-08T21:42:14.359Z] implementJavaInterface(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.199 s [2020-08-08T21:42:14.359Z] pythonDict(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.2 s [2020-08-08T21:42:14.359Z] pythonList(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.201 s [2020-08-08T21:42:14.359Z] testMultiple(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.205 s [2020-08-08T21:42:14.359Z] javaLongArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.201 s [2020-08-08T21:42:14.359Z] createPythonObject(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.196 s [2020-08-08T21:42:14.359Z] pythonInteger(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.2 s [2020-08-08T21:42:14.359Z] Running org.eclipse.ease.lang.python.py4j.Py4jDebugTest [2020-08-08T21:42:14.920Z] Start of script [2020-08-08T21:42:14.920Z] include file start [2020-08-08T21:42:14.920Z] include file processed [2020-08-08T21:42:14.920Z] Result of testMethod = 5 [2020-08-08T21:42:14.920Z] End of script [2020-08-08T21:42:14.920Z] Start of script [2020-08-08T21:42:14.920Z] include file start [2020-08-08T21:42:14.920Z] include file processed [2020-08-08T21:42:14.920Z] Result of testMethod = 5 [2020-08-08T21:42:14.920Z] End of script [2020-08-08T21:42:15.176Z] Start of script [2020-08-08T21:42:15.176Z] include file start [2020-08-08T21:42:15.176Z] include file processed [2020-08-08T21:42:15.176Z] Result of testMethod = 5 [2020-08-08T21:42:15.176Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: x [2020-08-08T21:42:15.176Z] at py4j.Protocol.getReturnValue(Protocol.java:438) [2020-08-08T21:42:15.176Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:105) [2020-08-08T21:42:15.176Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-08T21:42:15.176Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-08T21:42:15.177Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-08T21:42:15.177Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-08T21:42:15.177Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-08T21:42:15.177Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-08T21:42:15.177Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-08T21:42:15.432Z] Start of script [2020-08-08T21:42:15.432Z] include file start [2020-08-08T21:42:15.432Z] include file processed [2020-08-08T21:42:15.688Z] Result of testMethod = 5 [2020-08-08T21:42:15.688Z] End of script [2020-08-08T21:42:15.943Z] Start of script [2020-08-08T21:42:15.943Z] include file start [2020-08-08T21:42:15.943Z] include file processed [2020-08-08T21:42:15.943Z] Result of testMethod = 5 [2020-08-08T21:42:15.943Z] End of script [2020-08-08T21:42:16.198Z] Start of script [2020-08-08T21:42:16.198Z] include file start [2020-08-08T21:42:16.198Z] include file processed [2020-08-08T21:42:16.455Z] Result of testMethod = 5 [2020-08-08T21:42:16.455Z] End of script [2020-08-08T21:42:16.455Z] Start of script [2020-08-08T21:42:16.455Z] include file start [2020-08-08T21:42:16.455Z] include file processed [2020-08-08T21:42:16.455Z] Result of testMethod = 5 [2020-08-08T21:42:16.710Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: x [2020-08-08T21:42:16.710Z] at py4j.Protocol.getReturnValue(Protocol.java:438) [2020-08-08T21:42:16.710Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:105) [2020-08-08T21:42:16.710Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-08T21:42:16.710Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-08T21:42:16.710Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-08T21:42:16.710Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-08T21:42:16.710Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-08T21:42:16.710Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-08T21:42:16.710Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-08T21:42:16.710Z] Start of script [2020-08-08T21:42:16.710Z] include file start [2020-08-08T21:42:16.710Z] include file processed [2020-08-08T21:42:16.966Z] Result of testMethod = 5 [2020-08-08T21:42:16.966Z] End of script [2020-08-08T21:42:17.221Z] Start of script [2020-08-08T21:42:17.221Z] include file start [2020-08-08T21:42:17.221Z] include file processed [2020-08-08T21:42:17.221Z] Result of testMethod = 5 [2020-08-08T21:42:17.221Z] End of script [2020-08-08T21:42:17.221Z] Start of script [2020-08-08T21:42:17.221Z] include file start [2020-08-08T21:42:17.221Z] include file processed [2020-08-08T21:42:17.782Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: x [2020-08-08T21:42:17.782Z] at py4j.Protocol.getReturnValue(Protocol.java:438) [2020-08-08T21:42:17.783Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:105) [2020-08-08T21:42:17.783Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-08T21:42:17.783Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-08T21:42:17.783Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-08T21:42:17.783Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-08T21:42:17.783Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-08T21:42:17.783Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-08T21:42:17.783Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-08T21:42:17.783Z] Start of script [2020-08-08T21:42:17.783Z] include file start [2020-08-08T21:42:17.783Z] include file processed [2020-08-08T21:42:18.038Z] Result of testMethod = 5 [2020-08-08T21:42:18.038Z] End of script [2020-08-08T21:42:18.293Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: x [2020-08-08T21:42:18.293Z] at py4j.Protocol.getReturnValue(Protocol.java:438) [2020-08-08T21:42:18.293Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:105) [2020-08-08T21:42:18.293Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-08T21:42:18.293Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-08T21:42:18.293Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-08T21:42:18.293Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-08T21:42:18.293Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-08T21:42:18.293Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-08T21:42:18.294Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-08T21:42:18.294Z] Start of script [2020-08-08T21:42:18.294Z] include file start [2020-08-08T21:42:18.294Z] include file processed [2020-08-08T21:42:18.294Z] Result of testMethod = 5 [2020-08-08T21:42:18.294Z] End of script [2020-08-08T21:42:18.549Z] Start of script [2020-08-08T21:42:18.549Z] include file start [2020-08-08T21:42:18.549Z] include file processed [2020-08-08T21:42:18.804Z] Result of testMethod = 5 [2020-08-08T21:42:18.804Z] End of script [2020-08-08T21:42:18.804Z] Start of script [2020-08-08T21:42:18.804Z] include file start [2020-08-08T21:42:18.804Z] include file processed [2020-08-08T21:42:18.804Z] Result of testMethod = 5 [2020-08-08T21:42:19.059Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: x [2020-08-08T21:42:19.059Z] at py4j.Protocol.getReturnValue(Protocol.java:438) [2020-08-08T21:42:19.059Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:105) [2020-08-08T21:42:19.059Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-08T21:42:19.059Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-08T21:42:19.059Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-08T21:42:19.059Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-08T21:42:19.059Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-08T21:42:19.059Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-08T21:42:19.060Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-08T21:42:19.060Z] Start of script [2020-08-08T21:42:19.060Z] include file start [2020-08-08T21:42:19.060Z] include file processed [2020-08-08T21:42:19.314Z] Result of testMethod = 5 [2020-08-08T21:42:19.314Z] End of script [2020-08-08T21:42:19.570Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: x [2020-08-08T21:42:19.570Z] at py4j.Protocol.getReturnValue(Protocol.java:438) [2020-08-08T21:42:19.570Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:105) [2020-08-08T21:42:19.570Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-08T21:42:19.570Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-08T21:42:19.570Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-08T21:42:19.570Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-08T21:42:19.570Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-08T21:42:19.570Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-08T21:42:19.570Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-08T21:42:19.570Z] Start of script [2020-08-08T21:42:19.825Z] include file start [2020-08-08T21:42:19.825Z] include file processed [2020-08-08T21:42:19.825Z] Result of testMethod = 5 [2020-08-08T21:42:19.825Z] End of script [2020-08-08T21:42:20.081Z] Start of script [2020-08-08T21:42:20.081Z] include file start [2020-08-08T21:42:20.081Z] include file processed [2020-08-08T21:42:20.081Z] Result of testMethod = 5 [2020-08-08T21:42:20.081Z] End of script [2020-08-08T21:42:20.338Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: x [2020-08-08T21:42:20.338Z] at py4j.Protocol.getReturnValue(Protocol.java:438) [2020-08-08T21:42:20.338Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:105) [2020-08-08T21:42:20.338Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-08T21:42:20.338Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-08T21:42:20.338Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-08T21:42:20.338Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-08T21:42:20.338Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-08T21:42:20.338Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-08T21:42:20.338Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-08T21:42:20.596Z] Start of script [2020-08-08T21:42:20.596Z] include file start [2020-08-08T21:42:20.596Z] include file processed [2020-08-08T21:42:20.596Z] Result of testMethod = 5 [2020-08-08T21:42:20.596Z] End of script [2020-08-08T21:42:20.853Z] Start of script [2020-08-08T21:42:20.853Z] include file start [2020-08-08T21:42:20.853Z] include file processed [2020-08-08T21:42:20.853Z] Result of testMethod = 5 [2020-08-08T21:42:20.853Z] End of script [2020-08-08T21:42:21.108Z] Start of script [2020-08-08T21:42:21.108Z] include file start [2020-08-08T21:42:21.108Z] include file processed [2020-08-08T21:42:21.364Z] Result of testMethod = 5 [2020-08-08T21:42:21.364Z] End of script [2020-08-08T21:42:21.364Z] Start of script [2020-08-08T21:42:21.364Z] include file start [2020-08-08T21:42:21.364Z] include file processed [2020-08-08T21:42:21.364Z] Result of testMethod = 5 [2020-08-08T21:42:21.364Z] End of script [2020-08-08T21:42:21.619Z] Start of script [2020-08-08T21:42:21.619Z] include file start [2020-08-08T21:42:21.619Z] include file processed [2020-08-08T21:42:21.619Z] Result of testMethod = 5 [2020-08-08T21:42:21.619Z] End of script [2020-08-08T21:42:21.875Z] Start of script [2020-08-08T21:42:21.875Z] include file start [2020-08-08T21:42:21.875Z] include file processed [2020-08-08T21:42:21.875Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: x [2020-08-08T21:42:21.875Z] at py4j.Protocol.getReturnValue(Protocol.java:438) [2020-08-08T21:42:21.875Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:105) [2020-08-08T21:42:21.875Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-08T21:42:21.875Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-08T21:42:21.875Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-08T21:42:21.875Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-08T21:42:21.875Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-08T21:42:21.875Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-08T21:42:21.875Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-08T21:42:22.130Z] Start of script [2020-08-08T21:42:22.130Z] include file start [2020-08-08T21:42:22.130Z] include file processed [2020-08-08T21:42:22.130Z] Result of testMethod = 5 [2020-08-08T21:42:22.386Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: x [2020-08-08T21:42:22.386Z] at py4j.Protocol.getReturnValue(Protocol.java:438) [2020-08-08T21:42:22.386Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:105) [2020-08-08T21:42:22.386Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-08T21:42:22.386Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-08T21:42:22.386Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-08T21:42:22.386Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-08T21:42:22.386Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-08T21:42:22.386Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-08T21:42:22.386Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-08T21:42:22.386Z] Start of script [2020-08-08T21:42:22.386Z] include file start [2020-08-08T21:42:22.386Z] include file processed [2020-08-08T21:42:22.386Z] Result of testMethod = 5 [2020-08-08T21:42:22.386Z] End of script [2020-08-08T21:42:22.642Z] Start of script [2020-08-08T21:42:22.642Z] include file start [2020-08-08T21:42:22.642Z] include file processed [2020-08-08T21:42:22.898Z] Result of testMethod = 5 [2020-08-08T21:42:22.898Z] End of script [2020-08-08T21:42:22.898Z] Start of script [2020-08-08T21:42:22.898Z] include file start [2020-08-08T21:42:22.898Z] include file processed [2020-08-08T21:42:23.154Z] Result of testMethod = 5 [2020-08-08T21:42:23.154Z] End of script [2020-08-08T21:42:23.154Z] Start of script [2020-08-08T21:42:23.154Z] include file start [2020-08-08T21:42:23.154Z] include file processed [2020-08-08T21:42:23.154Z] Result of testMethod = 5 [2020-08-08T21:42:23.154Z] End of script [2020-08-08T21:42:23.409Z] Start of script [2020-08-08T21:42:23.409Z] include file start [2020-08-08T21:42:23.409Z] include file processed [2020-08-08T21:42:23.409Z] Result of testMethod = 5 [2020-08-08T21:42:23.664Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: x [2020-08-08T21:42:23.664Z] at py4j.Protocol.getReturnValue(Protocol.java:438) [2020-08-08T21:42:23.664Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:105) [2020-08-08T21:42:23.664Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-08T21:42:23.664Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-08T21:42:23.664Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-08T21:42:23.664Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-08T21:42:23.664Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-08T21:42:23.664Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-08T21:42:23.664Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-08T21:42:23.664Z] Start of script [2020-08-08T21:42:23.664Z] include file start [2020-08-08T21:42:23.664Z] include file processed [2020-08-08T21:42:23.664Z] Result of testMethod = 5 [2020-08-08T21:42:23.664Z] End of script [2020-08-08T21:42:24.139Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: x [2020-08-08T21:42:24.139Z] at py4j.Protocol.getReturnValue(Protocol.java:438) [2020-08-08T21:42:24.139Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:105) [2020-08-08T21:42:24.139Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-08T21:42:24.139Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-08T21:42:24.139Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-08T21:42:24.139Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-08T21:42:24.140Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-08T21:42:24.140Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-08T21:42:24.140Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-08T21:42:24.140Z] Start of script [2020-08-08T21:42:24.140Z] include file start [2020-08-08T21:42:24.140Z] include file processed [2020-08-08T21:42:24.140Z] Result of testMethod = 5 [2020-08-08T21:42:24.140Z] End of script [2020-08-08T21:42:24.395Z] Start of script [2020-08-08T21:42:24.395Z] include file start [2020-08-08T21:42:24.395Z] include file processed [2020-08-08T21:42:24.395Z] Result of testMethod = 5 [2020-08-08T21:42:24.395Z] End of script [2020-08-08T21:42:24.651Z] Start of script [2020-08-08T21:42:24.651Z] include file start [2020-08-08T21:42:24.651Z] include file processed [2020-08-08T21:42:24.651Z] Result of testMethod = 5 [2020-08-08T21:42:24.651Z] End of script [2020-08-08T21:42:24.906Z] Tests run: 42, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 10.336 s - in org.eclipse.ease.lang.python.py4j.Py4jDebugTest [2020-08-08T21:42:24.906Z] resumeOnLastIncludeLine(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) skipped [2020-08-08T21:42:24.906Z] nativeArrayVariable(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) skipped [2020-08-08T21:42:24.906Z] stepIntoIncludeCommand(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) skipped [2020-08-08T21:42:24.906Z] nativeObjectVariable(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) skipped [2020-08-08T21:42:24.906Z] disconnectProcessInSuspendedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.404 s [2020-08-08T21:42:24.906Z] stepReturnIncludeCommand(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.209 s [2020-08-08T21:42:24.906Z] arrayVariableSorting(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.308 s [2020-08-08T21:42:24.906Z] stepOverOnDebugTarget(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.308 s [2020-08-08T21:42:24.906Z] hasDebugTarget(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.205 s [2020-08-08T21:42:24.906Z] disconnectThreadInSuspendedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.209 s [2020-08-08T21:42:24.906Z] stepReturnOnDebugTarget(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.307 s [2020-08-08T21:42:24.906Z] nullVariable(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.307 s [2020-08-08T21:42:24.906Z] stepOverOnStackFrame(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.308 s [2020-08-08T21:42:24.906Z] resumeOnDebugTarget(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.207 s [2020-08-08T21:42:24.906Z] modifyVariableKeepingType(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.506 s [2020-08-08T21:42:24.906Z] stepReturnOnStackFrame(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.306 s [2020-08-08T21:42:24.906Z] terminateStackFrameInSuspendedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.207 s [2020-08-08T21:42:24.906Z] breakpointLocation(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.206 s [2020-08-08T21:42:24.906Z] stepReturnOnThread(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.306 s [2020-08-08T21:42:24.906Z] javaClassVariable(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.308 s [2020-08-08T21:42:24.906Z] stepIntoOnThread(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.306 s [2020-08-08T21:42:24.906Z] terminateThreadInSuspendedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.206 s [2020-08-08T21:42:24.906Z] resumeOnThread(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.306 s [2020-08-08T21:42:24.906Z] stepIntoOnStackFrame(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.307 s [2020-08-08T21:42:24.906Z] terminateProcessInSuspendedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.206 s [2020-08-08T21:42:24.906Z] stepOverOnProcess(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.306 s [2020-08-08T21:42:24.906Z] disconnectDebugTargetInSuspendedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.306 s [2020-08-08T21:42:24.906Z] stepIntoOnProcess(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.306 s [2020-08-08T21:42:24.906Z] terminatedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.104 s [2020-08-08T21:42:24.906Z] stepOverIncludeCommand(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.304 s [2020-08-08T21:42:24.906Z] innerScopeVariableBeforeOuterScopeVariable(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.305 s [2020-08-08T21:42:24.906Z] primitiveStringVariable(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.305 s [2020-08-08T21:42:24.906Z] resumeOnProcess(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.204 s [2020-08-08T21:42:24.906Z] stepIntoOnDebugTarget(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.306 s [2020-08-08T21:42:24.906Z] stepOverOnThread(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.305 s [2020-08-08T21:42:24.906Z] suspendedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.204 s [2020-08-08T21:42:24.906Z] primitiveDoubleVariable(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.306 s [2020-08-08T21:42:24.906Z] resumeOnStackFrame(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.205 s [2020-08-08T21:42:24.906Z] terminateDebugTargetInSuspendedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.204 s [2020-08-08T21:42:24.906Z] disconnectStackFrameInSuspendedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.204 s [2020-08-08T21:42:24.906Z] stepReturnOnProcess(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.306 s [2020-08-08T21:42:24.906Z] evaluateWatchExpression(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.206 s [2020-08-08T21:42:24.906Z] Running org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest [2020-08-08T21:42:25.162Z] org.eclipse.ease.ScriptExecutionException: Traceback (most recent call last): [2020-08-08T21:42:25.162Z] File "<...>", line 1, in [2020-08-08T21:42:25.162Z] File "<...>", line 81, in load_module [2020-08-08T21:42:25.162Z] ImportError: No EASE module named 'eclipse.test.notthere' [2020-08-08T21:42:25.162Z] [2020-08-08T21:42:25.162Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.443 s - in org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest [2020-08-08T21:42:25.162Z] loadSimpleModule(org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest) Time elapsed: 0.058 s [2020-08-08T21:42:25.162Z] loadModuleWithDependencies(org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest) Time elapsed: 0.054 s [2020-08-08T21:42:25.162Z] accessAdvancedModule(org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest) Time elapsed: 0.059 s [2020-08-08T21:42:25.162Z] importAs(org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest) Time elapsed: 0.055 s [2020-08-08T21:42:25.162Z] fromBasicImportMethod(org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest) Time elapsed: 0.055 s [2020-08-08T21:42:25.162Z] loadNotExistingModule(org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest) Time elapsed: 0.052 s [2020-08-08T21:42:25.162Z] fromBasicImportAll(org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest) Time elapsed: 0.054 s [2020-08-08T21:42:25.162Z] accessModule(org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest) Time elapsed: 0.054 s [2020-08-08T21:42:25.162Z] Running org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest [2020-08-08T21:42:25.162Z] ---------------------------------------------- [2020-08-08T21:42:25.162Z] Starting test: invalidSyntax(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:42:25.417Z] org.eclipse.ease.ScriptExecutionException: Traceback (most recent call last): [2020-08-08T21:42:25.417Z] File "/usr/lib64/python2.7/ast.py", line 37, in parse [2020-08-08T21:42:25.417Z] return compile(source, filename, mode, PyCF_ONLY_AST) [2020-08-08T21:42:25.417Z] File "", line 1 [2020-08-08T21:42:25.417Z] 1++ [2020-08-08T21:42:25.417Z] ^ [2020-08-08T21:42:25.417Z] SyntaxError: invalid syntax [2020-08-08T21:42:25.417Z] [2020-08-08T21:42:25.417Z] [2020-08-08T21:42:25.417Z] Finished test: invalidSyntax(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:42:25.417Z] ---------------------------------------------- [2020-08-08T21:42:25.417Z] ---------------------------------------------- [2020-08-08T21:42:25.417Z] Starting test: getScriptEngine(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:42:26.781Z] 149482711 [2020-08-08T21:42:26.781Z] Finished test: getScriptEngine(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:42:26.781Z] ---------------------------------------------- [2020-08-08T21:42:26.781Z] ---------------------------------------------- [2020-08-08T21:42:26.781Z] Starting test: incompleteStatement(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:42:26.781Z] org.eclipse.ease.ScriptExecutionException: Traceback (most recent call last): [2020-08-08T21:42:26.781Z] File "/usr/lib64/python2.7/ast.py", line 37, in parse [2020-08-08T21:42:26.781Z] return compile(source, filename, mode, PyCF_ONLY_AST) [2020-08-08T21:42:26.781Z] File "", line 1 [2020-08-08T21:42:26.781Z] def a(): [2020-08-08T21:42:26.781Z] ^ [2020-08-08T21:42:26.781Z] SyntaxError: unexpected EOF while parsing [2020-08-08T21:42:26.781Z] [2020-08-08T21:42:26.781Z] [2020-08-08T21:42:26.781Z] Finished test: incompleteStatement(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:42:26.781Z] ---------------------------------------------- [2020-08-08T21:42:26.781Z] ---------------------------------------------- [2020-08-08T21:42:26.781Z] Starting test: multiLineStatement(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:42:27.037Z] [2020-08-08T21:42:27.037Z] Finished test: multiLineStatement(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:42:27.037Z] ---------------------------------------------- [2020-08-08T21:42:27.037Z] ---------------------------------------------- [2020-08-08T21:42:27.037Z] Starting test: runtimeError(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:42:27.037Z] org.eclipse.ease.ScriptExecutionException: Traceback (most recent call last): [2020-08-08T21:42:27.037Z] File "<...>", line 1, in [2020-08-08T21:42:27.037Z] NameError: name 'a' is not defined [2020-08-08T21:42:27.037Z] [2020-08-08T21:42:27.294Z] [2020-08-08T21:42:27.294Z] Finished test: runtimeError(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:42:27.294Z] ---------------------------------------------- [2020-08-08T21:42:27.294Z] ---------------------------------------------- [2020-08-08T21:42:27.294Z] Starting test: javaIntArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:42:27.549Z] [2020-08-08T21:42:27.549Z] Finished test: javaIntArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:42:27.549Z] ---------------------------------------------- [2020-08-08T21:42:27.549Z] ---------------------------------------------- [2020-08-08T21:42:27.549Z] Starting test: javaDoubleArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:42:27.549Z] [2020-08-08T21:42:27.549Z] Finished test: javaDoubleArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:42:27.549Z] ---------------------------------------------- [2020-08-08T21:42:27.549Z] ---------------------------------------------- [2020-08-08T21:42:27.549Z] Starting test: pythonSet(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:42:27.804Z] [2020-08-08T21:42:27.804Z] Finished test: pythonSet(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:42:27.804Z] ---------------------------------------------- [2020-08-08T21:42:27.804Z] ---------------------------------------------- [2020-08-08T21:42:27.804Z] Starting test: javaStringArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:42:28.059Z] [2020-08-08T21:42:28.059Z] Finished test: javaStringArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:42:28.059Z] ---------------------------------------------- [2020-08-08T21:42:28.059Z] ---------------------------------------------- [2020-08-08T21:42:28.059Z] Starting test: javaShortArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:42:28.315Z] [2020-08-08T21:42:28.315Z] Finished test: javaShortArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:42:28.315Z] ---------------------------------------------- [2020-08-08T21:42:28.315Z] ---------------------------------------------- [2020-08-08T21:42:28.315Z] Starting test: javaBooleanArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:42:28.315Z] [2020-08-08T21:42:28.315Z] Finished test: javaBooleanArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:42:28.315Z] ---------------------------------------------- [2020-08-08T21:42:28.315Z] ---------------------------------------------- [2020-08-08T21:42:28.315Z] Starting test: javaObjectArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:42:28.570Z] [2020-08-08T21:42:28.570Z] Finished test: javaObjectArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:42:28.570Z] ---------------------------------------------- [2020-08-08T21:42:28.571Z] ---------------------------------------------- [2020-08-08T21:42:28.571Z] Starting test: javaIntegerArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:42:28.826Z] [2020-08-08T21:42:28.826Z] Finished test: javaIntegerArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:42:28.826Z] ---------------------------------------------- [2020-08-08T21:42:28.826Z] ---------------------------------------------- [2020-08-08T21:42:28.826Z] Starting test: javaInteger(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:42:29.082Z] [2020-08-08T21:42:29.082Z] Finished test: javaInteger(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:42:29.082Z] ---------------------------------------------- [2020-08-08T21:42:29.082Z] ---------------------------------------------- [2020-08-08T21:42:29.082Z] Starting test: javaString(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:42:29.337Z] [2020-08-08T21:42:29.337Z] Finished test: javaString(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:42:29.337Z] ---------------------------------------------- [2020-08-08T21:42:29.337Z] ---------------------------------------------- [2020-08-08T21:42:29.337Z] Starting test: javaByteArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:42:29.337Z] [2020-08-08T21:42:29.337Z] Finished test: javaByteArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:42:29.337Z] ---------------------------------------------- [2020-08-08T21:42:29.337Z] ---------------------------------------------- [2020-08-08T21:42:29.337Z] Starting test: createEclipseClass(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:42:29.592Z] [2020-08-08T21:42:29.592Z] Finished test: createEclipseClass(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:42:29.592Z] ---------------------------------------------- [2020-08-08T21:42:29.592Z] ---------------------------------------------- [2020-08-08T21:42:29.592Z] Starting test: pythonString(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:42:29.849Z] [2020-08-08T21:42:29.849Z] Finished test: pythonString(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:42:29.849Z] ---------------------------------------------- [2020-08-08T21:42:29.849Z] ---------------------------------------------- [2020-08-08T21:42:29.849Z] Starting test: varargs(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:42:30.104Z] [2020-08-08T21:42:30.104Z] Finished test: varargs(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:42:30.104Z] ---------------------------------------------- [2020-08-08T21:42:30.104Z] ---------------------------------------------- [2020-08-08T21:42:30.104Z] Starting test: createJavaType(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:42:30.104Z] [2020-08-08T21:42:30.104Z] Finished test: createJavaType(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:42:30.104Z] ---------------------------------------------- [2020-08-08T21:42:30.104Z] ---------------------------------------------- [2020-08-08T21:42:30.104Z] Starting test: javaFloatArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:42:30.359Z] [2020-08-08T21:42:30.359Z] Finished test: javaFloatArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:42:30.359Z] ---------------------------------------------- [2020-08-08T21:42:30.359Z] ---------------------------------------------- [2020-08-08T21:42:30.359Z] Starting test: implementJavaInterface(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:42:30.615Z] [2020-08-08T21:42:30.615Z] Finished test: implementJavaInterface(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:42:30.615Z] ---------------------------------------------- [2020-08-08T21:42:30.615Z] ---------------------------------------------- [2020-08-08T21:42:30.615Z] Starting test: pythonDict(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:42:30.871Z] [2020-08-08T21:42:30.871Z] Finished test: pythonDict(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:42:30.871Z] ---------------------------------------------- [2020-08-08T21:42:30.871Z] ---------------------------------------------- [2020-08-08T21:42:30.871Z] Starting test: pythonList(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:42:31.127Z] [2020-08-08T21:42:31.127Z] Finished test: pythonList(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:42:31.127Z] ---------------------------------------------- [2020-08-08T21:42:31.127Z] ---------------------------------------------- [2020-08-08T21:42:31.127Z] Starting test: testMultiple(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:42:31.127Z] [2020-08-08T21:42:31.127Z] Finished test: testMultiple(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:42:31.127Z] ---------------------------------------------- [2020-08-08T21:42:31.127Z] ---------------------------------------------- [2020-08-08T21:42:31.127Z] Starting test: javaLongArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:42:31.382Z] [2020-08-08T21:42:31.382Z] Finished test: javaLongArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:42:31.382Z] ---------------------------------------------- [2020-08-08T21:42:31.382Z] ---------------------------------------------- [2020-08-08T21:42:31.382Z] Starting test: createPythonObject(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:42:31.638Z] [2020-08-08T21:42:31.638Z] Finished test: createPythonObject(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:42:31.638Z] ---------------------------------------------- [2020-08-08T21:42:31.638Z] ---------------------------------------------- [2020-08-08T21:42:31.638Z] Starting test: pythonInteger(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:42:31.893Z] [2020-08-08T21:42:31.893Z] Finished test: pythonInteger(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-08T21:42:31.893Z] ---------------------------------------------- [2020-08-08T21:42:31.893Z] Tests run: 30, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 6.537 s - in org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest [2020-08-08T21:42:31.893Z] invalidSyntax(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.197 s [2020-08-08T21:42:31.894Z] getScriptEngine(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 1.198 s [2020-08-08T21:42:31.894Z] callExit(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) skipped [2020-08-08T21:42:31.894Z] multiLinesOfCode(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) skipped [2020-08-08T21:42:31.894Z] incompleteStatement(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.196 s [2020-08-08T21:42:31.894Z] multiLineStatement(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.198 s [2020-08-08T21:42:31.894Z] runtimeError(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.197 s [2020-08-08T21:42:31.894Z] javaIntArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.202 s [2020-08-08T21:42:31.894Z] javaDoubleArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.196 s [2020-08-08T21:42:31.894Z] pythonSet(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.197 s [2020-08-08T21:42:31.894Z] javaStringArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.196 s [2020-08-08T21:42:31.894Z] javaShortArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.2 s [2020-08-08T21:42:31.894Z] javaBooleanArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.197 s [2020-08-08T21:42:31.894Z] javaObjectArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.198 s [2020-08-08T21:42:31.894Z] javaIntegerArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.196 s [2020-08-08T21:42:31.894Z] javaInteger(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.198 s [2020-08-08T21:42:31.894Z] javaString(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.197 s [2020-08-08T21:42:31.894Z] javaByteArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.196 s [2020-08-08T21:42:31.894Z] createEclipseClass(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.2 s [2020-08-08T21:42:31.894Z] pythonString(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.197 s [2020-08-08T21:42:31.894Z] varargs(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.197 s [2020-08-08T21:42:31.894Z] createJavaType(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.197 s [2020-08-08T21:42:31.894Z] javaFloatArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.198 s [2020-08-08T21:42:31.894Z] implementJavaInterface(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.197 s [2020-08-08T21:42:31.894Z] pythonDict(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.197 s [2020-08-08T21:42:31.894Z] pythonList(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.197 s [2020-08-08T21:42:31.894Z] testMultiple(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.202 s [2020-08-08T21:42:31.894Z] javaLongArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.199 s [2020-08-08T21:42:31.894Z] createPythonObject(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.197 s [2020-08-08T21:42:31.894Z] pythonInteger(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.196 s [2020-08-08T21:42:31.894Z] Running org.eclipse.ease.lang.python.py4j.StartStopTest [2020-08-08T21:42:31.894Z] ---------------------------------------------- [2020-08-08T21:42:31.894Z] Starting test: startStop(org.eclipse.ease.lang.python.py4j.StartStopTest) [2020-08-08T21:42:31.894Z] [2020-08-08T21:42:31.894Z] Finished test: startStop(org.eclipse.ease.lang.python.py4j.StartStopTest) [2020-08-08T21:42:31.894Z] ---------------------------------------------- [2020-08-08T21:42:31.894Z] ---------------------------------------------- [2020-08-08T21:42:31.894Z] Starting test: startStopShellNoBootstrap(org.eclipse.ease.lang.python.py4j.StartStopTest) [2020-08-08T21:42:32.149Z] [2020-08-08T21:42:32.149Z] Finished test: startStopShellNoBootstrap(org.eclipse.ease.lang.python.py4j.StartStopTest) [2020-08-08T21:42:32.149Z] ---------------------------------------------- [2020-08-08T21:42:32.149Z] ---------------------------------------------- [2020-08-08T21:42:32.149Z] Starting test: multiStartStop(org.eclipse.ease.lang.python.py4j.StartStopTest) [2020-08-08T21:42:32.405Z] [2020-08-08T21:42:32.405Z] Finished test: multiStartStop(org.eclipse.ease.lang.python.py4j.StartStopTest) [2020-08-08T21:42:32.405Z] ---------------------------------------------- [2020-08-08T21:42:32.405Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.605 s - in org.eclipse.ease.lang.python.py4j.StartStopTest [2020-08-08T21:42:32.405Z] startStop(org.eclipse.ease.lang.python.py4j.StartStopTest) Time elapsed: 0.202 s [2020-08-08T21:42:32.405Z] startStopShellNoBootstrap(org.eclipse.ease.lang.python.py4j.StartStopTest) Time elapsed: 0.201 s [2020-08-08T21:42:32.405Z] multiStartStop(org.eclipse.ease.lang.python.py4j.StartStopTest) Time elapsed: 0.202 s [2020-08-08T21:42:32.405Z] [2020-08-08T21:42:32.405Z] Results: [2020-08-08T21:42:32.405Z] [2020-08-08T21:42:32.405Z] Tests run: 120, Failures: 0, Errors: 0, Skipped: 13 [2020-08-08T21:42:32.405Z] [2020-08-08T21:42:32.966Z] [INFO] All tests passed! [2020-08-08T21:42:32.966Z] [INFO] [2020-08-08T21:42:32.966Z] [INFO] -----< org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.test >------ [2020-08-08T21:42:32.966Z] [INFO] Building org.eclipse.ease.lang.scriptarchive.test 0.8.0-SNAPSHOT [10/11] [2020-08-08T21:42:32.966Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-08-08T21:42:32.966Z] [INFO] [2020-08-08T21:42:32.966Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-08-08T21:42:32.966Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-08T21:42:32.966Z] [INFO] [2020-08-08T21:42:32.966Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-08-08T21:42:32.966Z] [INFO] [2020-08-08T21:42:32.966Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-08-08T21:42:32.966Z] [INFO] [2020-08-08T21:42:32.966Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-08-08T21:42:32.966Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:42:32.966Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/src/main/resources [2020-08-08T21:42:32.966Z] [INFO] [2020-08-08T21:42:32.966Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-08-08T21:42:32.966Z] [INFO] Nothing to compile - all classes are up to date [2020-08-08T21:42:32.966Z] [INFO] [2020-08-08T21:42:32.966Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-08-08T21:42:32.966Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:42:32.966Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/src/test/resources [2020-08-08T21:42:32.966Z] [INFO] [2020-08-08T21:42:32.966Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-08-08T21:42:32.966Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/target/org.eclipse.ease.lang.scriptarchive.test-0.8.0-SNAPSHOT-sources.jar [2020-08-08T21:42:32.966Z] [INFO] [2020-08-08T21:42:32.966Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-08-08T21:42:32.966Z] [INFO] [2020-08-08T21:42:32.966Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-08-08T21:42:32.966Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/target/org.eclipse.ease.lang.scriptarchive.test-0.8.0-SNAPSHOT.jar [2020-08-08T21:42:32.966Z] [INFO] [2020-08-08T21:42:32.966Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-08-08T21:42:32.966Z] [INFO] [2020-08-08T21:42:32.966Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-08-08T21:42:32.966Z] [INFO] [2020-08-08T21:42:32.967Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-08-08T21:42:32.967Z] [INFO] [2020-08-08T21:42:32.967Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-08-08T21:42:32.967Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/target/work/data/.metadata/.log [2020-08-08T21:42:32.967Z] [INFO] Command line: [2020-08-08T21:42:32.967Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.300.v20190213-1655/org.eclipse.equinox.launcher-1.5.300.v20190213-1655.jar, -data, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/target/surefire.properties] [2020-08-08T21:42:32.967Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven64f80d5e/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven64f80d5e" [2020-08-08T21:42:34.330Z] Running org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest [2020-08-08T21:42:34.330Z] We are running from a zip file! [2020-08-08T21:42:34.330Z] org.eclipse.ease.ScriptExecutionException: SyntaxError: missing ; before statement (workspace://__EASE_ScriptArchive_1/scripts/Master.js#3) [2020-08-08T21:42:34.330Z] this is an error [2020-08-08T21:42:34.330Z] ^ [2020-08-08T21:42:34.330Z] at Master.js,workspace://__EASE_ScriptArchive_1/scripts/Master.js [2020-08-08T21:42:34.585Z] org.eclipse.ease.ScriptExecutionException: SyntaxError: missing ; before statement (workspace://__EASE_ScriptArchive_1/scripts/Master.js#3) [2020-08-08T21:42:34.585Z] this is an error [2020-08-08T21:42:34.585Z] ^ [2020-08-08T21:42:34.585Z] at Master.js,workspace://__EASE_ScriptArchive_1/scripts/Master.js [2020-08-08T21:42:34.585Z] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.399 s - in org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest [2020-08-08T21:42:34.585Z] executeWithManifest(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0.297 s [2020-08-08T21:42:34.585Z] zipFileRegistration(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0.004 s [2020-08-08T21:42:34.585Z] engineIdRegistration(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0 s [2020-08-08T21:42:34.585Z] jarFileRegistration(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0 s [2020-08-08T21:42:34.585Z] sarFileRegistration(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0 s [2020-08-08T21:42:34.585Z] executeWithErrors(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0.03 s [2020-08-08T21:42:34.585Z] executeWithIncludes(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0.052 s [2020-08-08T21:42:34.585Z] [2020-08-08T21:42:34.585Z] Results: [2020-08-08T21:42:34.585Z] [2020-08-08T21:42:34.585Z] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 [2020-08-08T21:42:34.585Z] [2020-08-08T21:42:34.842Z] [INFO] All tests passed! [2020-08-08T21:42:34.842Z] [INFO] [2020-08-08T21:42:34.842Z] [INFO] -------------< org.eclipse.ease:org.eclipse.ease.ui.test >-------------- [2020-08-08T21:42:34.842Z] [INFO] Building org.eclipse.ease.ui.test 0.8.0-SNAPSHOT [11/11] [2020-08-08T21:42:34.842Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-08-08T21:42:34.842Z] [INFO] [2020-08-08T21:42:34.842Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui.test --- [2020-08-08T21:42:34.842Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-08T21:42:34.842Z] [INFO] [2020-08-08T21:42:34.842Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.test --- [2020-08-08T21:42:34.842Z] [INFO] [2020-08-08T21:42:34.842Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.test --- [2020-08-08T21:42:34.842Z] [INFO] [2020-08-08T21:42:34.842Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.ui.test --- [2020-08-08T21:42:34.842Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:42:34.842Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/src/main/resources [2020-08-08T21:42:34.842Z] [INFO] [2020-08-08T21:42:34.842Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.ui.test --- [2020-08-08T21:42:34.842Z] [INFO] Nothing to compile - all classes are up to date [2020-08-08T21:42:34.842Z] [INFO] [2020-08-08T21:42:34.842Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.ui.test --- [2020-08-08T21:42:34.842Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-08T21:42:34.842Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/src/test/resources [2020-08-08T21:42:34.842Z] [INFO] [2020-08-08T21:42:34.842Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.ui.test --- [2020-08-08T21:42:34.842Z] [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [2020-08-08T21:42:34.842Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/target/org.eclipse.ease.ui.test-0.8.0-SNAPSHOT-sources.jar [2020-08-08T21:42:34.842Z] [INFO] [2020-08-08T21:42:34.842Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.ui.test --- [2020-08-08T21:42:34.842Z] [INFO] [2020-08-08T21:42:34.842Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.ui.test --- [2020-08-08T21:42:35.137Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/target/org.eclipse.ease.ui.test-0.8.0-SNAPSHOT.jar [2020-08-08T21:42:35.137Z] [INFO] [2020-08-08T21:42:35.137Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.ui.test --- [2020-08-08T21:42:35.137Z] [INFO] [2020-08-08T21:42:35.137Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.ui.test --- [2020-08-08T21:42:35.137Z] [INFO] [2020-08-08T21:42:35.137Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.ui.test --- [2020-08-08T21:42:35.137Z] [INFO] [2020-08-08T21:42:35.137Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.ease.ui.test --- [2020-08-08T21:42:35.137Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/target/work/data/.metadata/.log [2020-08-08T21:42:35.137Z] [INFO] Command line: [2020-08-08T21:42:35.138Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.300.v20190213-1655/org.eclipse.equinox.launcher-1.5.300.v20190213-1655.jar, -data, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/target/surefire.properties] [2020-08-08T21:42:35.138Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven64f80d5e/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven64f80d5e" [2020-08-08T21:42:36.522Z] Running org.eclipse.ease.ui.help.hovers.ModuleHelpTest [2020-08-08T21:42:36.522Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.015 s - in org.eclipse.ease.ui.help.hovers.ModuleHelpTest [2020-08-08T21:42:36.522Z] getModuleHelpLocation(org.eclipse.ease.ui.help.hovers.ModuleHelpTest) skipped [2020-08-08T21:42:36.522Z] getModuleHelp(org.eclipse.ease.ui.help.hovers.ModuleHelpTest) skipped [2020-08-08T21:42:36.522Z] getMethodHelp(org.eclipse.ease.ui.help.hovers.ModuleHelpTest) skipped [2020-08-08T21:42:36.522Z] getConstantHelp(org.eclipse.ease.ui.help.hovers.ModuleHelpTest) skipped [2020-08-08T21:42:36.522Z] Running org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest [2020-08-08T21:42:36.522Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 8, Time elapsed: 0.063 s - in org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest [2020-08-08T21:42:36.522Z] workspaceProjectProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-08-08T21:42:36.522Z] checkOperatingSystem(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-08-08T21:42:36.522Z] absoluteRootWorkspaceProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-08-08T21:42:36.522Z] workspaceFolderProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-08-08T21:42:36.522Z] fileSystemFolderProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-08-08T21:42:36.522Z] workspaceProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-08-08T21:42:36.522Z] relativeRootWorkspaceProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-08-08T21:42:36.522Z] fileSystemRootProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-08-08T21:42:36.522Z] Running org.eclipse.ease.ui.completion.CompletionContextTest [2020-08-08T21:42:36.522Z] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.ease.ui.completion.CompletionContextTest [2020-08-08T21:42:36.522Z] resolveStaticClass(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0.002 s [2020-08-08T21:42:36.522Z] resolveClassWithFilter(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-08-08T21:42:36.522Z] simplifyCalls(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-08-08T21:42:36.522Z] resolveClass(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-08-08T21:42:36.522Z] replaceEscapedStringLiterals(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-08-08T21:42:36.522Z] replaceSimpleStringLiterals(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-08-08T21:42:36.522Z] resolveStaticClassWithFilter(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-08-08T21:42:36.522Z] resolveClassWithParameters(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-08-08T21:42:36.522Z] replaceMultipleStringLiterals(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-08-08T21:42:36.522Z] Running org.eclipse.ease.ui.completions.java.provider.JavaPackagesCompletionsProviderTest [2020-08-08T21:42:43.055Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.811 s - in org.eclipse.ease.ui.completions.java.provider.JavaPackagesCompletionsProviderTest [2020-08-08T21:42:43.055Z] containsJavaLangPackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaPackagesCompletionsProviderTest) Time elapsed: 0.432 s [2020-08-08T21:42:43.055Z] containsOrgRootPackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaPackagesCompletionsProviderTest) Time elapsed: 0.007 s [2020-08-08T21:42:43.055Z] containsJavaRootPackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaPackagesCompletionsProviderTest) Time elapsed: 0.006 s [2020-08-08T21:42:43.055Z] containsOrgEclipsePackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaPackagesCompletionsProviderTest) Time elapsed: 0.056 s [2020-08-08T21:42:43.055Z] Running org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest [2020-08-08T21:42:48.299Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.127 s - in org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest [2020-08-08T21:42:48.299Z] containsPackageFileCompletion(org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest) Time elapsed: 0.006 s [2020-08-08T21:42:48.299Z] containsGlobalFileCompletion(org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest) Time elapsed: 0.026 s [2020-08-08T21:42:48.299Z] containsJavaLangPackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest) Time elapsed: 0.039 s [2020-08-08T21:42:48.299Z] containsOrgRootPackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest) Time elapsed: 0.004 s [2020-08-08T21:42:48.299Z] containsJavaRootPackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest) Time elapsed: 0.004 s [2020-08-08T21:42:48.299Z] containsOrgEclipsePackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest) Time elapsed: 0.041 s [2020-08-08T21:42:48.299Z] [2020-08-08T21:42:48.299Z] Results: [2020-08-08T21:42:48.299Z] [2020-08-08T21:42:48.299Z] Tests run: 31, Failures: 0, Errors: 0, Skipped: 12 [2020-08-08T21:42:48.299Z] [2020-08-08T21:42:48.555Z] [INFO] All tests passed! [2020-08-08T21:42:48.555Z] [INFO] ------------------------------------------------------------------------ [2020-08-08T21:42:48.555Z] [INFO] Reactor Summary for org.eclipse.ease.releng 0.8.0-SNAPSHOT: [2020-08-08T21:42:48.555Z] [INFO] [2020-08-08T21:42:48.555Z] [INFO] org.eclipse.ease.releng ............................ SUCCESS [ 0.002 s] [2020-08-08T21:42:48.555Z] [INFO] org.eclipse.ease.releng.target ..................... SUCCESS [ 0.121 s] [2020-08-08T21:42:48.555Z] [INFO] org.eclipse.ease.test .............................. SUCCESS [ 13.052 s] [2020-08-08T21:42:48.555Z] [INFO] org.eclipse.ease.lang.javascript.nashorn.test ...... SUCCESS [ 2.358 s] [2020-08-08T21:42:48.555Z] [INFO] org.eclipse.ease.lang.javascript.rhino.test ........ SUCCESS [ 13.523 s] [2020-08-08T21:42:48.555Z] [INFO] org.eclipse.ease.lang.javascript.test .............. SUCCESS [ 1.985 s] [2020-08-08T21:42:48.555Z] [INFO] org.eclipse.ease.lang.python.test .................. SUCCESS [ 1.631 s] [2020-08-08T21:42:48.555Z] [INFO] org.eclipse.ease.lang.python.jython.test ........... SUCCESS [ 14.577 s] [2020-08-08T21:42:48.555Z] [INFO] org.eclipse.ease.lang.python.py4j.test ............. SUCCESS [ 26.100 s] [2020-08-08T21:42:48.555Z] [INFO] org.eclipse.ease.lang.scriptarchive.test ........... SUCCESS [ 2.101 s] [2020-08-08T21:42:48.555Z] [INFO] org.eclipse.ease.ui.test ........................... SUCCESS [ 13.529 s] [2020-08-08T21:42:48.555Z] [INFO] ------------------------------------------------------------------------ [2020-08-08T21:42:48.555Z] [INFO] BUILD SUCCESS [2020-08-08T21:42:48.555Z] [INFO] ------------------------------------------------------------------------ [2020-08-08T21:42:48.555Z] [INFO] Total time: 02:18 min [2020-08-08T21:42:48.555Z] [INFO] Finished at: 2020-08-08T21:42:48Z [2020-08-08T21:42:48.555Z] [INFO] ------------------------------------------------------------------------ [2020-08-08T21:42:48.555Z] [WARNING] [jenkins-event-spy] Unexpected Maven project file name 'target-tests-pom.xml', problems may occur [2020-08-08T21:42:48.555Z] [INFO] [jenkins-event-spy] Generated /home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven64f80d5e/maven-spy-20200808-214029-6149108685765144750737.log [Pipeline] } [2020-08-08T21:42:49.156Z] [withMaven] Publishers: Pipeline Graph Publisher: 4 ms [Pipeline] // withMaven [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] junit [2020-08-08T21:42:49.184Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // timestamps [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline Finished: SUCCESS