Started by timer Running in Durability level: PERFORMANCE_OPTIMIZED [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task ‘centos-7-wd31w’ is offline Agent centos-7-wd31w 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-wd31w" 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-wd31w" - 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-wd31w" - 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-wd31w in /home/jenkins/agent/workspace/ease.verify.core.target.2020-03 [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-22T00:28:18.913Z] Timeout set to expire in 1 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Checkout) [Pipeline] checkout [2020-08-22T00:28:20.089Z] No credentials specified [2020-08-22T00:28:20.092Z] Cloning the remote Git repository [2020-08-22T00:28:20.104Z] Cloning repository git://git.eclipse.org/gitroot/ease/org.eclipse.ease.core.git [2020-08-22T00:28:20.135Z] > git init /home/jenkins/agent/workspace/ease.verify.core.target.2020-03 # timeout=10 [2020-08-22T00:28:20.152Z] Fetching upstream changes from git://git.eclipse.org/gitroot/ease/org.eclipse.ease.core.git [2020-08-22T00:28:20.152Z] > git --version # timeout=10 [2020-08-22T00:28:20.154Z] > git fetch --tags --progress git://git.eclipse.org/gitroot/ease/org.eclipse.ease.core.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-08-22T00:28:20.881Z] Checking out Revision 80b0e32b2a80be07e08cdb8ccb7dc3de20d6fe8e (refs/remotes/origin/master) [2020-08-22T00:28:20.799Z] > git config remote.origin.url git://git.eclipse.org/gitroot/ease/org.eclipse.ease.core.git # timeout=10 [2020-08-22T00:28:20.801Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-08-22T00:28:20.805Z] > git config remote.origin.url git://git.eclipse.org/gitroot/ease/org.eclipse.ease.core.git # timeout=10 [2020-08-22T00:28:20.811Z] Fetching upstream changes from git://git.eclipse.org/gitroot/ease/org.eclipse.ease.core.git [2020-08-22T00:28:20.812Z] > git fetch --tags --progress git://git.eclipse.org/gitroot/ease/org.eclipse.ease.core.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-08-22T00:28:20.874Z] > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 [2020-08-22T00:28:20.879Z] > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10 [2020-08-22T00:28:20.888Z] > git config core.sparsecheckout # timeout=10 [2020-08-22T00:28:20.890Z] > git checkout -f 80b0e32b2a80be07e08cdb8ccb7dc3de20d6fe8e # timeout=10 [2020-08-22T00:28:24.511Z] Commit message: "Bug 566199: [ScriptService] fire event when a script gets executed" [2020-08-22T00:28:24.517Z] > git rev-list --no-walk 1daf138751eb172fae5c7c3cafa6baf8cf872f58 # timeout=10 [2020-08-22T00:28:24.530Z] Cleaning workspace [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Fetch Doclet) [Pipeline] sh [2020-08-22T00:28:24.534Z] > git rev-parse --verify HEAD # timeout=10 [2020-08-22T00:28:24.536Z] Resetting working tree [2020-08-22T00:28:24.536Z] > git reset --hard # timeout=10 [2020-08-22T00:28:24.585Z] > git clean -fdx # timeout=10 [2020-08-22T00:28:25.062Z] + 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-22T00:28:25.062Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-08-22T00:28:25.062Z] Dload Upload Total Spent Left Speed [2020-08-22T00:28:25.062Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 88177 100 88177 0 0 497k 0 --:--:-- --:--:-- --:--:-- 500k [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] withMaven [2020-08-22T00:28:25.099Z] [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-22T00:28:25.099Z] [withMaven] Available options: [2020-08-22T00:28:25.099Z] [withMaven] using JDK installation oracle-jdk8-latest [2020-08-22T00:28:25.105Z] [withMaven] using Maven installation 'apache-maven-latest' [Pipeline] { [Pipeline] sh [2020-08-22T00:28:25.641Z] + mvn clean install -Pmodule-docs [2020-08-22T00:28:25.641Z] ----- withMaven Wrapper script ----- [2020-08-22T00:28:25.898Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d" [2020-08-22T00:28:26.154Z] Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) [2020-08-22T00:28:26.154Z] Maven home: /opt/tools/apache-maven/latest [2020-08-22T00:28:26.154Z] Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre [2020-08-22T00:28:26.154Z] Default locale: en_US, platform encoding: UTF-8 [2020-08-22T00:28:26.410Z] OS name: "linux", version: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix" [2020-08-22T00:28:26.972Z] [INFO] [jenkins-event-spy] Generate /home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d/maven-spy-20200822-002826-767436060243198809461.log.tmp ... [2020-08-22T00:28:27.534Z] [INFO] Scanning for projects... [2020-08-22T00:28:34.077Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-22T00:28:40.616Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-22T00:28:40.616Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-22T00:28:40.616Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-22T00:28:40.616Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-22T00:28:40.616Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-22T00:28:40.616Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-22T00:28:40.616Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-22T00:28:40.616Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-22T00:28:40.616Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-22T00:28:40.616Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-22T00:28:40.616Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-22T00:28:40.616Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-22T00:28:40.616Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-22T00:28:40.616Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-22T00:28:40.616Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-22T00:28:40.616Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-22T00:28:40.616Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-22T00:28:40.616Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-22T00:28:40.616Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-22T00:28:40.616Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-22T00:28:40.617Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-22T00:28:40.617Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-22T00:28:40.617Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-22T00:28:40.617Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-22T00:28:40.617Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-22T00:28:40.617Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-22T00:28:40.617Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-22T00:28:40.617Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-22T00:28:40.617Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-22T00:28:40.617Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-22T00:28:40.617Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-22T00:28:40.617Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-22T00:28:40.617Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-22T00:29:48.247Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-22T00:29:48.248Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-22T00:29:48.248Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-22T00:29:48.248Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-22T00:29:48.248Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-22T00:29:48.248Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-22T00:29:48.248Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-22T00:29:48.248Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-22T00:29:48.248Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-22T00:29:48.248Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-22T00:29:48.248Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-22T00:29:48.248Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease/pom.xml [2020-08-22T00:29:48.248Z] [INFO] Fetching p2.index from http://download.eclipse.org/releases/2020-06/ [2020-08-22T00:29:48.248Z] [INFO] Fetching p2.index from http://download.eclipse.org/releases/2020-06/ [2020-08-22T00:29:48.248Z] [INFO] Adding repository http://download.eclipse.org/releases/2020-06 [2020-08-22T00:29:48.248Z] [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2020-06/ (483B) [2020-08-22T00:29:48.248Z] [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2020-06/ (483B) [2020-08-22T00:29:48.248Z] [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/2020-06/ [2020-08-22T00:29:48.248Z] [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/2020-06/ [2020-08-22T00:29:48.248Z] [INFO] Fetching content.jar from http://download.eclipse.org/technology/epp/packages/2020-06/ (66.17kB) [2020-08-22T00:29:48.248Z] [INFO] Fetching content.jar from http://download.eclipse.org/technology/epp/packages/2020-06/ (66.17kB) [2020-08-22T00:29:48.248Z] [INFO] Fetching p2.index from http://download.eclipse.org/releases/2020-06/202006171000/ [2020-08-22T00:29:48.248Z] [INFO] Fetching p2.index from http://download.eclipse.org/releases/2020-06/202006171000/ [2020-08-22T00:29:48.248Z] [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2020-06/202006171000/ [2020-08-22T00:29:48.248Z] [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2020-06/202006171000/ [2020-08-22T00:29:48.248Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20200529191137/repository/ [2020-08-22T00:29:48.248Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20200529191137/repository/ [2020-08-22T00:29:48.248Z] [INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/drops/R20200529191137/repository [2020-08-22T00:29:48.248Z] [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/R20200529191137/repository/ [2020-08-22T00:29:48.248Z] [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/R20200529191137/repository/ [2020-08-22T00:29:48.248Z] [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/ (107.42kB) [2020-08-22T00:29:48.248Z] [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/ (107.42kB) [2020-08-22T00:29:48.248Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200529191137/repository/ [2020-08-22T00:29:48.248Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200529191137/repository/ [2020-08-22T00:29:48.248Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200529191137/repository/ [2020-08-22T00:29:48.248Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200529191137/repository/ [2020-08-22T00:29:48.248Z] [INFO] Adding repository https://bintray.com/artifact/download/pontesegger/ease-engines [2020-08-22T00:29:48.248Z] [INFO] Fetching content.jar from https://bintray.com/artifact/download/pontesegger/ease-engines/ (11kB) [2020-08-22T00:29:48.248Z] [INFO] Fetching content.jar from https://bintray.com/artifact/download/pontesegger/ease-engines/ (11kB) [2020-08-22T00:29:48.248Z] [INFO] Adding repository https://dl.bintray.com/py4j/py4j-eclipse/0.10.8.1 [2020-08-22T00:29:48.248Z] [INFO] Fetching content.jar from https://dl.bintray.com/py4j/py4j-eclipse/0.10.8.1/ (1.51kB) [2020-08-22T00:29:48.505Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease/pom.xml [2020-08-22T00:29:53.754Z] [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-22T00:29:53.754Z] [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-22T00:29:53.754Z] [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-22T00:29:56.271Z] [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-22T00:29:56.271Z] [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-22T00:29:56.527Z] [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-22T00:29:56.527Z] [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-22T00:29:56.783Z] [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-22T00:29:56.783Z] [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-22T00:29:56.783Z] [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-22T00:29:56.783Z] [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-22T00:29:57.039Z] [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-22T00:29:57.039Z] [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-22T00:29:57.039Z] [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-22T00:29:57.039Z] [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-22T00:29:57.294Z] [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-22T00:29:57.294Z] [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-22T00:29:57.550Z] [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-22T00:29:57.550Z] [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-22T00:29:57.551Z] [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-22T00:29:57.551Z] [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-22T00:29:57.806Z] [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-22T00:29:57.806Z] [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-22T00:29:57.806Z] [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-22T00:29:57.806Z] [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-22T00:29:58.062Z] [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-22T00:29:58.063Z] [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-22T00:29:58.063Z] [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-22T00:29:58.063Z] [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-22T00:29:58.318Z] [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-22T00:29:58.318Z] [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-22T00:29:58.318Z] [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-22T00:29:58.318Z] [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-22T00:29:58.574Z] [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-22T00:29:58.574Z] [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-22T00:29:58.574Z] [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-22T00:29:58.574Z] [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-22T00:29:58.830Z] [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-22T00:29:58.830Z] [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-22T00:29:58.830Z] [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-22T00:29:58.830Z] [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-22T00:29:59.086Z] [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-22T00:29:59.086Z] [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-22T00:29:59.086Z] [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-22T00:29:59.086Z] [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-22T00:29:59.341Z] [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-22T00:29:59.341Z] [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-22T00:29:59.597Z] [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-22T00:29:59.597Z] [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-22T00:29:59.597Z] [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-22T00:29:59.597Z] [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-22T00:29:59.597Z] [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-22T00:29:59.852Z] [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-22T00:29:59.853Z] [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-22T00:29:59.853Z] [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-22T00:29:59.853Z] [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-22T00:29:59.853Z] [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-22T00:30:00.108Z] [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-22T00:30:00.108Z] [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-22T00:30:00.108Z] [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-22T00:30:00.108Z] [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-22T00:30:00.363Z] [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-22T00:30:00.363Z] [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-22T00:30:00.619Z] [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-22T00:30:00.619Z] [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-22T00:30:00.619Z] [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-22T00:30:00.619Z] [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-22T00:30:00.875Z] [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.07kB) [2020-08-22T00:30:00.875Z] [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (14.07kB) [2020-08-22T00:30:00.875Z] [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-22T00:30:00.875Z] [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-22T00:30:00.875Z] [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-22T00:30:01.130Z] [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-22T00:30:01.130Z] [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-22T00:30:01.130Z] [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-22T00:30:01.130Z] [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-22T00:30:01.130Z] [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-22T00:30:01.387Z] [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-22T00:30:01.387Z] [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-22T00:30:01.387Z] [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-22T00:30:01.387Z] [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-22T00:30:01.643Z] [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-22T00:30:01.643Z] [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-22T00:30:01.643Z] [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-22T00:30:01.643Z] [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-22T00:30:02.205Z] [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-22T00:30:02.205Z] [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-22T00:30:02.205Z] [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-22T00:30:02.205Z] [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-22T00:30:02.205Z] [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-22T00:30:02.205Z] [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-22T00:30:02.460Z] [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-22T00:30:02.460Z] [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-22T00:30:02.715Z] [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-22T00:30:02.716Z] [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-22T00:30:02.972Z] [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-22T00:30:02.972Z] [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-22T00:30:02.972Z] [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-22T00:30:02.972Z] [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-22T00:30:03.227Z] [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-22T00:30:03.227Z] [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-22T00:30:03.227Z] [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-22T00:30:03.227Z] [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-22T00:30:03.227Z] [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-22T00:30:03.227Z] [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-22T00:30:03.483Z] [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-22T00:30:03.483Z] [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-22T00:30:03.739Z] [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-22T00:30:03.739Z] [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-22T00:30:03.739Z] [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-22T00:30:03.739Z] [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-22T00:30:03.739Z] [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-22T00:30:03.739Z] [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-22T00:30:03.995Z] [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-22T00:30:03.995Z] [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-22T00:30:03.995Z] [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-22T00:30:04.251Z] [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-22T00:30:04.251Z] [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-22T00:30:04.251Z] [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-22T00:30:04.506Z] [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-22T00:30:04.506Z] [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-22T00:30:04.506Z] [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-22T00:30:04.506Z] [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-22T00:30:04.762Z] [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-22T00:30:04.762Z] [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-22T00:30:04.762Z] [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-22T00:30:04.762Z] [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-22T00:30:05.018Z] [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-22T00:30:05.018Z] [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-22T00:30:05.018Z] [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-22T00:30:05.018Z] [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-22T00:30:05.274Z] [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-22T00:30:05.274Z] [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-22T00:30:05.835Z] [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-22T00:30:05.835Z] [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-22T00:30:05.835Z] [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-22T00:30:05.835Z] [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-22T00:30:06.093Z] [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-22T00:30:06.093Z] [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-22T00:30:06.093Z] [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-22T00:30:06.093Z] [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-22T00:30:06.093Z] [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-22T00:30:06.093Z] [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-22T00:30:06.353Z] [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-22T00:30:06.353Z] [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-22T00:30:06.353Z] [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-22T00:30:06.614Z] [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-22T00:30:06.614Z] [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-22T00:30:06.614Z] [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-22T00:30:06.870Z] [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-22T00:30:06.870Z] [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-22T00:30:07.125Z] [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-22T00:30:07.125Z] [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-22T00:30:07.126Z] [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-22T00:30:07.126Z] [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-22T00:30:07.381Z] [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-22T00:30:07.381Z] [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-22T00:30:07.381Z] [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-22T00:30:07.381Z] [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-22T00:30:07.636Z] [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-22T00:30:07.636Z] [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-22T00:30:07.636Z] [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-22T00:30:07.636Z] [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-22T00:30:07.892Z] [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-22T00:30:07.892Z] [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-22T00:30:08.148Z] [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-22T00:30:08.148Z] [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-22T00:30:08.709Z] [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-22T00:30:08.709Z] [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-22T00:30:09.635Z] [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-22T00:30:09.635Z] [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-22T00:30:09.635Z] [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-22T00:30:09.635Z] [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-22T00:30:09.635Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease/pom.xml [2020-08-22T00:30:09.890Z] [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.2020-03/plugins/org.eclipse.ease.classloader/pom.xml [2020-08-22T00:30:09.890Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.classloader:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.classloader/pom.xml [2020-08-22T00:30:09.890Z] [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.2020-03/plugins/org.eclipse.ease.classloader/pom.xml [2020-08-22T00:30:09.890Z] [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.2020-03/plugins/org.eclipse.ease.ui/pom.xml [2020-08-22T00:30:09.890Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.ui:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.ui/pom.xml [2020-08-22T00:30:09.890Z] [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-22T00:30:10.148Z] [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-22T00:30:10.148Z] [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-22T00:30:10.148Z] [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-22T00:30:10.148Z] [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-22T00:30:10.148Z] [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-22T00:30:11.074Z] [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-22T00:30:11.074Z] [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-22T00:30:11.074Z] [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-22T00:30:11.074Z] [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-22T00:30:11.330Z] [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-22T00:30:11.330Z] [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-22T00:30:11.330Z] [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-22T00:30:11.585Z] [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-22T00:30:11.585Z] [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.2020-03/plugins/org.eclipse.ease.ui/pom.xml [2020-08-22T00:30:11.585Z] [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.2020-03/plugins/org.eclipse.ease.ui.completions.java/pom.xml [2020-08-22T00:30:11.585Z] [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.2020-03/plugins/org.eclipse.ease.ui.completions.java/pom.xml [2020-08-22T00:30:11.841Z] [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-22T00:30:11.841Z] [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-22T00:30:12.096Z] [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-22T00:30:12.097Z] [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-22T00:30:12.097Z] [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-22T00:30:12.097Z] [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-22T00:30:14.610Z] [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-22T00:30:14.610Z] [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-22T00:30:14.866Z] [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-22T00:30:14.866Z] [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-22T00:30:15.122Z] [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-22T00:30:15.122Z] [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-22T00:30:15.377Z] [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-22T00:30:15.377Z] [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-22T00:30:15.633Z] [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-22T00:30:15.633Z] [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-22T00:30:15.889Z] [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-22T00:30:15.889Z] [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-22T00:30:15.889Z] [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-22T00:30:15.889Z] [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-22T00:30:16.145Z] [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-22T00:30:16.145Z] [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-22T00:30:16.706Z] [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-22T00:30:16.706Z] [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-22T00:30:16.706Z] [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-22T00:30:16.706Z] [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-22T00:30:16.961Z] [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-22T00:30:16.961Z] [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-22T00:30:16.961Z] [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-22T00:30:16.961Z] [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-22T00:30:17.216Z] [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.2020-03/plugins/org.eclipse.ease.ui.completions.java/pom.xml [2020-08-22T00:30:17.216Z] [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.2020-03/plugins/org.eclipse.ease.ui.scripts/pom.xml [2020-08-22T00:30:17.216Z] [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.2020-03/plugins/org.eclipse.ease.ui.scripts/pom.xml [2020-08-22T00:30:17.216Z] [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-22T00:30:17.472Z] [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-22T00:30:17.472Z] [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.2020-03/plugins/org.eclipse.ease.ui.scripts/pom.xml [2020-08-22T00:30:17.472Z] [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.2020-03/plugins/org.eclipse.ease.help/pom.xml [2020-08-22T00:30:17.472Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.help:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.help/pom.xml [2020-08-22T00:30:17.732Z] [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-22T00:30:17.732Z] [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-22T00:30:18.293Z] [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-22T00:30:18.293Z] [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-22T00:30:19.220Z] [INFO] Fetching com.google.protobuf_2.4.0.v201105131100.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (611.72kB) [2020-08-22T00:30:19.220Z] [INFO] Fetching com.google.protobuf_2.4.0.v201105131100.jar from http://download.eclipse.org/releases/2020-06/202006171000/plugins/ (611.72kB) [2020-08-22T00:30:19.781Z] [INFO] Fetching org.jython_2.7.0.I201609090924.jar from https://bintray.com/artifact/download/pontesegger/ease-engines/plugins/ (28.17MB) [2020-08-22T00:30:19.781Z] [INFO] Fetching org.jython_2.7.0.I201609090924.jar from https://bintray.com/artifact/download/pontesegger/ease-engines/plugins/ (28.17MB) [2020-08-22T00:30:20.708Z] [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-22T00:30:20.708Z] [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-22T00:30:21.269Z] [INFO] Fetching org.codehaus.groovy_2.4.6.I201610061113.jar from https://bintray.com/artifact/download/pontesegger/ease-engines/plugins/ (6.51MB) [2020-08-22T00:30:21.269Z] [INFO] Fetching org.codehaus.groovy_2.4.6.I201610061113.jar from https://bintray.com/artifact/download/pontesegger/ease-engines/plugins/ (6.51MB) [2020-08-22T00:30:21.525Z] [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-22T00:30:21.525Z] [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-22T00:30:21.780Z] [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-22T00:30:21.780Z] [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-22T00:30:23.668Z] [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-22T00:30:23.668Z] [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-22T00:30:23.668Z] [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-22T00:30:23.668Z] [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-22T00:30:24.595Z] [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-22T00:30:24.595Z] [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-22T00:30:25.156Z] [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-22T00:30:25.156Z] [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-22T00:30:26.083Z] [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-22T00:30:26.083Z] [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-22T00:30:27.010Z] [INFO] Fetching org.jruby_9.0.5.I201610061226.jar from https://bintray.com/artifact/download/pontesegger/ease-engines/plugins/ (20.22MB) [2020-08-22T00:30:27.010Z] [INFO] Fetching org.jruby_9.0.5.I201610061226.jar from https://bintray.com/artifact/download/pontesegger/ease-engines/plugins/ (20.22MB) [2020-08-22T00:30:27.936Z] [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-22T00:30:27.936Z] [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-22T00:30:28.864Z] [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-22T00:30:28.864Z] [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-22T00:30:29.120Z] [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-22T00:30:29.120Z] [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-22T00:30:29.120Z] [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-22T00:30:29.120Z] [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-22T00:30:29.376Z] [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-22T00:30:29.376Z] [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-22T00:30:29.376Z] [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-22T00:30:29.376Z] [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-22T00:30:29.632Z] [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-22T00:30:29.633Z] [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-22T00:30:29.633Z] [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-22T00:30:29.633Z] [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-22T00:30:29.888Z] [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-22T00:30:29.888Z] [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-22T00:30:29.888Z] [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-22T00:30:29.888Z] [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-22T00:30:30.143Z] [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-22T00:30:30.144Z] [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-22T00:30:30.144Z] [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-22T00:30:30.144Z] [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-22T00:30:30.400Z] [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-22T00:30:30.400Z] [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-22T00:30:30.400Z] [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-22T00:30:30.400Z] [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-22T00:30:30.656Z] [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-22T00:30:30.656Z] [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-22T00:30:30.656Z] [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-22T00:30:30.656Z] [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-22T00:30:30.912Z] [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-22T00:30:30.912Z] [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-22T00:30:30.912Z] [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-22T00:30:30.912Z] [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-22T00:30:31.473Z] [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-22T00:30:31.473Z] [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-22T00:30:31.729Z] [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-22T00:30:31.729Z] [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-22T00:30:31.729Z] [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-22T00:30:31.729Z] [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-22T00:30:31.984Z] [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-22T00:30:31.984Z] [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-22T00:30:31.984Z] [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-22T00:30:31.984Z] [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-22T00:30:31.984Z] [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-22T00:30:32.240Z] [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-22T00:30:32.240Z] [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-22T00:30:32.240Z] [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-22T00:30:32.495Z] [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-22T00:30:32.495Z] [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-22T00:30:32.495Z] [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-22T00:30:32.495Z] [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-22T00:30:32.751Z] [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.2020-03/plugins/org.eclipse.ease.help/pom.xml [2020-08-22T00:30:33.006Z] [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.2020-03/features/org.eclipse.ease.feature/pom.xml [2020-08-22T00:30:35.520Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/features/org.eclipse.ease.feature/pom.xml [2020-08-22T00:30:35.520Z] [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.2020-03/features/org.eclipse.ease.feature/pom.xml [2020-08-22T00:30:35.520Z] [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.2020-03/features/org.eclipse.ease.ui.feature/pom.xml [2020-08-22T00:30:35.520Z] [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.2020-03/features/org.eclipse.ease.ui.feature/pom.xml [2020-08-22T00:30:35.520Z] [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.2020-03/features/org.eclipse.ease.ui.feature/pom.xml [2020-08-22T00:30:35.520Z] [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.2020-03/plugins/org.eclipse.ease.lang.javascript/pom.xml [2020-08-22T00:30:35.521Z] [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.2020-03/plugins/org.eclipse.ease.lang.javascript/pom.xml [2020-08-22T00:30:35.521Z] [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.2020-03/plugins/org.eclipse.ease.lang.javascript/pom.xml [2020-08-22T00:30:35.521Z] [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.2020-03/plugins/org.eclipse.ease.lang.javascript.ui/pom.xml [2020-08-22T00:30:35.521Z] [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.2020-03/plugins/org.eclipse.ease.lang.javascript.ui/pom.xml [2020-08-22T00:30:35.779Z] [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.2020-03/plugins/org.eclipse.ease.lang.javascript.ui/pom.xml [2020-08-22T00:30:35.779Z] [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.2020-03/plugins/org.eclipse.ease.lang.javascript.rhino/pom.xml [2020-08-22T00:30:35.779Z] [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.2020-03/plugins/org.eclipse.ease.lang.javascript.rhino/pom.xml [2020-08-22T00:30:35.779Z] [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.2020-03/plugins/org.eclipse.ease.lang.javascript.rhino/pom.xml [2020-08-22T00:30:36.035Z] [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.2020-03/plugins/org.eclipse.ease.lang.javascript.nashorn/pom.xml [2020-08-22T00:30:36.035Z] [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.2020-03/plugins/org.eclipse.ease.lang.javascript.nashorn/pom.xml [2020-08-22T00:30:36.035Z] [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.2020-03/plugins/org.eclipse.ease.lang.javascript.nashorn/pom.xml [2020-08-22T00:30:36.035Z] [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.2020-03/features/org.eclipse.ease.lang.javascript.feature/pom.xml [2020-08-22T00:30:36.035Z] [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.2020-03/features/org.eclipse.ease.lang.javascript.feature/pom.xml [2020-08-22T00:30:36.290Z] [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.2020-03/features/org.eclipse.ease.lang.javascript.feature/pom.xml [2020-08-22T00:30:36.291Z] [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.2020-03/plugins/org.eclipse.ease.lang.python/pom.xml [2020-08-22T00:30:36.291Z] [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.2020-03/plugins/org.eclipse.ease.lang.python/pom.xml [2020-08-22T00:30:36.291Z] [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.2020-03/plugins/org.eclipse.ease.lang.python/pom.xml [2020-08-22T00:30:36.291Z] [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.2020-03/features/org.eclipse.ease.lang.python.feature/pom.xml [2020-08-22T00:30:36.291Z] [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.2020-03/features/org.eclipse.ease.lang.python.feature/pom.xml [2020-08-22T00:30:36.291Z] [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.2020-03/features/org.eclipse.ease.lang.python.feature/pom.xml [2020-08-22T00:30:36.546Z] [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.2020-03/plugins/org.eclipse.ease.lang.python.jython/pom.xml [2020-08-22T00:30:36.546Z] [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.2020-03/plugins/org.eclipse.ease.lang.python.jython/pom.xml [2020-08-22T00:30:36.546Z] [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.2020-03/plugins/org.eclipse.ease.lang.python.jython/pom.xml [2020-08-22T00:30:36.546Z] [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.2020-03/features/org.eclipse.ease.lang.python.jython.feature/pom.xml [2020-08-22T00:30:36.546Z] [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.2020-03/features/org.eclipse.ease.lang.python.jython.feature/pom.xml [2020-08-22T00:30:36.546Z] [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.2020-03/features/org.eclipse.ease.lang.python.jython.feature/pom.xml [2020-08-22T00:30:36.546Z] [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.2020-03/plugins/org.eclipse.ease.lang.python.py4j/pom.xml [2020-08-22T00:30:36.546Z] [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.2020-03/plugins/org.eclipse.ease.lang.python.py4j/pom.xml [2020-08-22T00:30:36.802Z] [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.2020-03/plugins/org.eclipse.ease.lang.python.py4j/pom.xml [2020-08-22T00:30:36.803Z] [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.2020-03/features/org.eclipse.ease.lang.python.py4j.feature/pom.xml [2020-08-22T00:30:36.803Z] [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.2020-03/features/org.eclipse.ease.lang.python.py4j.feature/pom.xml [2020-08-22T00:30:36.803Z] [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.2020-03/features/org.eclipse.ease.lang.python.py4j.feature/pom.xml [2020-08-22T00:30:36.803Z] [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.2020-03/plugins/org.eclipse.ease.lang.jvm.compiled/pom.xml [2020-08-22T00:30:36.803Z] [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.2020-03/plugins/org.eclipse.ease.lang.jvm.compiled/pom.xml [2020-08-22T00:30:37.063Z] [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.2020-03/plugins/org.eclipse.ease.lang.jvm.compiled/pom.xml [2020-08-22T00:30:37.063Z] [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.2020-03/features/org.eclipse.ease.lang.jvm.feature/pom.xml [2020-08-22T00:30:37.063Z] [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.2020-03/features/org.eclipse.ease.lang.jvm.feature/pom.xml [2020-08-22T00:30:37.063Z] [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.2020-03/features/org.eclipse.ease.lang.jvm.feature/pom.xml [2020-08-22T00:30:37.322Z] [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.2020-03/plugins/org.eclipse.ease.lang.groovy/pom.xml [2020-08-22T00:30:37.322Z] [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.2020-03/plugins/org.eclipse.ease.lang.groovy/pom.xml [2020-08-22T00:30:37.322Z] [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.2020-03/plugins/org.eclipse.ease.lang.groovy/pom.xml [2020-08-22T00:30:37.322Z] [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.2020-03/plugins/org.eclipse.ease.lang.groovy.interpreter/pom.xml [2020-08-22T00:30:37.322Z] [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.2020-03/plugins/org.eclipse.ease.lang.groovy.interpreter/pom.xml [2020-08-22T00:30:37.322Z] [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.2020-03/plugins/org.eclipse.ease.lang.groovy.interpreter/pom.xml [2020-08-22T00:30:37.322Z] [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.2020-03/features/org.eclipse.ease.lang.groovy.feature/pom.xml [2020-08-22T00:30:37.323Z] [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.2020-03/features/org.eclipse.ease.lang.groovy.feature/pom.xml [2020-08-22T00:30:37.581Z] [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.2020-03/features/org.eclipse.ease.lang.groovy.feature/pom.xml [2020-08-22T00:30:37.581Z] [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.2020-03/plugins/org.eclipse.ease.lang.ruby/pom.xml [2020-08-22T00:30:37.581Z] [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.2020-03/plugins/org.eclipse.ease.lang.ruby/pom.xml [2020-08-22T00:30:37.581Z] [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.2020-03/plugins/org.eclipse.ease.lang.ruby/pom.xml [2020-08-22T00:30:37.581Z] [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.2020-03/plugins/org.eclipse.ease.lang.ruby.jruby/pom.xml [2020-08-22T00:30:37.581Z] [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.2020-03/plugins/org.eclipse.ease.lang.ruby.jruby/pom.xml [2020-08-22T00:30:37.838Z] [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.2020-03/plugins/org.eclipse.ease.lang.ruby.jruby/pom.xml [2020-08-22T00:30:37.838Z] [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.2020-03/features/org.eclipse.ease.lang.ruby.feature/pom.xml [2020-08-22T00:30:37.838Z] [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.2020-03/features/org.eclipse.ease.lang.ruby.feature/pom.xml [2020-08-22T00:30:37.838Z] [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.2020-03/features/org.eclipse.ease.lang.ruby.feature/pom.xml [2020-08-22T00:30:37.838Z] [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.2020-03/plugins/org.eclipse.ease.lang.scriptarchive/pom.xml [2020-08-22T00:30:37.838Z] [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.2020-03/plugins/org.eclipse.ease.lang.scriptarchive/pom.xml [2020-08-22T00:30:37.838Z] [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.2020-03/plugins/org.eclipse.ease.lang.scriptarchive/pom.xml [2020-08-22T00:30:38.093Z] [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.2020-03/plugins/org.eclipse.ease.lang.scriptarchive.ui/pom.xml [2020-08-22T00:30:38.093Z] [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.2020-03/plugins/org.eclipse.ease.lang.scriptarchive.ui/pom.xml [2020-08-22T00:30:38.093Z] [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.2020-03/plugins/org.eclipse.ease.lang.scriptarchive.ui/pom.xml [2020-08-22T00:30:38.093Z] [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.2020-03/features/org.eclipse.ease.lang.scriptarchive.feature/pom.xml [2020-08-22T00:30:38.093Z] [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.2020-03/features/org.eclipse.ease.lang.scriptarchive.feature/pom.xml [2020-08-22T00:30:38.093Z] [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.2020-03/features/org.eclipse.ease.lang.scriptarchive.feature/pom.xml [2020-08-22T00:30:38.348Z] [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.2020-03/plugins/org.eclipse.ease.lang.unittest/pom.xml [2020-08-22T00:30:38.349Z] [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.2020-03/plugins/org.eclipse.ease.lang.unittest/pom.xml [2020-08-22T00:30:38.349Z] [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.2020-03/plugins/org.eclipse.ease.lang.unittest/pom.xml [2020-08-22T00:30:38.349Z] [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.2020-03/plugins/org.eclipse.ease.lang.unittest.ui/pom.xml [2020-08-22T00:30:38.349Z] [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.2020-03/plugins/org.eclipse.ease.lang.unittest.ui/pom.xml [2020-08-22T00:30:38.349Z] [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.2020-03/plugins/org.eclipse.ease.lang.unittest.ui/pom.xml [2020-08-22T00:30:38.604Z] [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.2020-03/features/org.eclipse.ease.lang.unittest.feature/pom.xml [2020-08-22T00:30:38.604Z] [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.2020-03/features/org.eclipse.ease.lang.unittest.feature/pom.xml [2020-08-22T00:30:38.604Z] [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.2020-03/features/org.eclipse.ease.lang.unittest.feature/pom.xml [2020-08-22T00:30:38.604Z] [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.2020-03/releng/org.eclipse.ease.releng.p2/pom.xml [2020-08-22T00:30:38.604Z] [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.2020-03/releng/org.eclipse.ease.releng.p2/pom.xml [2020-08-22T00:30:38.859Z] [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.2020-03/releng/org.eclipse.ease.releng.p2/pom.xml [2020-08-22T00:30:38.859Z] [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.2020-03/tests/org.eclipse.ease.testhelper/pom.xml [2020-08-22T00:30:38.859Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.testhelper:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.testhelper/pom.xml [2020-08-22T00:30:38.860Z] [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-22T00:30:38.860Z] [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-22T00:30:39.115Z] [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-22T00:30:39.370Z] [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-22T00:30:39.370Z] [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-22T00:30:39.626Z] [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-22T00:30:39.626Z] [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-22T00:30:39.626Z] [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-22T00:30:39.626Z] [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-22T00:30:39.882Z] [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-22T00:30:39.882Z] [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-22T00:30:39.882Z] [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-22T00:30:39.882Z] [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-22T00:30:40.138Z] [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-22T00:30:40.138Z] [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-22T00:30:40.138Z] [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-22T00:30:40.393Z] [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-22T00:30:40.394Z] [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.2020-03/tests/org.eclipse.ease.testhelper/pom.xml [2020-08-22T00:30:40.394Z] [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.2020-03/tests/org.eclipse.ease.test/pom.xml [2020-08-22T00:30:40.394Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.test/pom.xml [2020-08-22T00:30:40.649Z] [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-22T00:30:40.649Z] [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-22T00:30:40.649Z] [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-22T00:30:40.649Z] [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-22T00:30:40.649Z] [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-22T00:30:40.649Z] [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-22T00:30:40.905Z] [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.2020-03/tests/org.eclipse.ease.test/pom.xml [2020-08-22T00:30:40.905Z] [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.2020-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/pom.xml [2020-08-22T00:30:40.905Z] [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.2020-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/pom.xml [2020-08-22T00:30:41.161Z] [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.2020-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/pom.xml [2020-08-22T00:30:41.161Z] [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.2020-03/tests/org.eclipse.ease.lang.javascript.rhino.test/pom.xml [2020-08-22T00:30:41.161Z] [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.2020-03/tests/org.eclipse.ease.lang.javascript.rhino.test/pom.xml [2020-08-22T00:30:41.161Z] [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.2020-03/tests/org.eclipse.ease.lang.javascript.rhino.test/pom.xml [2020-08-22T00:30:41.161Z] [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.2020-03/tests/org.eclipse.ease.lang.javascript.test/pom.xml [2020-08-22T00:30:41.416Z] [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.2020-03/tests/org.eclipse.ease.lang.javascript.test/pom.xml [2020-08-22T00:30:41.416Z] [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.2020-03/tests/org.eclipse.ease.lang.javascript.test/pom.xml [2020-08-22T00:30:41.416Z] [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.2020-03/tests/org.eclipse.ease.lang.python.test/pom.xml [2020-08-22T00:30:41.416Z] [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.2020-03/tests/org.eclipse.ease.lang.python.test/pom.xml [2020-08-22T00:30:41.671Z] [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.2020-03/tests/org.eclipse.ease.lang.python.test/pom.xml [2020-08-22T00:30:41.671Z] [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.2020-03/tests/org.eclipse.ease.lang.python.jython.test/pom.xml [2020-08-22T00:30:41.671Z] [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.2020-03/tests/org.eclipse.ease.lang.python.jython.test/pom.xml [2020-08-22T00:30:41.672Z] [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.2020-03/tests/org.eclipse.ease.lang.python.jython.test/pom.xml [2020-08-22T00:30:41.672Z] [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.2020-03/tests/org.eclipse.ease.lang.python.py4j.test/pom.xml [2020-08-22T00:30:41.672Z] [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.2020-03/tests/org.eclipse.ease.lang.python.py4j.test/pom.xml [2020-08-22T00:30:41.934Z] [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.2020-03/tests/org.eclipse.ease.lang.python.py4j.test/pom.xml [2020-08-22T00:30:41.934Z] [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.2020-03/tests/org.eclipse.ease.lang.scriptarchive.test/pom.xml [2020-08-22T00:30:41.934Z] [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.2020-03/tests/org.eclipse.ease.lang.scriptarchive.test/pom.xml [2020-08-22T00:30:42.189Z] [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.2020-03/tests/org.eclipse.ease.lang.scriptarchive.test/pom.xml [2020-08-22T00:30:42.189Z] [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.2020-03/tests/org.eclipse.ease.lang.unittest.test/pom.xml [2020-08-22T00:30:42.189Z] [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.2020-03/tests/org.eclipse.ease.lang.unittest.test/pom.xml [2020-08-22T00:30:42.189Z] [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.2020-03/tests/org.eclipse.ease.lang.unittest.test/pom.xml [2020-08-22T00:30:42.444Z] [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.2020-03/tests/org.eclipse.ease.ui.test/pom.xml [2020-08-22T00:30:42.444Z] [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.2020-03/tests/org.eclipse.ease.ui.test/pom.xml [2020-08-22T00:30:42.444Z] [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-22T00:30:42.444Z] [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-22T00:30:42.444Z] [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-22T00:30:42.699Z] [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-22T00:30:42.699Z] [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-22T00:30:42.699Z] [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-22T00:30:42.699Z] [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-22T00:30:42.955Z] [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-22T00:30:42.955Z] [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-22T00:30:42.955Z] [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-22T00:30:43.516Z] [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-22T00:30:43.516Z] [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-22T00:30:44.078Z] [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-22T00:30:44.334Z] [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-22T00:30:45.260Z] [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-22T00:30:45.260Z] [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-22T00:30:45.260Z] [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-22T00:30:45.260Z] [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-22T00:30:45.516Z] [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-22T00:30:45.516Z] [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-22T00:30:45.516Z] [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-22T00:30:45.516Z] [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-22T00:30:45.772Z] [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-22T00:30:45.772Z] [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-22T00:30:45.772Z] [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-22T00:30:45.772Z] [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-22T00:30:46.028Z] [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-22T00:30:46.028Z] [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-22T00:30:46.028Z] [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-22T00:30:46.028Z] [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-22T00:30:46.284Z] [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-22T00:30:46.284Z] [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-22T00:30:46.284Z] [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-22T00:30:46.284Z] [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-22T00:30:46.284Z] [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-22T00:30:46.284Z] [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-22T00:30:46.539Z] [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-22T00:30:46.539Z] [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-22T00:30:46.539Z] [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-22T00:30:46.795Z] [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-22T00:30:47.051Z] [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-22T00:30:47.051Z] [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-22T00:30:47.052Z] [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-22T00:30:47.052Z] [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-22T00:30:47.307Z] [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.2020-03/tests/org.eclipse.ease.ui.test/pom.xml [2020-08-22T00:30:47.307Z] [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-22T00:30:47.307Z] [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-22T00:30:47.307Z] [INFO] ------------------------------------------------------------------------ [2020-08-22T00:30:47.307Z] [INFO] Reactor Build Order: [2020-08-22T00:30:47.307Z] [INFO] [2020-08-22T00:30:47.307Z] [INFO] org.eclipse.ease.releng [pom] [2020-08-22T00:30:47.307Z] [INFO] org.eclipse.ease.classloader [eclipse-plugin] [2020-08-22T00:30:47.307Z] [INFO] org.eclipse.ease [eclipse-plugin] [2020-08-22T00:30:47.307Z] [INFO] org.eclipse.ease.ui [eclipse-plugin] [2020-08-22T00:30:47.307Z] [INFO] org.eclipse.ease.ui.completions.java [eclipse-plugin] [2020-08-22T00:30:47.307Z] [INFO] org.eclipse.ease.ui.scripts [eclipse-plugin] [2020-08-22T00:30:47.307Z] [INFO] org.eclipse.ease.lang.javascript [eclipse-plugin] [2020-08-22T00:30:47.307Z] [INFO] org.eclipse.ease.lang.scriptarchive [eclipse-plugin] [2020-08-22T00:30:47.307Z] [INFO] org.eclipse.ease.lang.python [eclipse-plugin] [2020-08-22T00:30:47.307Z] [INFO] org.eclipse.ease.lang.python.py4j [eclipse-plugin] [2020-08-22T00:30:47.307Z] [INFO] org.eclipse.ease.lang.groovy [eclipse-plugin] [2020-08-22T00:30:47.307Z] [INFO] org.eclipse.ease.lang.groovy.interpreter [eclipse-plugin] [2020-08-22T00:30:47.307Z] [INFO] org.eclipse.ease.lang.unittest [eclipse-plugin] [2020-08-22T00:30:47.307Z] [INFO] org.eclipse.ease.lang.unittest.ui [eclipse-plugin] [2020-08-22T00:30:47.307Z] [INFO] org.eclipse.ease.lang.ruby [eclipse-plugin] [2020-08-22T00:30:47.307Z] [INFO] org.eclipse.ease.lang.ruby.jruby [eclipse-plugin] [2020-08-22T00:30:47.307Z] [INFO] org.eclipse.ease.lang.javascript.nashorn [eclipse-plugin] [2020-08-22T00:30:47.307Z] [INFO] org.eclipse.ease.lang.javascript.rhino [eclipse-plugin] [2020-08-22T00:30:47.307Z] [INFO] org.eclipse.ease.lang.python.jython [eclipse-plugin] [2020-08-22T00:30:47.307Z] [INFO] org.eclipse.ease.lang.javascript.ui [eclipse-plugin] [2020-08-22T00:30:47.307Z] [INFO] org.eclipse.ease.lang.jvm.compiled [eclipse-plugin] [2020-08-22T00:30:47.307Z] [INFO] org.eclipse.ease.lang.scriptarchive.ui [eclipse-plugin] [2020-08-22T00:30:47.307Z] [INFO] org.eclipse.ease.help [eclipse-plugin] [2020-08-22T00:30:47.307Z] [INFO] org.eclipse.ease.feature [eclipse-feature] [2020-08-22T00:30:47.307Z] [INFO] org.eclipse.ease.ui.feature [eclipse-feature] [2020-08-22T00:30:47.307Z] [INFO] org.eclipse.ease.lang.javascript.feature [eclipse-feature] [2020-08-22T00:30:47.307Z] [INFO] org.eclipse.ease.lang.python.feature [eclipse-feature] [2020-08-22T00:30:47.307Z] [INFO] org.eclipse.ease.python.jython.feature [eclipse-feature] [2020-08-22T00:30:47.307Z] [INFO] org.eclipse.ease.lang.python.py4j.feature [eclipse-feature] [2020-08-22T00:30:47.307Z] [INFO] org.eclipse.ease.lang.jvm.feature [eclipse-feature] [2020-08-22T00:30:47.307Z] [INFO] org.eclipse.ease.lang.groovy.feature [eclipse-feature] [2020-08-22T00:30:47.307Z] [INFO] org.eclipse.ease.lang.ruby.feature [eclipse-feature] [2020-08-22T00:30:47.307Z] [INFO] org.eclipse.ease.lang.scriptarchive.feature [eclipse-feature] [2020-08-22T00:30:47.307Z] [INFO] org.eclipse.ease.lang.unittest.feature [eclipse-feature] [2020-08-22T00:30:47.307Z] [INFO] org.eclipse.ease.releng.target [eclipse-target-definition] [2020-08-22T00:30:47.307Z] [INFO] org.eclipse.ease.releng.p2 [eclipse-repository] [2020-08-22T00:30:47.307Z] [INFO] org.eclipse.ease.testhelper [eclipse-plugin] [2020-08-22T00:30:47.307Z] [INFO] org.eclipse.ease.test [eclipse-test-plugin] [2020-08-22T00:30:47.307Z] [INFO] org.eclipse.ease.lang.javascript.nashorn.test [eclipse-test-plugin] [2020-08-22T00:30:47.307Z] [INFO] org.eclipse.ease.lang.javascript.rhino.test [eclipse-test-plugin] [2020-08-22T00:30:47.307Z] [INFO] org.eclipse.ease.lang.javascript.test [eclipse-test-plugin] [2020-08-22T00:30:47.307Z] [INFO] org.eclipse.ease.lang.python.test [eclipse-test-plugin] [2020-08-22T00:30:47.307Z] [INFO] org.eclipse.ease.lang.python.jython.test [eclipse-test-plugin] [2020-08-22T00:30:47.307Z] [INFO] org.eclipse.ease.lang.python.py4j.test [eclipse-test-plugin] [2020-08-22T00:30:47.307Z] [INFO] org.eclipse.ease.lang.scriptarchive.test [eclipse-test-plugin] [2020-08-22T00:30:47.308Z] [INFO] org.eclipse.ease.lang.unittest.test [eclipse-test-plugin] [2020-08-22T00:30:47.308Z] [INFO] org.eclipse.ease.ui.test [eclipse-test-plugin] [2020-08-22T00:30:47.308Z] [INFO] EASE (Incubation) [pom] [2020-08-22T00:30:47.308Z] [INFO] [2020-08-22T00:30:47.308Z] [INFO] --------------< org.eclipse.ease:org.eclipse.ease.releng >-------------- [2020-08-22T00:30:47.308Z] [INFO] Building org.eclipse.ease.releng 0.8.0-SNAPSHOT [1/48] [2020-08-22T00:30:47.308Z] [INFO] --------------------------------[ pom ]--------------------------------- [2020-08-22T00:30:47.563Z] [INFO] [2020-08-22T00:30:47.563Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.releng --- [2020-08-22T00:30:47.819Z] [INFO] [2020-08-22T00:30:47.819Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.releng >>> [2020-08-22T00:30:47.819Z] [INFO] [2020-08-22T00:30:47.819Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.releng <<< [2020-08-22T00:30:47.819Z] [INFO] [2020-08-22T00:30:47.819Z] [INFO] [2020-08-22T00:30:47.819Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.releng --- [2020-08-22T00:30:53.062Z] [INFO] [2020-08-22T00:30:53.062Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.releng --- [2020-08-22T00:30:53.062Z] [INFO] [2020-08-22T00:30:53.062Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.releng --- [2020-08-22T00:30:53.062Z] [INFO] [2020-08-22T00:30:53.062Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.releng --- [2020-08-22T00:30:53.062Z] [INFO] [2020-08-22T00:30:53.062Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.releng --- [2020-08-22T00:30:53.062Z] [INFO] [2020-08-22T00:30:53.062Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.ease.releng --- [2020-08-22T00:30:53.062Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:30:53.062Z] [INFO] [2020-08-22T00:30:53.062Z] [INFO] -----------< org.eclipse.ease:org.eclipse.ease.classloader >------------ [2020-08-22T00:30:53.062Z] [INFO] Building org.eclipse.ease.classloader 0.8.0-SNAPSHOT [2/48] [2020-08-22T00:30:53.062Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-08-22T00:30:53.062Z] [INFO] [2020-08-22T00:30:53.062Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.classloader --- [2020-08-22T00:30:53.062Z] [INFO] [2020-08-22T00:30:53.062Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.classloader --- [2020-08-22T00:30:53.623Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-22T00:30:53.623Z] [INFO] [2020-08-22T00:30:53.623Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.classloader --- [2020-08-22T00:30:53.623Z] [INFO] [2020-08-22T00:30:53.623Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.classloader --- [2020-08-22T00:30:53.623Z] [INFO] [2020-08-22T00:30:53.623Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.classloader >>> [2020-08-22T00:30:53.623Z] [INFO] [2020-08-22T00:30:53.623Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.classloader --- [2020-08-22T00:30:53.879Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-22T00:30:53.879Z] [INFO] [2020-08-22T00:30:53.879Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.classloader --- [2020-08-22T00:30:53.879Z] [INFO] [2020-08-22T00:30:53.879Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.classloader --- [2020-08-22T00:30:53.879Z] [INFO] [2020-08-22T00:30:53.879Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.classloader <<< [2020-08-22T00:30:53.879Z] [INFO] [2020-08-22T00:30:53.879Z] [INFO] [2020-08-22T00:30:53.879Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.classloader --- [2020-08-22T00:30:53.879Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-08-22T00:30:55.243Z] [INFO] [2020-08-22T00:30:55.243Z] Loading source files for package org.eclipse.ease.classloader... [2020-08-22T00:30:55.243Z] Constructing Javadoc information... [2020-08-22T00:30:55.243Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.classloader/target/javadoc-bundle-options/package-list" [2020-08-22T00:30:55.243Z] No plugin definition found, skipping [2020-08-22T00:30:55.243Z] No plugin definition found, skipping [2020-08-22T00:30:55.243Z] [WARNING] Javadoc Warnings [2020-08-22T00:30:55.243Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d" [2020-08-22T00:30:55.243Z] [INFO] [2020-08-22T00:30:55.243Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.classloader --- [2020-08-22T00:30:55.243Z] [INFO] [2020-08-22T00:30:55.243Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.classloader --- [2020-08-22T00:30:55.804Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:30:55.804Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.classloader/src/main/resources [2020-08-22T00:30:55.804Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.classloader/help [2020-08-22T00:30:55.804Z] [INFO] [2020-08-22T00:30:55.804Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.classloader --- [2020-08-22T00:30:56.060Z] [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.classloader/target/classes [2020-08-22T00:30:56.315Z] [INFO] [2020-08-22T00:30:56.315Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.classloader --- [2020-08-22T00:30:56.315Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:30:56.315Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.classloader/src/test/resources [2020-08-22T00:30:56.315Z] [INFO] [2020-08-22T00:30:56.315Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.classloader --- [2020-08-22T00:30:56.571Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.classloader/target/org.eclipse.ease.classloader-0.8.0-SNAPSHOT-sources.jar [2020-08-22T00:30:56.571Z] [INFO] [2020-08-22T00:30:56.571Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.classloader --- [2020-08-22T00:30:56.571Z] [INFO] [2020-08-22T00:30:56.571Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.classloader --- [2020-08-22T00:30:56.571Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.classloader/target/org.eclipse.ease.classloader-0.8.0-SNAPSHOT.jar [2020-08-22T00:30:56.571Z] [INFO] [2020-08-22T00:30:56.571Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.classloader --- [2020-08-22T00:30:56.571Z] [INFO] [2020-08-22T00:30:56.571Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.classloader --- [2020-08-22T00:30:56.571Z] [INFO] [2020-08-22T00:30:56.571Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.classloader --- [2020-08-22T00:30:56.571Z] [INFO] [2020-08-22T00:30:56.571Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.classloader --- [2020-08-22T00:30:56.572Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:30:56.572Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:30:56.572Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:30:56.572Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:30:56.572Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:30:56.572Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:30:56.572Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:30:56.572Z] [INFO] [2020-08-22T00:30:56.572Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.classloader --- [2020-08-22T00:30:56.572Z] [INFO] [2020-08-22T00:30:56.572Z] [INFO] -----------------< org.eclipse.ease:org.eclipse.ease >------------------ [2020-08-22T00:30:56.572Z] [INFO] Building org.eclipse.ease 0.8.0-SNAPSHOT [3/48] [2020-08-22T00:30:56.572Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-08-22T00:30:56.572Z] [INFO] [2020-08-22T00:30:56.572Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease --- [2020-08-22T00:30:56.572Z] [INFO] [2020-08-22T00:30:56.572Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease --- [2020-08-22T00:30:56.828Z] [INFO] The project's OSGi version is 0.8.0.I202008181537 [2020-08-22T00:30:56.828Z] [INFO] [2020-08-22T00:30:56.828Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease --- [2020-08-22T00:30:56.828Z] [INFO] [2020-08-22T00:30:56.828Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease --- [2020-08-22T00:30:56.828Z] [INFO] [2020-08-22T00:30:56.828Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease >>> [2020-08-22T00:30:56.828Z] [INFO] [2020-08-22T00:30:56.828Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease --- [2020-08-22T00:30:56.828Z] [INFO] The project's OSGi version is 0.8.0.I202008181537 [2020-08-22T00:30:56.828Z] [INFO] [2020-08-22T00:30:56.828Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease --- [2020-08-22T00:30:56.828Z] [INFO] [2020-08-22T00:30:56.828Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease --- [2020-08-22T00:30:56.828Z] [INFO] [2020-08-22T00:30:56.828Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease <<< [2020-08-22T00:30:56.828Z] [INFO] [2020-08-22T00:30:56.828Z] [INFO] [2020-08-22T00:30:56.828Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease --- [2020-08-22T00:30:56.828Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-08-22T00:31:03.391Z] [INFO] [2020-08-22T00:31:03.391Z] Loading source files for package org.eclipse.ease... [2020-08-22T00:31:03.391Z] Loading source files for package org.eclipse.ease.adapters... [2020-08-22T00:31:03.391Z] Loading source files for package org.eclipse.ease.applications... [2020-08-22T00:31:03.391Z] Loading source files for package org.eclipse.ease.debugging... [2020-08-22T00:31:03.391Z] Loading source files for package org.eclipse.ease.debugging.dispatcher... [2020-08-22T00:31:03.391Z] Loading source files for package org.eclipse.ease.debugging.events... [2020-08-22T00:31:03.391Z] Loading source files for package org.eclipse.ease.debugging.events.debugger... [2020-08-22T00:31:03.391Z] Loading source files for package org.eclipse.ease.debugging.events.model... [2020-08-22T00:31:03.391Z] Loading source files for package org.eclipse.ease.debugging.model... [2020-08-22T00:31:03.391Z] Loading source files for package org.eclipse.ease.modules... [2020-08-22T00:31:03.391Z] Loading source files for package org.eclipse.ease.security... [2020-08-22T00:31:03.391Z] Loading source files for package org.eclipse.ease.service... [2020-08-22T00:31:03.391Z] Loading source files for package org.eclipse.ease.sign... [2020-08-22T00:31:03.391Z] Loading source files for package org.eclipse.ease.tools... [2020-08-22T00:31:03.391Z] Loading source files for package org.eclipse.ease.urlhandler... [2020-08-22T00:31:03.391Z] Constructing Javadoc information... [2020-08-22T00:31:03.391Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease/target/javadoc-bundle-options/package-list" [2020-08-22T00:31:03.391Z] [WARNING] Javadoc Warnings [2020-08-22T00:31:03.391Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d" [2020-08-22T00:31:03.391Z] [INFO] [2020-08-22T00:31:03.391Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease --- [2020-08-22T00:31:03.391Z] [INFO] [2020-08-22T00:31:03.391Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease --- [2020-08-22T00:31:03.391Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:31:03.391Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease/src/main/resources [2020-08-22T00:31:03.391Z] [INFO] Copying 3 resources to help [2020-08-22T00:31:03.391Z] [INFO] [2020-08-22T00:31:03.391Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease --- [2020-08-22T00:31:03.391Z] [INFO] Compiling 110 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease/target/classes [2020-08-22T00:31:03.988Z] [INFO] [2020-08-22T00:31:03.988Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease --- [2020-08-22T00:31:03.988Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:31:03.988Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease/src/test/resources [2020-08-22T00:31:03.988Z] [INFO] [2020-08-22T00:31:03.988Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease --- [2020-08-22T00:31:03.988Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease/target/org.eclipse.ease-0.8.0-SNAPSHOT-sources.jar [2020-08-22T00:31:03.988Z] [INFO] [2020-08-22T00:31:03.988Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease --- [2020-08-22T00:31:03.988Z] [INFO] [2020-08-22T00:31:03.988Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease --- [2020-08-22T00:31:03.988Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease/target/org.eclipse.ease-0.8.0-SNAPSHOT.jar [2020-08-22T00:31:04.245Z] [INFO] [2020-08-22T00:31:04.245Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease --- [2020-08-22T00:31:04.245Z] [INFO] [2020-08-22T00:31:04.245Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease --- [2020-08-22T00:31:04.245Z] [INFO] [2020-08-22T00:31:04.245Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease --- [2020-08-22T00:31:04.245Z] [INFO] [2020-08-22T00:31:04.245Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease --- [2020-08-22T00:31:04.245Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:04.245Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:04.245Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:04.245Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:04.245Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:04.245Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:04.245Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:04.245Z] [INFO] [2020-08-22T00:31:04.245Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease --- [2020-08-22T00:31:04.245Z] [INFO] [2020-08-22T00:31:04.245Z] [INFO] ----------------< org.eclipse.ease:org.eclipse.ease.ui >---------------- [2020-08-22T00:31:04.245Z] [INFO] Building org.eclipse.ease.ui 0.8.0-SNAPSHOT [4/48] [2020-08-22T00:31:04.245Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-08-22T00:31:04.245Z] [INFO] [2020-08-22T00:31:04.245Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.ui --- [2020-08-22T00:31:04.245Z] [INFO] [2020-08-22T00:31:04.245Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui --- [2020-08-22T00:31:04.245Z] [INFO] The project's OSGi version is 0.8.0.I202007081155 [2020-08-22T00:31:04.245Z] [INFO] [2020-08-22T00:31:04.245Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.ui --- [2020-08-22T00:31:04.245Z] [INFO] [2020-08-22T00:31:04.245Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.ui --- [2020-08-22T00:31:04.245Z] [INFO] [2020-08-22T00:31:04.245Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.ui >>> [2020-08-22T00:31:04.245Z] [INFO] [2020-08-22T00:31:04.245Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui --- [2020-08-22T00:31:04.245Z] [INFO] The project's OSGi version is 0.8.0.I202007081155 [2020-08-22T00:31:04.245Z] [INFO] [2020-08-22T00:31:04.245Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.ui --- [2020-08-22T00:31:04.245Z] [INFO] [2020-08-22T00:31:04.245Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.ui --- [2020-08-22T00:31:04.245Z] [INFO] [2020-08-22T00:31:04.245Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.ui <<< [2020-08-22T00:31:04.245Z] [INFO] [2020-08-22T00:31:04.245Z] [INFO] [2020-08-22T00:31:04.245Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.ui --- [2020-08-22T00:31:04.245Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-08-22T00:31:06.138Z] [INFO] [2020-08-22T00:31:06.138Z] Loading source files for package org.eclipse.ease.ui... [2020-08-22T00:31:06.138Z] Loading source files for package org.eclipse.ease.ui.completion... [2020-08-22T00:31:06.138Z] Loading source files for package org.eclipse.ease.ui.completion.provider... [2020-08-22T00:31:06.139Z] Loading source files for package org.eclipse.ease.ui.console... [2020-08-22T00:31:06.139Z] Loading source files for package org.eclipse.ease.ui.console.actions... [2020-08-22T00:31:06.139Z] Loading source files for package org.eclipse.ease.ui.debugging.model... [2020-08-22T00:31:06.139Z] Loading source files for package org.eclipse.ease.ui.dnd... [2020-08-22T00:31:06.139Z] Loading source files for package org.eclipse.ease.ui.handler... [2020-08-22T00:31:06.139Z] Loading source files for package org.eclipse.ease.ui.help.hovers... [2020-08-22T00:31:06.139Z] Loading source files for package org.eclipse.ease.ui.help.hovers.internal... [2020-08-22T00:31:06.139Z] Loading source files for package org.eclipse.ease.ui.launching... [2020-08-22T00:31:06.139Z] Loading source files for package org.eclipse.ease.ui.modules.ui... [2020-08-22T00:31:06.139Z] Loading source files for package org.eclipse.ease.ui.perspectives... [2020-08-22T00:31:06.139Z] Loading source files for package org.eclipse.ease.ui.preferences... [2020-08-22T00:31:06.139Z] Loading source files for package org.eclipse.ease.ui.propertytester... [2020-08-22T00:31:06.139Z] Loading source files for package org.eclipse.ease.ui.sign... [2020-08-22T00:31:06.139Z] Loading source files for package org.eclipse.ease.ui.tools... [2020-08-22T00:31:06.139Z] Loading source files for package org.eclipse.ease.ui.view... [2020-08-22T00:31:06.139Z] Constructing Javadoc information... [2020-08-22T00:31:06.139Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.ui/target/javadoc-bundle-options/package-list" [2020-08-22T00:31:06.139Z] [WARNING] Javadoc Warnings [2020-08-22T00:31:06.139Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d" [2020-08-22T00:31:06.139Z] [INFO] [2020-08-22T00:31:06.139Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.ui --- [2020-08-22T00:31:06.139Z] [INFO] [2020-08-22T00:31:06.139Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.ui --- [2020-08-22T00:31:06.139Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:31:06.139Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.ui/src/main/resources [2020-08-22T00:31:06.139Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.ui/help [2020-08-22T00:31:06.139Z] [INFO] [2020-08-22T00:31:06.139Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.ui --- [2020-08-22T00:31:06.139Z] [INFO] Compiling 116 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.ui/target/classes [2020-08-22T00:31:06.699Z] [INFO] [2020-08-22T00:31:06.699Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.ui --- [2020-08-22T00:31:06.699Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:31:06.699Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.ui/src/test/resources [2020-08-22T00:31:06.699Z] [INFO] [2020-08-22T00:31:06.699Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.ui --- [2020-08-22T00:31:06.699Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.ui/target/org.eclipse.ease.ui-0.8.0-SNAPSHOT-sources.jar [2020-08-22T00:31:06.699Z] [INFO] [2020-08-22T00:31:06.699Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.ui --- [2020-08-22T00:31:06.699Z] [INFO] [2020-08-22T00:31:06.700Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.ui --- [2020-08-22T00:31:06.700Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.ui/target/org.eclipse.ease.ui-0.8.0-SNAPSHOT.jar [2020-08-22T00:31:06.700Z] [INFO] [2020-08-22T00:31:06.700Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.ui --- [2020-08-22T00:31:06.700Z] [INFO] [2020-08-22T00:31:06.700Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.ui --- [2020-08-22T00:31:06.700Z] [INFO] [2020-08-22T00:31:06.700Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.ui --- [2020-08-22T00:31:06.700Z] [INFO] [2020-08-22T00:31:06.700Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.ui --- [2020-08-22T00:31:06.700Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:06.956Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:06.956Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:06.956Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:06.956Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:06.956Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:06.956Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:06.956Z] [INFO] [2020-08-22T00:31:06.956Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.ui --- [2020-08-22T00:31:06.956Z] [INFO] [2020-08-22T00:31:06.956Z] [INFO] -------< org.eclipse.ease:org.eclipse.ease.ui.completions.java >-------- [2020-08-22T00:31:06.956Z] [INFO] Building org.eclipse.ease.ui.completions.java 0.8.0-SNAPSHOT [5/48] [2020-08-22T00:31:06.956Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-08-22T00:31:06.956Z] [INFO] [2020-08-22T00:31:06.956Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.ui.completions.java --- [2020-08-22T00:31:06.956Z] [INFO] [2020-08-22T00:31:06.956Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui.completions.java --- [2020-08-22T00:31:06.956Z] [INFO] The project's OSGi version is 0.8.0.I202007080801 [2020-08-22T00:31:06.956Z] [INFO] [2020-08-22T00:31:06.956Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.completions.java --- [2020-08-22T00:31:06.956Z] [INFO] [2020-08-22T00:31:06.956Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.completions.java --- [2020-08-22T00:31:06.956Z] [INFO] [2020-08-22T00:31:06.956Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.ui.completions.java >>> [2020-08-22T00:31:06.956Z] [INFO] [2020-08-22T00:31:06.956Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui.completions.java --- [2020-08-22T00:31:06.956Z] [INFO] The project's OSGi version is 0.8.0.I202007080801 [2020-08-22T00:31:06.956Z] [INFO] [2020-08-22T00:31:06.956Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.completions.java --- [2020-08-22T00:31:06.956Z] [INFO] [2020-08-22T00:31:06.956Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.completions.java --- [2020-08-22T00:31:06.956Z] [INFO] [2020-08-22T00:31:06.956Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.ui.completions.java <<< [2020-08-22T00:31:06.956Z] [INFO] [2020-08-22T00:31:06.956Z] [INFO] [2020-08-22T00:31:06.956Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.ui.completions.java --- [2020-08-22T00:31:06.956Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-08-22T00:31:08.322Z] [INFO] [2020-08-22T00:31:08.322Z] Loading source files for package org.eclipse.ease.ui.completions.java... [2020-08-22T00:31:08.322Z] Loading source files for package org.eclipse.ease.ui.completions.java.help.handlers... [2020-08-22T00:31:08.322Z] Loading source files for package org.eclipse.ease.ui.completions.java.help.hovers.internal... [2020-08-22T00:31:08.322Z] Loading source files for package org.eclipse.ease.ui.completions.java.provider... [2020-08-22T00:31:08.322Z] Constructing Javadoc information... [2020-08-22T00:31:08.322Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.ui.completions.java/target/javadoc-bundle-options/package-list" [2020-08-22T00:31:08.322Z] [WARNING] Javadoc Warnings [2020-08-22T00:31:08.322Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d" [2020-08-22T00:31:08.322Z] [INFO] [2020-08-22T00:31:08.322Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.ui.completions.java --- [2020-08-22T00:31:08.322Z] [INFO] [2020-08-22T00:31:08.322Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.ui.completions.java --- [2020-08-22T00:31:08.322Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:31:08.322Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.ui.completions.java/src/main/resources [2020-08-22T00:31:08.322Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.ui.completions.java/help [2020-08-22T00:31:08.322Z] [INFO] [2020-08-22T00:31:08.322Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.ui.completions.java --- [2020-08-22T00:31:08.322Z] [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.ui.completions.java/target/classes [2020-08-22T00:31:08.322Z] [INFO] [2020-08-22T00:31:08.322Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.ui.completions.java --- [2020-08-22T00:31:08.322Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:31:08.322Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.ui.completions.java/src/test/resources [2020-08-22T00:31:08.322Z] [INFO] [2020-08-22T00:31:08.322Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.ui.completions.java --- [2020-08-22T00:31:08.322Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.ui.completions.java/target/org.eclipse.ease.ui.completions.java-0.8.0-SNAPSHOT-sources.jar [2020-08-22T00:31:08.322Z] [INFO] [2020-08-22T00:31:08.322Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.ui.completions.java --- [2020-08-22T00:31:08.322Z] [INFO] [2020-08-22T00:31:08.322Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.ui.completions.java --- [2020-08-22T00:31:08.322Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.ui.completions.java/target/org.eclipse.ease.ui.completions.java-0.8.0-SNAPSHOT.jar [2020-08-22T00:31:08.578Z] [INFO] [2020-08-22T00:31:08.578Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.ui.completions.java --- [2020-08-22T00:31:08.578Z] [INFO] [2020-08-22T00:31:08.578Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.ui.completions.java --- [2020-08-22T00:31:08.578Z] [INFO] [2020-08-22T00:31:08.578Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.ui.completions.java --- [2020-08-22T00:31:08.578Z] [INFO] [2020-08-22T00:31:08.578Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.ui.completions.java --- [2020-08-22T00:31:08.578Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:08.578Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:08.578Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:08.578Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:08.578Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:08.578Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:08.578Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:08.579Z] [INFO] [2020-08-22T00:31:08.579Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.ui.completions.java --- [2020-08-22T00:31:08.579Z] [INFO] [2020-08-22T00:31:08.579Z] [INFO] ------------< org.eclipse.ease:org.eclipse.ease.ui.scripts >------------ [2020-08-22T00:31:08.579Z] [INFO] Building org.eclipse.ease.ui.scripts 0.8.0-SNAPSHOT [6/48] [2020-08-22T00:31:08.579Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-08-22T00:31:08.579Z] [INFO] [2020-08-22T00:31:08.579Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.ui.scripts --- [2020-08-22T00:31:08.579Z] [INFO] [2020-08-22T00:31:08.579Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui.scripts --- [2020-08-22T00:31:08.579Z] [INFO] The project's OSGi version is 0.8.0.I202008191549 [2020-08-22T00:31:08.579Z] [INFO] [2020-08-22T00:31:08.579Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.scripts --- [2020-08-22T00:31:08.579Z] [INFO] [2020-08-22T00:31:08.579Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.scripts --- [2020-08-22T00:31:08.579Z] [INFO] [2020-08-22T00:31:08.579Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.ui.scripts >>> [2020-08-22T00:31:08.579Z] [INFO] [2020-08-22T00:31:08.579Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui.scripts --- [2020-08-22T00:31:08.579Z] [INFO] The project's OSGi version is 0.8.0.I202008191549 [2020-08-22T00:31:08.579Z] [INFO] [2020-08-22T00:31:08.579Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.scripts --- [2020-08-22T00:31:08.579Z] [INFO] [2020-08-22T00:31:08.579Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.scripts --- [2020-08-22T00:31:08.579Z] [INFO] [2020-08-22T00:31:08.579Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.ui.scripts <<< [2020-08-22T00:31:08.579Z] [INFO] [2020-08-22T00:31:08.579Z] [INFO] [2020-08-22T00:31:08.579Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.ui.scripts --- [2020-08-22T00:31:08.579Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-08-22T00:31:09.943Z] [INFO] [2020-08-22T00:31:09.943Z] Loading source files for package org.eclipse.ease.ui.scripts... [2020-08-22T00:31:09.943Z] Loading source files for package org.eclipse.ease.ui.scripts.dialogs... [2020-08-22T00:31:09.943Z] Loading source files for package org.eclipse.ease.ui.scripts.expressions... [2020-08-22T00:31:09.943Z] Loading source files for package org.eclipse.ease.ui.scripts.expressions.definitions... [2020-08-22T00:31:09.943Z] Loading source files for package org.eclipse.ease.ui.scripts.expressions.handler... [2020-08-22T00:31:09.943Z] Loading source files for package org.eclipse.ease.ui.scripts.expressions.ui... [2020-08-22T00:31:09.943Z] Loading source files for package org.eclipse.ease.ui.scripts.handler... [2020-08-22T00:31:09.943Z] Loading source files for package org.eclipse.ease.ui.scripts.keywordhandler... [2020-08-22T00:31:09.943Z] Loading source files for package org.eclipse.ease.ui.scripts.preferences... [2020-08-22T00:31:09.943Z] Loading source files for package org.eclipse.ease.ui.scripts.properties... [2020-08-22T00:31:09.943Z] Loading source files for package org.eclipse.ease.ui.scripts.repository... [2020-08-22T00:31:09.943Z] Loading source files for package org.eclipse.ease.ui.scripts.repository.impl... [2020-08-22T00:31:09.943Z] Loading source files for package org.eclipse.ease.ui.scripts.touchpoints... [2020-08-22T00:31:09.943Z] Loading source files for package org.eclipse.ease.ui.scripts.ui... [2020-08-22T00:31:09.943Z] Loading source files for package org.eclipse.ease.ui.scripts.view... [2020-08-22T00:31:09.943Z] Loading source files for package org.eclipse.ease.ui.scripts.repository.util... [2020-08-22T00:31:09.943Z] Constructing Javadoc information... [2020-08-22T00:31:09.943Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.ui.scripts/target/javadoc-bundle-options/package-list" [2020-08-22T00:31:09.943Z] [WARNING] Javadoc Warnings [2020-08-22T00:31:09.944Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d" [2020-08-22T00:31:09.944Z] [INFO] [2020-08-22T00:31:09.944Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.ui.scripts --- [2020-08-22T00:31:09.944Z] [INFO] [2020-08-22T00:31:09.944Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.ui.scripts --- [2020-08-22T00:31:09.944Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:31:09.944Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.ui.scripts/src/main/resources [2020-08-22T00:31:09.944Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.ui.scripts/help [2020-08-22T00:31:09.944Z] [INFO] [2020-08-22T00:31:09.944Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.ui.scripts --- [2020-08-22T00:31:10.201Z] [INFO] Compiling 104 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.ui.scripts/target/classes [2020-08-22T00:31:10.478Z] [INFO] [2020-08-22T00:31:10.478Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.ui.scripts --- [2020-08-22T00:31:10.478Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:31:10.478Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.ui.scripts/src/test/resources [2020-08-22T00:31:10.478Z] [INFO] [2020-08-22T00:31:10.478Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.ui.scripts --- [2020-08-22T00:31:10.478Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.ui.scripts/target/org.eclipse.ease.ui.scripts-0.8.0-SNAPSHOT-sources.jar [2020-08-22T00:31:10.478Z] [INFO] [2020-08-22T00:31:10.478Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.ui.scripts --- [2020-08-22T00:31:10.478Z] [INFO] [2020-08-22T00:31:10.478Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.ui.scripts --- [2020-08-22T00:31:10.478Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.ui.scripts/target/org.eclipse.ease.ui.scripts-0.8.0-SNAPSHOT.jar [2020-08-22T00:31:10.478Z] [INFO] [2020-08-22T00:31:10.478Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.ui.scripts --- [2020-08-22T00:31:10.478Z] [INFO] [2020-08-22T00:31:10.478Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.ui.scripts --- [2020-08-22T00:31:10.736Z] [INFO] [2020-08-22T00:31:10.736Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.ui.scripts --- [2020-08-22T00:31:10.736Z] [INFO] [2020-08-22T00:31:10.736Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.ui.scripts --- [2020-08-22T00:31:10.736Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:10.736Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:10.736Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:10.736Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:10.737Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:10.737Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:10.737Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:10.737Z] [INFO] [2020-08-22T00:31:10.737Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.ui.scripts --- [2020-08-22T00:31:10.737Z] [INFO] [2020-08-22T00:31:10.737Z] [INFO] ---------< org.eclipse.ease:org.eclipse.ease.lang.javascript >---------- [2020-08-22T00:31:10.737Z] [INFO] Building org.eclipse.ease.lang.javascript 0.8.0-SNAPSHOT [7/48] [2020-08-22T00:31:10.737Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-08-22T00:31:10.737Z] [INFO] [2020-08-22T00:31:10.737Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.javascript --- [2020-08-22T00:31:10.737Z] [INFO] [2020-08-22T00:31:10.737Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript --- [2020-08-22T00:31:10.737Z] [INFO] The project's OSGi version is 0.8.0.I202007150818 [2020-08-22T00:31:10.737Z] [INFO] [2020-08-22T00:31:10.737Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript --- [2020-08-22T00:31:10.737Z] [INFO] [2020-08-22T00:31:10.737Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript --- [2020-08-22T00:31:10.737Z] [INFO] [2020-08-22T00:31:10.737Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.javascript >>> [2020-08-22T00:31:10.737Z] [INFO] [2020-08-22T00:31:10.737Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript --- [2020-08-22T00:31:10.737Z] [INFO] The project's OSGi version is 0.8.0.I202007150818 [2020-08-22T00:31:10.737Z] [INFO] [2020-08-22T00:31:10.737Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript --- [2020-08-22T00:31:10.737Z] [INFO] [2020-08-22T00:31:10.737Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript --- [2020-08-22T00:31:10.737Z] [INFO] [2020-08-22T00:31:10.737Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.javascript <<< [2020-08-22T00:31:10.737Z] [INFO] [2020-08-22T00:31:10.737Z] [INFO] [2020-08-22T00:31:10.737Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.javascript --- [2020-08-22T00:31:10.737Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-08-22T00:31:12.127Z] [INFO] [2020-08-22T00:31:12.127Z] Loading source files for package org.eclipse.ease.lang.javascript... [2020-08-22T00:31:12.127Z] Constructing Javadoc information... [2020-08-22T00:31:12.127Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.javascript/target/javadoc-bundle-options/package-list" [2020-08-22T00:31:12.127Z] [WARNING] Javadoc Warnings [2020-08-22T00:31:12.127Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d" [2020-08-22T00:31:12.127Z] [INFO] [2020-08-22T00:31:12.127Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.javascript --- [2020-08-22T00:31:12.127Z] [INFO] [2020-08-22T00:31:12.127Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript --- [2020-08-22T00:31:12.127Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:31:12.127Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.javascript/src/main/resources [2020-08-22T00:31:12.127Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.javascript/help [2020-08-22T00:31:12.127Z] [INFO] [2020-08-22T00:31:12.127Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.javascript --- [2020-08-22T00:31:12.127Z] [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.javascript/target/classes [2020-08-22T00:31:12.127Z] [INFO] [2020-08-22T00:31:12.127Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript --- [2020-08-22T00:31:12.127Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:31:12.127Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.javascript/src/test/resources [2020-08-22T00:31:12.127Z] [INFO] [2020-08-22T00:31:12.127Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript --- [2020-08-22T00:31:12.127Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.javascript/target/org.eclipse.ease.lang.javascript-0.8.0-SNAPSHOT-sources.jar [2020-08-22T00:31:12.127Z] [INFO] [2020-08-22T00:31:12.127Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript --- [2020-08-22T00:31:12.127Z] [INFO] [2020-08-22T00:31:12.127Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript --- [2020-08-22T00:31:12.127Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.javascript/target/org.eclipse.ease.lang.javascript-0.8.0-SNAPSHOT.jar [2020-08-22T00:31:12.127Z] [INFO] [2020-08-22T00:31:12.128Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript --- [2020-08-22T00:31:12.128Z] [INFO] [2020-08-22T00:31:12.128Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.javascript --- [2020-08-22T00:31:12.128Z] [INFO] [2020-08-22T00:31:12.128Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript --- [2020-08-22T00:31:12.128Z] [INFO] [2020-08-22T00:31:12.128Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.javascript --- [2020-08-22T00:31:12.128Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:12.128Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:12.128Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:12.128Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:12.128Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:12.128Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:12.128Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:12.128Z] [INFO] [2020-08-22T00:31:12.128Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.javascript --- [2020-08-22T00:31:12.128Z] [INFO] [2020-08-22T00:31:12.128Z] [INFO] --------< org.eclipse.ease:org.eclipse.ease.lang.scriptarchive >-------- [2020-08-22T00:31:12.128Z] [INFO] Building org.eclipse.ease.lang.scriptarchive 0.8.0-SNAPSHOT [8/48] [2020-08-22T00:31:12.128Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-08-22T00:31:12.128Z] [INFO] [2020-08-22T00:31:12.128Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.scriptarchive --- [2020-08-22T00:31:12.128Z] [INFO] [2020-08-22T00:31:12.128Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.scriptarchive --- [2020-08-22T00:31:12.128Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-22T00:31:12.128Z] [INFO] [2020-08-22T00:31:12.128Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.scriptarchive --- [2020-08-22T00:31:12.128Z] [INFO] [2020-08-22T00:31:12.128Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.scriptarchive --- [2020-08-22T00:31:12.128Z] [INFO] [2020-08-22T00:31:12.128Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.scriptarchive >>> [2020-08-22T00:31:12.128Z] [INFO] [2020-08-22T00:31:12.128Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.scriptarchive --- [2020-08-22T00:31:12.128Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-22T00:31:12.128Z] [INFO] [2020-08-22T00:31:12.128Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.scriptarchive --- [2020-08-22T00:31:12.128Z] [INFO] [2020-08-22T00:31:12.128Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.scriptarchive --- [2020-08-22T00:31:12.128Z] [INFO] [2020-08-22T00:31:12.128Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.scriptarchive <<< [2020-08-22T00:31:12.128Z] [INFO] [2020-08-22T00:31:12.128Z] [INFO] [2020-08-22T00:31:12.128Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.scriptarchive --- [2020-08-22T00:31:12.128Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-08-22T00:31:13.493Z] [INFO] [2020-08-22T00:31:13.493Z] Loading source files for package org.eclipse.ease.lang.scriptarchive... [2020-08-22T00:31:13.493Z] Constructing Javadoc information... [2020-08-22T00:31:13.493Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.scriptarchive/target/javadoc-bundle-options/package-list" [2020-08-22T00:31:13.493Z] [WARNING] Javadoc Warnings [2020-08-22T00:31:13.493Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d" [2020-08-22T00:31:13.493Z] [INFO] [2020-08-22T00:31:13.493Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.scriptarchive --- [2020-08-22T00:31:13.493Z] [INFO] [2020-08-22T00:31:13.493Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.scriptarchive --- [2020-08-22T00:31:13.493Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:31:13.494Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.scriptarchive/src/main/resources [2020-08-22T00:31:13.494Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.scriptarchive/help [2020-08-22T00:31:13.494Z] [INFO] [2020-08-22T00:31:13.494Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.scriptarchive --- [2020-08-22T00:31:13.494Z] [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.scriptarchive/target/classes [2020-08-22T00:31:13.494Z] [INFO] [2020-08-22T00:31:13.494Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.scriptarchive --- [2020-08-22T00:31:13.494Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:31:13.494Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.scriptarchive/src/test/resources [2020-08-22T00:31:13.494Z] [INFO] [2020-08-22T00:31:13.494Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.scriptarchive --- [2020-08-22T00:31:13.494Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.scriptarchive/target/org.eclipse.ease.lang.scriptarchive-0.8.0-SNAPSHOT-sources.jar [2020-08-22T00:31:13.494Z] [INFO] [2020-08-22T00:31:13.494Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.scriptarchive --- [2020-08-22T00:31:13.494Z] [INFO] [2020-08-22T00:31:13.494Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.scriptarchive --- [2020-08-22T00:31:13.494Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.scriptarchive/target/org.eclipse.ease.lang.scriptarchive-0.8.0-SNAPSHOT.jar [2020-08-22T00:31:13.494Z] [INFO] [2020-08-22T00:31:13.494Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.scriptarchive --- [2020-08-22T00:31:13.494Z] [INFO] [2020-08-22T00:31:13.494Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.scriptarchive --- [2020-08-22T00:31:13.494Z] [INFO] [2020-08-22T00:31:13.494Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.scriptarchive --- [2020-08-22T00:31:13.494Z] [INFO] [2020-08-22T00:31:13.494Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.scriptarchive --- [2020-08-22T00:31:13.494Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:13.494Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:13.494Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:13.494Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:13.494Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:13.494Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:13.494Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:13.494Z] [INFO] [2020-08-22T00:31:13.494Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.scriptarchive --- [2020-08-22T00:31:13.494Z] [INFO] [2020-08-22T00:31:13.494Z] [INFO] -----------< org.eclipse.ease:org.eclipse.ease.lang.python >------------ [2020-08-22T00:31:13.494Z] [INFO] Building org.eclipse.ease.lang.python 0.8.0-SNAPSHOT [9/48] [2020-08-22T00:31:13.494Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-08-22T00:31:13.494Z] [INFO] [2020-08-22T00:31:13.494Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.python --- [2020-08-22T00:31:13.494Z] [INFO] [2020-08-22T00:31:13.494Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python --- [2020-08-22T00:31:13.494Z] [INFO] The project's OSGi version is 0.8.0.I202006231119 [2020-08-22T00:31:13.494Z] [INFO] [2020-08-22T00:31:13.494Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python --- [2020-08-22T00:31:13.494Z] [INFO] [2020-08-22T00:31:13.494Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python --- [2020-08-22T00:31:13.494Z] [INFO] [2020-08-22T00:31:13.494Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.python >>> [2020-08-22T00:31:13.495Z] [INFO] [2020-08-22T00:31:13.495Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python --- [2020-08-22T00:31:13.495Z] [INFO] The project's OSGi version is 0.8.0.I202006231119 [2020-08-22T00:31:13.495Z] [INFO] [2020-08-22T00:31:13.495Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python --- [2020-08-22T00:31:13.495Z] [INFO] [2020-08-22T00:31:13.495Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python --- [2020-08-22T00:31:13.495Z] [INFO] [2020-08-22T00:31:13.495Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.python <<< [2020-08-22T00:31:13.495Z] [INFO] [2020-08-22T00:31:13.495Z] [INFO] [2020-08-22T00:31:13.495Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.python --- [2020-08-22T00:31:13.495Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-08-22T00:31:14.858Z] [INFO] [2020-08-22T00:31:14.859Z] Loading source files for package org.eclipse.ease.lang.python... [2020-08-22T00:31:14.859Z] Loading source files for package org.eclipse.ease.lang.python.debug... [2020-08-22T00:31:14.859Z] Loading source files for package org.eclipse.ease.lang.python.debugger... [2020-08-22T00:31:14.859Z] Loading source files for package org.eclipse.ease.lang.python.debugger.actions... [2020-08-22T00:31:14.859Z] Loading source files for package org.eclipse.ease.lang.python.debugger.model... [2020-08-22T00:31:14.859Z] Loading source files for package org.eclipse.ease.lang.python.preferences... [2020-08-22T00:31:14.859Z] Loading source files for package org.eclipse.ease.lang.python.ui.completion... [2020-08-22T00:31:14.859Z] Constructing Javadoc information... [2020-08-22T00:31:14.859Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.python/target/javadoc-bundle-options/package-list" [2020-08-22T00:31:14.859Z] [WARNING] Javadoc Warnings [2020-08-22T00:31:14.859Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d" [2020-08-22T00:31:14.859Z] [INFO] [2020-08-22T00:31:14.859Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.python --- [2020-08-22T00:31:14.859Z] [INFO] [2020-08-22T00:31:14.859Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.python --- [2020-08-22T00:31:14.859Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:31:14.859Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.python/src/main/resources [2020-08-22T00:31:14.859Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.python/help [2020-08-22T00:31:14.859Z] [INFO] [2020-08-22T00:31:14.859Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.python --- [2020-08-22T00:31:14.859Z] [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.python/target/classes [2020-08-22T00:31:14.859Z] [INFO] [2020-08-22T00:31:14.859Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.python --- [2020-08-22T00:31:14.859Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:31:14.859Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.python/src/test/resources [2020-08-22T00:31:14.859Z] [INFO] [2020-08-22T00:31:14.859Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.python --- [2020-08-22T00:31:14.859Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.python/target/org.eclipse.ease.lang.python-0.8.0-SNAPSHOT-sources.jar [2020-08-22T00:31:14.859Z] [INFO] [2020-08-22T00:31:14.859Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python --- [2020-08-22T00:31:14.859Z] [INFO] [2020-08-22T00:31:14.859Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.python --- [2020-08-22T00:31:14.859Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.python/target/org.eclipse.ease.lang.python-0.8.0-SNAPSHOT.jar [2020-08-22T00:31:14.859Z] [INFO] [2020-08-22T00:31:14.859Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python --- [2020-08-22T00:31:14.859Z] [INFO] [2020-08-22T00:31:14.859Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.python --- [2020-08-22T00:31:14.859Z] [INFO] [2020-08-22T00:31:14.859Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python --- [2020-08-22T00:31:14.859Z] [INFO] [2020-08-22T00:31:14.859Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.python --- [2020-08-22T00:31:14.859Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:14.859Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:14.859Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:14.859Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:14.859Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:14.859Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:14.859Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:14.859Z] [INFO] [2020-08-22T00:31:14.860Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.python --- [2020-08-22T00:31:14.860Z] [INFO] [2020-08-22T00:31:14.860Z] [INFO] ---------< org.eclipse.ease:org.eclipse.ease.lang.python.py4j >--------- [2020-08-22T00:31:14.860Z] [INFO] Building org.eclipse.ease.lang.python.py4j 0.8.0-SNAPSHOT [10/48] [2020-08-22T00:31:14.860Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-08-22T00:31:14.860Z] [INFO] [2020-08-22T00:31:14.860Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.python.py4j --- [2020-08-22T00:31:14.860Z] [INFO] [2020-08-22T00:31:14.860Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.py4j --- [2020-08-22T00:31:14.860Z] [INFO] The project's OSGi version is 0.8.0.I202008070902 [2020-08-22T00:31:14.860Z] [INFO] [2020-08-22T00:31:14.860Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.py4j --- [2020-08-22T00:31:14.860Z] [INFO] [2020-08-22T00:31:14.860Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.py4j --- [2020-08-22T00:31:14.860Z] [INFO] [2020-08-22T00:31:14.860Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.python.py4j >>> [2020-08-22T00:31:14.860Z] [INFO] [2020-08-22T00:31:14.860Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.py4j --- [2020-08-22T00:31:14.860Z] [INFO] The project's OSGi version is 0.8.0.I202008070902 [2020-08-22T00:31:14.860Z] [INFO] [2020-08-22T00:31:14.860Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.py4j --- [2020-08-22T00:31:14.860Z] [INFO] [2020-08-22T00:31:14.860Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.py4j --- [2020-08-22T00:31:14.860Z] [INFO] [2020-08-22T00:31:14.860Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.python.py4j <<< [2020-08-22T00:31:14.860Z] [INFO] [2020-08-22T00:31:14.860Z] [INFO] [2020-08-22T00:31:14.860Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.python.py4j --- [2020-08-22T00:31:15.117Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-08-22T00:31:16.485Z] [INFO] [2020-08-22T00:31:16.485Z] Loading source files for package org.eclipse.ease.lang.python.py4j.internal... [2020-08-22T00:31:16.485Z] Loading source files for package org.eclipse.ease.lang.python.py4j.internal.ui... [2020-08-22T00:31:16.485Z] Constructing Javadoc information... [2020-08-22T00:31:16.485Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.python.py4j/target/javadoc-bundle-options/package-list" [2020-08-22T00:31:16.485Z] [WARNING] Javadoc Warnings [2020-08-22T00:31:16.485Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d" [2020-08-22T00:31:16.485Z] [INFO] [2020-08-22T00:31:16.485Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.python.py4j --- [2020-08-22T00:31:16.485Z] [INFO] [2020-08-22T00:31:16.485Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.python.py4j --- [2020-08-22T00:31:16.485Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:31:16.485Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.python.py4j/src/main/resources [2020-08-22T00:31:16.485Z] [INFO] Copying 2 resources to help [2020-08-22T00:31:16.485Z] [INFO] [2020-08-22T00:31:16.485Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.python.py4j --- [2020-08-22T00:31:16.485Z] [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.python.py4j/target/classes [2020-08-22T00:31:16.485Z] [INFO] [2020-08-22T00:31:16.485Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.python.py4j --- [2020-08-22T00:31:16.485Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:31:16.485Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.python.py4j/src/test/resources [2020-08-22T00:31:16.485Z] [INFO] [2020-08-22T00:31:16.485Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.python.py4j --- [2020-08-22T00:31:16.485Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.python.py4j/target/org.eclipse.ease.lang.python.py4j-0.8.0-SNAPSHOT-sources.jar [2020-08-22T00:31:16.485Z] [INFO] [2020-08-22T00:31:16.485Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python.py4j --- [2020-08-22T00:31:16.485Z] [INFO] [2020-08-22T00:31:16.485Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.python.py4j --- [2020-08-22T00:31:16.485Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.python.py4j/target/org.eclipse.ease.lang.python.py4j-0.8.0-SNAPSHOT.jar [2020-08-22T00:31:16.485Z] [INFO] [2020-08-22T00:31:16.485Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python.py4j --- [2020-08-22T00:31:16.485Z] [INFO] [2020-08-22T00:31:16.485Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.python.py4j --- [2020-08-22T00:31:16.485Z] [INFO] [2020-08-22T00:31:16.485Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python.py4j --- [2020-08-22T00:31:16.485Z] [INFO] [2020-08-22T00:31:16.485Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.python.py4j --- [2020-08-22T00:31:16.485Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:16.485Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:16.485Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:16.485Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:16.485Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:16.486Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:16.486Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:16.486Z] [INFO] [2020-08-22T00:31:16.486Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.python.py4j --- [2020-08-22T00:31:16.486Z] [INFO] [2020-08-22T00:31:16.486Z] [INFO] -----------< org.eclipse.ease:org.eclipse.ease.lang.groovy >------------ [2020-08-22T00:31:16.486Z] [INFO] Building org.eclipse.ease.lang.groovy 0.8.0-SNAPSHOT [11/48] [2020-08-22T00:31:16.486Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-08-22T00:31:16.486Z] [INFO] [2020-08-22T00:31:16.486Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.groovy --- [2020-08-22T00:31:16.486Z] [INFO] [2020-08-22T00:31:16.486Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.groovy --- [2020-08-22T00:31:16.486Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-22T00:31:16.486Z] [INFO] [2020-08-22T00:31:16.486Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.groovy --- [2020-08-22T00:31:16.486Z] [INFO] [2020-08-22T00:31:16.486Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.groovy --- [2020-08-22T00:31:16.486Z] [INFO] [2020-08-22T00:31:16.486Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.groovy >>> [2020-08-22T00:31:16.486Z] [INFO] [2020-08-22T00:31:16.486Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.groovy --- [2020-08-22T00:31:16.486Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-22T00:31:16.486Z] [INFO] [2020-08-22T00:31:16.486Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.groovy --- [2020-08-22T00:31:16.486Z] [INFO] [2020-08-22T00:31:16.486Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.groovy --- [2020-08-22T00:31:16.486Z] [INFO] [2020-08-22T00:31:16.486Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.groovy <<< [2020-08-22T00:31:16.486Z] [INFO] [2020-08-22T00:31:16.486Z] [INFO] [2020-08-22T00:31:16.486Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.groovy --- [2020-08-22T00:31:16.486Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-08-22T00:31:17.852Z] [INFO] [2020-08-22T00:31:17.852Z] Loading source files for package org.eclipse.ease.lang.groovy... [2020-08-22T00:31:17.852Z] Constructing Javadoc information... [2020-08-22T00:31:17.852Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.groovy/target/javadoc-bundle-options/package-list" [2020-08-22T00:31:17.852Z] [WARNING] Javadoc Warnings [2020-08-22T00:31:17.852Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d" [2020-08-22T00:31:17.852Z] [INFO] [2020-08-22T00:31:17.852Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.groovy --- [2020-08-22T00:31:17.852Z] [INFO] [2020-08-22T00:31:17.852Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.groovy --- [2020-08-22T00:31:17.852Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:31:17.852Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.groovy/src/main/resources [2020-08-22T00:31:17.852Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.groovy/help [2020-08-22T00:31:17.852Z] [INFO] [2020-08-22T00:31:17.852Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.groovy --- [2020-08-22T00:31:17.852Z] [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.groovy/target/classes [2020-08-22T00:31:17.852Z] [INFO] [2020-08-22T00:31:17.852Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.groovy --- [2020-08-22T00:31:17.852Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:31:17.852Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.groovy/src/test/resources [2020-08-22T00:31:17.852Z] [INFO] [2020-08-22T00:31:17.852Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.groovy --- [2020-08-22T00:31:17.852Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.groovy/target/org.eclipse.ease.lang.groovy-0.8.0-SNAPSHOT-sources.jar [2020-08-22T00:31:17.852Z] [INFO] [2020-08-22T00:31:17.852Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.groovy --- [2020-08-22T00:31:17.852Z] [INFO] [2020-08-22T00:31:17.852Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.groovy --- [2020-08-22T00:31:17.852Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.groovy/target/org.eclipse.ease.lang.groovy-0.8.0-SNAPSHOT.jar [2020-08-22T00:31:17.852Z] [INFO] [2020-08-22T00:31:17.852Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.groovy --- [2020-08-22T00:31:17.852Z] [INFO] [2020-08-22T00:31:17.852Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.groovy --- [2020-08-22T00:31:17.852Z] [INFO] [2020-08-22T00:31:17.852Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.groovy --- [2020-08-22T00:31:17.852Z] [INFO] [2020-08-22T00:31:17.852Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.groovy --- [2020-08-22T00:31:17.853Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:17.853Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:17.853Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:17.853Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:17.853Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:17.853Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:17.853Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:17.853Z] [INFO] [2020-08-22T00:31:17.853Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.groovy --- [2020-08-22T00:31:17.853Z] [INFO] [2020-08-22T00:31:17.853Z] [INFO] -----< org.eclipse.ease:org.eclipse.ease.lang.groovy.interpreter >------ [2020-08-22T00:31:17.853Z] [INFO] Building org.eclipse.ease.lang.groovy.interpreter 0.8.0-SNAPSHOT [12/48] [2020-08-22T00:31:17.853Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-08-22T00:31:17.853Z] [INFO] [2020-08-22T00:31:17.853Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-08-22T00:31:17.853Z] [INFO] [2020-08-22T00:31:17.853Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-08-22T00:31:17.853Z] [INFO] The project's OSGi version is 0.8.0.I202002270716 [2020-08-22T00:31:17.853Z] [INFO] [2020-08-22T00:31:17.853Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-08-22T00:31:17.853Z] [INFO] [2020-08-22T00:31:17.853Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-08-22T00:31:17.853Z] [INFO] [2020-08-22T00:31:17.853Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.groovy.interpreter >>> [2020-08-22T00:31:17.853Z] [INFO] [2020-08-22T00:31:17.853Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-08-22T00:31:17.853Z] [INFO] The project's OSGi version is 0.8.0.I202002270716 [2020-08-22T00:31:17.853Z] [INFO] [2020-08-22T00:31:17.853Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-08-22T00:31:17.853Z] [INFO] [2020-08-22T00:31:17.853Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-08-22T00:31:17.853Z] [INFO] [2020-08-22T00:31:17.853Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.groovy.interpreter <<< [2020-08-22T00:31:17.853Z] [INFO] [2020-08-22T00:31:17.853Z] [INFO] [2020-08-22T00:31:17.853Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-08-22T00:31:17.853Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-08-22T00:31:18.780Z] [INFO] [2020-08-22T00:31:18.780Z] Loading source files for package org.eclipse.ease.lang.groovy.interpreter... [2020-08-22T00:31:18.780Z] Constructing Javadoc information... [2020-08-22T00:31:18.780Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.groovy.interpreter/target/javadoc-bundle-options/package-list" [2020-08-22T00:31:18.780Z] [WARNING] Javadoc Warnings [2020-08-22T00:31:18.780Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d" [2020-08-22T00:31:18.780Z] [INFO] [2020-08-22T00:31:18.780Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-08-22T00:31:18.780Z] [INFO] [2020-08-22T00:31:18.780Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-08-22T00:31:18.780Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:31:18.780Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.groovy.interpreter/src/main/resources [2020-08-22T00:31:19.035Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.groovy.interpreter/help [2020-08-22T00:31:19.036Z] [INFO] [2020-08-22T00:31:19.036Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-08-22T00:31:19.036Z] [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.groovy.interpreter/target/classes [2020-08-22T00:31:19.036Z] [INFO] [2020-08-22T00:31:19.036Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-08-22T00:31:19.036Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:31:19.036Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.groovy.interpreter/src/test/resources [2020-08-22T00:31:19.036Z] [INFO] [2020-08-22T00:31:19.036Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-08-22T00:31:19.036Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.groovy.interpreter/target/org.eclipse.ease.lang.groovy.interpreter-0.8.0-SNAPSHOT-sources.jar [2020-08-22T00:31:19.036Z] [INFO] [2020-08-22T00:31:19.036Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-08-22T00:31:19.036Z] [INFO] [2020-08-22T00:31:19.036Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-08-22T00:31:19.036Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.groovy.interpreter/target/org.eclipse.ease.lang.groovy.interpreter-0.8.0-SNAPSHOT.jar [2020-08-22T00:31:19.036Z] [INFO] [2020-08-22T00:31:19.036Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-08-22T00:31:19.036Z] [INFO] [2020-08-22T00:31:19.036Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-08-22T00:31:19.036Z] [INFO] [2020-08-22T00:31:19.036Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-08-22T00:31:19.036Z] [INFO] [2020-08-22T00:31:19.036Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-08-22T00:31:19.036Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:19.036Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:19.036Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:19.036Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:19.036Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:19.036Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:19.036Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:19.036Z] [INFO] [2020-08-22T00:31:19.036Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-08-22T00:31:19.036Z] [INFO] [2020-08-22T00:31:19.036Z] [INFO] ----------< org.eclipse.ease:org.eclipse.ease.lang.unittest >----------- [2020-08-22T00:31:19.036Z] [INFO] Building org.eclipse.ease.lang.unittest 0.8.0-SNAPSHOT [13/48] [2020-08-22T00:31:19.036Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-08-22T00:31:19.036Z] [INFO] [2020-08-22T00:31:19.036Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.unittest --- [2020-08-22T00:31:19.036Z] [INFO] [2020-08-22T00:31:19.036Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.unittest --- [2020-08-22T00:31:19.036Z] [INFO] The project's OSGi version is 0.8.0.I202006021412 [2020-08-22T00:31:19.036Z] [INFO] [2020-08-22T00:31:19.036Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.unittest --- [2020-08-22T00:31:19.036Z] [INFO] [2020-08-22T00:31:19.037Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.unittest --- [2020-08-22T00:31:19.037Z] [INFO] [2020-08-22T00:31:19.037Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.unittest >>> [2020-08-22T00:31:19.037Z] [INFO] [2020-08-22T00:31:19.037Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.unittest --- [2020-08-22T00:31:19.037Z] [INFO] The project's OSGi version is 0.8.0.I202006021412 [2020-08-22T00:31:19.037Z] [INFO] [2020-08-22T00:31:19.037Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.unittest --- [2020-08-22T00:31:19.037Z] [INFO] [2020-08-22T00:31:19.037Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.unittest --- [2020-08-22T00:31:19.037Z] [INFO] [2020-08-22T00:31:19.037Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.unittest <<< [2020-08-22T00:31:19.037Z] [INFO] [2020-08-22T00:31:19.037Z] [INFO] [2020-08-22T00:31:19.037Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.unittest --- [2020-08-22T00:31:19.037Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-08-22T00:31:20.420Z] [INFO] [2020-08-22T00:31:20.420Z] Loading source files for package org.eclipse.ease.lang.unittest... [2020-08-22T00:31:20.420Z] Loading source files for package org.eclipse.ease.lang.unittest.execution... [2020-08-22T00:31:20.420Z] Loading source files for package org.eclipse.ease.lang.unittest.reporters... [2020-08-22T00:31:20.420Z] Loading source files for package org.eclipse.ease.lang.unittest.definition... [2020-08-22T00:31:20.420Z] Loading source files for package org.eclipse.ease.lang.unittest.definition.impl... [2020-08-22T00:31:20.420Z] Loading source files for package org.eclipse.ease.lang.unittest.definition.util... [2020-08-22T00:31:20.420Z] Loading source files for package org.eclipse.ease.lang.unittest.runtime... [2020-08-22T00:31:20.420Z] Loading source files for package org.eclipse.ease.lang.unittest.runtime.impl... [2020-08-22T00:31:20.420Z] Loading source files for package org.eclipse.ease.lang.unittest.runtime.util... [2020-08-22T00:31:20.420Z] Constructing Javadoc information... [2020-08-22T00:31:20.420Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.unittest/target/javadoc-bundle-options/package-list" [2020-08-22T00:31:20.420Z] [WARNING] Javadoc Warnings [2020-08-22T00:31:20.420Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d" [2020-08-22T00:31:20.420Z] [INFO] [2020-08-22T00:31:20.420Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.unittest --- [2020-08-22T00:31:20.420Z] [INFO] [2020-08-22T00:31:20.420Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.unittest --- [2020-08-22T00:31:20.420Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:31:20.420Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.unittest/src/main/resources [2020-08-22T00:31:20.420Z] [INFO] Copying 2 resources to help [2020-08-22T00:31:20.420Z] [INFO] [2020-08-22T00:31:20.420Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.unittest --- [2020-08-22T00:31:20.420Z] [INFO] Compiling 57 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.unittest/target/classes [2020-08-22T00:31:20.680Z] [INFO] [2020-08-22T00:31:20.680Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.unittest --- [2020-08-22T00:31:20.680Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:31:20.680Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.unittest/src/test/resources [2020-08-22T00:31:20.680Z] [INFO] [2020-08-22T00:31:20.680Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.unittest --- [2020-08-22T00:31:20.680Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.unittest/target/org.eclipse.ease.lang.unittest-0.8.0-SNAPSHOT-sources.jar [2020-08-22T00:31:20.680Z] [INFO] [2020-08-22T00:31:20.680Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.unittest --- [2020-08-22T00:31:20.680Z] [INFO] [2020-08-22T00:31:20.680Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.unittest --- [2020-08-22T00:31:20.680Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.unittest/target/org.eclipse.ease.lang.unittest-0.8.0-SNAPSHOT.jar [2020-08-22T00:31:20.680Z] [INFO] [2020-08-22T00:31:20.680Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.unittest --- [2020-08-22T00:31:20.680Z] [INFO] [2020-08-22T00:31:20.681Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.unittest --- [2020-08-22T00:31:20.681Z] [INFO] [2020-08-22T00:31:20.681Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.unittest --- [2020-08-22T00:31:20.681Z] [INFO] [2020-08-22T00:31:20.681Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.unittest --- [2020-08-22T00:31:20.681Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:20.681Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:20.681Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:20.681Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:20.681Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:20.936Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:20.936Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:20.936Z] [INFO] [2020-08-22T00:31:20.936Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.unittest --- [2020-08-22T00:31:20.936Z] [INFO] [2020-08-22T00:31:20.936Z] [INFO] ---------< org.eclipse.ease:org.eclipse.ease.lang.unittest.ui >--------- [2020-08-22T00:31:20.936Z] [INFO] Building org.eclipse.ease.lang.unittest.ui 0.8.0-SNAPSHOT [14/48] [2020-08-22T00:31:20.936Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-08-22T00:31:20.936Z] [INFO] [2020-08-22T00:31:20.936Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.unittest.ui --- [2020-08-22T00:31:20.936Z] [INFO] [2020-08-22T00:31:20.936Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.unittest.ui --- [2020-08-22T00:31:20.936Z] [INFO] The project's OSGi version is 0.8.0.I202003160826 [2020-08-22T00:31:20.936Z] [INFO] [2020-08-22T00:31:20.936Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.unittest.ui --- [2020-08-22T00:31:20.936Z] [INFO] [2020-08-22T00:31:20.936Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.unittest.ui --- [2020-08-22T00:31:20.936Z] [INFO] [2020-08-22T00:31:20.936Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.unittest.ui >>> [2020-08-22T00:31:20.936Z] [INFO] [2020-08-22T00:31:20.936Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.unittest.ui --- [2020-08-22T00:31:20.936Z] [INFO] The project's OSGi version is 0.8.0.I202003160826 [2020-08-22T00:31:20.936Z] [INFO] [2020-08-22T00:31:20.936Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.unittest.ui --- [2020-08-22T00:31:20.936Z] [INFO] [2020-08-22T00:31:20.936Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.unittest.ui --- [2020-08-22T00:31:20.936Z] [INFO] [2020-08-22T00:31:20.936Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.unittest.ui <<< [2020-08-22T00:31:20.936Z] [INFO] [2020-08-22T00:31:20.936Z] [INFO] [2020-08-22T00:31:20.937Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.unittest.ui --- [2020-08-22T00:31:20.937Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-08-22T00:31:22.299Z] [INFO] [2020-08-22T00:31:22.299Z] Loading source files for package org.eclipse.ease.lang.unittest.ui... [2020-08-22T00:31:22.299Z] Loading source files for package org.eclipse.ease.lang.unittest.ui.decorators... [2020-08-22T00:31:22.299Z] Loading source files for package org.eclipse.ease.lang.unittest.ui.dialogs... [2020-08-22T00:31:22.299Z] Loading source files for package org.eclipse.ease.lang.unittest.ui.editor... [2020-08-22T00:31:22.299Z] Loading source files for package org.eclipse.ease.lang.unittest.ui.handlers... [2020-08-22T00:31:22.299Z] Loading source files for package org.eclipse.ease.lang.unittest.ui.sourceprovider... [2020-08-22T00:31:22.299Z] Loading source files for package org.eclipse.ease.lang.unittest.ui.views... [2020-08-22T00:31:22.299Z] Loading source files for package org.eclipse.ease.lang.unittest.ui.wizards... [2020-08-22T00:31:22.299Z] Loading source files for package org.eclipse.ease.lang.unittest.definition.provider... [2020-08-22T00:31:22.299Z] Constructing Javadoc information... [2020-08-22T00:31:22.299Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.unittest.ui/target/javadoc-bundle-options/package-list" [2020-08-22T00:31:22.299Z] [WARNING] Javadoc Warnings [2020-08-22T00:31:22.299Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d" [2020-08-22T00:31:22.299Z] [INFO] [2020-08-22T00:31:22.300Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.unittest.ui --- [2020-08-22T00:31:22.300Z] [INFO] [2020-08-22T00:31:22.300Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.unittest.ui --- [2020-08-22T00:31:22.300Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:31:22.300Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.unittest.ui/src/main/resources [2020-08-22T00:31:22.300Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.unittest.ui/help [2020-08-22T00:31:22.300Z] [INFO] [2020-08-22T00:31:22.300Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.unittest.ui --- [2020-08-22T00:31:22.300Z] [INFO] Compiling 40 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.unittest.ui/target/classes [2020-08-22T00:31:22.555Z] [INFO] [2020-08-22T00:31:22.555Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.unittest.ui --- [2020-08-22T00:31:22.555Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:31:22.555Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.unittest.ui/src/test/resources [2020-08-22T00:31:22.555Z] [INFO] [2020-08-22T00:31:22.555Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.unittest.ui --- [2020-08-22T00:31:22.555Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.unittest.ui/target/org.eclipse.ease.lang.unittest.ui-0.8.0-SNAPSHOT-sources.jar [2020-08-22T00:31:22.555Z] [INFO] [2020-08-22T00:31:22.555Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.unittest.ui --- [2020-08-22T00:31:22.555Z] [INFO] [2020-08-22T00:31:22.555Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.unittest.ui --- [2020-08-22T00:31:22.555Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.unittest.ui/target/org.eclipse.ease.lang.unittest.ui-0.8.0-SNAPSHOT.jar [2020-08-22T00:31:22.555Z] [INFO] [2020-08-22T00:31:22.555Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.unittest.ui --- [2020-08-22T00:31:22.555Z] [INFO] [2020-08-22T00:31:22.555Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.unittest.ui --- [2020-08-22T00:31:22.556Z] [INFO] [2020-08-22T00:31:22.556Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.unittest.ui --- [2020-08-22T00:31:22.556Z] [INFO] [2020-08-22T00:31:22.556Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.unittest.ui --- [2020-08-22T00:31:22.556Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:22.556Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:22.556Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:22.556Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:22.556Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:22.556Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:22.556Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:22.556Z] [INFO] [2020-08-22T00:31:22.556Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.unittest.ui --- [2020-08-22T00:31:22.556Z] [INFO] [2020-08-22T00:31:22.556Z] [INFO] ------------< org.eclipse.ease:org.eclipse.ease.lang.ruby >------------- [2020-08-22T00:31:22.556Z] [INFO] Building org.eclipse.ease.lang.ruby 0.8.0-SNAPSHOT [15/48] [2020-08-22T00:31:22.556Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-08-22T00:31:22.556Z] [INFO] [2020-08-22T00:31:22.556Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.ruby --- [2020-08-22T00:31:22.556Z] [INFO] [2020-08-22T00:31:22.556Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.ruby --- [2020-08-22T00:31:22.556Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-22T00:31:22.556Z] [INFO] [2020-08-22T00:31:22.556Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.ruby --- [2020-08-22T00:31:22.556Z] [INFO] [2020-08-22T00:31:22.556Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.ruby --- [2020-08-22T00:31:22.556Z] [INFO] [2020-08-22T00:31:22.556Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.ruby >>> [2020-08-22T00:31:22.556Z] [INFO] [2020-08-22T00:31:22.556Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.ruby --- [2020-08-22T00:31:22.556Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-22T00:31:22.556Z] [INFO] [2020-08-22T00:31:22.556Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.ruby --- [2020-08-22T00:31:22.556Z] [INFO] [2020-08-22T00:31:22.556Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.ruby --- [2020-08-22T00:31:22.556Z] [INFO] [2020-08-22T00:31:22.556Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.ruby <<< [2020-08-22T00:31:22.556Z] [INFO] [2020-08-22T00:31:22.556Z] [INFO] [2020-08-22T00:31:22.556Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.ruby --- [2020-08-22T00:31:22.812Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-08-22T00:31:23.746Z] [INFO] [2020-08-22T00:31:23.746Z] Loading source files for package org.eclipse.ease.lang.ruby... [2020-08-22T00:31:23.746Z] Constructing Javadoc information... [2020-08-22T00:31:23.746Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.ruby/target/javadoc-bundle-options/package-list" [2020-08-22T00:31:23.746Z] [WARNING] Javadoc Warnings [2020-08-22T00:31:23.746Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d" [2020-08-22T00:31:23.746Z] [INFO] [2020-08-22T00:31:23.746Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.ruby --- [2020-08-22T00:31:23.746Z] [INFO] [2020-08-22T00:31:23.746Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.ruby --- [2020-08-22T00:31:23.746Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:31:23.746Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.ruby/src/main/resources [2020-08-22T00:31:23.746Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.ruby/help [2020-08-22T00:31:23.746Z] [INFO] [2020-08-22T00:31:23.746Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.ruby --- [2020-08-22T00:31:23.746Z] [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.ruby/target/classes [2020-08-22T00:31:23.746Z] [INFO] [2020-08-22T00:31:23.746Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.ruby --- [2020-08-22T00:31:23.747Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:31:23.747Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.ruby/src/test/resources [2020-08-22T00:31:23.747Z] [INFO] [2020-08-22T00:31:23.747Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.ruby --- [2020-08-22T00:31:23.747Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.ruby/target/org.eclipse.ease.lang.ruby-0.8.0-SNAPSHOT-sources.jar [2020-08-22T00:31:23.747Z] [INFO] [2020-08-22T00:31:23.747Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.ruby --- [2020-08-22T00:31:23.747Z] [INFO] [2020-08-22T00:31:23.747Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.ruby --- [2020-08-22T00:31:23.747Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.ruby/target/org.eclipse.ease.lang.ruby-0.8.0-SNAPSHOT.jar [2020-08-22T00:31:23.747Z] [INFO] [2020-08-22T00:31:23.747Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.ruby --- [2020-08-22T00:31:23.747Z] [INFO] [2020-08-22T00:31:23.747Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.ruby --- [2020-08-22T00:31:23.747Z] [INFO] [2020-08-22T00:31:23.747Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.ruby --- [2020-08-22T00:31:24.003Z] [INFO] [2020-08-22T00:31:24.003Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.ruby --- [2020-08-22T00:31:24.003Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:24.003Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:24.004Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:24.004Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:24.004Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:24.004Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:24.004Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:24.004Z] [INFO] [2020-08-22T00:31:24.004Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.ruby --- [2020-08-22T00:31:24.004Z] [INFO] [2020-08-22T00:31:24.004Z] [INFO] ---------< org.eclipse.ease:org.eclipse.ease.lang.ruby.jruby >---------- [2020-08-22T00:31:24.004Z] [INFO] Building org.eclipse.ease.lang.ruby.jruby 0.8.0-SNAPSHOT [16/48] [2020-08-22T00:31:24.004Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-08-22T00:31:24.004Z] [INFO] [2020-08-22T00:31:24.004Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.ruby.jruby --- [2020-08-22T00:31:24.004Z] [INFO] [2020-08-22T00:31:24.004Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.ruby.jruby --- [2020-08-22T00:31:24.004Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-22T00:31:24.004Z] [INFO] [2020-08-22T00:31:24.004Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.ruby.jruby --- [2020-08-22T00:31:24.004Z] [INFO] [2020-08-22T00:31:24.004Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.ruby.jruby --- [2020-08-22T00:31:24.004Z] [INFO] [2020-08-22T00:31:24.004Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.ruby.jruby >>> [2020-08-22T00:31:24.004Z] [INFO] [2020-08-22T00:31:24.004Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.ruby.jruby --- [2020-08-22T00:31:24.004Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-22T00:31:24.004Z] [INFO] [2020-08-22T00:31:24.004Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.ruby.jruby --- [2020-08-22T00:31:24.004Z] [INFO] [2020-08-22T00:31:24.004Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.ruby.jruby --- [2020-08-22T00:31:24.004Z] [INFO] [2020-08-22T00:31:24.004Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.ruby.jruby <<< [2020-08-22T00:31:24.004Z] [INFO] [2020-08-22T00:31:24.004Z] [INFO] [2020-08-22T00:31:24.004Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.ruby.jruby --- [2020-08-22T00:31:24.004Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-08-22T00:31:25.380Z] [INFO] [2020-08-22T00:31:25.380Z] Loading source files for package org.eclipse.ease.lang.ruby.jruby... [2020-08-22T00:31:25.380Z] Constructing Javadoc information... [2020-08-22T00:31:25.380Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.ruby.jruby/target/javadoc-bundle-options/package-list" [2020-08-22T00:31:25.380Z] [WARNING] Javadoc Warnings [2020-08-22T00:31:25.380Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d" [2020-08-22T00:31:25.380Z] [INFO] [2020-08-22T00:31:25.380Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.ruby.jruby --- [2020-08-22T00:31:25.380Z] [INFO] [2020-08-22T00:31:25.380Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.ruby.jruby --- [2020-08-22T00:31:25.380Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:31:25.380Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.ruby.jruby/src/main/resources [2020-08-22T00:31:25.380Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.ruby.jruby/help [2020-08-22T00:31:25.380Z] [INFO] [2020-08-22T00:31:25.380Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.ruby.jruby --- [2020-08-22T00:31:25.380Z] [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.ruby.jruby/target/classes [2020-08-22T00:31:25.380Z] [INFO] [2020-08-22T00:31:25.380Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.ruby.jruby --- [2020-08-22T00:31:25.380Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:31:25.380Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.ruby.jruby/src/test/resources [2020-08-22T00:31:25.380Z] [INFO] [2020-08-22T00:31:25.380Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.ruby.jruby --- [2020-08-22T00:31:25.380Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.ruby.jruby/target/org.eclipse.ease.lang.ruby.jruby-0.8.0-SNAPSHOT-sources.jar [2020-08-22T00:31:25.380Z] [INFO] [2020-08-22T00:31:25.380Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.ruby.jruby --- [2020-08-22T00:31:25.380Z] [INFO] [2020-08-22T00:31:25.380Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.ruby.jruby --- [2020-08-22T00:31:25.381Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.ruby.jruby/target/org.eclipse.ease.lang.ruby.jruby-0.8.0-SNAPSHOT.jar [2020-08-22T00:31:25.381Z] [INFO] [2020-08-22T00:31:25.381Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.ruby.jruby --- [2020-08-22T00:31:25.381Z] [INFO] [2020-08-22T00:31:25.381Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.ruby.jruby --- [2020-08-22T00:31:25.381Z] [INFO] [2020-08-22T00:31:25.381Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.ruby.jruby --- [2020-08-22T00:31:25.381Z] [INFO] [2020-08-22T00:31:25.381Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.ruby.jruby --- [2020-08-22T00:31:25.381Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:25.381Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:25.381Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:25.381Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:25.381Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:25.381Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:25.381Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:25.381Z] [INFO] [2020-08-22T00:31:25.381Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.ruby.jruby --- [2020-08-22T00:31:25.381Z] [INFO] [2020-08-22T00:31:25.381Z] [INFO] -----< org.eclipse.ease:org.eclipse.ease.lang.javascript.nashorn >------ [2020-08-22T00:31:25.381Z] [INFO] Building org.eclipse.ease.lang.javascript.nashorn 0.8.0-SNAPSHOT [17/48] [2020-08-22T00:31:25.381Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-08-22T00:31:25.381Z] [INFO] [2020-08-22T00:31:25.381Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-08-22T00:31:25.381Z] [INFO] [2020-08-22T00:31:25.381Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-08-22T00:31:25.381Z] [INFO] The project's OSGi version is 0.8.0.I202008070902 [2020-08-22T00:31:25.381Z] [INFO] [2020-08-22T00:31:25.381Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-08-22T00:31:25.381Z] [INFO] [2020-08-22T00:31:25.381Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-08-22T00:31:25.381Z] [INFO] [2020-08-22T00:31:25.381Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.javascript.nashorn >>> [2020-08-22T00:31:25.381Z] [INFO] [2020-08-22T00:31:25.381Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-08-22T00:31:25.381Z] [INFO] The project's OSGi version is 0.8.0.I202008070902 [2020-08-22T00:31:25.381Z] [INFO] [2020-08-22T00:31:25.381Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-08-22T00:31:25.381Z] [INFO] [2020-08-22T00:31:25.381Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-08-22T00:31:25.381Z] [INFO] [2020-08-22T00:31:25.381Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.javascript.nashorn <<< [2020-08-22T00:31:25.381Z] [INFO] [2020-08-22T00:31:25.381Z] [INFO] [2020-08-22T00:31:25.381Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-08-22T00:31:25.381Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-08-22T00:31:26.745Z] [INFO] [2020-08-22T00:31:26.745Z] Loading source files for package org.eclipse.ease.lang.javascript.nashorn... [2020-08-22T00:31:26.745Z] Constructing Javadoc information... [2020-08-22T00:31:26.745Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.javascript.nashorn/target/javadoc-bundle-options/package-list" [2020-08-22T00:31:26.745Z] [WARNING] Javadoc Warnings [2020-08-22T00:31:26.745Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d" [2020-08-22T00:31:26.745Z] [INFO] [2020-08-22T00:31:26.745Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-08-22T00:31:26.745Z] [INFO] [2020-08-22T00:31:26.745Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-08-22T00:31:26.745Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:31:26.745Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.javascript.nashorn/src/main/resources [2020-08-22T00:31:26.745Z] [INFO] Copying 2 resources to help [2020-08-22T00:31:26.745Z] [INFO] [2020-08-22T00:31:26.745Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-08-22T00:31:26.745Z] [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.javascript.nashorn/target/classes [2020-08-22T00:31:26.745Z] [INFO] [2020-08-22T00:31:26.745Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-08-22T00:31:26.745Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:31:26.745Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.javascript.nashorn/src/test/resources [2020-08-22T00:31:26.745Z] [INFO] [2020-08-22T00:31:26.745Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-08-22T00:31:26.745Z] [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.javascript.nashorn/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [2020-08-22T00:31:26.745Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.javascript.nashorn/target/org.eclipse.ease.lang.javascript.nashorn-0.8.0-SNAPSHOT-sources.jar [2020-08-22T00:31:26.745Z] [INFO] [2020-08-22T00:31:26.745Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-08-22T00:31:26.745Z] [INFO] [2020-08-22T00:31:26.745Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-08-22T00:31:26.745Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.javascript.nashorn/target/org.eclipse.ease.lang.javascript.nashorn-0.8.0-SNAPSHOT.jar [2020-08-22T00:31:26.745Z] [INFO] [2020-08-22T00:31:26.745Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-08-22T00:31:26.745Z] [INFO] [2020-08-22T00:31:26.745Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-08-22T00:31:26.745Z] [INFO] [2020-08-22T00:31:26.746Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-08-22T00:31:26.746Z] [INFO] [2020-08-22T00:31:26.746Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-08-22T00:31:26.746Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:26.746Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:26.746Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:26.746Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:26.746Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:26.746Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:26.746Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:26.746Z] [INFO] [2020-08-22T00:31:26.746Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-08-22T00:31:26.746Z] [INFO] [2020-08-22T00:31:26.746Z] [INFO] ------< org.eclipse.ease:org.eclipse.ease.lang.javascript.rhino >------- [2020-08-22T00:31:26.746Z] [INFO] Building org.eclipse.ease.lang.javascript.rhino 0.8.0-SNAPSHOT [18/48] [2020-08-22T00:31:26.746Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-08-22T00:31:26.746Z] [INFO] [2020-08-22T00:31:26.746Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.javascript.rhino --- [2020-08-22T00:31:26.746Z] [INFO] [2020-08-22T00:31:26.746Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.rhino --- [2020-08-22T00:31:26.746Z] [INFO] The project's OSGi version is 0.8.0.I202008070902 [2020-08-22T00:31:26.746Z] [INFO] [2020-08-22T00:31:26.746Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.rhino --- [2020-08-22T00:31:26.746Z] [INFO] [2020-08-22T00:31:26.746Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.rhino --- [2020-08-22T00:31:26.746Z] [INFO] [2020-08-22T00:31:26.746Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.javascript.rhino >>> [2020-08-22T00:31:26.746Z] [INFO] [2020-08-22T00:31:26.746Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.rhino --- [2020-08-22T00:31:26.746Z] [INFO] The project's OSGi version is 0.8.0.I202008070902 [2020-08-22T00:31:26.746Z] [INFO] [2020-08-22T00:31:26.746Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.rhino --- [2020-08-22T00:31:26.746Z] [INFO] [2020-08-22T00:31:26.746Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.rhino --- [2020-08-22T00:31:26.746Z] [INFO] [2020-08-22T00:31:26.746Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.javascript.rhino <<< [2020-08-22T00:31:26.746Z] [INFO] [2020-08-22T00:31:26.746Z] [INFO] [2020-08-22T00:31:26.746Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.javascript.rhino --- [2020-08-22T00:31:26.746Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-08-22T00:31:28.117Z] [INFO] [2020-08-22T00:31:28.117Z] Loading source files for package org.eclipse.ease.lang.javascript.rhino... [2020-08-22T00:31:28.117Z] Loading source files for package org.eclipse.ease.lang.javascript.rhino.debugger... [2020-08-22T00:31:28.117Z] Loading source files for package org.eclipse.ease.lang.javascript.rhino.debugger.actions... [2020-08-22T00:31:28.117Z] Loading source files for package org.eclipse.ease.lang.javascript.rhino.debugger.editor... [2020-08-22T00:31:28.118Z] Loading source files for package org.eclipse.ease.lang.javascript.rhino.debugger.model... [2020-08-22T00:31:28.118Z] Constructing Javadoc information... [2020-08-22T00:31:28.118Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.javascript.rhino/target/javadoc-bundle-options/package-list" [2020-08-22T00:31:28.118Z] [WARNING] Javadoc Warnings [2020-08-22T00:31:28.118Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d" [2020-08-22T00:31:28.118Z] [INFO] [2020-08-22T00:31:28.118Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.javascript.rhino --- [2020-08-22T00:31:28.118Z] [INFO] [2020-08-22T00:31:28.118Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript.rhino --- [2020-08-22T00:31:28.118Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:31:28.118Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.javascript.rhino/src/main/resources [2020-08-22T00:31:28.118Z] [INFO] Copying 2 resources to help [2020-08-22T00:31:28.118Z] [INFO] [2020-08-22T00:31:28.118Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.javascript.rhino --- [2020-08-22T00:31:28.118Z] [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.javascript.rhino/target/classes [2020-08-22T00:31:28.118Z] [INFO] [2020-08-22T00:31:28.118Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript.rhino --- [2020-08-22T00:31:28.118Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:31:28.118Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.javascript.rhino/src/test/resources [2020-08-22T00:31:28.118Z] [INFO] [2020-08-22T00:31:28.118Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript.rhino --- [2020-08-22T00:31:28.118Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.javascript.rhino/target/org.eclipse.ease.lang.javascript.rhino-0.8.0-SNAPSHOT-sources.jar [2020-08-22T00:31:28.118Z] [INFO] [2020-08-22T00:31:28.118Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.rhino --- [2020-08-22T00:31:28.118Z] [INFO] [2020-08-22T00:31:28.118Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript.rhino --- [2020-08-22T00:31:28.118Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.javascript.rhino/target/org.eclipse.ease.lang.javascript.rhino-0.8.0-SNAPSHOT.jar [2020-08-22T00:31:28.374Z] [INFO] [2020-08-22T00:31:28.374Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.rhino --- [2020-08-22T00:31:28.374Z] [INFO] [2020-08-22T00:31:28.374Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.javascript.rhino --- [2020-08-22T00:31:28.374Z] [INFO] [2020-08-22T00:31:28.374Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript.rhino --- [2020-08-22T00:31:28.374Z] [INFO] [2020-08-22T00:31:28.374Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.javascript.rhino --- [2020-08-22T00:31:28.374Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:28.374Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:28.374Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:28.374Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:28.374Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:28.374Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:28.374Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:28.374Z] [INFO] [2020-08-22T00:31:28.374Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.javascript.rhino --- [2020-08-22T00:31:28.374Z] [INFO] [2020-08-22T00:31:28.374Z] [INFO] --------< org.eclipse.ease:org.eclipse.ease.lang.python.jython >-------- [2020-08-22T00:31:28.374Z] [INFO] Building org.eclipse.ease.lang.python.jython 0.8.0-SNAPSHOT [19/48] [2020-08-22T00:31:28.374Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-08-22T00:31:28.374Z] [INFO] [2020-08-22T00:31:28.374Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.python.jython --- [2020-08-22T00:31:28.374Z] [INFO] [2020-08-22T00:31:28.374Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.jython --- [2020-08-22T00:31:28.374Z] [INFO] The project's OSGi version is 0.8.0.I202008070902 [2020-08-22T00:31:28.374Z] [INFO] [2020-08-22T00:31:28.374Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.jython --- [2020-08-22T00:31:28.374Z] [INFO] [2020-08-22T00:31:28.374Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.jython --- [2020-08-22T00:31:28.374Z] [INFO] [2020-08-22T00:31:28.374Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.python.jython >>> [2020-08-22T00:31:28.374Z] [INFO] [2020-08-22T00:31:28.375Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.jython --- [2020-08-22T00:31:28.375Z] [INFO] The project's OSGi version is 0.8.0.I202008070902 [2020-08-22T00:31:28.375Z] [INFO] [2020-08-22T00:31:28.375Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.jython --- [2020-08-22T00:31:28.375Z] [INFO] [2020-08-22T00:31:28.375Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.jython --- [2020-08-22T00:31:28.375Z] [INFO] [2020-08-22T00:31:28.375Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.python.jython <<< [2020-08-22T00:31:28.375Z] [INFO] [2020-08-22T00:31:28.375Z] [INFO] [2020-08-22T00:31:28.375Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.python.jython --- [2020-08-22T00:31:28.375Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-08-22T00:31:29.738Z] [INFO] [2020-08-22T00:31:29.738Z] Loading source files for package org.eclipse.ease.lang.python.jython... [2020-08-22T00:31:29.738Z] Loading source files for package org.eclipse.ease.lang.python.jython.debugger... [2020-08-22T00:31:29.738Z] Loading source files for package org.eclipse.ease.lang.python.jython.preferences... [2020-08-22T00:31:29.738Z] Constructing Javadoc information... [2020-08-22T00:31:29.738Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.python.jython/target/javadoc-bundle-options/package-list" [2020-08-22T00:31:29.738Z] [WARNING] Javadoc Warnings [2020-08-22T00:31:29.738Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d" [2020-08-22T00:31:29.738Z] [INFO] [2020-08-22T00:31:29.738Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.python.jython --- [2020-08-22T00:31:29.738Z] [INFO] [2020-08-22T00:31:29.738Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.python.jython --- [2020-08-22T00:31:29.738Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:31:29.738Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.python.jython/src/main/resources [2020-08-22T00:31:29.738Z] [INFO] Copying 2 resources to help [2020-08-22T00:31:29.738Z] [INFO] [2020-08-22T00:31:29.739Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.python.jython --- [2020-08-22T00:31:29.739Z] [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.python.jython/target/classes [2020-08-22T00:31:29.739Z] [INFO] [2020-08-22T00:31:29.739Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.python.jython --- [2020-08-22T00:31:29.739Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:31:29.739Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.python.jython/src/test/resources [2020-08-22T00:31:29.739Z] [INFO] [2020-08-22T00:31:29.739Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.python.jython --- [2020-08-22T00:31:29.739Z] [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.python.jython/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [2020-08-22T00:31:29.739Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.python.jython/target/org.eclipse.ease.lang.python.jython-0.8.0-SNAPSHOT-sources.jar [2020-08-22T00:31:29.739Z] [INFO] [2020-08-22T00:31:29.739Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python.jython --- [2020-08-22T00:31:29.739Z] [INFO] [2020-08-22T00:31:29.739Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.python.jython --- [2020-08-22T00:31:29.739Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.python.jython/target/org.eclipse.ease.lang.python.jython-0.8.0-SNAPSHOT.jar [2020-08-22T00:31:29.739Z] [INFO] [2020-08-22T00:31:29.739Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python.jython --- [2020-08-22T00:31:29.739Z] [INFO] [2020-08-22T00:31:29.739Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.python.jython --- [2020-08-22T00:31:29.739Z] [INFO] [2020-08-22T00:31:29.739Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python.jython --- [2020-08-22T00:31:29.739Z] [INFO] [2020-08-22T00:31:29.739Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.python.jython --- [2020-08-22T00:31:29.739Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:29.739Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:29.739Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:29.739Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:29.739Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:29.739Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:29.739Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:29.739Z] [INFO] [2020-08-22T00:31:29.739Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.python.jython --- [2020-08-22T00:31:29.739Z] [INFO] [2020-08-22T00:31:29.739Z] [INFO] --------< org.eclipse.ease:org.eclipse.ease.lang.javascript.ui >-------- [2020-08-22T00:31:29.739Z] [INFO] Building org.eclipse.ease.lang.javascript.ui 0.8.0-SNAPSHOT [20/48] [2020-08-22T00:31:29.739Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-08-22T00:31:29.739Z] [INFO] [2020-08-22T00:31:29.739Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.javascript.ui --- [2020-08-22T00:31:29.739Z] [INFO] [2020-08-22T00:31:29.739Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.ui --- [2020-08-22T00:31:29.739Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-22T00:31:29.739Z] [INFO] [2020-08-22T00:31:29.739Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.ui --- [2020-08-22T00:31:29.739Z] [INFO] [2020-08-22T00:31:29.739Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.ui --- [2020-08-22T00:31:29.739Z] [INFO] [2020-08-22T00:31:29.740Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.javascript.ui >>> [2020-08-22T00:31:29.740Z] [INFO] [2020-08-22T00:31:29.740Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.ui --- [2020-08-22T00:31:29.996Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-22T00:31:29.996Z] [INFO] [2020-08-22T00:31:29.996Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.ui --- [2020-08-22T00:31:29.996Z] [INFO] [2020-08-22T00:31:29.996Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.ui --- [2020-08-22T00:31:29.996Z] [INFO] [2020-08-22T00:31:29.996Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.javascript.ui <<< [2020-08-22T00:31:29.996Z] [INFO] [2020-08-22T00:31:29.996Z] [INFO] [2020-08-22T00:31:29.996Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.javascript.ui --- [2020-08-22T00:31:29.996Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-08-22T00:31:31.359Z] [INFO] [2020-08-22T00:31:31.359Z] Loading source files for package org.eclipse.ease.lang.javascript.ui... [2020-08-22T00:31:31.359Z] Loading source files for package org.eclipse.ease.lang.javascript.ui.completion... [2020-08-22T00:31:31.359Z] Constructing Javadoc information... [2020-08-22T00:31:31.359Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.javascript.ui/target/javadoc-bundle-options/package-list" [2020-08-22T00:31:31.359Z] [WARNING] Javadoc Warnings [2020-08-22T00:31:31.359Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d" [2020-08-22T00:31:31.360Z] [INFO] [2020-08-22T00:31:31.360Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.javascript.ui --- [2020-08-22T00:31:31.360Z] [INFO] [2020-08-22T00:31:31.360Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript.ui --- [2020-08-22T00:31:31.360Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:31:31.360Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.javascript.ui/src/main/resources [2020-08-22T00:31:31.360Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.javascript.ui/help [2020-08-22T00:31:31.360Z] [INFO] [2020-08-22T00:31:31.360Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.javascript.ui --- [2020-08-22T00:31:31.360Z] [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.javascript.ui/target/classes [2020-08-22T00:31:31.360Z] [INFO] [2020-08-22T00:31:31.360Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript.ui --- [2020-08-22T00:31:31.360Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:31:31.360Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.javascript.ui/src/test/resources [2020-08-22T00:31:31.360Z] [INFO] [2020-08-22T00:31:31.360Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript.ui --- [2020-08-22T00:31:31.360Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.javascript.ui/target/org.eclipse.ease.lang.javascript.ui-0.8.0-SNAPSHOT-sources.jar [2020-08-22T00:31:31.360Z] [INFO] [2020-08-22T00:31:31.360Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.ui --- [2020-08-22T00:31:31.360Z] [INFO] [2020-08-22T00:31:31.360Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript.ui --- [2020-08-22T00:31:31.360Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.javascript.ui/target/org.eclipse.ease.lang.javascript.ui-0.8.0-SNAPSHOT.jar [2020-08-22T00:31:31.360Z] [INFO] [2020-08-22T00:31:31.360Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.ui --- [2020-08-22T00:31:31.360Z] [INFO] [2020-08-22T00:31:31.360Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.javascript.ui --- [2020-08-22T00:31:31.360Z] [INFO] [2020-08-22T00:31:31.360Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript.ui --- [2020-08-22T00:31:31.360Z] [INFO] [2020-08-22T00:31:31.360Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.javascript.ui --- [2020-08-22T00:31:31.360Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:31.360Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:31.360Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:31.360Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:31.360Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:31.360Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:31.360Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:31.360Z] [INFO] [2020-08-22T00:31:31.360Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.javascript.ui --- [2020-08-22T00:31:31.360Z] [INFO] [2020-08-22T00:31:31.360Z] [INFO] --------< org.eclipse.ease:org.eclipse.ease.lang.jvm.compiled >--------- [2020-08-22T00:31:31.360Z] [INFO] Building org.eclipse.ease.lang.jvm.compiled 0.8.0-SNAPSHOT [21/48] [2020-08-22T00:31:31.360Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-08-22T00:31:31.360Z] [INFO] [2020-08-22T00:31:31.360Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.jvm.compiled --- [2020-08-22T00:31:31.360Z] [INFO] [2020-08-22T00:31:31.360Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.jvm.compiled --- [2020-08-22T00:31:31.361Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-22T00:31:31.361Z] [INFO] [2020-08-22T00:31:31.361Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.jvm.compiled --- [2020-08-22T00:31:31.361Z] [INFO] [2020-08-22T00:31:31.361Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.jvm.compiled --- [2020-08-22T00:31:31.361Z] [INFO] [2020-08-22T00:31:31.361Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.jvm.compiled >>> [2020-08-22T00:31:31.361Z] [INFO] [2020-08-22T00:31:31.361Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.jvm.compiled --- [2020-08-22T00:31:31.361Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-22T00:31:31.361Z] [INFO] [2020-08-22T00:31:31.361Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.jvm.compiled --- [2020-08-22T00:31:31.361Z] [INFO] [2020-08-22T00:31:31.361Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.jvm.compiled --- [2020-08-22T00:31:31.361Z] [INFO] [2020-08-22T00:31:31.361Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.jvm.compiled <<< [2020-08-22T00:31:31.361Z] [INFO] [2020-08-22T00:31:31.361Z] [INFO] [2020-08-22T00:31:31.361Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.jvm.compiled --- [2020-08-22T00:31:31.361Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-08-22T00:31:32.725Z] [INFO] [2020-08-22T00:31:32.725Z] Loading source files for package org.eclipse.ease.lang.jvm.compiled... [2020-08-22T00:31:32.725Z] Constructing Javadoc information... [2020-08-22T00:31:32.725Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.jvm.compiled/target/javadoc-bundle-options/package-list" [2020-08-22T00:31:32.725Z] [WARNING] Javadoc Warnings [2020-08-22T00:31:32.725Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d" [2020-08-22T00:31:32.725Z] [INFO] [2020-08-22T00:31:32.725Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.jvm.compiled --- [2020-08-22T00:31:32.725Z] [INFO] [2020-08-22T00:31:32.725Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.jvm.compiled --- [2020-08-22T00:31:32.726Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:31:32.726Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.jvm.compiled/src/main/resources [2020-08-22T00:31:32.726Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.jvm.compiled/help [2020-08-22T00:31:32.726Z] [INFO] [2020-08-22T00:31:32.726Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.jvm.compiled --- [2020-08-22T00:31:32.726Z] [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.jvm.compiled/target/classes [2020-08-22T00:31:32.726Z] [INFO] [2020-08-22T00:31:32.726Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.jvm.compiled --- [2020-08-22T00:31:32.726Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:31:32.726Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.jvm.compiled/src/test/resources [2020-08-22T00:31:32.726Z] [INFO] [2020-08-22T00:31:32.726Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.jvm.compiled --- [2020-08-22T00:31:32.726Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.jvm.compiled/target/org.eclipse.ease.lang.jvm.compiled-0.8.0-SNAPSHOT-sources.jar [2020-08-22T00:31:32.726Z] [INFO] [2020-08-22T00:31:32.726Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.jvm.compiled --- [2020-08-22T00:31:32.726Z] [INFO] [2020-08-22T00:31:32.726Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.jvm.compiled --- [2020-08-22T00:31:32.726Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.jvm.compiled/target/org.eclipse.ease.lang.jvm.compiled-0.8.0-SNAPSHOT.jar [2020-08-22T00:31:32.726Z] [INFO] [2020-08-22T00:31:32.726Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.jvm.compiled --- [2020-08-22T00:31:32.726Z] [INFO] [2020-08-22T00:31:32.726Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.jvm.compiled --- [2020-08-22T00:31:32.726Z] [INFO] [2020-08-22T00:31:32.726Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.jvm.compiled --- [2020-08-22T00:31:32.726Z] [INFO] [2020-08-22T00:31:32.726Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.jvm.compiled --- [2020-08-22T00:31:32.726Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:32.726Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:32.726Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:32.726Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:32.726Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:32.726Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:32.726Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:32.726Z] [INFO] [2020-08-22T00:31:32.726Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.jvm.compiled --- [2020-08-22T00:31:32.726Z] [INFO] [2020-08-22T00:31:32.726Z] [INFO] ------< org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.ui >------- [2020-08-22T00:31:32.726Z] [INFO] Building org.eclipse.ease.lang.scriptarchive.ui 0.8.0-SNAPSHOT [22/48] [2020-08-22T00:31:32.726Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-08-22T00:31:32.726Z] [INFO] [2020-08-22T00:31:32.726Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-08-22T00:31:32.726Z] [INFO] [2020-08-22T00:31:32.726Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-08-22T00:31:32.726Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-22T00:31:32.726Z] [INFO] [2020-08-22T00:31:32.726Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-08-22T00:31:32.726Z] [INFO] [2020-08-22T00:31:32.726Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-08-22T00:31:32.726Z] [INFO] [2020-08-22T00:31:32.727Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.scriptarchive.ui >>> [2020-08-22T00:31:32.727Z] [INFO] [2020-08-22T00:31:32.727Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-08-22T00:31:32.727Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-22T00:31:32.727Z] [INFO] [2020-08-22T00:31:32.727Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-08-22T00:31:32.727Z] [INFO] [2020-08-22T00:31:32.727Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-08-22T00:31:32.727Z] [INFO] [2020-08-22T00:31:32.727Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.scriptarchive.ui <<< [2020-08-22T00:31:32.727Z] [INFO] [2020-08-22T00:31:32.727Z] [INFO] [2020-08-22T00:31:32.727Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-08-22T00:31:32.982Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-08-22T00:31:33.909Z] [INFO] [2020-08-22T00:31:33.909Z] Loading source files for package org.eclipse.ease.lang.scriptarchive.ui... [2020-08-22T00:31:33.909Z] Loading source files for package org.eclipse.ease.lang.scriptarchive.ui.export... [2020-08-22T00:31:33.909Z] Constructing Javadoc information... [2020-08-22T00:31:33.909Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.scriptarchive.ui/target/javadoc-bundle-options/package-list" [2020-08-22T00:31:33.909Z] [WARNING] Javadoc Warnings [2020-08-22T00:31:33.909Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d" [2020-08-22T00:31:33.909Z] [INFO] [2020-08-22T00:31:33.909Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-08-22T00:31:33.909Z] [INFO] [2020-08-22T00:31:33.909Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-08-22T00:31:33.909Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:31:33.909Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.scriptarchive.ui/src/main/resources [2020-08-22T00:31:33.909Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.scriptarchive.ui/help [2020-08-22T00:31:33.909Z] [INFO] [2020-08-22T00:31:33.909Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-08-22T00:31:33.909Z] [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.scriptarchive.ui/target/classes [2020-08-22T00:31:34.165Z] [INFO] [2020-08-22T00:31:34.165Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-08-22T00:31:34.165Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:31:34.165Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.scriptarchive.ui/src/test/resources [2020-08-22T00:31:34.165Z] [INFO] [2020-08-22T00:31:34.165Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-08-22T00:31:34.165Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.scriptarchive.ui/target/org.eclipse.ease.lang.scriptarchive.ui-0.8.0-SNAPSHOT-sources.jar [2020-08-22T00:31:34.165Z] [INFO] [2020-08-22T00:31:34.165Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-08-22T00:31:34.165Z] [INFO] [2020-08-22T00:31:34.165Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-08-22T00:31:34.165Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.lang.scriptarchive.ui/target/org.eclipse.ease.lang.scriptarchive.ui-0.8.0-SNAPSHOT.jar [2020-08-22T00:31:34.165Z] [INFO] [2020-08-22T00:31:34.165Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-08-22T00:31:34.165Z] [INFO] [2020-08-22T00:31:34.165Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-08-22T00:31:34.165Z] [INFO] [2020-08-22T00:31:34.165Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-08-22T00:31:34.165Z] [INFO] [2020-08-22T00:31:34.165Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-08-22T00:31:34.165Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:34.165Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:34.166Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:34.166Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:34.166Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:34.166Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:34.166Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:34.166Z] [INFO] [2020-08-22T00:31:34.166Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-08-22T00:31:34.166Z] [INFO] [2020-08-22T00:31:34.166Z] [INFO] ---------------< org.eclipse.ease:org.eclipse.ease.help >--------------- [2020-08-22T00:31:34.166Z] [INFO] Building org.eclipse.ease.help 0.8.0-SNAPSHOT [23/48] [2020-08-22T00:31:34.166Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-08-22T00:31:34.166Z] [INFO] [2020-08-22T00:31:34.166Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.help --- [2020-08-22T00:31:34.166Z] [INFO] [2020-08-22T00:31:34.166Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.help --- [2020-08-22T00:31:34.166Z] [INFO] The project's OSGi version is 0.8.0.I202008220028 [2020-08-22T00:31:34.166Z] [INFO] [2020-08-22T00:31:34.166Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.help --- [2020-08-22T00:31:34.166Z] [INFO] [2020-08-22T00:31:34.166Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.help --- [2020-08-22T00:31:34.166Z] [INFO] [2020-08-22T00:31:34.166Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.help >>> [2020-08-22T00:31:34.166Z] [INFO] [2020-08-22T00:31:34.166Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.help --- [2020-08-22T00:31:34.166Z] [INFO] The project's OSGi version is 0.8.0.I202008220028 [2020-08-22T00:31:34.166Z] [INFO] [2020-08-22T00:31:34.166Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.help --- [2020-08-22T00:31:34.166Z] [INFO] [2020-08-22T00:31:34.166Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.help --- [2020-08-22T00:31:34.166Z] [INFO] [2020-08-22T00:31:34.166Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.help <<< [2020-08-22T00:31:34.166Z] [INFO] [2020-08-22T00:31:34.166Z] [INFO] [2020-08-22T00:31:34.166Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.help --- [2020-08-22T00:31:34.166Z] [INFO] [2020-08-22T00:31:34.166Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.help --- [2020-08-22T00:31:34.166Z] [INFO] [2020-08-22T00:31:34.166Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.help --- [2020-08-22T00:31:34.166Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:31:34.166Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.help/src/main/resources [2020-08-22T00:31:34.166Z] [INFO] Copying 41 resources to help [2020-08-22T00:31:34.166Z] [INFO] [2020-08-22T00:31:34.166Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.help --- [2020-08-22T00:31:34.166Z] [INFO] [2020-08-22T00:31:34.166Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.help --- [2020-08-22T00:31:34.166Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:31:34.166Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.help/src/test/resources [2020-08-22T00:31:34.166Z] [INFO] [2020-08-22T00:31:34.166Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.help --- [2020-08-22T00:31:34.166Z] [INFO] [2020-08-22T00:31:34.166Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.help --- [2020-08-22T00:31:34.166Z] [INFO] [2020-08-22T00:31:34.166Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.help --- [2020-08-22T00:31:34.166Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/plugins/org.eclipse.ease.help/target/org.eclipse.ease.help-0.8.0-SNAPSHOT.jar [2020-08-22T00:31:34.166Z] [INFO] [2020-08-22T00:31:34.166Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.help --- [2020-08-22T00:31:34.166Z] [INFO] [2020-08-22T00:31:34.167Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.help --- [2020-08-22T00:31:34.167Z] [INFO] [2020-08-22T00:31:34.167Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.help --- [2020-08-22T00:31:34.167Z] [INFO] [2020-08-22T00:31:34.167Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.help --- [2020-08-22T00:31:34.167Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:34.167Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:34.167Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:34.167Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:34.167Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:34.167Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:34.167Z] [INFO] [2020-08-22T00:31:34.167Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.help --- [2020-08-22T00:31:34.167Z] [INFO] [2020-08-22T00:31:34.167Z] [INFO] -------------< org.eclipse.ease:org.eclipse.ease.feature >-------------- [2020-08-22T00:31:34.167Z] [INFO] Building org.eclipse.ease.feature 0.8.0-SNAPSHOT [24/48] [2020-08-22T00:31:34.167Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-08-22T00:31:34.167Z] [INFO] [2020-08-22T00:31:34.167Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.feature --- [2020-08-22T00:31:34.167Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/features/org.eclipse.ease.feature/target [2020-08-22T00:31:34.167Z] [INFO] [2020-08-22T00:31:34.167Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.feature --- [2020-08-22T00:31:34.167Z] [INFO] The project's OSGi version is 0.8.0.I202008181537 [2020-08-22T00:31:34.167Z] [INFO] [2020-08-22T00:31:34.167Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.feature --- [2020-08-22T00:31:34.167Z] [INFO] [2020-08-22T00:31:34.167Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.feature --- [2020-08-22T00:31:34.167Z] [INFO] [2020-08-22T00:31:34.167Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.feature >>> [2020-08-22T00:31:34.167Z] [INFO] [2020-08-22T00:31:34.167Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.feature --- [2020-08-22T00:31:34.167Z] [INFO] The project's OSGi version is 0.8.0.I202008181537 [2020-08-22T00:31:34.167Z] [INFO] [2020-08-22T00:31:34.167Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.feature --- [2020-08-22T00:31:34.167Z] [INFO] [2020-08-22T00:31:34.167Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.feature --- [2020-08-22T00:31:34.167Z] [INFO] [2020-08-22T00:31:34.167Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.feature <<< [2020-08-22T00:31:34.167Z] [INFO] [2020-08-22T00:31:34.167Z] [INFO] [2020-08-22T00:31:34.167Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.feature --- [2020-08-22T00:31:34.167Z] [INFO] [2020-08-22T00:31:34.167Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.feature --- [2020-08-22T00:31:34.167Z] [INFO] [2020-08-22T00:31:34.167Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.feature --- [2020-08-22T00:31:34.167Z] [INFO] [2020-08-22T00:31:34.167Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.feature --- [2020-08-22T00:31:34.167Z] [INFO] [2020-08-22T00:31:34.167Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.ease.feature --- [2020-08-22T00:31:34.167Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/features/org.eclipse.ease.feature/target/org.eclipse.ease.feature-0.8.0-SNAPSHOT.jar [2020-08-22T00:31:34.167Z] [INFO] [2020-08-22T00:31:34.167Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.feature --- [2020-08-22T00:31:34.167Z] [INFO] [2020-08-22T00:31:34.167Z] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.feature --- [2020-08-22T00:31:34.168Z] [INFO] [2020-08-22T00:31:34.168Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.feature --- [2020-08-22T00:31:34.423Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/features/org.eclipse.ease.feature/target/org.eclipse.ease.feature-0.8.0-SNAPSHOT-sources-feature.jar [2020-08-22T00:31:34.423Z] [INFO] [2020-08-22T00:31:34.423Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.feature --- [2020-08-22T00:31:34.423Z] [INFO] [2020-08-22T00:31:34.423Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.feature --- [2020-08-22T00:31:34.423Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:34.423Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:34.423Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:34.423Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:34.423Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:34.423Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:34.423Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:34.423Z] [INFO] [2020-08-22T00:31:34.424Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.feature --- [2020-08-22T00:31:34.424Z] [INFO] [2020-08-22T00:31:34.424Z] [INFO] ------------< org.eclipse.ease:org.eclipse.ease.ui.feature >------------ [2020-08-22T00:31:34.424Z] [INFO] Building org.eclipse.ease.ui.feature 0.8.0-SNAPSHOT [25/48] [2020-08-22T00:31:34.424Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-08-22T00:31:34.424Z] [INFO] [2020-08-22T00:31:34.424Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.ui.feature --- [2020-08-22T00:31:34.424Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/features/org.eclipse.ease.ui.feature/target [2020-08-22T00:31:34.424Z] [INFO] [2020-08-22T00:31:34.424Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.ui.feature --- [2020-08-22T00:31:34.424Z] [INFO] The project's OSGi version is 0.8.0.I202008220028 [2020-08-22T00:31:34.424Z] [INFO] [2020-08-22T00:31:34.424Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.feature --- [2020-08-22T00:31:34.424Z] [INFO] [2020-08-22T00:31:34.424Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.feature --- [2020-08-22T00:31:34.424Z] [INFO] [2020-08-22T00:31:34.424Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.ui.feature >>> [2020-08-22T00:31:34.424Z] [INFO] [2020-08-22T00:31:34.424Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.ui.feature --- [2020-08-22T00:31:34.424Z] [INFO] The project's OSGi version is 0.8.0.I202008220028 [2020-08-22T00:31:34.424Z] [INFO] [2020-08-22T00:31:34.424Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.feature --- [2020-08-22T00:31:34.424Z] [INFO] [2020-08-22T00:31:34.424Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.feature --- [2020-08-22T00:31:34.424Z] [INFO] [2020-08-22T00:31:34.424Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.ui.feature <<< [2020-08-22T00:31:34.424Z] [INFO] [2020-08-22T00:31:34.424Z] [INFO] [2020-08-22T00:31:34.424Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.ui.feature --- [2020-08-22T00:31:34.424Z] [INFO] [2020-08-22T00:31:34.424Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.ui.feature --- [2020-08-22T00:31:34.424Z] [INFO] [2020-08-22T00:31:34.424Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.ui.feature --- [2020-08-22T00:31:34.424Z] [INFO] [2020-08-22T00:31:34.424Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.ui.feature --- [2020-08-22T00:31:34.424Z] [INFO] [2020-08-22T00:31:34.424Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.ease.ui.feature --- [2020-08-22T00:31:34.424Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/features/org.eclipse.ease.ui.feature/target/org.eclipse.ease.ui.feature-0.8.0-SNAPSHOT.jar [2020-08-22T00:31:34.424Z] [INFO] [2020-08-22T00:31:34.424Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.ui.feature --- [2020-08-22T00:31:34.424Z] [INFO] [2020-08-22T00:31:34.424Z] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.ui.feature --- [2020-08-22T00:31:34.424Z] [INFO] [2020-08-22T00:31:34.424Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.ui.feature --- [2020-08-22T00:31:34.424Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/features/org.eclipse.ease.ui.feature/target/org.eclipse.ease.ui.feature-0.8.0-SNAPSHOT-sources-feature.jar [2020-08-22T00:31:34.424Z] [INFO] [2020-08-22T00:31:34.424Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.ui.feature --- [2020-08-22T00:31:34.424Z] [INFO] [2020-08-22T00:31:34.424Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.ui.feature --- [2020-08-22T00:31:34.424Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:34.424Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:34.424Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:34.424Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:34.425Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:34.425Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:34.425Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:34.425Z] [INFO] [2020-08-22T00:31:34.425Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.ui.feature --- [2020-08-22T00:31:34.682Z] [INFO] [2020-08-22T00:31:34.682Z] [INFO] -----< org.eclipse.ease:org.eclipse.ease.lang.javascript.feature >------ [2020-08-22T00:31:34.682Z] [INFO] Building org.eclipse.ease.lang.javascript.feature 0.8.0-SNAPSHOT [26/48] [2020-08-22T00:31:34.682Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-08-22T00:31:34.682Z] [INFO] [2020-08-22T00:31:34.682Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.javascript.feature --- [2020-08-22T00:31:34.682Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/features/org.eclipse.ease.lang.javascript.feature/target [2020-08-22T00:31:34.682Z] [INFO] [2020-08-22T00:31:34.682Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.javascript.feature --- [2020-08-22T00:31:34.682Z] [INFO] The project's OSGi version is 0.8.0.I202008070902 [2020-08-22T00:31:34.682Z] [INFO] [2020-08-22T00:31:34.682Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.feature --- [2020-08-22T00:31:34.682Z] [INFO] [2020-08-22T00:31:34.682Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.feature --- [2020-08-22T00:31:34.682Z] [INFO] [2020-08-22T00:31:34.682Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.javascript.feature >>> [2020-08-22T00:31:34.682Z] [INFO] [2020-08-22T00:31:34.682Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.javascript.feature --- [2020-08-22T00:31:34.682Z] [INFO] The project's OSGi version is 0.8.0.I202008070902 [2020-08-22T00:31:34.682Z] [INFO] [2020-08-22T00:31:34.682Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.feature --- [2020-08-22T00:31:34.682Z] [INFO] [2020-08-22T00:31:34.682Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.feature --- [2020-08-22T00:31:34.682Z] [INFO] [2020-08-22T00:31:34.682Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.javascript.feature <<< [2020-08-22T00:31:34.682Z] [INFO] [2020-08-22T00:31:34.682Z] [INFO] [2020-08-22T00:31:34.682Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.javascript.feature --- [2020-08-22T00:31:34.682Z] [INFO] [2020-08-22T00:31:34.682Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.javascript.feature --- [2020-08-22T00:31:34.682Z] [INFO] [2020-08-22T00:31:34.682Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript.feature --- [2020-08-22T00:31:34.682Z] [INFO] [2020-08-22T00:31:34.682Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.feature --- [2020-08-22T00:31:34.682Z] [INFO] [2020-08-22T00:31:34.682Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.ease.lang.javascript.feature --- [2020-08-22T00:31:34.682Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/features/org.eclipse.ease.lang.javascript.feature/target/org.eclipse.ease.lang.javascript.feature-0.8.0-SNAPSHOT.jar [2020-08-22T00:31:34.682Z] [INFO] [2020-08-22T00:31:34.682Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.feature --- [2020-08-22T00:31:34.682Z] [INFO] [2020-08-22T00:31:34.682Z] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.lang.javascript.feature --- [2020-08-22T00:31:34.682Z] [INFO] [2020-08-22T00:31:34.682Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.javascript.feature --- [2020-08-22T00:31:34.682Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/features/org.eclipse.ease.lang.javascript.feature/target/org.eclipse.ease.lang.javascript.feature-0.8.0-SNAPSHOT-sources-feature.jar [2020-08-22T00:31:34.682Z] [INFO] [2020-08-22T00:31:34.682Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript.feature --- [2020-08-22T00:31:34.682Z] [INFO] [2020-08-22T00:31:34.683Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.javascript.feature --- [2020-08-22T00:31:34.683Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:34.683Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:34.683Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:34.683Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:34.683Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:34.683Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:34.683Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:34.683Z] [INFO] [2020-08-22T00:31:34.683Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.javascript.feature --- [2020-08-22T00:31:34.683Z] [INFO] [2020-08-22T00:31:34.683Z] [INFO] -------< org.eclipse.ease:org.eclipse.ease.lang.python.feature >-------- [2020-08-22T00:31:34.683Z] [INFO] Building org.eclipse.ease.lang.python.feature 0.8.0-SNAPSHOT [27/48] [2020-08-22T00:31:34.683Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-08-22T00:31:34.683Z] [INFO] [2020-08-22T00:31:34.683Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.python.feature --- [2020-08-22T00:31:34.683Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/features/org.eclipse.ease.lang.python.feature/target [2020-08-22T00:31:34.683Z] [INFO] [2020-08-22T00:31:34.683Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.python.feature --- [2020-08-22T00:31:34.683Z] [INFO] The project's OSGi version is 0.8.0.I202006231119 [2020-08-22T00:31:34.683Z] [INFO] [2020-08-22T00:31:34.683Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.feature --- [2020-08-22T00:31:34.683Z] [INFO] [2020-08-22T00:31:34.683Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.feature --- [2020-08-22T00:31:34.683Z] [INFO] [2020-08-22T00:31:34.683Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.python.feature >>> [2020-08-22T00:31:34.683Z] [INFO] [2020-08-22T00:31:34.683Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.python.feature --- [2020-08-22T00:31:34.683Z] [INFO] The project's OSGi version is 0.8.0.I202006231119 [2020-08-22T00:31:34.683Z] [INFO] [2020-08-22T00:31:34.683Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.feature --- [2020-08-22T00:31:34.683Z] [INFO] [2020-08-22T00:31:34.683Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.feature --- [2020-08-22T00:31:34.683Z] [INFO] [2020-08-22T00:31:34.683Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.python.feature <<< [2020-08-22T00:31:34.683Z] [INFO] [2020-08-22T00:31:34.683Z] [INFO] [2020-08-22T00:31:34.683Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.python.feature --- [2020-08-22T00:31:34.683Z] [INFO] [2020-08-22T00:31:34.683Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.python.feature --- [2020-08-22T00:31:34.683Z] [INFO] [2020-08-22T00:31:34.683Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.python.feature --- [2020-08-22T00:31:34.683Z] [INFO] [2020-08-22T00:31:34.683Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python.feature --- [2020-08-22T00:31:34.683Z] [INFO] [2020-08-22T00:31:34.683Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.ease.lang.python.feature --- [2020-08-22T00:31:34.684Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/features/org.eclipse.ease.lang.python.feature/target/org.eclipse.ease.lang.python.feature-0.8.0-SNAPSHOT.jar [2020-08-22T00:31:34.684Z] [INFO] [2020-08-22T00:31:34.684Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python.feature --- [2020-08-22T00:31:34.684Z] [INFO] [2020-08-22T00:31:34.684Z] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.lang.python.feature --- [2020-08-22T00:31:34.684Z] [INFO] [2020-08-22T00:31:34.684Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.python.feature --- [2020-08-22T00:31:34.684Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/features/org.eclipse.ease.lang.python.feature/target/org.eclipse.ease.lang.python.feature-0.8.0-SNAPSHOT-sources-feature.jar [2020-08-22T00:31:34.684Z] [INFO] [2020-08-22T00:31:34.684Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python.feature --- [2020-08-22T00:31:34.684Z] [INFO] [2020-08-22T00:31:34.684Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.python.feature --- [2020-08-22T00:31:34.684Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:34.684Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:34.684Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:34.684Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:34.684Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:34.684Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:34.684Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:34.684Z] [INFO] [2020-08-22T00:31:34.684Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.python.feature --- [2020-08-22T00:31:34.684Z] [INFO] [2020-08-22T00:31:34.684Z] [INFO] ------< org.eclipse.ease:org.eclipse.ease.python.jython.feature >------- [2020-08-22T00:31:34.684Z] [INFO] Building org.eclipse.ease.python.jython.feature 0.8.0-SNAPSHOT [28/48] [2020-08-22T00:31:34.684Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-08-22T00:31:34.684Z] [INFO] [2020-08-22T00:31:34.684Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.python.jython.feature --- [2020-08-22T00:31:34.684Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/features/org.eclipse.ease.lang.python.jython.feature/target [2020-08-22T00:31:34.684Z] [INFO] [2020-08-22T00:31:34.684Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.python.jython.feature --- [2020-08-22T00:31:34.684Z] [INFO] The project's OSGi version is 0.8.0.I202008070902 [2020-08-22T00:31:34.684Z] [INFO] [2020-08-22T00:31:34.684Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.python.jython.feature --- [2020-08-22T00:31:34.684Z] [INFO] [2020-08-22T00:31:34.684Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.python.jython.feature --- [2020-08-22T00:31:34.684Z] [INFO] [2020-08-22T00:31:34.684Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.python.jython.feature >>> [2020-08-22T00:31:34.684Z] [INFO] [2020-08-22T00:31:34.684Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.python.jython.feature --- [2020-08-22T00:31:34.684Z] [INFO] The project's OSGi version is 0.8.0.I202008070902 [2020-08-22T00:31:34.684Z] [INFO] [2020-08-22T00:31:34.684Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.python.jython.feature --- [2020-08-22T00:31:34.684Z] [INFO] [2020-08-22T00:31:34.684Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.python.jython.feature --- [2020-08-22T00:31:34.684Z] [INFO] [2020-08-22T00:31:34.684Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.python.jython.feature <<< [2020-08-22T00:31:34.684Z] [INFO] [2020-08-22T00:31:34.684Z] [INFO] [2020-08-22T00:31:34.685Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.python.jython.feature --- [2020-08-22T00:31:34.685Z] [INFO] [2020-08-22T00:31:34.685Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.python.jython.feature --- [2020-08-22T00:31:34.685Z] [INFO] [2020-08-22T00:31:34.685Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.python.jython.feature --- [2020-08-22T00:31:34.685Z] [INFO] [2020-08-22T00:31:34.685Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.python.jython.feature --- [2020-08-22T00:31:34.685Z] [INFO] [2020-08-22T00:31:34.685Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.ease.python.jython.feature --- [2020-08-22T00:31:34.685Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/features/org.eclipse.ease.lang.python.jython.feature/target/org.eclipse.ease.python.jython.feature-0.8.0-SNAPSHOT.jar [2020-08-22T00:31:34.941Z] [INFO] [2020-08-22T00:31:34.941Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.python.jython.feature --- [2020-08-22T00:31:34.941Z] [INFO] [2020-08-22T00:31:34.941Z] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.python.jython.feature --- [2020-08-22T00:31:34.941Z] [INFO] [2020-08-22T00:31:34.941Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.python.jython.feature --- [2020-08-22T00:31:34.941Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:34.941Z] [INFO] [2020-08-22T00:31:34.941Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.python.jython.feature --- [2020-08-22T00:31:34.941Z] [INFO] [2020-08-22T00:31:34.941Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.python.jython.feature --- [2020-08-22T00:31:34.941Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:34.941Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:34.941Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:34.941Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:34.941Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:34.941Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:34.941Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:34.941Z] [INFO] [2020-08-22T00:31:34.941Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.python.jython.feature --- [2020-08-22T00:31:34.941Z] [INFO] [2020-08-22T00:31:34.941Z] [INFO] -----< org.eclipse.ease:org.eclipse.ease.lang.python.py4j.feature >----- [2020-08-22T00:31:34.941Z] [INFO] Building org.eclipse.ease.lang.python.py4j.feature 0.8.0-SNAPSHOT [29/48] [2020-08-22T00:31:34.941Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-08-22T00:31:34.941Z] [INFO] [2020-08-22T00:31:34.941Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-08-22T00:31:34.941Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/features/org.eclipse.ease.lang.python.py4j.feature/target [2020-08-22T00:31:34.941Z] [INFO] [2020-08-22T00:31:34.941Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-08-22T00:31:34.941Z] [INFO] The project's OSGi version is 0.8.0.I202008070902 [2020-08-22T00:31:34.941Z] [INFO] [2020-08-22T00:31:34.941Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-08-22T00:31:34.942Z] [INFO] [2020-08-22T00:31:34.942Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-08-22T00:31:34.942Z] [INFO] [2020-08-22T00:31:34.942Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.python.py4j.feature >>> [2020-08-22T00:31:34.942Z] [INFO] [2020-08-22T00:31:34.942Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-08-22T00:31:34.942Z] [INFO] The project's OSGi version is 0.8.0.I202008070902 [2020-08-22T00:31:34.942Z] [INFO] [2020-08-22T00:31:34.942Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-08-22T00:31:34.942Z] [INFO] [2020-08-22T00:31:34.942Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-08-22T00:31:34.942Z] [INFO] [2020-08-22T00:31:34.942Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.python.py4j.feature <<< [2020-08-22T00:31:34.942Z] [INFO] [2020-08-22T00:31:34.942Z] [INFO] [2020-08-22T00:31:34.942Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-08-22T00:31:34.942Z] [INFO] [2020-08-22T00:31:34.942Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-08-22T00:31:34.942Z] [INFO] [2020-08-22T00:31:34.942Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-08-22T00:31:34.942Z] [INFO] [2020-08-22T00:31:34.942Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-08-22T00:31:34.942Z] [INFO] [2020-08-22T00:31:34.942Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-08-22T00:31:34.942Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/features/org.eclipse.ease.lang.python.py4j.feature/target/org.eclipse.ease.lang.python.py4j.feature-0.8.0-SNAPSHOT.jar [2020-08-22T00:31:34.942Z] [INFO] [2020-08-22T00:31:34.942Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-08-22T00:31:34.942Z] [INFO] [2020-08-22T00:31:34.942Z] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-08-22T00:31:34.942Z] [INFO] [2020-08-22T00:31:34.942Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-08-22T00:31:34.942Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:34.942Z] [INFO] [2020-08-22T00:31:34.942Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-08-22T00:31:34.942Z] [INFO] [2020-08-22T00:31:34.942Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-08-22T00:31:34.942Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:34.942Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:34.942Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:34.942Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:34.942Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:34.942Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:34.942Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:34.942Z] [INFO] [2020-08-22T00:31:34.942Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-08-22T00:31:34.942Z] [INFO] [2020-08-22T00:31:34.942Z] [INFO] ---------< org.eclipse.ease:org.eclipse.ease.lang.jvm.feature >--------- [2020-08-22T00:31:34.942Z] [INFO] Building org.eclipse.ease.lang.jvm.feature 0.8.0-SNAPSHOT [30/48] [2020-08-22T00:31:34.942Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-08-22T00:31:34.943Z] [INFO] [2020-08-22T00:31:34.943Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.jvm.feature --- [2020-08-22T00:31:34.943Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/features/org.eclipse.ease.lang.jvm.feature/target [2020-08-22T00:31:34.943Z] [INFO] [2020-08-22T00:31:34.943Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.jvm.feature --- [2020-08-22T00:31:34.943Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-22T00:31:34.943Z] [INFO] [2020-08-22T00:31:34.943Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.jvm.feature --- [2020-08-22T00:31:34.943Z] [INFO] [2020-08-22T00:31:34.943Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.jvm.feature --- [2020-08-22T00:31:34.943Z] [INFO] [2020-08-22T00:31:34.943Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.jvm.feature >>> [2020-08-22T00:31:34.943Z] [INFO] [2020-08-22T00:31:34.943Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.jvm.feature --- [2020-08-22T00:31:34.943Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-22T00:31:34.943Z] [INFO] [2020-08-22T00:31:34.943Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.jvm.feature --- [2020-08-22T00:31:34.943Z] [INFO] [2020-08-22T00:31:34.943Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.jvm.feature --- [2020-08-22T00:31:34.943Z] [INFO] [2020-08-22T00:31:34.943Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.jvm.feature <<< [2020-08-22T00:31:34.943Z] [INFO] [2020-08-22T00:31:34.943Z] [INFO] [2020-08-22T00:31:34.943Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.jvm.feature --- [2020-08-22T00:31:34.943Z] [INFO] [2020-08-22T00:31:34.943Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.jvm.feature --- [2020-08-22T00:31:34.943Z] [INFO] [2020-08-22T00:31:34.943Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.jvm.feature --- [2020-08-22T00:31:34.943Z] [INFO] [2020-08-22T00:31:34.943Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.jvm.feature --- [2020-08-22T00:31:34.943Z] [INFO] [2020-08-22T00:31:34.943Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.ease.lang.jvm.feature --- [2020-08-22T00:31:34.943Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/features/org.eclipse.ease.lang.jvm.feature/target/org.eclipse.ease.lang.jvm.feature-0.8.0-SNAPSHOT.jar [2020-08-22T00:31:34.943Z] [INFO] [2020-08-22T00:31:34.943Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.jvm.feature --- [2020-08-22T00:31:34.943Z] [INFO] [2020-08-22T00:31:34.943Z] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.lang.jvm.feature --- [2020-08-22T00:31:34.943Z] [INFO] [2020-08-22T00:31:34.943Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.jvm.feature --- [2020-08-22T00:31:34.943Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/features/org.eclipse.ease.lang.jvm.feature/target/org.eclipse.ease.lang.jvm.feature-0.8.0-SNAPSHOT-sources-feature.jar [2020-08-22T00:31:34.943Z] [INFO] [2020-08-22T00:31:34.943Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.jvm.feature --- [2020-08-22T00:31:34.943Z] [INFO] [2020-08-22T00:31:34.943Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.jvm.feature --- [2020-08-22T00:31:34.943Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:34.943Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:34.943Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:34.943Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:34.943Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:34.943Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:34.944Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:34.944Z] [INFO] [2020-08-22T00:31:34.944Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.jvm.feature --- [2020-08-22T00:31:34.944Z] [INFO] [2020-08-22T00:31:34.944Z] [INFO] -------< org.eclipse.ease:org.eclipse.ease.lang.groovy.feature >-------- [2020-08-22T00:31:34.944Z] [INFO] Building org.eclipse.ease.lang.groovy.feature 0.8.0-SNAPSHOT [31/48] [2020-08-22T00:31:34.944Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-08-22T00:31:34.944Z] [INFO] [2020-08-22T00:31:34.944Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.groovy.feature --- [2020-08-22T00:31:34.944Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/features/org.eclipse.ease.lang.groovy.feature/target [2020-08-22T00:31:34.944Z] [INFO] [2020-08-22T00:31:34.944Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.groovy.feature --- [2020-08-22T00:31:34.944Z] [INFO] The project's OSGi version is 0.8.0.I202002270716 [2020-08-22T00:31:34.944Z] [INFO] [2020-08-22T00:31:34.944Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.groovy.feature --- [2020-08-22T00:31:34.944Z] [INFO] [2020-08-22T00:31:34.944Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.groovy.feature --- [2020-08-22T00:31:34.944Z] [INFO] [2020-08-22T00:31:34.944Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.groovy.feature >>> [2020-08-22T00:31:34.944Z] [INFO] [2020-08-22T00:31:34.944Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.groovy.feature --- [2020-08-22T00:31:34.944Z] [INFO] The project's OSGi version is 0.8.0.I202002270716 [2020-08-22T00:31:34.944Z] [INFO] [2020-08-22T00:31:34.944Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.groovy.feature --- [2020-08-22T00:31:34.944Z] [INFO] [2020-08-22T00:31:34.944Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.groovy.feature --- [2020-08-22T00:31:34.944Z] [INFO] [2020-08-22T00:31:34.944Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.groovy.feature <<< [2020-08-22T00:31:34.944Z] [INFO] [2020-08-22T00:31:34.944Z] [INFO] [2020-08-22T00:31:34.944Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.groovy.feature --- [2020-08-22T00:31:34.944Z] [INFO] [2020-08-22T00:31:34.944Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.groovy.feature --- [2020-08-22T00:31:34.944Z] [INFO] [2020-08-22T00:31:34.944Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.groovy.feature --- [2020-08-22T00:31:34.944Z] [INFO] [2020-08-22T00:31:34.944Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.groovy.feature --- [2020-08-22T00:31:34.944Z] [INFO] [2020-08-22T00:31:34.944Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.ease.lang.groovy.feature --- [2020-08-22T00:31:34.944Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/features/org.eclipse.ease.lang.groovy.feature/target/org.eclipse.ease.lang.groovy.feature-0.8.0-SNAPSHOT.jar [2020-08-22T00:31:34.944Z] [INFO] [2020-08-22T00:31:34.944Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.groovy.feature --- [2020-08-22T00:31:34.944Z] [INFO] [2020-08-22T00:31:34.944Z] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.lang.groovy.feature --- [2020-08-22T00:31:34.944Z] [INFO] [2020-08-22T00:31:34.944Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.groovy.feature --- [2020-08-22T00:31:34.944Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/features/org.eclipse.ease.lang.groovy.feature/target/org.eclipse.ease.lang.groovy.feature-0.8.0-SNAPSHOT-sources-feature.jar [2020-08-22T00:31:35.202Z] [INFO] [2020-08-22T00:31:35.202Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.groovy.feature --- [2020-08-22T00:31:35.202Z] [INFO] [2020-08-22T00:31:35.202Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.groovy.feature --- [2020-08-22T00:31:35.202Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:35.202Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:35.202Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:35.202Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:35.202Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:35.202Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:35.202Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:35.202Z] [INFO] [2020-08-22T00:31:35.202Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.groovy.feature --- [2020-08-22T00:31:35.202Z] [INFO] [2020-08-22T00:31:35.202Z] [INFO] --------< org.eclipse.ease:org.eclipse.ease.lang.ruby.feature >--------- [2020-08-22T00:31:35.202Z] [INFO] Building org.eclipse.ease.lang.ruby.feature 0.8.0-SNAPSHOT [32/48] [2020-08-22T00:31:35.202Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-08-22T00:31:35.202Z] [INFO] [2020-08-22T00:31:35.202Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.ruby.feature --- [2020-08-22T00:31:35.202Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/features/org.eclipse.ease.lang.ruby.feature/target [2020-08-22T00:31:35.202Z] [INFO] [2020-08-22T00:31:35.202Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.ruby.feature --- [2020-08-22T00:31:35.202Z] [INFO] The project's OSGi version is 0.8.0.I201910171302 [2020-08-22T00:31:35.202Z] [INFO] [2020-08-22T00:31:35.202Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.ruby.feature --- [2020-08-22T00:31:35.202Z] [INFO] [2020-08-22T00:31:35.202Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.ruby.feature --- [2020-08-22T00:31:35.202Z] [INFO] [2020-08-22T00:31:35.202Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.ruby.feature >>> [2020-08-22T00:31:35.202Z] [INFO] [2020-08-22T00:31:35.202Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.ruby.feature --- [2020-08-22T00:31:35.202Z] [INFO] The project's OSGi version is 0.8.0.I201910171302 [2020-08-22T00:31:35.202Z] [INFO] [2020-08-22T00:31:35.202Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.ruby.feature --- [2020-08-22T00:31:35.202Z] [INFO] [2020-08-22T00:31:35.202Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.ruby.feature --- [2020-08-22T00:31:35.202Z] [INFO] [2020-08-22T00:31:35.202Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.ruby.feature <<< [2020-08-22T00:31:35.202Z] [INFO] [2020-08-22T00:31:35.202Z] [INFO] [2020-08-22T00:31:35.202Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.ruby.feature --- [2020-08-22T00:31:35.202Z] [INFO] [2020-08-22T00:31:35.203Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.ruby.feature --- [2020-08-22T00:31:35.203Z] [INFO] [2020-08-22T00:31:35.203Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.ruby.feature --- [2020-08-22T00:31:35.203Z] [INFO] [2020-08-22T00:31:35.203Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.ruby.feature --- [2020-08-22T00:31:35.203Z] [INFO] [2020-08-22T00:31:35.203Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.ease.lang.ruby.feature --- [2020-08-22T00:31:35.203Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/features/org.eclipse.ease.lang.ruby.feature/target/org.eclipse.ease.lang.ruby.feature-0.8.0-SNAPSHOT.jar [2020-08-22T00:31:35.203Z] [INFO] [2020-08-22T00:31:35.203Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.ruby.feature --- [2020-08-22T00:31:35.203Z] [INFO] [2020-08-22T00:31:35.203Z] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.lang.ruby.feature --- [2020-08-22T00:31:35.203Z] [INFO] [2020-08-22T00:31:35.203Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.ruby.feature --- [2020-08-22T00:31:35.203Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/features/org.eclipse.ease.lang.ruby.feature/target/org.eclipse.ease.lang.ruby.feature-0.8.0-SNAPSHOT-sources-feature.jar [2020-08-22T00:31:35.203Z] [INFO] [2020-08-22T00:31:35.203Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.ruby.feature --- [2020-08-22T00:31:35.203Z] [INFO] [2020-08-22T00:31:35.203Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.ruby.feature --- [2020-08-22T00:31:35.203Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:35.203Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:35.203Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:35.203Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:35.203Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:35.203Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:35.203Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:35.203Z] [INFO] [2020-08-22T00:31:35.203Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.ruby.feature --- [2020-08-22T00:31:35.203Z] [INFO] [2020-08-22T00:31:35.203Z] [INFO] ----< org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.feature >---- [2020-08-22T00:31:35.203Z] [INFO] Building org.eclipse.ease.lang.scriptarchive.feature 0.8.0-SNAPSHOT [33/48] [2020-08-22T00:31:35.203Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-08-22T00:31:35.203Z] [INFO] [2020-08-22T00:31:35.203Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-08-22T00:31:35.203Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/features/org.eclipse.ease.lang.scriptarchive.feature/target [2020-08-22T00:31:35.203Z] [INFO] [2020-08-22T00:31:35.203Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-08-22T00:31:35.203Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-22T00:31:35.203Z] [INFO] [2020-08-22T00:31:35.203Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-08-22T00:31:35.203Z] [INFO] [2020-08-22T00:31:35.203Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-08-22T00:31:35.203Z] [INFO] [2020-08-22T00:31:35.203Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.scriptarchive.feature >>> [2020-08-22T00:31:35.203Z] [INFO] [2020-08-22T00:31:35.203Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-08-22T00:31:35.203Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-22T00:31:35.203Z] [INFO] [2020-08-22T00:31:35.204Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-08-22T00:31:35.204Z] [INFO] [2020-08-22T00:31:35.204Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-08-22T00:31:35.204Z] [INFO] [2020-08-22T00:31:35.204Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.scriptarchive.feature <<< [2020-08-22T00:31:35.204Z] [INFO] [2020-08-22T00:31:35.204Z] [INFO] [2020-08-22T00:31:35.204Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-08-22T00:31:35.204Z] [INFO] [2020-08-22T00:31:35.204Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-08-22T00:31:35.204Z] [INFO] [2020-08-22T00:31:35.204Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-08-22T00:31:35.204Z] [INFO] [2020-08-22T00:31:35.204Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-08-22T00:31:35.204Z] [INFO] [2020-08-22T00:31:35.204Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-08-22T00:31:35.204Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/features/org.eclipse.ease.lang.scriptarchive.feature/target/org.eclipse.ease.lang.scriptarchive.feature-0.8.0-SNAPSHOT.jar [2020-08-22T00:31:35.204Z] [INFO] [2020-08-22T00:31:35.204Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-08-22T00:31:35.204Z] [INFO] [2020-08-22T00:31:35.204Z] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-08-22T00:31:35.204Z] [INFO] [2020-08-22T00:31:35.204Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-08-22T00:31:35.204Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/features/org.eclipse.ease.lang.scriptarchive.feature/target/org.eclipse.ease.lang.scriptarchive.feature-0.8.0-SNAPSHOT-sources-feature.jar [2020-08-22T00:31:35.204Z] [INFO] [2020-08-22T00:31:35.204Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-08-22T00:31:35.204Z] [INFO] [2020-08-22T00:31:35.204Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-08-22T00:31:35.204Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:35.204Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:35.204Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:35.204Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:35.204Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:35.204Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:35.204Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:35.204Z] [INFO] [2020-08-22T00:31:35.204Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-08-22T00:31:35.204Z] [INFO] [2020-08-22T00:31:35.204Z] [INFO] ------< org.eclipse.ease:org.eclipse.ease.lang.unittest.feature >------- [2020-08-22T00:31:35.204Z] [INFO] Building org.eclipse.ease.lang.unittest.feature 0.8.0-SNAPSHOT [34/48] [2020-08-22T00:31:35.204Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-08-22T00:31:35.204Z] [INFO] [2020-08-22T00:31:35.204Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.unittest.feature --- [2020-08-22T00:31:35.204Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/features/org.eclipse.ease.lang.unittest.feature/target [2020-08-22T00:31:35.204Z] [INFO] [2020-08-22T00:31:35.205Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.unittest.feature --- [2020-08-22T00:31:35.205Z] [INFO] The project's OSGi version is 0.8.0.I202006021412 [2020-08-22T00:31:35.205Z] [INFO] [2020-08-22T00:31:35.205Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.unittest.feature --- [2020-08-22T00:31:35.205Z] [INFO] [2020-08-22T00:31:35.205Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.unittest.feature --- [2020-08-22T00:31:35.205Z] [INFO] [2020-08-22T00:31:35.205Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.unittest.feature >>> [2020-08-22T00:31:35.205Z] [INFO] [2020-08-22T00:31:35.205Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.unittest.feature --- [2020-08-22T00:31:35.205Z] [INFO] The project's OSGi version is 0.8.0.I202006021412 [2020-08-22T00:31:35.205Z] [INFO] [2020-08-22T00:31:35.205Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.unittest.feature --- [2020-08-22T00:31:35.205Z] [INFO] [2020-08-22T00:31:35.205Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.unittest.feature --- [2020-08-22T00:31:35.205Z] [INFO] [2020-08-22T00:31:35.205Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.unittest.feature <<< [2020-08-22T00:31:35.205Z] [INFO] [2020-08-22T00:31:35.205Z] [INFO] [2020-08-22T00:31:35.205Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.unittest.feature --- [2020-08-22T00:31:35.205Z] [INFO] [2020-08-22T00:31:35.205Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.unittest.feature --- [2020-08-22T00:31:35.205Z] [INFO] [2020-08-22T00:31:35.205Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.unittest.feature --- [2020-08-22T00:31:35.205Z] [INFO] [2020-08-22T00:31:35.205Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.unittest.feature --- [2020-08-22T00:31:35.205Z] [INFO] [2020-08-22T00:31:35.205Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.ease.lang.unittest.feature --- [2020-08-22T00:31:35.205Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/features/org.eclipse.ease.lang.unittest.feature/target/org.eclipse.ease.lang.unittest.feature-0.8.0-SNAPSHOT.jar [2020-08-22T00:31:35.205Z] [INFO] [2020-08-22T00:31:35.205Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.unittest.feature --- [2020-08-22T00:31:35.205Z] [INFO] [2020-08-22T00:31:35.205Z] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.lang.unittest.feature --- [2020-08-22T00:31:35.205Z] [INFO] [2020-08-22T00:31:35.205Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.unittest.feature --- [2020-08-22T00:31:35.205Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/features/org.eclipse.ease.lang.unittest.feature/target/org.eclipse.ease.lang.unittest.feature-0.8.0-SNAPSHOT-sources-feature.jar [2020-08-22T00:31:35.481Z] [INFO] [2020-08-22T00:31:35.481Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.unittest.feature --- [2020-08-22T00:31:35.481Z] [INFO] [2020-08-22T00:31:35.481Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.unittest.feature --- [2020-08-22T00:31:35.481Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:35.481Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:35.481Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:35.481Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:35.481Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:35.481Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:35.481Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:35.481Z] [INFO] [2020-08-22T00:31:35.481Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.unittest.feature --- [2020-08-22T00:31:35.481Z] [INFO] [2020-08-22T00:31:35.481Z] [INFO] ----------< org.eclipse.ease:org.eclipse.ease.releng.target >----------- [2020-08-22T00:31:35.481Z] [INFO] Building org.eclipse.ease.releng.target 0.8.0-SNAPSHOT [35/48] [2020-08-22T00:31:35.481Z] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [2020-08-22T00:31:35.481Z] [INFO] [2020-08-22T00:31:35.481Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.releng.target --- [2020-08-22T00:31:35.481Z] [INFO] [2020-08-22T00:31:35.481Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.releng.target >>> [2020-08-22T00:31:35.481Z] [INFO] [2020-08-22T00:31:35.481Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.releng.target <<< [2020-08-22T00:31:35.481Z] [INFO] [2020-08-22T00:31:35.481Z] [INFO] [2020-08-22T00:31:35.481Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.releng.target --- [2020-08-22T00:31:35.481Z] [INFO] [2020-08-22T00:31:35.481Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.releng.target --- [2020-08-22T00:31:35.481Z] [INFO] [2020-08-22T00:31:35.481Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.releng.target --- [2020-08-22T00:31:35.481Z] [INFO] [2020-08-22T00:31:35.481Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-target-definition (default-package-target-definition) @ org.eclipse.ease.releng.target --- [2020-08-22T00:31:35.481Z] [INFO] [2020-08-22T00:31:35.481Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.releng.target --- [2020-08-22T00:31:35.481Z] [INFO] [2020-08-22T00:31:35.481Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.releng.target --- [2020-08-22T00:31:35.481Z] [INFO] [2020-08-22T00:31:35.481Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.releng.target --- [2020-08-22T00:31:35.482Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:35.482Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:35.482Z] [INFO] [2020-08-22T00:31:35.482Z] [INFO] ------------< org.eclipse.ease:org.eclipse.ease.releng.p2 >------------- [2020-08-22T00:31:35.482Z] [INFO] Building org.eclipse.ease.releng.p2 0.8.0-SNAPSHOT [36/48] [2020-08-22T00:31:35.482Z] [INFO] -------------------------[ eclipse-repository ]------------------------- [2020-08-22T00:31:35.482Z] [INFO] [2020-08-22T00:31:35.482Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.releng.p2 --- [2020-08-22T00:31:35.482Z] [INFO] [2020-08-22T00:31:35.482Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.releng.p2 --- [2020-08-22T00:31:35.737Z] [INFO] The project's OSGi version is 0.8.0.I202008220028 [2020-08-22T00:31:35.737Z] [INFO] [2020-08-22T00:31:35.737Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.ease.releng.p2 --- [2020-08-22T00:31:35.737Z] [INFO] [2020-08-22T00:31:35.737Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.releng.p2 >>> [2020-08-22T00:31:35.737Z] [INFO] [2020-08-22T00:31:35.737Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.releng.p2 --- [2020-08-22T00:31:35.737Z] [INFO] The project's OSGi version is 0.8.0.I202008220028 [2020-08-22T00:31:35.737Z] [INFO] [2020-08-22T00:31:35.737Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.ease.releng.p2 --- [2020-08-22T00:31:35.737Z] [INFO] [2020-08-22T00:31:35.737Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.releng.p2 <<< [2020-08-22T00:31:35.738Z] [INFO] [2020-08-22T00:31:35.738Z] [INFO] [2020-08-22T00:31:35.738Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.releng.p2 --- [2020-08-22T00:31:35.738Z] [INFO] [2020-08-22T00:31:35.738Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.releng.p2 --- [2020-08-22T00:31:35.738Z] [INFO] [2020-08-22T00:31:35.738Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.releng.p2 --- [2020-08-22T00:31:35.738Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:31:35.738Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/releng/org.eclipse.ease.releng.p2/src/main/resources [2020-08-22T00:31:35.738Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/releng/org.eclipse.ease.releng.p2/help [2020-08-22T00:31:35.738Z] [INFO] [2020-08-22T00:31:35.738Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.releng.p2 --- [2020-08-22T00:31:35.738Z] [INFO] [2020-08-22T00:31:35.738Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.releng.p2 --- [2020-08-22T00:31:35.993Z] [INFO] [2020-08-22T00:31:35.993Z] [INFO] --- tycho-p2-publisher-plugin:1.3.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.ease.releng.p2 --- [2020-08-22T00:31:35.993Z] [INFO] Published profile IUs: [a.jre.javase 10.0.0, config.a.jre.javase 10.0.0] [2020-08-22T00:31:35.993Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [2020-08-22T00:31:35.993Z] [INFO] [2020-08-22T00:31:35.993Z] [INFO] --- tycho-p2-publisher-plugin:1.3.0:publish-products (default-publish-products) @ org.eclipse.ease.releng.p2 --- [2020-08-22T00:31:35.993Z] [INFO] [2020-08-22T00:31:35.993Z] [INFO] --- tycho-p2-publisher-plugin:1.3.0:publish-categories (default-publish-categories) @ org.eclipse.ease.releng.p2 --- [2020-08-22T00:31:35.993Z] [INFO] [2020-08-22T00:31:35.993Z] [INFO] --- tycho-p2-publisher-plugin:1.3.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.ease.releng.p2 --- [2020-08-22T00:31:35.993Z] [INFO] [2020-08-22T00:31:35.993Z] [INFO] --- tycho-p2-repository-plugin:1.3.0:assemble-repository (default-assemble-repository) @ org.eclipse.ease.releng.p2 --- [2020-08-22T00:31:37.926Z] [INFO] [2020-08-22T00:31:37.926Z] [INFO] --- tycho-p2-repository-plugin:1.3.0:archive-repository (default-archive-repository) @ org.eclipse.ease.releng.p2 --- [2020-08-22T00:31:37.926Z] [INFO] Building zip: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/releng/org.eclipse.ease.releng.p2/target/org.eclipse.ease.releng.p2-0.8.0-SNAPSHOT.zip [2020-08-22T00:31:37.926Z] [INFO] [2020-08-22T00:31:37.926Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.releng.p2 --- [2020-08-22T00:31:37.926Z] [INFO] [2020-08-22T00:31:37.926Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.releng.p2 --- [2020-08-22T00:31:37.926Z] [INFO] [2020-08-22T00:31:37.926Z] [INFO] --- repository-utils:0.23.2:generate-repository-facade (generate-facade) @ org.eclipse.ease.releng.p2 --- [2020-08-22T00:31:37.926Z] [INFO] Building zip: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/releng/org.eclipse.ease.releng.p2/target/org.eclipse.ease.releng.p2-0.8.0-SNAPSHOT.zip [2020-08-22T00:31:38.183Z] [INFO] [2020-08-22T00:31:38.183Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.releng.p2 --- [2020-08-22T00:31:38.184Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:38.184Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:38.184Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:38.184Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:38.184Z] [INFO] [2020-08-22T00:31:38.184Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.releng.p2 --- [2020-08-22T00:31:38.184Z] [INFO] [2020-08-22T00:31:38.184Z] [INFO] ------------< org.eclipse.ease:org.eclipse.ease.testhelper >------------ [2020-08-22T00:31:38.184Z] [INFO] Building org.eclipse.ease.testhelper 0.8.0-SNAPSHOT [37/48] [2020-08-22T00:31:38.184Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-08-22T00:31:38.184Z] [INFO] [2020-08-22T00:31:38.184Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.testhelper --- [2020-08-22T00:31:38.184Z] [INFO] [2020-08-22T00:31:38.184Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.testhelper --- [2020-08-22T00:31:38.184Z] [INFO] The project's OSGi version is 0.8.0.I202003020926 [2020-08-22T00:31:38.184Z] [INFO] [2020-08-22T00:31:38.184Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.testhelper --- [2020-08-22T00:31:38.184Z] [INFO] [2020-08-22T00:31:38.184Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.testhelper --- [2020-08-22T00:31:38.184Z] [INFO] [2020-08-22T00:31:38.184Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.testhelper >>> [2020-08-22T00:31:38.184Z] [INFO] [2020-08-22T00:31:38.184Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.testhelper --- [2020-08-22T00:31:38.184Z] [INFO] The project's OSGi version is 0.8.0.I202003020926 [2020-08-22T00:31:38.184Z] [INFO] [2020-08-22T00:31:38.184Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.testhelper --- [2020-08-22T00:31:38.184Z] [INFO] [2020-08-22T00:31:38.184Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.testhelper --- [2020-08-22T00:31:38.184Z] [INFO] [2020-08-22T00:31:38.184Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.testhelper <<< [2020-08-22T00:31:38.184Z] [INFO] [2020-08-22T00:31:38.184Z] [INFO] [2020-08-22T00:31:38.184Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.testhelper --- [2020-08-22T00:31:38.184Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-08-22T00:31:39.547Z] [INFO] [2020-08-22T00:31:39.547Z] Loading source files for package org.eclipse.ease.testhelper... [2020-08-22T00:31:39.547Z] Loading source files for package org.eclipse.ease.testhelper.python... [2020-08-22T00:31:39.547Z] Constructing Javadoc information... [2020-08-22T00:31:39.547Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.testhelper/target/javadoc-bundle-options/package-list" [2020-08-22T00:31:39.547Z] [WARNING] Javadoc Warnings [2020-08-22T00:31:39.547Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d" [2020-08-22T00:31:39.547Z] [INFO] [2020-08-22T00:31:39.547Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.testhelper --- [2020-08-22T00:31:39.547Z] [INFO] [2020-08-22T00:31:39.547Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.testhelper --- [2020-08-22T00:31:39.547Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:31:39.547Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.testhelper/src/main/resources [2020-08-22T00:31:39.547Z] [INFO] Copying 3 resources to help [2020-08-22T00:31:39.547Z] [INFO] [2020-08-22T00:31:39.547Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.testhelper --- [2020-08-22T00:31:39.547Z] [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.testhelper/target/classes [2020-08-22T00:31:39.547Z] [INFO] [2020-08-22T00:31:39.547Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.testhelper --- [2020-08-22T00:31:39.547Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:31:39.547Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.testhelper/src/test/resources [2020-08-22T00:31:39.547Z] [INFO] [2020-08-22T00:31:39.547Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.testhelper --- [2020-08-22T00:31:39.547Z] [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.testhelper/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [2020-08-22T00:31:39.547Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.testhelper/target/org.eclipse.ease.testhelper-0.8.0-SNAPSHOT-sources.jar [2020-08-22T00:31:39.547Z] [INFO] [2020-08-22T00:31:39.547Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.testhelper --- [2020-08-22T00:31:39.547Z] [INFO] [2020-08-22T00:31:39.547Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.testhelper --- [2020-08-22T00:31:39.547Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.testhelper/target/org.eclipse.ease.testhelper-0.8.0-SNAPSHOT.jar [2020-08-22T00:31:39.547Z] [INFO] [2020-08-22T00:31:39.547Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.testhelper --- [2020-08-22T00:31:39.547Z] [INFO] [2020-08-22T00:31:39.548Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.testhelper --- [2020-08-22T00:31:39.548Z] [INFO] [2020-08-22T00:31:39.548Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.testhelper --- [2020-08-22T00:31:39.548Z] [INFO] [2020-08-22T00:31:39.548Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.testhelper --- [2020-08-22T00:31:39.548Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:39.548Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:39.548Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:39.548Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:39.548Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:39.548Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:39.548Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:39.548Z] [INFO] [2020-08-22T00:31:39.548Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.testhelper --- [2020-08-22T00:31:39.548Z] [INFO] [2020-08-22T00:31:39.548Z] [INFO] ---------------< org.eclipse.ease:org.eclipse.ease.test >--------------- [2020-08-22T00:31:39.548Z] [INFO] Building org.eclipse.ease.test 0.8.0-SNAPSHOT [38/48] [2020-08-22T00:31:39.548Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-08-22T00:31:39.548Z] [INFO] [2020-08-22T00:31:39.548Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.test --- [2020-08-22T00:31:39.548Z] [INFO] [2020-08-22T00:31:39.548Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.test --- [2020-08-22T00:31:39.548Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-22T00:31:39.548Z] [INFO] [2020-08-22T00:31:39.548Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.test --- [2020-08-22T00:31:39.548Z] [INFO] [2020-08-22T00:31:39.548Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.test --- [2020-08-22T00:31:39.548Z] [INFO] [2020-08-22T00:31:39.548Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.test >>> [2020-08-22T00:31:39.548Z] [INFO] [2020-08-22T00:31:39.548Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.test --- [2020-08-22T00:31:39.548Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-22T00:31:39.548Z] [INFO] [2020-08-22T00:31:39.548Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.test --- [2020-08-22T00:31:39.548Z] [INFO] [2020-08-22T00:31:39.548Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.test --- [2020-08-22T00:31:39.548Z] [INFO] [2020-08-22T00:31:39.548Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.test <<< [2020-08-22T00:31:39.548Z] [INFO] [2020-08-22T00:31:39.548Z] [INFO] [2020-08-22T00:31:39.548Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.test --- [2020-08-22T00:31:39.804Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-08-22T00:31:41.181Z] [INFO] [2020-08-22T00:31:41.181Z] Loading source files for package org.eclipse.ease... [2020-08-22T00:31:41.181Z] Loading source files for package org.eclipse.ease.adapters... [2020-08-22T00:31:41.181Z] Loading source files for package org.eclipse.ease.sign... [2020-08-22T00:31:41.181Z] Loading source files for package org.eclipse.ease.tools... [2020-08-22T00:31:41.181Z] Constructing Javadoc information... [2020-08-22T00:31:41.181Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.test/target/javadoc-bundle-options/package-list" [2020-08-22T00:31:41.181Z] No plugin definition found, skipping [2020-08-22T00:31:41.181Z] No plugin definition found, skipping [2020-08-22T00:31:41.181Z] [WARNING] Javadoc Warnings [2020-08-22T00:31:41.181Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d" [2020-08-22T00:31:41.181Z] [INFO] [2020-08-22T00:31:41.181Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.test --- [2020-08-22T00:31:41.181Z] [INFO] [2020-08-22T00:31:41.181Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.test --- [2020-08-22T00:31:41.181Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:31:41.181Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.test/src/main/resources [2020-08-22T00:31:41.181Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.test/help [2020-08-22T00:31:41.181Z] [INFO] [2020-08-22T00:31:41.181Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.test --- [2020-08-22T00:31:41.181Z] [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.test/target/classes [2020-08-22T00:31:41.181Z] [INFO] [2020-08-22T00:31:41.181Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.test --- [2020-08-22T00:31:41.181Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:31:41.181Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.test/src/test/resources [2020-08-22T00:31:41.181Z] [INFO] [2020-08-22T00:31:41.181Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.test --- [2020-08-22T00:31:41.181Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.test/target/org.eclipse.ease.test-0.8.0-SNAPSHOT-sources.jar [2020-08-22T00:31:41.181Z] [INFO] [2020-08-22T00:31:41.181Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.test --- [2020-08-22T00:31:41.181Z] [INFO] [2020-08-22T00:31:41.181Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.test --- [2020-08-22T00:31:41.181Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.test/target/org.eclipse.ease.test-0.8.0-SNAPSHOT.jar [2020-08-22T00:31:41.181Z] [INFO] [2020-08-22T00:31:41.181Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.test --- [2020-08-22T00:31:41.181Z] [INFO] [2020-08-22T00:31:41.181Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.test --- [2020-08-22T00:31:41.181Z] [INFO] [2020-08-22T00:31:41.181Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.test --- [2020-08-22T00:31:41.181Z] [INFO] [2020-08-22T00:31:41.181Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.ease.test --- [2020-08-22T00:31:41.181Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.test/target/work/data/.metadata/.log [2020-08-22T00:31:41.181Z] [INFO] Command line: [2020-08-22T00:31:41.181Z] [/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.2020-03/tests/org.eclipse.ease.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2020-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.2020-03/tests/org.eclipse.ease.test/target/surefire.properties] [2020-08-22T00:31:41.181Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d" [2020-08-22T00:31:42.585Z] Running org.eclipse.ease.tools.StringToolsTest [2020-08-22T00:31:42.585Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.ease.tools.StringToolsTest [2020-08-22T00:31:42.585Z] parseArgumentsNull(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0.001 s [2020-08-22T00:31:42.585Z] parseArgumentsQuotedSingle(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0.001 s [2020-08-22T00:31:42.585Z] parseArgumentsEmpty(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0 s [2020-08-22T00:31:42.585Z] parseArgumentsMixedMultiple(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0 s [2020-08-22T00:31:42.585Z] parseArgumentsMixedMultipleLines(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0 s [2020-08-22T00:31:42.585Z] parseArgumentsNonQuotedMultiple(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0 s [2020-08-22T00:31:42.585Z] parseArgumentsNonQuotedSingle(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0.001 s [2020-08-22T00:31:42.585Z] parseArgumentsQuotedMultiple(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0 s [2020-08-22T00:31:42.585Z] Running org.eclipse.ease.tools.RunnableWithResultTest [2020-08-22T00:31:42.585Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.ease.tools.RunnableWithResultTest [2020-08-22T00:31:42.585Z] testException(org.eclipse.ease.tools.RunnableWithResultTest) Time elapsed: 0 s [2020-08-22T00:31:42.585Z] testResult(org.eclipse.ease.tools.RunnableWithResultTest) Time elapsed: 0 s [2020-08-22T00:31:42.585Z] Running org.eclipse.ease.tools.ResourceToolsTest [2020-08-22T00:31:42.840Z] Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.177 s - in org.eclipse.ease.tools.ResourceToolsTest [2020-08-22T00:31:42.840Z] resolveScriptLocation(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.13 s [2020-08-22T00:31:42.840Z] getWorkspaceInputStream(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-22T00:31:42.840Z] resolvePlatformURI(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-22T00:31:42.840Z] resolveScriptLocationWithSpacesInPath(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.003 s [2020-08-22T00:31:42.840Z] resolveURL(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-22T00:31:42.840Z] invalidIsAbsolute(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-22T00:31:42.840Z] getFilesystemInputStream(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-08-22T00:31:42.840Z] toRelativeLocationInWorkspace(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-22T00:31:42.840Z] checkOperatingSystem(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-22T00:31:42.840Z] inputStreamToString(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-22T00:31:42.840Z] fileSystemToAbsoluteLocationOnLinux(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-22T00:31:42.840Z] exists(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-08-22T00:31:42.840Z] resolveRelativeInWorkspace(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-22T00:31:42.840Z] isFile(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-08-22T00:31:42.840Z] invalidToFile(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-22T00:31:42.840Z] resolveAbsoluteInFileSystem(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-22T00:31:42.840Z] resolveWindowsRoot(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-08-22T00:31:42.840Z] resolveRelativeInFileSystemOnWindows(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-22T00:31:42.840Z] isAbsoluteFileSystemPathOnWindows(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-22T00:31:42.840Z] readerToString(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-22T00:31:42.840Z] workspaceFileToString(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-22T00:31:42.840Z] toFile(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-22T00:31:42.840Z] toProjectRelativeLocation(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-22T00:31:42.840Z] getInvalidInputStream(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.004 s [2020-08-22T00:31:42.840Z] resolveRelativeInFileSystemOnLinux(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-22T00:31:42.840Z] isFolder(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-22T00:31:42.840Z] fileSystemToAbsoluteLocationOnWindows(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-22T00:31:42.840Z] isAbsoluteWorkspacePath(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-22T00:31:42.852Z] isAbsoluteFileSystemPathOnLinux(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-22T00:31:42.852Z] resolveInvalid(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-22T00:31:42.852Z] resolveAbsoluteInFileSystemOnWindows(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-22T00:31:42.852Z] resolveScriptLocationWithSpacesInDomain(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-08-22T00:31:42.852Z] resolveRelativefromWorkspaceToFilesystem(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-22T00:31:42.852Z] resolveRelativeWithoutBaseFile(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-22T00:31:42.852Z] resolveInWorkspace(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-22T00:31:42.852Z] resolveScriptLocationWithSpecialCharactersInPath(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-22T00:31:42.852Z] filesystemFileToString(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-22T00:31:42.852Z] createURI(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-22T00:31:42.852Z] uriToAbsoluteLocation(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-08-22T00:31:42.852Z] createFolder(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-08-22T00:31:42.852Z] workspaceToAbsoluteLocation(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-22T00:31:42.852Z] resolveAbsoluteInFileSystemOnLinux(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-08-22T00:31:42.852Z] invalidToString(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-22T00:31:42.852Z] resolveRelativeURIs(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-22T00:31:42.852Z] resolveRelativeInFileSystem(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-22T00:31:42.852Z] resolveScriptLocationWithSpecialCharactersInDomain(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.019 s [2020-08-22T00:31:42.852Z] isAbsoluteURL(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-22T00:31:42.852Z] Running org.eclipse.ease.AbstractScriptEngineTest [2020-08-22T00:31:47.021Z] testorg.eclipse.ease.ScriptExecutionException: Engine got terminated [2020-08-22T00:31:47.949Z] java.lang.RuntimeException: ERROR [2020-08-22T00:31:47.950Z] at org.eclipse.ease.AbstractScriptEngineTest$MockedScriptEngine.execute(AbstractScriptEngineTest.java:73) [2020-08-22T00:31:47.950Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-22T00:31:47.950Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-22T00:31:47.950Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-22T00:31:48.877Z] 1Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.019 s - in org.eclipse.ease.AbstractScriptEngineTest [2020-08-22T00:31:48.877Z] extractEmptyArguments(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0.002 s [2020-08-22T00:31:48.877Z] setNotNullOutputStream(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-08-22T00:31:48.877Z] terminateViaMonitorCancellation(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 1.205 s [2020-08-22T00:31:48.878Z] inject(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0.001 s [2020-08-22T00:31:48.878Z] extractArguments(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-08-22T00:31:48.878Z] executeSync(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 1.001 s [2020-08-22T00:31:48.878Z] setNotNullErrorStream(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-08-22T00:31:48.878Z] setNullErrorStream(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-08-22T00:31:48.878Z] isJob(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-08-22T00:31:48.878Z] streamsAvailable(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-08-22T00:31:48.878Z] executeValidCodeAndTerminate(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0.001 s [2020-08-22T00:31:48.878Z] setNullOutputStream(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-08-22T00:31:48.878Z] terminateMultipleTimes(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0.601 s [2020-08-22T00:31:48.878Z] engineTerminatesWhenIdle(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 1.001 s [2020-08-22T00:31:48.878Z] terminateViaTerminateMethod(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0.202 s [2020-08-22T00:31:48.878Z] terminateViaMethodCallback(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 1.002 s [2020-08-22T00:31:48.878Z] executeErrorCodeAndTerminate(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 1.001 s [2020-08-22T00:31:48.878Z] Running org.eclipse.ease.ScriptResultTest [2020-08-22T00:31:48.878Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.ease.ScriptResultTest [2020-08-22T00:31:48.878Z] hasException(org.eclipse.ease.ScriptResultTest) Time elapsed: 0.001 s [2020-08-22T00:31:48.878Z] getResult(org.eclipse.ease.ScriptResultTest) Time elapsed: 0 s [2020-08-22T00:31:48.878Z] getException(org.eclipse.ease.ScriptResultTest) Time elapsed: 0 s [2020-08-22T00:31:48.878Z] isReady(org.eclipse.ease.ScriptResultTest) Time elapsed: 0 s [2020-08-22T00:31:48.878Z] Running org.eclipse.ease.AbstractReplScriptEngineTest [2020-08-22T00:31:54.124Z] testorg.eclipse.ease.ScriptExecutionException: Engine got terminated [2020-08-22T00:31:54.380Z] java.lang.RuntimeException: ERROR [2020-08-22T00:31:54.380Z] at org.eclipse.ease.AbstractReplScriptEngineTest$MockedScriptEngine.execute(AbstractReplScriptEngineTest.java:61) [2020-08-22T00:31:54.380Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-22T00:31:54.380Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-22T00:31:54.380Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-22T00:31:55.308Z] Hello worldHello world1Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.65 s - in org.eclipse.ease.AbstractReplScriptEngineTest [2020-08-22T00:31:55.308Z] terminateOnIdleAfterSchedule(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0.026 s [2020-08-22T00:31:55.308Z] terminateEngine(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0.001 s [2020-08-22T00:31:55.308Z] keepRunningOnIdle(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.001 s [2020-08-22T00:31:55.308Z] extractEmptyArguments(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-08-22T00:31:55.308Z] setNotNullOutputStream(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-08-22T00:31:55.308Z] terminateViaMonitorCancellation(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0.102 s [2020-08-22T00:31:55.308Z] inject(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0.001 s [2020-08-22T00:31:55.308Z] extractArguments(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-08-22T00:31:55.308Z] executeSync(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.001 s [2020-08-22T00:31:55.308Z] setNotNullErrorStream(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-08-22T00:31:55.308Z] setNullErrorStream(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-08-22T00:31:55.308Z] isJob(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-08-22T00:31:55.308Z] streamsAvailable(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-08-22T00:31:55.308Z] executeValidCodeAndTerminate(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0.001 s [2020-08-22T00:31:55.308Z] setNullOutputStream(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0.001 s [2020-08-22T00:31:55.308Z] terminateMultipleTimes(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0.301 s [2020-08-22T00:31:55.308Z] engineTerminatesWhenIdle(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.001 s [2020-08-22T00:31:55.308Z] terminateViaTerminateMethod(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.202 s [2020-08-22T00:31:55.308Z] terminateViaMethodCallback(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.002 s [2020-08-22T00:31:55.308Z] executeErrorCodeAndTerminate(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.002 s [2020-08-22T00:31:55.308Z] Running org.eclipse.ease.sign.SignatureHelperTest [2020-08-22T00:31:55.308Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.ease.sign.SignatureHelperTest [2020-08-22T00:31:55.308Z] certificateTest(org.eclipse.ease.sign.SignatureHelperTest) Time elapsed: 0.006 s [2020-08-22T00:31:55.308Z] Running org.eclipse.ease.sign.VerifySignatureTest [2020-08-22T00:31:55.564Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s - in org.eclipse.ease.sign.VerifySignatureTest [2020-08-22T00:31:55.564Z] testWithNonCodeParserScriptType(org.eclipse.ease.sign.VerifySignatureTest) Time elapsed: 0.037 s [2020-08-22T00:31:55.564Z] Running org.eclipse.ease.AbstractCodeParserTest [2020-08-22T00:31:55.564Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.ease.AbstractCodeParserTest [2020-08-22T00:31:55.564Z] parseCode(org.eclipse.ease.AbstractCodeParserTest) Time elapsed: 0.001 s [2020-08-22T00:31:55.564Z] parseLineHeader(org.eclipse.ease.AbstractCodeParserTest) Time elapsed: 0 s [2020-08-22T00:31:55.564Z] parseBlockAfterWhitespace(org.eclipse.ease.AbstractCodeParserTest) Time elapsed: 0 s [2020-08-22T00:31:55.564Z] parseEmpty(org.eclipse.ease.AbstractCodeParserTest) Time elapsed: 0 s [2020-08-22T00:31:55.564Z] parseBlockHeader(org.eclipse.ease.AbstractCodeParserTest) Time elapsed: 0 s [2020-08-22T00:31:55.564Z] Running org.eclipse.ease.ScriptTest [2020-08-22T00:31:55.564Z] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.ease.ScriptTest [2020-08-22T00:31:55.564Z] codeFromScriptable(org.eclipse.ease.ScriptTest) Time elapsed: 0.006 s [2020-08-22T00:31:55.564Z] codeFromFilesystemFile(org.eclipse.ease.ScriptTest) Time elapsed: 0.004 s [2020-08-22T00:31:55.564Z] getCodeStream(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-08-22T00:31:55.564Z] getFile(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-08-22T00:31:55.564Z] codeFromStringBuilder(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-08-22T00:31:55.564Z] getResult(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-08-22T00:31:55.564Z] getException(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-08-22T00:31:55.564Z] codeFromWorkspaceFile(org.eclipse.ease.ScriptTest) Time elapsed: 0.001 s [2020-08-22T00:31:55.564Z] codeFromInputStream(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-08-22T00:31:55.564Z] getTitle(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-08-22T00:31:55.564Z] getCommand(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-08-22T00:31:55.564Z] codeFromReader(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-08-22T00:31:55.564Z] codeFromString(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-08-22T00:31:55.564Z] Running org.eclipse.ease.adapters.ScriptableAdapterTest [2020-08-22T00:31:55.564Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.ease.adapters.ScriptableAdapterTest [2020-08-22T00:31:55.564Z] adaptURI(org.eclipse.ease.adapters.ScriptableAdapterTest) Time elapsed: 0.005 s [2020-08-22T00:31:55.564Z] adaptURL(org.eclipse.ease.adapters.ScriptableAdapterTest) Time elapsed: 0 s [2020-08-22T00:31:55.564Z] adaptWorkspaceFile(org.eclipse.ease.adapters.ScriptableAdapterTest) Time elapsed: 0 s [2020-08-22T00:31:55.564Z] getAdapterList(org.eclipse.ease.adapters.ScriptableAdapterTest) Time elapsed: 0 s [2020-08-22T00:31:55.564Z] adaptFilesystemFile(org.eclipse.ease.adapters.ScriptableAdapterTest) Time elapsed: 0 s [2020-08-22T00:31:55.564Z] Running org.eclipse.ease.AbstractCodeFactoryTest [2020-08-22T00:31:55.564Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.ease.AbstractCodeFactoryTest [2020-08-22T00:31:55.564Z] createNewKeywordHeader(org.eclipse.ease.AbstractCodeFactoryTest) Time elapsed: 0.013 s [2020-08-22T00:31:55.564Z] [2020-08-22T00:31:55.564Z] Results: [2020-08-22T00:31:55.564Z] [2020-08-22T00:31:55.564Z] Tests run: 124, Failures: 0, Errors: 0, Skipped: 0 [2020-08-22T00:31:55.564Z] [2020-08-22T00:31:56.127Z] [INFO] All tests passed! [2020-08-22T00:31:56.127Z] [INFO] [2020-08-22T00:31:56.127Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.test --- [2020-08-22T00:31:56.127Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:56.127Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:56.127Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:56.127Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:56.127Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:56.127Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:56.127Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:56.127Z] [INFO] [2020-08-22T00:31:56.127Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.test --- [2020-08-22T00:31:56.127Z] [INFO] [2020-08-22T00:31:56.127Z] [INFO] ---< org.eclipse.ease:org.eclipse.ease.lang.javascript.nashorn.test >--- [2020-08-22T00:31:56.127Z] [INFO] Building org.eclipse.ease.lang.javascript.nashorn.test 0.8.0-SNAPSHOT [39/48] [2020-08-22T00:31:56.127Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-08-22T00:31:56.127Z] [INFO] [2020-08-22T00:31:56.127Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-08-22T00:31:56.127Z] [INFO] [2020-08-22T00:31:56.127Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-08-22T00:31:56.127Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-22T00:31:56.127Z] [INFO] [2020-08-22T00:31:56.127Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-08-22T00:31:56.127Z] [INFO] [2020-08-22T00:31:56.127Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-08-22T00:31:56.127Z] [INFO] [2020-08-22T00:31:56.127Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.javascript.nashorn.test >>> [2020-08-22T00:31:56.127Z] [INFO] [2020-08-22T00:31:56.127Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-08-22T00:31:56.127Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-22T00:31:56.127Z] [INFO] [2020-08-22T00:31:56.127Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-08-22T00:31:56.127Z] [INFO] [2020-08-22T00:31:56.127Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-08-22T00:31:56.127Z] [INFO] [2020-08-22T00:31:56.127Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.javascript.nashorn.test <<< [2020-08-22T00:31:56.127Z] [INFO] [2020-08-22T00:31:56.127Z] [INFO] [2020-08-22T00:31:56.127Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-08-22T00:31:56.127Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-08-22T00:31:57.492Z] [INFO] [2020-08-22T00:31:57.492Z] Loading source files for package org.eclipse.ease.lang.javascript.nashorn... [2020-08-22T00:31:57.492Z] Constructing Javadoc information... [2020-08-22T00:31:57.492Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/javadoc-bundle-options/package-list" [2020-08-22T00:31:57.492Z] No plugin definition found, skipping [2020-08-22T00:31:57.492Z] No plugin definition found, skipping [2020-08-22T00:31:57.492Z] [WARNING] Javadoc Warnings [2020-08-22T00:31:57.492Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d" [2020-08-22T00:31:57.492Z] [INFO] [2020-08-22T00:31:57.492Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-08-22T00:31:57.492Z] [INFO] [2020-08-22T00:31:57.492Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-08-22T00:31:57.492Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:31:57.492Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/src/main/resources [2020-08-22T00:31:57.492Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/help [2020-08-22T00:31:57.492Z] [INFO] [2020-08-22T00:31:57.492Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-08-22T00:31:57.492Z] [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/classes [2020-08-22T00:31:57.492Z] [INFO] [2020-08-22T00:31:57.492Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-08-22T00:31:57.492Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:31:57.492Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/src/test/resources [2020-08-22T00:31:57.492Z] [INFO] [2020-08-22T00:31:57.492Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-08-22T00:31:57.492Z] [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [2020-08-22T00:31:57.492Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:31:57.492Z] [INFO] [2020-08-22T00:31:57.492Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-08-22T00:31:57.492Z] [INFO] [2020-08-22T00:31:57.492Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-08-22T00:31:57.492Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/org.eclipse.ease.lang.javascript.nashorn.test-0.8.0-SNAPSHOT.jar [2020-08-22T00:31:57.492Z] [INFO] [2020-08-22T00:31:57.493Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-08-22T00:31:57.493Z] [INFO] [2020-08-22T00:31:57.493Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-08-22T00:31:57.493Z] [INFO] [2020-08-22T00:31:57.493Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-08-22T00:31:57.493Z] [INFO] [2020-08-22T00:31:57.493Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-08-22T00:31:57.493Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/work/data/.metadata/.log [2020-08-22T00:31:57.493Z] [INFO] Command line: [2020-08-22T00:31:57.493Z] [/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.2020-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2020-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.2020-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/surefire.properties] [2020-08-22T00:31:57.493Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d" [2020-08-22T00:31:58.882Z] Running org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest [2020-08-22T00:31:59.444Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.675 s - in org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest [2020-08-22T00:31:59.444Z] reloadEnvironment(org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest) Time elapsed: 0.444 s [2020-08-22T00:31:59.444Z] bootstrappedEnvironment(org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest) Time elapsed: 0.023 s [2020-08-22T00:31:59.444Z] postMethodCallback(org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest) Time elapsed: 0.105 s [2020-08-22T00:31:59.444Z] preMethodCallback(org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest) Time elapsed: 0.026 s [2020-08-22T00:31:59.444Z] reloadFunctionDefinitions(org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest) Time elapsed: 0.055 s [2020-08-22T00:31:59.444Z] [2020-08-22T00:31:59.444Z] Results: [2020-08-22T00:31:59.444Z] [2020-08-22T00:31:59.444Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [2020-08-22T00:31:59.444Z] [2020-08-22T00:32:00.004Z] [INFO] All tests passed! [2020-08-22T00:32:00.004Z] [INFO] [2020-08-22T00:32:00.005Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-08-22T00:32:00.005Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:32:00.005Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:32:00.005Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:32:00.005Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:32:00.005Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:32:00.005Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:32:00.005Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:32:00.005Z] [INFO] [2020-08-22T00:32:00.005Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-08-22T00:32:00.005Z] [INFO] [2020-08-22T00:32:00.005Z] [INFO] ----< org.eclipse.ease:org.eclipse.ease.lang.javascript.rhino.test >---- [2020-08-22T00:32:00.005Z] [INFO] Building org.eclipse.ease.lang.javascript.rhino.test 0.8.0-SNAPSHOT [40/48] [2020-08-22T00:32:00.005Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-08-22T00:32:00.005Z] [INFO] [2020-08-22T00:32:00.005Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-08-22T00:32:00.005Z] [INFO] [2020-08-22T00:32:00.005Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-08-22T00:32:00.005Z] [INFO] The project's OSGi version is 0.8.0.I201911291239 [2020-08-22T00:32:00.005Z] [INFO] [2020-08-22T00:32:00.005Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-08-22T00:32:00.005Z] [INFO] [2020-08-22T00:32:00.005Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-08-22T00:32:00.005Z] [INFO] [2020-08-22T00:32:00.005Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.javascript.rhino.test >>> [2020-08-22T00:32:00.005Z] [INFO] [2020-08-22T00:32:00.005Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-08-22T00:32:00.005Z] [INFO] The project's OSGi version is 0.8.0.I201911291239 [2020-08-22T00:32:00.005Z] [INFO] [2020-08-22T00:32:00.005Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-08-22T00:32:00.005Z] [INFO] [2020-08-22T00:32:00.005Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-08-22T00:32:00.005Z] [INFO] [2020-08-22T00:32:00.005Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.javascript.rhino.test <<< [2020-08-22T00:32:00.005Z] [INFO] [2020-08-22T00:32:00.005Z] [INFO] [2020-08-22T00:32:00.005Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-08-22T00:32:00.005Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-08-22T00:32:01.382Z] [INFO] [2020-08-22T00:32:01.382Z] Loading source files for package org.eclipse.ease.lang.javascript.rhino... [2020-08-22T00:32:01.382Z] Constructing Javadoc information... [2020-08-22T00:32:01.382Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/javadoc-bundle-options/package-list" [2020-08-22T00:32:01.382Z] No plugin definition found, skipping [2020-08-22T00:32:01.382Z] No plugin definition found, skipping [2020-08-22T00:32:01.382Z] [WARNING] Javadoc Warnings [2020-08-22T00:32:01.382Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d" [2020-08-22T00:32:01.382Z] [INFO] [2020-08-22T00:32:01.382Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-08-22T00:32:01.382Z] [INFO] [2020-08-22T00:32:01.382Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-08-22T00:32:01.382Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:32:01.382Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.javascript.rhino.test/src/main/resources [2020-08-22T00:32:01.382Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.javascript.rhino.test/help [2020-08-22T00:32:01.382Z] [INFO] [2020-08-22T00:32:01.382Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-08-22T00:32:01.382Z] [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/classes [2020-08-22T00:32:01.382Z] [INFO] [2020-08-22T00:32:01.382Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-08-22T00:32:01.382Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:32:01.382Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.javascript.rhino.test/src/test/resources [2020-08-22T00:32:01.382Z] [INFO] [2020-08-22T00:32:01.382Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-08-22T00:32:01.382Z] [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.javascript.rhino.test/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [2020-08-22T00:32:01.382Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:32:01.382Z] [INFO] [2020-08-22T00:32:01.382Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-08-22T00:32:01.382Z] [INFO] [2020-08-22T00:32:01.382Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-08-22T00:32:01.382Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/org.eclipse.ease.lang.javascript.rhino.test-0.8.0-SNAPSHOT.jar [2020-08-22T00:32:01.382Z] [INFO] [2020-08-22T00:32:01.382Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-08-22T00:32:01.382Z] [INFO] [2020-08-22T00:32:01.382Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-08-22T00:32:01.382Z] [INFO] [2020-08-22T00:32:01.382Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-08-22T00:32:01.382Z] [INFO] [2020-08-22T00:32:01.382Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-08-22T00:32:01.638Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/work/data/.metadata/.log [2020-08-22T00:32:01.638Z] [INFO] Command line: [2020-08-22T00:32:01.638Z] [/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.2020-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2020-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.2020-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/surefire.properties] [2020-08-22T00:32:01.638Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d" [2020-08-22T00:32:03.117Z] Running org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest [2020-08-22T00:32:03.381Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.373 s - in org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest [2020-08-22T00:32:03.381Z] reloadEnvironment(org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest) Time elapsed: 0.188 s [2020-08-22T00:32:03.381Z] bootstrappedEnvironment(org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest) Time elapsed: 0.028 s [2020-08-22T00:32:03.381Z] postMethodCallback(org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest) Time elapsed: 0.063 s [2020-08-22T00:32:03.381Z] preMethodCallback(org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest) Time elapsed: 0.048 s [2020-08-22T00:32:03.381Z] reloadFunctionDefinitions(org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest) Time elapsed: 0.031 s [2020-08-22T00:32:03.381Z] Running org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest [2020-08-22T00:32:03.636Z] org.eclipse.ease.ScriptExecutionException: JavaError: NotThere cannot be found by org.mozilla.javascript_1.7.10.v20190430-1943 [2020-08-22T00:32:03.636Z] [2020-08-22T00:32:03.636Z] Java Stacktrace: [2020-08-22T00:32:03.636Z] java.lang.ClassNotFoundException: NotThere cannot be found by org.mozilla.javascript_1.7.10.v20190430-1943 [2020-08-22T00:32:03.636Z] at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:516) [2020-08-22T00:32:03.636Z] at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171) [2020-08-22T00:32:03.636Z] at java.lang.ClassLoader.loadClass(ClassLoader.java:357) [2020-08-22T00:32:03.636Z] at java.lang.Class.forName0(Native Method) [2020-08-22T00:32:03.636Z] at java.lang.Class.forName(Class.java:264) [2020-08-22T00:32:03.636Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2020-08-22T00:32:03.636Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2020-08-22T00:32:03.636Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2020-08-22T00:32:03.636Z] at java.lang.reflect.Method.invoke(Method.java:498) [2020-08-22T00:32:03.636Z] at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:126) [2020-08-22T00:32:03.636Z] at org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:225) [2020-08-22T00:32:03.636Z] at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1573) [2020-08-22T00:32:03.636Z] at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:911) [2020-08-22T00:32:03.636Z] at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:109) [2020-08-22T00:32:03.636Z] at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:405) [2020-08-22T00:32:03.636Z] at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3508) [2020-08-22T00:32:03.636Z] at org.mozilla.javascript.InterpretedFunction.exec(InterpretedFunction.java:120) [2020-08-22T00:32:03.636Z] at org.mozilla.javascript.Context.evaluateReader(Context.java:1293) [2020-08-22T00:32:03.636Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:222) [2020-08-22T00:32:03.636Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:201) [2020-08-22T00:32:03.636Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-22T00:32:03.636Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-22T00:32:03.636Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-22T00:32:03.636Z] org.eclipse.ease.ScriptExecutionException: TypeError: Cannot call method "foobar" of undefined [2020-08-22T00:32:03.636Z] org.eclipse.ease.ScriptExecutionException: ScriptException: test [2020-08-22T00:32:03.636Z] org.eclipse.ease.ScriptExecutionException: JavaError: java.lang.Exception [2020-08-22T00:32:03.636Z] [2020-08-22T00:32:03.636Z] Java Stacktrace: [2020-08-22T00:32:03.636Z] java.lang.Exception [2020-08-22T00:32:03.636Z] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [2020-08-22T00:32:03.636Z] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [2020-08-22T00:32:03.636Z] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [2020-08-22T00:32:03.636Z] at java.lang.reflect.Constructor.newInstance(Constructor.java:423) [2020-08-22T00:32:03.636Z] at org.mozilla.javascript.MemberBox.newInstance(MemberBox.java:159) [2020-08-22T00:32:03.636Z] at org.mozilla.javascript.NativeJavaClass.constructInternal(NativeJavaClass.java:266) [2020-08-22T00:32:03.636Z] at org.mozilla.javascript.NativeJavaClass.constructSpecific(NativeJavaClass.java:205) [2020-08-22T00:32:03.636Z] at org.mozilla.javascript.NativeJavaClass.construct(NativeJavaClass.java:166) [2020-08-22T00:32:03.636Z] at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1617) [2020-08-22T00:32:03.636Z] at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:911) [2020-08-22T00:32:03.636Z] at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:109) [2020-08-22T00:32:03.636Z] at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:405) [2020-08-22T00:32:03.636Z] at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3508) [2020-08-22T00:32:03.636Z] at org.mozilla.javascript.InterpretedFunction.exec(InterpretedFunction.java:120) [2020-08-22T00:32:03.636Z] at org.mozilla.javascript.Context.evaluateReader(Context.java:1293) [2020-08-22T00:32:03.636Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:222) [2020-08-22T00:32:03.636Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:201) [2020-08-22T00:32:03.636Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-22T00:32:03.636Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-22T00:32:03.636Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-22T00:32:03.636Z] org.eclipse.ease.ScriptExecutionException: ScriptException: JavaScript [2020-08-22T00:32:03.636Z] org.eclipse.ease.ScriptExecutionException: SyntaxError: unterminated string literal (#1) [2020-08-22T00:32:03.636Z] 'asdf [2020-08-22T00:32:03.636Z] ^ [2020-08-22T00:32:03.636Z] at :1 [2020-08-22T00:32:03.892Z] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.291 s - in org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest [2020-08-22T00:32:03.892Z] getExceptionStackTrace(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.105 s [2020-08-22T00:32:03.892Z] causeWrappedException(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.041 s [2020-08-22T00:32:03.892Z] optionalModuleParameters(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.012 s [2020-08-22T00:32:03.892Z] simpleScriptCode(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.013 s [2020-08-22T00:32:03.892Z] causeRuntimeErrorException(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.01 s [2020-08-22T00:32:03.892Z] callModuleCode(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.011 s [2020-08-22T00:32:03.893Z] throwJavaClass(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.012 s [2020-08-22T00:32:03.893Z] throwJavaException(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.04 s [2020-08-22T00:32:03.893Z] accessJavaClasses(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.011 s [2020-08-22T00:32:03.893Z] accessEclipseClasses(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.01 s [2020-08-22T00:32:03.893Z] throwJavaScriptException(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.013 s [2020-08-22T00:32:03.893Z] causeSyntaxErrorException(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.011 s [2020-08-22T00:32:03.893Z] Running org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest [2020-08-22T00:32:03.893Z] org.eclipse.ease.ScriptExecutionException: JavaError: NotThere cannot be found by org.mozilla.javascript_1.7.10.v20190430-1943 [2020-08-22T00:32:03.893Z] at [2020-08-22T00:32:03.893Z] [2020-08-22T00:32:03.893Z] Java Stacktrace: [2020-08-22T00:32:03.893Z] java.lang.ClassNotFoundException: NotThere cannot be found by org.mozilla.javascript_1.7.10.v20190430-1943 [2020-08-22T00:32:03.893Z] at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:516) [2020-08-22T00:32:03.893Z] at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171) [2020-08-22T00:32:03.893Z] at java.lang.ClassLoader.loadClass(ClassLoader.java:357) [2020-08-22T00:32:03.893Z] at java.lang.Class.forName0(Native Method) [2020-08-22T00:32:03.893Z] at java.lang.Class.forName(Class.java:264) [2020-08-22T00:32:03.893Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2020-08-22T00:32:03.893Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2020-08-22T00:32:03.893Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2020-08-22T00:32:03.893Z] at java.lang.reflect.Method.invoke(Method.java:498) [2020-08-22T00:32:03.893Z] at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:126) [2020-08-22T00:32:03.893Z] at org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:225) [2020-08-22T00:32:03.893Z] at org.mozilla.javascript.optimizer.OptRuntime.call1(OptRuntime.java:32) [2020-08-22T00:32:03.893Z] at org.mozilla.javascript.gen.c_27._c_script_0(Unknown Source) [2020-08-22T00:32:03.893Z] at org.mozilla.javascript.gen.c_27.call(Unknown Source) [2020-08-22T00:32:03.893Z] at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:405) [2020-08-22T00:32:03.893Z] at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3508) [2020-08-22T00:32:03.893Z] at org.mozilla.javascript.gen.c_27.call(Unknown Source) [2020-08-22T00:32:03.893Z] at org.mozilla.javascript.gen.c_27.exec(Unknown Source) [2020-08-22T00:32:03.893Z] at org.mozilla.javascript.Context.evaluateReader(Context.java:1293) [2020-08-22T00:32:03.893Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:222) [2020-08-22T00:32:03.893Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:201) [2020-08-22T00:32:03.893Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-22T00:32:03.893Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-22T00:32:03.893Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-22T00:32:03.893Z] org.eclipse.ease.ScriptExecutionException: TypeError: Cannot call method "foobar" of undefined [2020-08-22T00:32:03.893Z] at [2020-08-22T00:32:03.893Z] org.eclipse.ease.ScriptExecutionException: ScriptException: test [2020-08-22T00:32:03.893Z] at [2020-08-22T00:32:03.893Z] org.eclipse.ease.ScriptExecutionException: JavaError: java.lang.Exception [2020-08-22T00:32:03.893Z] at [2020-08-22T00:32:03.893Z] [2020-08-22T00:32:03.893Z] Java Stacktrace: [2020-08-22T00:32:03.893Z] java.lang.Exception [2020-08-22T00:32:03.893Z] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [2020-08-22T00:32:03.893Z] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [2020-08-22T00:32:03.893Z] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [2020-08-22T00:32:03.893Z] at java.lang.reflect.Constructor.newInstance(Constructor.java:423) [2020-08-22T00:32:03.893Z] at org.mozilla.javascript.MemberBox.newInstance(MemberBox.java:159) [2020-08-22T00:32:03.893Z] at org.mozilla.javascript.NativeJavaClass.constructInternal(NativeJavaClass.java:266) [2020-08-22T00:32:03.893Z] at org.mozilla.javascript.NativeJavaClass.constructSpecific(NativeJavaClass.java:205) [2020-08-22T00:32:03.893Z] at org.mozilla.javascript.NativeJavaClass.construct(NativeJavaClass.java:166) [2020-08-22T00:32:03.893Z] at org.mozilla.javascript.ScriptRuntime.newObject(ScriptRuntime.java:2655) [2020-08-22T00:32:03.893Z] at org.mozilla.javascript.gen.c_45._c_script_0(Unknown Source) [2020-08-22T00:32:03.893Z] at org.mozilla.javascript.gen.c_45.call(Unknown Source) [2020-08-22T00:32:03.893Z] at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:405) [2020-08-22T00:32:03.893Z] at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3508) [2020-08-22T00:32:03.893Z] at org.mozilla.javascript.gen.c_45.call(Unknown Source) [2020-08-22T00:32:03.893Z] at org.mozilla.javascript.gen.c_45.exec(Unknown Source) [2020-08-22T00:32:03.893Z] at org.mozilla.javascript.Context.evaluateReader(Context.java:1293) [2020-08-22T00:32:03.893Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:222) [2020-08-22T00:32:03.893Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:201) [2020-08-22T00:32:03.893Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-22T00:32:03.893Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-22T00:32:03.893Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-22T00:32:03.893Z] org.eclipse.ease.ScriptExecutionException: ScriptException: JavaScript [2020-08-22T00:32:03.893Z] at [2020-08-22T00:32:03.893Z] org.eclipse.ease.ScriptExecutionException: SyntaxError: unterminated string literal (#1) [2020-08-22T00:32:03.893Z] 'asdf [2020-08-22T00:32:03.893Z] ^ [2020-08-22T00:32:03.893Z] at [2020-08-22T00:32:03.893Z] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.175 s - in org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest [2020-08-22T00:32:03.893Z] causeWrappedException(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.044 s [2020-08-22T00:32:03.893Z] optionalModuleParameters(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.011 s [2020-08-22T00:32:03.893Z] simpleScriptCode(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.009 s [2020-08-22T00:32:03.893Z] causeRuntimeErrorException(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.014 s [2020-08-22T00:32:03.893Z] callModuleCode(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.008 s [2020-08-22T00:32:03.893Z] throwJavaClass(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.014 s [2020-08-22T00:32:03.893Z] throwJavaException(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.039 s [2020-08-22T00:32:03.893Z] accessJavaClasses(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.009 s [2020-08-22T00:32:03.893Z] accessEclipseClasses(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.01 s [2020-08-22T00:32:03.893Z] throwJavaScriptException(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.009 s [2020-08-22T00:32:03.893Z] causeSyntaxErrorException(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.007 s [2020-08-22T00:32:03.893Z] Running org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest [2020-08-22T00:32:04.149Z] Start of script [2020-08-22T00:32:04.149Z] include file start [2020-08-22T00:32:04.149Z] Include file processed [2020-08-22T00:32:04.149Z] line after include file [2020-08-22T00:32:04.149Z] Result of testMethod = 5 [2020-08-22T00:32:04.149Z] End of script [2020-08-22T00:32:04.149Z] Start of script [2020-08-22T00:32:04.404Z] include file start [2020-08-22T00:32:04.404Z] Include file processed [2020-08-22T00:32:04.404Z] line after include file [2020-08-22T00:32:04.404Z] Result of testMethod = 5 [2020-08-22T00:32:04.404Z] End of script [2020-08-22T00:32:04.404Z] Start of script [2020-08-22T00:32:04.404Z] include file start [2020-08-22T00:32:04.404Z] Include file processed [2020-08-22T00:32:04.404Z] line after include file [2020-08-22T00:32:04.404Z] Result of testMethod = 5 [2020-08-22T00:32:04.660Z] Start of script [2020-08-22T00:32:04.660Z] include file start [2020-08-22T00:32:04.660Z] Include file processed [2020-08-22T00:32:04.660Z] line after include file [2020-08-22T00:32:04.916Z] Result of testMethod = 5 [2020-08-22T00:32:04.916Z] End of script [2020-08-22T00:32:05.172Z] Start of script [2020-08-22T00:32:05.172Z] include file start [2020-08-22T00:32:05.172Z] Include file processed [2020-08-22T00:32:05.172Z] line after include file [2020-08-22T00:32:05.172Z] Result of testMethod = 5 [2020-08-22T00:32:05.172Z] End of script [2020-08-22T00:32:05.428Z] Start of script [2020-08-22T00:32:05.428Z] include file start [2020-08-22T00:32:05.428Z] Include file processed [2020-08-22T00:32:05.428Z] line after include file [2020-08-22T00:32:05.428Z] Result of testMethod = 5 [2020-08-22T00:32:05.428Z] End of script [2020-08-22T00:32:05.683Z] Start of script [2020-08-22T00:32:05.683Z] include file start [2020-08-22T00:32:05.683Z] Include file processed [2020-08-22T00:32:05.683Z] line after include file [2020-08-22T00:32:05.683Z] Result of testMethod = 5 [2020-08-22T00:32:05.939Z] Start of script [2020-08-22T00:32:05.939Z] include file start [2020-08-22T00:32:05.939Z] Include file processed [2020-08-22T00:32:05.939Z] line after include file [2020-08-22T00:32:06.195Z] Result of testMethod = 5 [2020-08-22T00:32:06.195Z] End of script [2020-08-22T00:32:06.195Z] Start of script [2020-08-22T00:32:06.195Z] include file start [2020-08-22T00:32:06.195Z] Include file processed [2020-08-22T00:32:06.195Z] line after include file [2020-08-22T00:32:06.195Z] Result of testMethod = 5 [2020-08-22T00:32:06.450Z] End of script [2020-08-22T00:32:06.450Z] Start of script [2020-08-22T00:32:06.450Z] include file start [2020-08-22T00:32:06.450Z] Include file processed [2020-08-22T00:32:06.450Z] line after include file [2020-08-22T00:32:07.013Z] Start of script [2020-08-22T00:32:07.013Z] include file start [2020-08-22T00:32:07.013Z] Include file processed [2020-08-22T00:32:07.013Z] line after include file [2020-08-22T00:32:07.013Z] Result of testMethod = 5 [2020-08-22T00:32:07.013Z] End of script [2020-08-22T00:32:07.013Z] Start of script [2020-08-22T00:32:07.013Z] include file start [2020-08-22T00:32:07.013Z] Include file processed [2020-08-22T00:32:07.013Z] line after include file [2020-08-22T00:32:07.273Z] Result of testMethod = 5 [2020-08-22T00:32:07.273Z] End of script [2020-08-22T00:32:07.531Z] Start of script [2020-08-22T00:32:07.786Z] include file start [2020-08-22T00:32:07.786Z] Include file processed [2020-08-22T00:32:07.786Z] line after include file [2020-08-22T00:32:07.786Z] Result of testMethod = 5 [2020-08-22T00:32:07.786Z] End of script [2020-08-22T00:32:07.786Z] Start of script [2020-08-22T00:32:07.787Z] include file start [2020-08-22T00:32:07.787Z] Include file processed [2020-08-22T00:32:07.787Z] line after include file [2020-08-22T00:32:08.042Z] Result of testMethod = 5 [2020-08-22T00:32:08.042Z] End of script [2020-08-22T00:32:08.042Z] Start of script [2020-08-22T00:32:08.042Z] include file start [2020-08-22T00:32:08.042Z] Include file processed [2020-08-22T00:32:08.042Z] line after include file [2020-08-22T00:32:08.042Z] Result of testMethod = 5 [2020-08-22T00:32:08.297Z] Start of script [2020-08-22T00:32:08.297Z] include file start [2020-08-22T00:32:08.297Z] Include file processed [2020-08-22T00:32:08.297Z] line after include file [2020-08-22T00:32:08.553Z] Result of testMethod = 5 [2020-08-22T00:32:08.553Z] End of script [2020-08-22T00:32:08.809Z] Start of script [2020-08-22T00:32:08.809Z] include file start [2020-08-22T00:32:08.809Z] Include file processed [2020-08-22T00:32:08.809Z] line after include file [2020-08-22T00:32:08.809Z] Result of testMethod = 5 [2020-08-22T00:32:09.064Z] End of script [2020-08-22T00:32:09.064Z] Start of script [2020-08-22T00:32:09.064Z] include file start [2020-08-22T00:32:09.064Z] Include file processed [2020-08-22T00:32:09.064Z] line after include file [2020-08-22T00:32:09.320Z] Result of testMethod = 5 [2020-08-22T00:32:09.320Z] End of script [2020-08-22T00:32:09.576Z] Start of script [2020-08-22T00:32:09.576Z] include file start [2020-08-22T00:32:09.576Z] Include file processed [2020-08-22T00:32:09.576Z] line after include file [2020-08-22T00:32:09.831Z] Result of testMethod = 5 [2020-08-22T00:32:09.831Z] End of script [2020-08-22T00:32:09.831Z] Start of script [2020-08-22T00:32:09.831Z] include file start [2020-08-22T00:32:09.831Z] Include file processed [2020-08-22T00:32:09.831Z] line after include file [2020-08-22T00:32:09.831Z] Result of testMethod = 5 [2020-08-22T00:32:10.392Z] Start of script [2020-08-22T00:32:10.392Z] include file start [2020-08-22T00:32:10.392Z] Include file processed [2020-08-22T00:32:10.392Z] line after include file [2020-08-22T00:32:10.392Z] Result of testMethod = 5 [2020-08-22T00:32:10.392Z] End of script [2020-08-22T00:32:10.392Z] Start of script [2020-08-22T00:32:10.392Z] include file start [2020-08-22T00:32:10.392Z] Include file processed [2020-08-22T00:32:10.392Z] line after include file [2020-08-22T00:32:10.648Z] Result of testMethod = 5 [2020-08-22T00:32:10.648Z] End of script [2020-08-22T00:32:10.648Z] Start of script [2020-08-22T00:32:10.648Z] include file start [2020-08-22T00:32:10.648Z] Include file processed [2020-08-22T00:32:10.648Z] line after include file [2020-08-22T00:32:10.648Z] Result of testMethod = 5 [2020-08-22T00:32:10.648Z] End of script [2020-08-22T00:32:10.904Z] Start of script [2020-08-22T00:32:10.904Z] include file start [2020-08-22T00:32:10.904Z] Include file processed [2020-08-22T00:32:11.160Z] line after include file [2020-08-22T00:32:11.160Z] Result of testMethod = 5 [2020-08-22T00:32:11.160Z] End of script [2020-08-22T00:32:11.160Z] Start of script [2020-08-22T00:32:11.160Z] include file start [2020-08-22T00:32:11.160Z] Include file processed [2020-08-22T00:32:11.160Z] line after include file [2020-08-22T00:32:11.416Z] Start of script [2020-08-22T00:32:11.672Z] include file start [2020-08-22T00:32:11.672Z] Include file processed [2020-08-22T00:32:11.672Z] line after include file [2020-08-22T00:32:11.672Z] Result of testMethod = 5 [2020-08-22T00:32:11.672Z] End of script [2020-08-22T00:32:11.672Z] Start of script [2020-08-22T00:32:11.672Z] include file start [2020-08-22T00:32:11.672Z] Include file processed [2020-08-22T00:32:11.672Z] line after include file [2020-08-22T00:32:11.672Z] Result of testMethod = 5 [2020-08-22T00:32:12.234Z] Start of script [2020-08-22T00:32:12.234Z] include file start [2020-08-22T00:32:12.234Z] Include file processed [2020-08-22T00:32:12.234Z] line after include file [2020-08-22T00:32:12.234Z] Result of testMethod = 5 [2020-08-22T00:32:12.234Z] End of script [2020-08-22T00:32:12.234Z] Start of script [2020-08-22T00:32:12.234Z] include file start [2020-08-22T00:32:12.234Z] Include file processed [2020-08-22T00:32:12.234Z] line after include file [2020-08-22T00:32:12.490Z] Result of testMethod = 5 [2020-08-22T00:32:12.490Z] End of script [2020-08-22T00:32:12.490Z] Start of script [2020-08-22T00:32:12.490Z] include file start [2020-08-22T00:32:12.490Z] Include file processed [2020-08-22T00:32:12.490Z] line after include file [2020-08-22T00:32:12.745Z] Result of testMethod = 5 [2020-08-22T00:32:12.745Z] End of script [2020-08-22T00:32:13.001Z] Start of script [2020-08-22T00:32:13.001Z] include file start [2020-08-22T00:32:13.001Z] Include file processed [2020-08-22T00:32:13.001Z] line after include file [2020-08-22T00:32:13.001Z] Result of testMethod = 5 [2020-08-22T00:32:13.001Z] End of script [2020-08-22T00:32:13.001Z] Start of script [2020-08-22T00:32:13.001Z] include file start [2020-08-22T00:32:13.001Z] Include file processed [2020-08-22T00:32:13.001Z] line after include file [2020-08-22T00:32:13.001Z] Result of testMethod = 5 [2020-08-22T00:32:13.562Z] Start of script [2020-08-22T00:32:13.562Z] include file start [2020-08-22T00:32:13.562Z] Include file processed [2020-08-22T00:32:13.562Z] line after include file [2020-08-22T00:32:13.562Z] Result of testMethod = 5 [2020-08-22T00:32:13.562Z] End of script [2020-08-22T00:32:13.562Z] Start of script [2020-08-22T00:32:13.562Z] include file start [2020-08-22T00:32:13.562Z] Include file processed [2020-08-22T00:32:13.562Z] line after include file [2020-08-22T00:32:13.562Z] Result of testMethod = 5 [2020-08-22T00:32:14.123Z] Start of script [2020-08-22T00:32:14.123Z] include file start [2020-08-22T00:32:14.123Z] Include file processed [2020-08-22T00:32:14.123Z] line after include file [2020-08-22T00:32:14.123Z] Result of testMethod = 5 [2020-08-22T00:32:14.123Z] End of script [2020-08-22T00:32:14.380Z] Start of script [2020-08-22T00:32:14.380Z] include file start [2020-08-22T00:32:14.380Z] Include file processed [2020-08-22T00:32:14.380Z] line after include file [2020-08-22T00:32:14.635Z] Result of testMethod = 5 [2020-08-22T00:32:14.635Z] End of script [2020-08-22T00:32:14.635Z] Start of script [2020-08-22T00:32:14.635Z] include file start [2020-08-22T00:32:14.635Z] Include file processed [2020-08-22T00:32:14.635Z] line after include file [2020-08-22T00:32:14.635Z] Result of testMethod = 5 [2020-08-22T00:32:14.635Z] End of script [2020-08-22T00:32:14.890Z] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.871 s - in org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest [2020-08-22T00:32:14.891Z] disconnectProcessInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.219 s [2020-08-22T00:32:14.891Z] stepReturnIncludeCommand(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.208 s [2020-08-22T00:32:14.891Z] arrayVariableSorting(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-08-22T00:32:14.891Z] stepOverOnDebugTarget(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.308 s [2020-08-22T00:32:14.891Z] hasDebugTarget(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.104 s [2020-08-22T00:32:14.891Z] disconnectThreadInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.205 s [2020-08-22T00:32:14.891Z] stepReturnOnDebugTarget(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.307 s [2020-08-22T00:32:14.891Z] nullVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.307 s [2020-08-22T00:32:14.891Z] stepOverOnStackFrame(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-08-22T00:32:14.891Z] resumeOnDebugTarget(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.206 s [2020-08-22T00:32:14.891Z] modifyVariableKeepingType(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.405 s [2020-08-22T00:32:14.891Z] resumeOnLastIncludeLine(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.206 s [2020-08-22T00:32:14.891Z] stepReturnOnStackFrame(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-08-22T00:32:14.891Z] terminateStackFrameInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.207 s [2020-08-22T00:32:14.891Z] breakpointLocation(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.207 s [2020-08-22T00:32:14.891Z] stepReturnOnThread(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.308 s [2020-08-22T00:32:14.891Z] javaClassVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.307 s [2020-08-22T00:32:14.891Z] stepIntoOnThread(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.307 s [2020-08-22T00:32:14.891Z] terminateThreadInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.206 s [2020-08-22T00:32:14.891Z] resumeOnThread(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.207 s [2020-08-22T00:32:14.891Z] stepIntoOnStackFrame(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.308 s [2020-08-22T00:32:14.891Z] terminateProcessInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.211 s [2020-08-22T00:32:14.891Z] stepOverOnProcess(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.307 s [2020-08-22T00:32:14.891Z] nativeArrayVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.307 s [2020-08-22T00:32:14.891Z] disconnectDebugTargetInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.206 s [2020-08-22T00:32:14.891Z] stepIntoOnProcess(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-08-22T00:32:14.891Z] terminatedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.105 s [2020-08-22T00:32:14.891Z] stepOverIncludeCommand(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.305 s [2020-08-22T00:32:14.891Z] innerScopeVariableBeforeOuterScopeVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-08-22T00:32:14.891Z] stepIntoIncludeCommand(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.304 s [2020-08-22T00:32:14.891Z] primitiveStringVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-08-22T00:32:14.891Z] resumeOnProcess(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.205 s [2020-08-22T00:32:14.891Z] stepIntoOnDebugTarget(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-08-22T00:32:14.891Z] stepOverOnThread(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.305 s [2020-08-22T00:32:14.891Z] suspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.204 s [2020-08-22T00:32:14.891Z] primitiveDoubleVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.305 s [2020-08-22T00:32:14.891Z] resumeOnStackFrame(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.205 s [2020-08-22T00:32:14.891Z] nativeObjectVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.305 s [2020-08-22T00:32:14.891Z] terminateDebugTargetInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.205 s [2020-08-22T00:32:14.891Z] disconnectStackFrameInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.205 s [2020-08-22T00:32:14.891Z] stepReturnOnProcess(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.305 s [2020-08-22T00:32:14.891Z] evaluateWatchExpression(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.206 s [2020-08-22T00:32:14.891Z] [2020-08-22T00:32:14.891Z] Results: [2020-08-22T00:32:14.891Z] [2020-08-22T00:32:14.891Z] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0 [2020-08-22T00:32:14.891Z] [2020-08-22T00:32:15.452Z] [INFO] All tests passed! [2020-08-22T00:32:15.452Z] [INFO] [2020-08-22T00:32:15.452Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-08-22T00:32:15.452Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:32:15.452Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:32:15.452Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:32:15.452Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:32:15.453Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:32:15.453Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:32:15.453Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:32:15.453Z] [INFO] [2020-08-22T00:32:15.453Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-08-22T00:32:15.453Z] [INFO] [2020-08-22T00:32:15.453Z] [INFO] -------< org.eclipse.ease:org.eclipse.ease.lang.javascript.test >------- [2020-08-22T00:32:15.453Z] [INFO] Building org.eclipse.ease.lang.javascript.test 0.8.0-SNAPSHOT [41/48] [2020-08-22T00:32:15.453Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-08-22T00:32:15.453Z] [INFO] [2020-08-22T00:32:15.453Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.javascript.test --- [2020-08-22T00:32:15.453Z] [INFO] [2020-08-22T00:32:15.453Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.test --- [2020-08-22T00:32:15.453Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-22T00:32:15.453Z] [INFO] [2020-08-22T00:32:15.453Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.test --- [2020-08-22T00:32:15.453Z] [INFO] [2020-08-22T00:32:15.453Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.test --- [2020-08-22T00:32:15.453Z] [INFO] [2020-08-22T00:32:15.453Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.javascript.test >>> [2020-08-22T00:32:15.453Z] [INFO] [2020-08-22T00:32:15.453Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.test --- [2020-08-22T00:32:15.453Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-22T00:32:15.453Z] [INFO] [2020-08-22T00:32:15.453Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.test --- [2020-08-22T00:32:15.453Z] [INFO] [2020-08-22T00:32:15.453Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.test --- [2020-08-22T00:32:15.453Z] [INFO] [2020-08-22T00:32:15.453Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.javascript.test <<< [2020-08-22T00:32:15.453Z] [INFO] [2020-08-22T00:32:15.453Z] [INFO] [2020-08-22T00:32:15.453Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.javascript.test --- [2020-08-22T00:32:15.709Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-08-22T00:32:16.646Z] [INFO] [2020-08-22T00:32:16.646Z] Loading source files for package org.eclipse.ease.lang.javascript... [2020-08-22T00:32:16.646Z] Constructing Javadoc information... [2020-08-22T00:32:16.646Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.javascript.test/target/javadoc-bundle-options/package-list" [2020-08-22T00:32:16.646Z] No plugin definition found, skipping [2020-08-22T00:32:16.646Z] No plugin definition found, skipping [2020-08-22T00:32:16.646Z] [WARNING] Javadoc Warnings [2020-08-22T00:32:16.647Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d" [2020-08-22T00:32:16.647Z] [INFO] [2020-08-22T00:32:16.647Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.javascript.test --- [2020-08-22T00:32:16.647Z] [INFO] [2020-08-22T00:32:16.647Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript.test --- [2020-08-22T00:32:16.647Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:32:16.647Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.javascript.test/src/main/resources [2020-08-22T00:32:16.647Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.javascript.test/help [2020-08-22T00:32:16.647Z] [INFO] [2020-08-22T00:32:16.647Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.javascript.test --- [2020-08-22T00:32:16.902Z] [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.javascript.test/target/classes [2020-08-22T00:32:16.902Z] [INFO] [2020-08-22T00:32:16.902Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript.test --- [2020-08-22T00:32:16.902Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:32:16.902Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.javascript.test/src/test/resources [2020-08-22T00:32:16.902Z] [INFO] [2020-08-22T00:32:16.902Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript.test --- [2020-08-22T00:32:16.902Z] [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.javascript.test/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [2020-08-22T00:32:16.902Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.javascript.test/target/org.eclipse.ease.lang.javascript.test-0.8.0-SNAPSHOT-sources.jar [2020-08-22T00:32:16.902Z] [INFO] [2020-08-22T00:32:16.902Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.test --- [2020-08-22T00:32:16.902Z] [INFO] [2020-08-22T00:32:16.902Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript.test --- [2020-08-22T00:32:16.902Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.javascript.test/target/org.eclipse.ease.lang.javascript.test-0.8.0-SNAPSHOT.jar [2020-08-22T00:32:16.902Z] [INFO] [2020-08-22T00:32:16.902Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.test --- [2020-08-22T00:32:16.902Z] [INFO] [2020-08-22T00:32:16.902Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.javascript.test --- [2020-08-22T00:32:16.902Z] [INFO] [2020-08-22T00:32:16.902Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript.test --- [2020-08-22T00:32:16.902Z] [INFO] [2020-08-22T00:32:16.903Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.ease.lang.javascript.test --- [2020-08-22T00:32:16.903Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.javascript.test/target/work/data/.metadata/.log [2020-08-22T00:32:16.903Z] [INFO] Command line: [2020-08-22T00:32:16.903Z] [/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.2020-03/tests/org.eclipse.ease.lang.javascript.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.javascript.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2020-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.2020-03/tests/org.eclipse.ease.lang.javascript.test/target/surefire.properties] [2020-08-22T00:32:16.903Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d" [2020-08-22T00:32:18.285Z] Running org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest [2020-08-22T00:32:18.542Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.28 s - in org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest [2020-08-22T00:32:18.542Z] verifyStaticClassTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0.006 s [2020-08-22T00:32:18.542Z] verifyClassInstanceTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0.006 s [2020-08-22T00:32:18.542Z] verifyTypesForScriptEngine(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0.19 s [2020-08-22T00:32:18.542Z] verifyPackageTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0 s [2020-08-22T00:32:18.542Z] definedVariableTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0.001 s [2020-08-22T00:32:18.542Z] verifyStringLiteralTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0 s [2020-08-22T00:32:18.542Z] verifyUnknownTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0 s [2020-08-22T00:32:18.542Z] verifyNoneTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0.001 s [2020-08-22T00:32:18.542Z] Running org.eclipse.ease.lang.javascript.JavaScriptCodeFactoryTest [2020-08-22T00:32:18.542Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.ease.lang.javascript.JavaScriptCodeFactoryTest [2020-08-22T00:32:18.542Z] testCommentCreator(org.eclipse.ease.lang.javascript.JavaScriptCodeFactoryTest) Time elapsed: 0.004 s [2020-08-22T00:32:18.542Z] [2020-08-22T00:32:18.542Z] Results: [2020-08-22T00:32:18.542Z] [2020-08-22T00:32:18.542Z] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0 [2020-08-22T00:32:18.542Z] [2020-08-22T00:32:19.103Z] [INFO] All tests passed! [2020-08-22T00:32:19.103Z] [INFO] [2020-08-22T00:32:19.103Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.javascript.test --- [2020-08-22T00:32:19.103Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:32:19.103Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:32:19.103Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:32:19.103Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:32:19.103Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:32:19.103Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:32:19.104Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:32:19.104Z] [INFO] [2020-08-22T00:32:19.104Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.javascript.test --- [2020-08-22T00:32:19.104Z] [INFO] [2020-08-22T00:32:19.104Z] [INFO] ---------< org.eclipse.ease:org.eclipse.ease.lang.python.test >--------- [2020-08-22T00:32:19.104Z] [INFO] Building org.eclipse.ease.lang.python.test 0.8.0-SNAPSHOT [42/48] [2020-08-22T00:32:19.104Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-08-22T00:32:19.104Z] [INFO] [2020-08-22T00:32:19.104Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.python.test --- [2020-08-22T00:32:19.104Z] [INFO] [2020-08-22T00:32:19.104Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.test --- [2020-08-22T00:32:19.104Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-22T00:32:19.104Z] [INFO] [2020-08-22T00:32:19.104Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.test --- [2020-08-22T00:32:19.104Z] [INFO] [2020-08-22T00:32:19.104Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.test --- [2020-08-22T00:32:19.104Z] [INFO] [2020-08-22T00:32:19.104Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.python.test >>> [2020-08-22T00:32:19.104Z] [INFO] [2020-08-22T00:32:19.104Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.test --- [2020-08-22T00:32:19.104Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-22T00:32:19.104Z] [INFO] [2020-08-22T00:32:19.104Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.test --- [2020-08-22T00:32:19.104Z] [INFO] [2020-08-22T00:32:19.104Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.test --- [2020-08-22T00:32:19.104Z] [INFO] [2020-08-22T00:32:19.104Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.python.test <<< [2020-08-22T00:32:19.104Z] [INFO] [2020-08-22T00:32:19.104Z] [INFO] [2020-08-22T00:32:19.104Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.python.test --- [2020-08-22T00:32:19.104Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-08-22T00:32:20.481Z] [INFO] [2020-08-22T00:32:20.481Z] Loading source files for package org.eclipse.ease.lang.python... [2020-08-22T00:32:20.481Z] Constructing Javadoc information... [2020-08-22T00:32:20.481Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.python.test/target/javadoc-bundle-options/package-list" [2020-08-22T00:32:20.481Z] No plugin definition found, skipping [2020-08-22T00:32:20.481Z] No plugin definition found, skipping [2020-08-22T00:32:20.481Z] [WARNING] Javadoc Warnings [2020-08-22T00:32:20.481Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d" [2020-08-22T00:32:20.481Z] [INFO] [2020-08-22T00:32:20.481Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.python.test --- [2020-08-22T00:32:20.481Z] [INFO] [2020-08-22T00:32:20.481Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.python.test --- [2020-08-22T00:32:20.481Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:32:20.481Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.python.test/src/main/resources [2020-08-22T00:32:20.482Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.python.test/help [2020-08-22T00:32:20.482Z] [INFO] [2020-08-22T00:32:20.482Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.python.test --- [2020-08-22T00:32:20.482Z] [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.python.test/target/classes [2020-08-22T00:32:20.737Z] [INFO] [2020-08-22T00:32:20.737Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.python.test --- [2020-08-22T00:32:20.737Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:32:20.737Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.python.test/src/test/resources [2020-08-22T00:32:20.737Z] [INFO] [2020-08-22T00:32:20.737Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.python.test --- [2020-08-22T00:32:20.737Z] [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.python.test/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [2020-08-22T00:32:20.737Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.python.test/target/org.eclipse.ease.lang.python.test-0.8.0-SNAPSHOT-sources.jar [2020-08-22T00:32:20.737Z] [INFO] [2020-08-22T00:32:20.737Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python.test --- [2020-08-22T00:32:20.737Z] [INFO] [2020-08-22T00:32:20.737Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.python.test --- [2020-08-22T00:32:20.737Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.python.test/target/org.eclipse.ease.lang.python.test-0.8.0-SNAPSHOT.jar [2020-08-22T00:32:20.737Z] [INFO] [2020-08-22T00:32:20.737Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python.test --- [2020-08-22T00:32:20.737Z] [INFO] [2020-08-22T00:32:20.737Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.python.test --- [2020-08-22T00:32:20.737Z] [INFO] [2020-08-22T00:32:20.737Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python.test --- [2020-08-22T00:32:20.737Z] [INFO] [2020-08-22T00:32:20.737Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.ease.lang.python.test --- [2020-08-22T00:32:20.737Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.python.test/target/work/data/.metadata/.log [2020-08-22T00:32:20.737Z] [INFO] Command line: [2020-08-22T00:32:20.738Z] [/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.2020-03/tests/org.eclipse.ease.lang.python.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.python.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2020-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.2020-03/tests/org.eclipse.ease.lang.python.test/target/surefire.properties] [2020-08-22T00:32:20.738Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d" [2020-08-22T00:32:22.119Z] Running org.eclipse.ease.lang.python.PythonCodeFactoryTest [2020-08-22T00:32:22.119Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.ease.lang.python.PythonCodeFactoryTest [2020-08-22T00:32:22.119Z] testCommentCreator(org.eclipse.ease.lang.python.PythonCodeFactoryTest) Time elapsed: 0.004 s [2020-08-22T00:32:22.119Z] [2020-08-22T00:32:22.119Z] Results: [2020-08-22T00:32:22.119Z] [2020-08-22T00:32:22.119Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [2020-08-22T00:32:22.119Z] [2020-08-22T00:32:22.374Z] [INFO] All tests passed! [2020-08-22T00:32:22.374Z] [INFO] [2020-08-22T00:32:22.374Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.python.test --- [2020-08-22T00:32:22.374Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:32:22.374Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:32:22.374Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:32:22.375Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:32:22.375Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:32:22.375Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:32:22.375Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:32:22.375Z] [INFO] [2020-08-22T00:32:22.375Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.python.test --- [2020-08-22T00:32:22.375Z] [INFO] [2020-08-22T00:32:22.375Z] [INFO] -----< org.eclipse.ease:org.eclipse.ease.lang.python.jython.test >------ [2020-08-22T00:32:22.375Z] [INFO] Building org.eclipse.ease.lang.python.jython.test 0.8.0-SNAPSHOT [43/48] [2020-08-22T00:32:22.375Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-08-22T00:32:22.375Z] [INFO] [2020-08-22T00:32:22.375Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.python.jython.test --- [2020-08-22T00:32:22.375Z] [INFO] [2020-08-22T00:32:22.375Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.jython.test --- [2020-08-22T00:32:22.630Z] [INFO] The project's OSGi version is 0.8.0.I201911291239 [2020-08-22T00:32:22.630Z] [INFO] [2020-08-22T00:32:22.630Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.jython.test --- [2020-08-22T00:32:22.630Z] [INFO] [2020-08-22T00:32:22.630Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.jython.test --- [2020-08-22T00:32:22.630Z] [INFO] [2020-08-22T00:32:22.630Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.python.jython.test >>> [2020-08-22T00:32:22.630Z] [INFO] [2020-08-22T00:32:22.630Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.jython.test --- [2020-08-22T00:32:22.630Z] [INFO] The project's OSGi version is 0.8.0.I201911291239 [2020-08-22T00:32:22.630Z] [INFO] [2020-08-22T00:32:22.630Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.jython.test --- [2020-08-22T00:32:22.630Z] [INFO] [2020-08-22T00:32:22.630Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.jython.test --- [2020-08-22T00:32:22.630Z] [INFO] [2020-08-22T00:32:22.630Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.python.jython.test <<< [2020-08-22T00:32:22.630Z] [INFO] [2020-08-22T00:32:22.630Z] [INFO] [2020-08-22T00:32:22.630Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.python.jython.test --- [2020-08-22T00:32:22.631Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-08-22T00:32:23.997Z] [INFO] [2020-08-22T00:32:23.997Z] Loading source files for package org.eclipse.ease.lang.python.jython.debugger... [2020-08-22T00:32:23.997Z] Constructing Javadoc information... [2020-08-22T00:32:23.997Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.python.jython.test/target/javadoc-bundle-options/package-list" [2020-08-22T00:32:23.997Z] No plugin definition found, skipping [2020-08-22T00:32:23.997Z] No plugin definition found, skipping [2020-08-22T00:32:23.997Z] [WARNING] Javadoc Warnings [2020-08-22T00:32:23.997Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d" [2020-08-22T00:32:23.997Z] [INFO] [2020-08-22T00:32:23.997Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.python.jython.test --- [2020-08-22T00:32:23.997Z] [INFO] [2020-08-22T00:32:23.997Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.python.jython.test --- [2020-08-22T00:32:23.997Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:32:23.997Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.python.jython.test/src/main/resources [2020-08-22T00:32:23.997Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.python.jython.test/help [2020-08-22T00:32:23.998Z] [INFO] [2020-08-22T00:32:23.998Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.python.jython.test --- [2020-08-22T00:32:23.998Z] [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.python.jython.test/target/classes [2020-08-22T00:32:23.998Z] [INFO] [2020-08-22T00:32:23.998Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.python.jython.test --- [2020-08-22T00:32:23.998Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:32:23.998Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.python.jython.test/src/test/resources [2020-08-22T00:32:23.998Z] [INFO] [2020-08-22T00:32:23.998Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.python.jython.test --- [2020-08-22T00:32:23.998Z] [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.python.jython.test/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [2020-08-22T00:32:23.998Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:32:23.998Z] [INFO] [2020-08-22T00:32:23.998Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python.jython.test --- [2020-08-22T00:32:23.998Z] [INFO] [2020-08-22T00:32:23.998Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.python.jython.test --- [2020-08-22T00:32:23.998Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.python.jython.test/target/org.eclipse.ease.lang.python.jython.test-0.8.0-SNAPSHOT.jar [2020-08-22T00:32:23.998Z] [INFO] [2020-08-22T00:32:23.998Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python.jython.test --- [2020-08-22T00:32:23.998Z] [INFO] [2020-08-22T00:32:23.998Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.python.jython.test --- [2020-08-22T00:32:23.998Z] [INFO] [2020-08-22T00:32:23.998Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python.jython.test --- [2020-08-22T00:32:23.998Z] [INFO] [2020-08-22T00:32:23.998Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.ease.lang.python.jython.test --- [2020-08-22T00:32:24.255Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.python.jython.test/target/work/data/.metadata/.log [2020-08-22T00:32:24.255Z] [INFO] Command line: [2020-08-22T00:32:24.255Z] [/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.2020-03/tests/org.eclipse.ease.lang.python.jython.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.python.jython.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2020-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.2020-03/tests/org.eclipse.ease.lang.python.jython.test/target/surefire.properties] [2020-08-22T00:32:24.255Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d" [2020-08-22T00:32:26.780Z] Running org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest [2020-08-22T00:32:28.143Z] Start of script [2020-08-22T00:32:28.143Z] include file start [2020-08-22T00:32:28.143Z] include file processed [2020-08-22T00:32:28.143Z] Result of testMethod = 5 [2020-08-22T00:32:28.143Z] End of script [2020-08-22T00:32:28.143Z] Start of script [2020-08-22T00:32:28.143Z] include file start [2020-08-22T00:32:28.143Z] include file processed [2020-08-22T00:32:28.143Z] Result of testMethod = 5 [2020-08-22T00:32:28.143Z] End of script [2020-08-22T00:32:28.143Z] Start of script [2020-08-22T00:32:28.143Z] include file start [2020-08-22T00:32:28.143Z] include file processed [2020-08-22T00:32:28.143Z] Result of testMethod = 5 [2020-08-22T00:32:28.399Z] Traceback (most recent call last): [2020-08-22T00:32:28.399Z] File "(none)", line 184, in run [2020-08-22T00:32:28.399Z] File "__ref_L/Debug Test/Main.py_dznuaqhlxl", line 23, in [2020-08-22T00:32:28.399Z] File "(none)", line 161, in trace_dispatch [2020-08-22T00:32:28.399Z] org.eclipse.ease.ExitException: [2020-08-22T00:32:28.399Z] [2020-08-22T00:32:28.399Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-08-22T00:32:28.658Z] Start of script [2020-08-22T00:32:28.658Z] include file start [2020-08-22T00:32:28.658Z] include file processed [2020-08-22T00:32:28.658Z] Result of testMethod = 5 [2020-08-22T00:32:28.658Z] End of script [2020-08-22T00:32:29.226Z] Start of script [2020-08-22T00:32:29.226Z] include file start [2020-08-22T00:32:29.226Z] include file processed [2020-08-22T00:32:29.226Z] Result of testMethod = 5 [2020-08-22T00:32:29.226Z] End of script [2020-08-22T00:32:29.226Z] Start of script [2020-08-22T00:32:29.226Z] include file start [2020-08-22T00:32:29.226Z] include file processed [2020-08-22T00:32:29.481Z] Result of testMethod = 5 [2020-08-22T00:32:29.481Z] End of script [2020-08-22T00:32:29.481Z] Start of script [2020-08-22T00:32:29.481Z] include file start [2020-08-22T00:32:29.481Z] include file processed [2020-08-22T00:32:29.481Z] Result of testMethod = 5 [2020-08-22T00:32:29.736Z] Traceback (most recent call last): [2020-08-22T00:32:29.736Z] File "(none)", line 184, in run [2020-08-22T00:32:29.736Z] File "__ref_L/Debug Test/Main.py_vadsxibwxk", line 23, in [2020-08-22T00:32:29.736Z] File "(none)", line 161, in trace_dispatch [2020-08-22T00:32:29.736Z] org.eclipse.ease.ExitException: [2020-08-22T00:32:29.736Z] [2020-08-22T00:32:29.736Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-08-22T00:32:29.736Z] Start of script [2020-08-22T00:32:29.736Z] include file start [2020-08-22T00:32:29.736Z] include file processed [2020-08-22T00:32:29.992Z] Result of testMethod = 5 [2020-08-22T00:32:29.992Z] End of script [2020-08-22T00:32:29.992Z] Start of script [2020-08-22T00:32:29.992Z] include file start [2020-08-22T00:32:29.992Z] include file processed [2020-08-22T00:32:29.992Z] Result of testMethod = 5 [2020-08-22T00:32:30.247Z] End of script [2020-08-22T00:32:30.247Z] Start of script [2020-08-22T00:32:30.247Z] include file start [2020-08-22T00:32:30.247Z] include file processed [2020-08-22T00:32:30.809Z] Traceback (most recent call last): [2020-08-22T00:32:30.809Z] File "(none)", line 184, in run [2020-08-22T00:32:30.809Z] File "__ref_L/Debug Test/Main.py_dhasscjvei", line 22, in [2020-08-22T00:32:30.809Z] File "(none)", line 161, in trace_dispatch [2020-08-22T00:32:30.809Z] org.eclipse.ease.ExitException: [2020-08-22T00:32:30.809Z] [2020-08-22T00:32:30.809Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-08-22T00:32:30.809Z] Start of script [2020-08-22T00:32:30.809Z] include file start [2020-08-22T00:32:30.809Z] include file processed [2020-08-22T00:32:30.809Z] Result of testMethod = 5 [2020-08-22T00:32:30.809Z] End of script [2020-08-22T00:32:31.065Z] Start of script [2020-08-22T00:32:31.065Z] include file start [2020-08-22T00:32:31.065Z] include file processed [2020-08-22T00:32:31.320Z] Result of testMethod = 5 [2020-08-22T00:32:31.320Z] End of script [2020-08-22T00:32:31.320Z] Traceback (most recent call last): [2020-08-22T00:32:31.320Z] File "(none)", line 184, in run [2020-08-22T00:32:31.320Z] File "__ref_L/Debug Test/Main.py_izeypsnzij", line 1, in [2020-08-22T00:32:31.320Z] File "(none)", line 161, in trace_dispatch [2020-08-22T00:32:31.320Z] org.eclipse.ease.ExitException: [2020-08-22T00:32:31.320Z] [2020-08-22T00:32:31.320Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-08-22T00:32:31.575Z] Start of script [2020-08-22T00:32:31.575Z] include file start [2020-08-22T00:32:31.575Z] include file processed [2020-08-22T00:32:31.575Z] Result of testMethod = 5 [2020-08-22T00:32:31.575Z] End of script [2020-08-22T00:32:31.831Z] Start of script [2020-08-22T00:32:31.831Z] include file start [2020-08-22T00:32:31.831Z] include file processed [2020-08-22T00:32:31.831Z] Result of testMethod = 5 [2020-08-22T00:32:31.831Z] End of script [2020-08-22T00:32:32.087Z] Start of script [2020-08-22T00:32:32.087Z] include file start [2020-08-22T00:32:32.087Z] include file processed [2020-08-22T00:32:32.087Z] Result of testMethod = 5 [2020-08-22T00:32:32.342Z] Traceback (most recent call last): [2020-08-22T00:32:32.342Z] File "(none)", line 184, in run [2020-08-22T00:32:32.342Z] File "__ref_L/Debug Test/Main.py_bfjtcjoqpa", line 23, in [2020-08-22T00:32:32.342Z] File "(none)", line 161, in trace_dispatch [2020-08-22T00:32:32.342Z] org.eclipse.ease.ExitException: [2020-08-22T00:32:32.342Z] [2020-08-22T00:32:32.342Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-08-22T00:32:32.342Z] Start of script [2020-08-22T00:32:32.342Z] include file start [2020-08-22T00:32:32.342Z] include file processed [2020-08-22T00:32:32.598Z] Result of testMethod = 5 [2020-08-22T00:32:32.598Z] End of script [2020-08-22T00:32:32.854Z] Traceback (most recent call last): [2020-08-22T00:32:32.854Z] File "(none)", line 184, in run [2020-08-22T00:32:32.854Z] File "__ref_L/Debug Test/Main.py_jzpuegxzbv", line 1, in [2020-08-22T00:32:32.854Z] File "(none)", line 161, in trace_dispatch [2020-08-22T00:32:32.854Z] org.eclipse.ease.ExitException: [2020-08-22T00:32:32.854Z] [2020-08-22T00:32:32.854Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-08-22T00:32:32.854Z] Start of script [2020-08-22T00:32:32.854Z] include file start [2020-08-22T00:32:32.854Z] include file processed [2020-08-22T00:32:32.854Z] Result of testMethod = 5 [2020-08-22T00:32:32.854Z] End of script [2020-08-22T00:32:33.109Z] Start of script [2020-08-22T00:32:33.109Z] include file start [2020-08-22T00:32:33.109Z] include file processed [2020-08-22T00:32:33.365Z] Result of testMethod = 5 [2020-08-22T00:32:33.365Z] End of script [2020-08-22T00:32:33.365Z] Traceback (most recent call last): [2020-08-22T00:32:33.365Z] File "(none)", line 184, in run [2020-08-22T00:32:33.365Z] File "__ref_L/Debug Test/Main.py_crtrvdlbpt", line 1, in [2020-08-22T00:32:33.365Z] File "(none)", line 161, in trace_dispatch [2020-08-22T00:32:33.365Z] org.eclipse.ease.ExitException: [2020-08-22T00:32:33.365Z] [2020-08-22T00:32:33.365Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-08-22T00:32:33.620Z] Start of script [2020-08-22T00:32:33.620Z] include file start [2020-08-22T00:32:33.620Z] include file processed [2020-08-22T00:32:33.875Z] Result of testMethod = 5 [2020-08-22T00:32:33.875Z] End of script [2020-08-22T00:32:33.875Z] Start of script [2020-08-22T00:32:33.875Z] include file start [2020-08-22T00:32:33.875Z] include file processed [2020-08-22T00:32:33.875Z] Result of testMethod = 5 [2020-08-22T00:32:34.131Z] Traceback (most recent call last): [2020-08-22T00:32:34.131Z] File "(none)", line 184, in run [2020-08-22T00:32:34.131Z] File "__ref_L/Debug Test/Main.py_tvndsaeqfh", line 23, in [2020-08-22T00:32:34.131Z] File "(none)", line 161, in trace_dispatch [2020-08-22T00:32:34.131Z] org.eclipse.ease.ExitException: [2020-08-22T00:32:34.131Z] [2020-08-22T00:32:34.131Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-08-22T00:32:34.386Z] Start of script [2020-08-22T00:32:34.386Z] include file start [2020-08-22T00:32:34.386Z] include file processed [2020-08-22T00:32:34.386Z] Result of testMethod = 5 [2020-08-22T00:32:34.386Z] End of script [2020-08-22T00:32:34.386Z] Start of script [2020-08-22T00:32:34.386Z] include file start [2020-08-22T00:32:34.386Z] include file processed [2020-08-22T00:32:34.642Z] Result of testMethod = 5 [2020-08-22T00:32:34.642Z] End of script [2020-08-22T00:32:34.642Z] Start of script [2020-08-22T00:32:34.642Z] include file start [2020-08-22T00:32:34.642Z] include file processed [2020-08-22T00:32:34.642Z] Result of testMethod = 5 [2020-08-22T00:32:34.642Z] End of script [2020-08-22T00:32:34.896Z] Start of script [2020-08-22T00:32:34.896Z] include file start [2020-08-22T00:32:34.896Z] include file processed [2020-08-22T00:32:34.896Z] Result of testMethod = 5 [2020-08-22T00:32:34.896Z] End of script [2020-08-22T00:32:35.152Z] Start of script [2020-08-22T00:32:35.152Z] include file start [2020-08-22T00:32:35.152Z] include file processed [2020-08-22T00:32:35.408Z] Traceback (most recent call last): [2020-08-22T00:32:35.408Z] File "(none)", line 184, in run [2020-08-22T00:32:35.408Z] File "__ref_L/Debug Test/Main.py_nvwtehykcc", line 21, in [2020-08-22T00:32:35.408Z] File "__ref_L/Debug Test/Main.py_nvwtehykcc", line 18, in testMethod [2020-08-22T00:32:35.408Z] File "(none)", line 161, in trace_dispatch [2020-08-22T00:32:35.408Z] org.eclipse.ease.ExitException: [2020-08-22T00:32:35.408Z] [2020-08-22T00:32:35.408Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-08-22T00:32:35.408Z] Start of script [2020-08-22T00:32:35.663Z] include file start [2020-08-22T00:32:35.663Z] include file processed [2020-08-22T00:32:35.663Z] Result of testMethod = 5 [2020-08-22T00:32:35.663Z] End of script [2020-08-22T00:32:35.663Z] Start of script [2020-08-22T00:32:35.663Z] include file start [2020-08-22T00:32:35.663Z] include file processed [2020-08-22T00:32:35.663Z] Result of testMethod = 5 [2020-08-22T00:32:35.919Z] Traceback (most recent call last): [2020-08-22T00:32:35.919Z] File "(none)", line 184, in run [2020-08-22T00:32:35.919Z] File "__ref_L/Debug Test/Main.py_yexkldaqlj", line 23, in [2020-08-22T00:32:35.920Z] File "(none)", line 161, in trace_dispatch [2020-08-22T00:32:35.920Z] org.eclipse.ease.ExitException: [2020-08-22T00:32:35.920Z] [2020-08-22T00:32:35.920Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-08-22T00:32:35.920Z] Start of script [2020-08-22T00:32:36.175Z] include file start [2020-08-22T00:32:36.175Z] include file processed [2020-08-22T00:32:36.175Z] Result of testMethod = 5 [2020-08-22T00:32:36.175Z] End of script [2020-08-22T00:32:36.175Z] Start of script [2020-08-22T00:32:36.175Z] include file start [2020-08-22T00:32:36.175Z] include file processed [2020-08-22T00:32:36.430Z] Result of testMethod = 5 [2020-08-22T00:32:36.430Z] End of script [2020-08-22T00:32:36.430Z] Start of script [2020-08-22T00:32:36.430Z] include file start [2020-08-22T00:32:36.430Z] include file processed [2020-08-22T00:32:36.686Z] Result of testMethod = 5 [2020-08-22T00:32:36.686Z] End of script [2020-08-22T00:32:36.941Z] Start of script [2020-08-22T00:32:36.941Z] include file start [2020-08-22T00:32:36.941Z] include file processed [2020-08-22T00:32:36.941Z] Result of testMethod = 5 [2020-08-22T00:32:36.941Z] End of script [2020-08-22T00:32:36.941Z] Start of script [2020-08-22T00:32:36.941Z] include file start [2020-08-22T00:32:36.941Z] include file processed [2020-08-22T00:32:36.941Z] Result of testMethod = 5 [2020-08-22T00:32:37.197Z] Traceback (most recent call last): [2020-08-22T00:32:37.197Z] File "(none)", line 184, in run [2020-08-22T00:32:37.197Z] File "__ref_L/Debug Test/Main.py_tyomyaemqo", line 23, in [2020-08-22T00:32:37.197Z] File "(none)", line 161, in trace_dispatch [2020-08-22T00:32:37.197Z] org.eclipse.ease.ExitException: [2020-08-22T00:32:37.197Z] [2020-08-22T00:32:37.197Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-08-22T00:32:37.453Z] Start of script [2020-08-22T00:32:37.453Z] include file start [2020-08-22T00:32:37.453Z] include file processed [2020-08-22T00:32:37.453Z] Result of testMethod = 5 [2020-08-22T00:32:37.453Z] End of script [2020-08-22T00:32:37.453Z] Start of script [2020-08-22T00:32:37.453Z] include file start [2020-08-22T00:32:37.453Z] include file processed [2020-08-22T00:32:37.453Z] Result of testMethod = 5 [2020-08-22T00:32:37.708Z] Traceback (most recent call last): [2020-08-22T00:32:37.708Z] File "(none)", line 184, in run [2020-08-22T00:32:37.708Z] File "__ref_L/Debug Test/Main.py_xvhzeuesfa", line 23, in [2020-08-22T00:32:37.708Z] File "(none)", line 161, in trace_dispatch [2020-08-22T00:32:37.708Z] org.eclipse.ease.ExitException: [2020-08-22T00:32:37.708Z] [2020-08-22T00:32:37.708Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-08-22T00:32:37.964Z] Traceback (most recent call last): [2020-08-22T00:32:37.964Z] File "(none)", line 184, in run [2020-08-22T00:32:37.964Z] File "__ref_L/Debug Test/Main.py_dtgwsonyws", line 1, in [2020-08-22T00:32:37.964Z] File "(none)", line 161, in trace_dispatch [2020-08-22T00:32:37.964Z] org.eclipse.ease.ExitException: [2020-08-22T00:32:37.964Z] [2020-08-22T00:32:37.964Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-08-22T00:32:38.220Z] Start of script [2020-08-22T00:32:38.220Z] include file start [2020-08-22T00:32:38.220Z] include file processed [2020-08-22T00:32:38.220Z] Result of testMethod = 5 [2020-08-22T00:32:38.220Z] End of script [2020-08-22T00:32:38.220Z] Start of script [2020-08-22T00:32:38.220Z] include file start [2020-08-22T00:32:38.220Z] include file processed [2020-08-22T00:32:38.475Z] Result of testMethod = 5 [2020-08-22T00:32:38.475Z] End of script [2020-08-22T00:32:38.475Z] Start of script [2020-08-22T00:32:38.475Z] include file start [2020-08-22T00:32:38.475Z] include file processed [2020-08-22T00:32:38.475Z] Result of testMethod = 5 [2020-08-22T00:32:38.730Z] End of script [2020-08-22T00:32:38.730Z] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.272 s - in org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest [2020-08-22T00:32:38.730Z] disconnectProcessInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 1.499 s [2020-08-22T00:32:38.730Z] stepReturnIncludeCommand(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.21 s [2020-08-22T00:32:38.730Z] arrayVariableSorting(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.307 s [2020-08-22T00:32:38.730Z] stepOverOnDebugTarget(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.309 s [2020-08-22T00:32:38.730Z] hasDebugTarget(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.104 s [2020-08-22T00:32:38.730Z] disconnectThreadInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.207 s [2020-08-22T00:32:38.730Z] stepReturnOnDebugTarget(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.308 s [2020-08-22T00:32:38.730Z] nullVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.306 s [2020-08-22T00:32:38.730Z] stepOverOnStackFrame(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.307 s [2020-08-22T00:32:38.730Z] resumeOnDebugTarget(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.206 s [2020-08-22T00:32:38.730Z] modifyVariableKeepingType(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.506 s [2020-08-22T00:32:38.730Z] resumeOnLastIncludeLine(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.206 s [2020-08-22T00:32:38.730Z] stepReturnOnStackFrame(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.307 s [2020-08-22T00:32:38.730Z] terminateStackFrameInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.207 s [2020-08-22T00:32:38.730Z] breakpointLocation(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.206 s [2020-08-22T00:32:38.730Z] stepReturnOnThread(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.307 s [2020-08-22T00:32:38.730Z] javaClassVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.308 s [2020-08-22T00:32:38.730Z] stepIntoOnThread(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.306 s [2020-08-22T00:32:38.730Z] terminateThreadInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.205 s [2020-08-22T00:32:38.730Z] resumeOnThread(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.206 s [2020-08-22T00:32:38.730Z] stepIntoOnStackFrame(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.307 s [2020-08-22T00:32:38.730Z] terminateProcessInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.205 s [2020-08-22T00:32:38.730Z] stepOverOnProcess(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.307 s [2020-08-22T00:32:38.730Z] nativeArrayVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.306 s [2020-08-22T00:32:38.730Z] disconnectDebugTargetInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.206 s [2020-08-22T00:32:38.730Z] stepIntoOnProcess(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.306 s [2020-08-22T00:32:38.730Z] terminatedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.104 s [2020-08-22T00:32:38.730Z] stepOverIncludeCommand(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.305 s [2020-08-22T00:32:38.730Z] innerScopeVariableBeforeOuterScopeVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.305 s [2020-08-22T00:32:38.730Z] stepIntoIncludeCommand(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.304 s [2020-08-22T00:32:38.730Z] primitiveStringVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.305 s [2020-08-22T00:32:38.730Z] resumeOnProcess(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.205 s [2020-08-22T00:32:38.730Z] stepIntoOnDebugTarget(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.307 s [2020-08-22T00:32:38.730Z] stepOverOnThread(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.305 s [2020-08-22T00:32:38.730Z] suspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.205 s [2020-08-22T00:32:38.730Z] primitiveDoubleVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.305 s [2020-08-22T00:32:38.730Z] resumeOnStackFrame(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.205 s [2020-08-22T00:32:38.730Z] nativeObjectVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.305 s [2020-08-22T00:32:38.730Z] terminateDebugTargetInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.205 s [2020-08-22T00:32:38.730Z] disconnectStackFrameInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.205 s [2020-08-22T00:32:38.730Z] stepReturnOnProcess(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.305 s [2020-08-22T00:32:38.730Z] evaluateWatchExpression(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.207 s [2020-08-22T00:32:38.730Z] [2020-08-22T00:32:38.730Z] Results: [2020-08-22T00:32:38.730Z] [2020-08-22T00:32:38.730Z] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0 [2020-08-22T00:32:38.730Z] [2020-08-22T00:32:39.292Z] [INFO] All tests passed! [2020-08-22T00:32:39.292Z] [INFO] [2020-08-22T00:32:39.292Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.python.jython.test --- [2020-08-22T00:32:39.292Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:32:39.292Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:32:39.292Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:32:39.292Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:32:39.292Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:32:39.292Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:32:39.292Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:32:39.292Z] [INFO] [2020-08-22T00:32:39.292Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.python.jython.test --- [2020-08-22T00:32:39.292Z] [INFO] [2020-08-22T00:32:39.292Z] [INFO] ------< org.eclipse.ease:org.eclipse.ease.lang.python.py4j.test >------- [2020-08-22T00:32:39.292Z] [INFO] Building org.eclipse.ease.lang.python.py4j.test 0.8.0-SNAPSHOT [44/48] [2020-08-22T00:32:39.292Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-08-22T00:32:39.292Z] [INFO] [2020-08-22T00:32:39.292Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.python.py4j.test --- [2020-08-22T00:32:39.292Z] [INFO] [2020-08-22T00:32:39.292Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.py4j.test --- [2020-08-22T00:32:39.292Z] [INFO] The project's OSGi version is 0.8.0.I201912021001 [2020-08-22T00:32:39.292Z] [INFO] [2020-08-22T00:32:39.292Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.py4j.test --- [2020-08-22T00:32:39.292Z] [INFO] [2020-08-22T00:32:39.292Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.py4j.test --- [2020-08-22T00:32:39.292Z] [INFO] [2020-08-22T00:32:39.292Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.python.py4j.test >>> [2020-08-22T00:32:39.292Z] [INFO] [2020-08-22T00:32:39.292Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.py4j.test --- [2020-08-22T00:32:39.292Z] [INFO] The project's OSGi version is 0.8.0.I201912021001 [2020-08-22T00:32:39.292Z] [INFO] [2020-08-22T00:32:39.292Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.py4j.test --- [2020-08-22T00:32:39.292Z] [INFO] [2020-08-22T00:32:39.292Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.py4j.test --- [2020-08-22T00:32:39.292Z] [INFO] [2020-08-22T00:32:39.292Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.python.py4j.test <<< [2020-08-22T00:32:39.292Z] [INFO] [2020-08-22T00:32:39.292Z] [INFO] [2020-08-22T00:32:39.292Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.python.py4j.test --- [2020-08-22T00:32:39.549Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-08-22T00:32:40.912Z] [INFO] [2020-08-22T00:32:40.912Z] Loading source files for package org.eclipse.ease.lang.python.py4j... [2020-08-22T00:32:40.912Z] Loading source files for package org.eclipse.ease.lang.python.py4j.modules... [2020-08-22T00:32:40.912Z] Constructing Javadoc information... [2020-08-22T00:32:40.912Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.python.py4j.test/target/javadoc-bundle-options/package-list" [2020-08-22T00:32:40.912Z] [WARNING] Javadoc Warnings [2020-08-22T00:32:40.912Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d" [2020-08-22T00:32:40.912Z] [INFO] [2020-08-22T00:32:40.912Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.python.py4j.test --- [2020-08-22T00:32:40.913Z] [INFO] [2020-08-22T00:32:40.913Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.python.py4j.test --- [2020-08-22T00:32:40.913Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:32:40.913Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.python.py4j.test/src/main/resources [2020-08-22T00:32:40.913Z] [INFO] Copying 2 resources to help [2020-08-22T00:32:40.913Z] [INFO] [2020-08-22T00:32:40.913Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.python.py4j.test --- [2020-08-22T00:32:40.913Z] [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.python.py4j.test/target/classes [2020-08-22T00:32:40.913Z] [INFO] [2020-08-22T00:32:40.913Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.python.py4j.test --- [2020-08-22T00:32:40.913Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:32:40.913Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.python.py4j.test/src/test/resources [2020-08-22T00:32:40.913Z] [INFO] [2020-08-22T00:32:40.913Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.python.py4j.test --- [2020-08-22T00:32:40.913Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:32:40.913Z] [INFO] [2020-08-22T00:32:40.913Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python.py4j.test --- [2020-08-22T00:32:40.913Z] [INFO] [2020-08-22T00:32:40.913Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.python.py4j.test --- [2020-08-22T00:32:40.913Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.python.py4j.test/target/org.eclipse.ease.lang.python.py4j.test-0.8.0-SNAPSHOT.jar [2020-08-22T00:32:40.913Z] [INFO] [2020-08-22T00:32:40.913Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python.py4j.test --- [2020-08-22T00:32:40.913Z] [INFO] [2020-08-22T00:32:40.913Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.python.py4j.test --- [2020-08-22T00:32:40.913Z] [INFO] [2020-08-22T00:32:40.913Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python.py4j.test --- [2020-08-22T00:32:40.913Z] [INFO] [2020-08-22T00:32:40.913Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.ease.lang.python.py4j.test --- [2020-08-22T00:32:40.913Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/data/.metadata/.log [2020-08-22T00:32:40.913Z] [INFO] Command line: [2020-08-22T00:32:40.913Z] [/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.2020-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2020-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.2020-03/tests/org.eclipse.ease.lang.python.py4j.test/target/surefire.properties] [2020-08-22T00:32:40.913Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d" [2020-08-22T00:32:42.288Z] Running org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest [2020-08-22T00:32:42.849Z] org.eclipse.ease.ScriptExecutionException: Traceback (most recent call last): [2020-08-22T00:32:42.849Z] File "<...>", line 1, in [2020-08-22T00:32:42.849Z] File "<...>", line 81, in load_module [2020-08-22T00:32:42.849Z] ImportError: No EASE module named 'eclipse.test.notthere' [2020-08-22T00:32:42.849Z] [2020-08-22T00:32:43.104Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.779 s - in org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest [2020-08-22T00:32:43.104Z] loadSimpleModule(org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest) Time elapsed: 0.259 s [2020-08-22T00:32:43.104Z] loadModuleWithDependencies(org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest) Time elapsed: 0.083 s [2020-08-22T00:32:43.104Z] accessAdvancedModule(org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest) Time elapsed: 0.078 s [2020-08-22T00:32:43.104Z] importAs(org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest) Time elapsed: 0.08 s [2020-08-22T00:32:43.104Z] fromBasicImportMethod(org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest) Time elapsed: 0.061 s [2020-08-22T00:32:43.104Z] loadNotExistingModule(org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest) Time elapsed: 0.069 s [2020-08-22T00:32:43.104Z] fromBasicImportAll(org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest) Time elapsed: 0.061 s [2020-08-22T00:32:43.104Z] accessModule(org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest) Time elapsed: 0.06 s [2020-08-22T00:32:43.104Z] Running org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest [2020-08-22T00:32:43.104Z] ---------------------------------------------- [2020-08-22T00:32:43.104Z] Starting test: invalidSyntax(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:32:43.104Z] org.eclipse.ease.ScriptExecutionException: Traceback (most recent call last): [2020-08-22T00:32:43.104Z] File "/usr/lib64/python2.7/ast.py", line 37, in parse [2020-08-22T00:32:43.104Z] return compile(source, filename, mode, PyCF_ONLY_AST) [2020-08-22T00:32:43.104Z] File "", line 1 [2020-08-22T00:32:43.104Z] 1++ [2020-08-22T00:32:43.104Z] ^ [2020-08-22T00:32:43.104Z] SyntaxError: invalid syntax [2020-08-22T00:32:43.104Z] [2020-08-22T00:32:43.104Z] [2020-08-22T00:32:43.104Z] Finished test: invalidSyntax(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:32:43.104Z] ---------------------------------------------- [2020-08-22T00:32:43.104Z] ---------------------------------------------- [2020-08-22T00:32:43.104Z] Starting test: getScriptEngine(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:32:44.470Z] 1353829215 [2020-08-22T00:32:44.470Z] Finished test: getScriptEngine(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:32:44.470Z] ---------------------------------------------- [2020-08-22T00:32:44.470Z] ---------------------------------------------- [2020-08-22T00:32:44.470Z] Starting test: incompleteStatement(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:32:44.470Z] org.eclipse.ease.ScriptExecutionException: Traceback (most recent call last): [2020-08-22T00:32:44.470Z] File "/usr/lib64/python2.7/ast.py", line 37, in parse [2020-08-22T00:32:44.470Z] return compile(source, filename, mode, PyCF_ONLY_AST) [2020-08-22T00:32:44.470Z] File "", line 1 [2020-08-22T00:32:44.470Z] def a(): [2020-08-22T00:32:44.470Z] ^ [2020-08-22T00:32:44.470Z] SyntaxError: unexpected EOF while parsing [2020-08-22T00:32:44.470Z] [2020-08-22T00:32:44.727Z] [2020-08-22T00:32:44.727Z] Finished test: incompleteStatement(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:32:44.727Z] ---------------------------------------------- [2020-08-22T00:32:44.727Z] ---------------------------------------------- [2020-08-22T00:32:44.727Z] Starting test: multiLineStatement(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:32:44.727Z] [2020-08-22T00:32:44.727Z] Finished test: multiLineStatement(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:32:44.727Z] ---------------------------------------------- [2020-08-22T00:32:44.727Z] ---------------------------------------------- [2020-08-22T00:32:44.727Z] Starting test: runtimeError(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:32:44.983Z] org.eclipse.ease.ScriptExecutionException: Traceback (most recent call last): [2020-08-22T00:32:44.983Z] File "<...>", line 1, in [2020-08-22T00:32:44.983Z] NameError: name 'a' is not defined [2020-08-22T00:32:44.983Z] [2020-08-22T00:32:44.983Z] [2020-08-22T00:32:44.983Z] Finished test: runtimeError(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:32:44.983Z] ---------------------------------------------- [2020-08-22T00:32:44.983Z] ---------------------------------------------- [2020-08-22T00:32:44.983Z] Starting test: javaIntArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:32:45.239Z] [2020-08-22T00:32:45.239Z] Finished test: javaIntArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:32:45.239Z] ---------------------------------------------- [2020-08-22T00:32:45.239Z] ---------------------------------------------- [2020-08-22T00:32:45.239Z] Starting test: javaDoubleArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:32:45.494Z] [2020-08-22T00:32:45.494Z] Finished test: javaDoubleArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:32:45.494Z] ---------------------------------------------- [2020-08-22T00:32:45.494Z] ---------------------------------------------- [2020-08-22T00:32:45.494Z] Starting test: pythonSet(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:32:45.494Z] [2020-08-22T00:32:45.494Z] Finished test: pythonSet(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:32:45.494Z] ---------------------------------------------- [2020-08-22T00:32:45.494Z] ---------------------------------------------- [2020-08-22T00:32:45.494Z] Starting test: javaStringArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:32:45.750Z] [2020-08-22T00:32:45.750Z] Finished test: javaStringArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:32:45.750Z] ---------------------------------------------- [2020-08-22T00:32:45.750Z] ---------------------------------------------- [2020-08-22T00:32:45.750Z] Starting test: javaShortArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:32:46.005Z] [2020-08-22T00:32:46.005Z] Finished test: javaShortArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:32:46.005Z] ---------------------------------------------- [2020-08-22T00:32:46.005Z] ---------------------------------------------- [2020-08-22T00:32:46.005Z] Starting test: javaBooleanArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:32:46.260Z] [2020-08-22T00:32:46.260Z] Finished test: javaBooleanArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:32:46.260Z] ---------------------------------------------- [2020-08-22T00:32:46.260Z] ---------------------------------------------- [2020-08-22T00:32:46.260Z] Starting test: javaObjectArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:32:46.515Z] [2020-08-22T00:32:46.515Z] Finished test: javaObjectArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:32:46.515Z] ---------------------------------------------- [2020-08-22T00:32:46.515Z] ---------------------------------------------- [2020-08-22T00:32:46.515Z] Starting test: javaIntegerArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:32:46.515Z] [2020-08-22T00:32:46.515Z] Finished test: javaIntegerArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:32:46.515Z] ---------------------------------------------- [2020-08-22T00:32:46.515Z] ---------------------------------------------- [2020-08-22T00:32:46.515Z] Starting test: javaInteger(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:32:46.770Z] [2020-08-22T00:32:46.770Z] Finished test: javaInteger(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:32:46.770Z] ---------------------------------------------- [2020-08-22T00:32:46.770Z] ---------------------------------------------- [2020-08-22T00:32:46.771Z] Starting test: javaString(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:32:47.026Z] [2020-08-22T00:32:47.026Z] Finished test: javaString(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:32:47.026Z] ---------------------------------------------- [2020-08-22T00:32:47.026Z] ---------------------------------------------- [2020-08-22T00:32:47.026Z] Starting test: javaByteArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:32:47.281Z] [2020-08-22T00:32:47.281Z] Finished test: javaByteArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:32:47.281Z] ---------------------------------------------- [2020-08-22T00:32:47.281Z] ---------------------------------------------- [2020-08-22T00:32:47.281Z] Starting test: createEclipseClass(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:32:47.537Z] [2020-08-22T00:32:47.537Z] Finished test: createEclipseClass(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:32:47.537Z] ---------------------------------------------- [2020-08-22T00:32:47.537Z] ---------------------------------------------- [2020-08-22T00:32:47.537Z] Starting test: pythonString(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:32:47.537Z] [2020-08-22T00:32:47.537Z] Finished test: pythonString(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:32:47.537Z] ---------------------------------------------- [2020-08-22T00:32:47.537Z] ---------------------------------------------- [2020-08-22T00:32:47.537Z] Starting test: varargs(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:32:47.793Z] [2020-08-22T00:32:47.793Z] Finished test: varargs(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:32:47.793Z] ---------------------------------------------- [2020-08-22T00:32:47.793Z] ---------------------------------------------- [2020-08-22T00:32:47.793Z] Starting test: createJavaType(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:32:48.048Z] [2020-08-22T00:32:48.048Z] Finished test: createJavaType(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:32:48.048Z] ---------------------------------------------- [2020-08-22T00:32:48.048Z] ---------------------------------------------- [2020-08-22T00:32:48.048Z] Starting test: javaFloatArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:32:48.304Z] [2020-08-22T00:32:48.304Z] Finished test: javaFloatArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:32:48.304Z] ---------------------------------------------- [2020-08-22T00:32:48.304Z] ---------------------------------------------- [2020-08-22T00:32:48.304Z] Starting test: implementJavaInterface(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:32:48.562Z] [2020-08-22T00:32:48.562Z] Finished test: implementJavaInterface(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:32:48.562Z] ---------------------------------------------- [2020-08-22T00:32:48.562Z] ---------------------------------------------- [2020-08-22T00:32:48.562Z] Starting test: pythonDict(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:32:48.562Z] [2020-08-22T00:32:48.562Z] Finished test: pythonDict(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:32:48.562Z] ---------------------------------------------- [2020-08-22T00:32:48.562Z] ---------------------------------------------- [2020-08-22T00:32:48.562Z] Starting test: pythonList(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:32:48.822Z] [2020-08-22T00:32:48.822Z] Finished test: pythonList(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:32:48.822Z] ---------------------------------------------- [2020-08-22T00:32:48.822Z] ---------------------------------------------- [2020-08-22T00:32:48.822Z] Starting test: testMultiple(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:32:49.081Z] [2020-08-22T00:32:49.081Z] Finished test: testMultiple(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:32:49.081Z] ---------------------------------------------- [2020-08-22T00:32:49.081Z] ---------------------------------------------- [2020-08-22T00:32:49.081Z] Starting test: javaLongArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:32:49.336Z] [2020-08-22T00:32:49.336Z] Finished test: javaLongArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:32:49.336Z] ---------------------------------------------- [2020-08-22T00:32:49.337Z] ---------------------------------------------- [2020-08-22T00:32:49.337Z] Starting test: createPythonObject(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:32:49.337Z] [2020-08-22T00:32:49.337Z] Finished test: createPythonObject(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:32:49.337Z] ---------------------------------------------- [2020-08-22T00:32:49.337Z] ---------------------------------------------- [2020-08-22T00:32:49.337Z] Starting test: pythonInteger(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:32:49.592Z] [2020-08-22T00:32:49.592Z] Finished test: pythonInteger(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:32:49.592Z] ---------------------------------------------- [2020-08-22T00:32:49.592Z] Tests run: 30, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 6.672 s - in org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest [2020-08-22T00:32:49.592Z] invalidSyntax(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.21 s [2020-08-22T00:32:49.592Z] getScriptEngine(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 1.206 s [2020-08-22T00:32:49.592Z] callExit(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) skipped [2020-08-22T00:32:49.592Z] multiLinesOfCode(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) skipped [2020-08-22T00:32:49.592Z] incompleteStatement(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.202 s [2020-08-22T00:32:49.592Z] multiLineStatement(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.202 s [2020-08-22T00:32:49.592Z] runtimeError(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.203 s [2020-08-22T00:32:49.592Z] javaIntArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.206 s [2020-08-22T00:32:49.592Z] javaDoubleArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.203 s [2020-08-22T00:32:49.592Z] pythonSet(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.203 s [2020-08-22T00:32:49.592Z] javaStringArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.2 s [2020-08-22T00:32:49.592Z] javaShortArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.201 s [2020-08-22T00:32:49.592Z] javaBooleanArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.199 s [2020-08-22T00:32:49.592Z] javaObjectArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.209 s [2020-08-22T00:32:49.593Z] javaIntegerArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.203 s [2020-08-22T00:32:49.593Z] javaInteger(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.202 s [2020-08-22T00:32:49.593Z] javaString(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.2 s [2020-08-22T00:32:49.593Z] javaByteArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.2 s [2020-08-22T00:32:49.593Z] createEclipseClass(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.201 s [2020-08-22T00:32:49.593Z] pythonString(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.199 s [2020-08-22T00:32:49.593Z] varargs(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.201 s [2020-08-22T00:32:49.593Z] createJavaType(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.201 s [2020-08-22T00:32:49.593Z] javaFloatArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.199 s [2020-08-22T00:32:49.593Z] implementJavaInterface(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.201 s [2020-08-22T00:32:49.593Z] pythonDict(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.202 s [2020-08-22T00:32:49.593Z] pythonList(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.202 s [2020-08-22T00:32:49.593Z] testMultiple(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.206 s [2020-08-22T00:32:49.593Z] javaLongArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.203 s [2020-08-22T00:32:49.593Z] createPythonObject(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.204 s [2020-08-22T00:32:49.593Z] pythonInteger(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.199 s [2020-08-22T00:32:49.593Z] Running org.eclipse.ease.lang.python.py4j.Py4jDebugTest [2020-08-22T00:32:49.848Z] Start of script [2020-08-22T00:32:50.103Z] include file start [2020-08-22T00:32:50.103Z] include file processed [2020-08-22T00:32:50.103Z] Result of testMethod = 5 [2020-08-22T00:32:50.103Z] End of script [2020-08-22T00:32:50.103Z] Start of script [2020-08-22T00:32:50.103Z] include file start [2020-08-22T00:32:50.103Z] include file processed [2020-08-22T00:32:50.103Z] Result of testMethod = 5 [2020-08-22T00:32:50.103Z] End of script [2020-08-22T00:32:50.359Z] Start of script [2020-08-22T00:32:50.359Z] include file start [2020-08-22T00:32:50.359Z] include file processed [2020-08-22T00:32:50.359Z] Result of testMethod = 5 [2020-08-22T00:32:50.359Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: Traceback (most recent call last): [2020-08-22T00:32:50.359Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:32:50.359Z] return_value = getattr(self.pool[obj_id], method)(*params) [2020-08-22T00:32:50.359Z] File "<...>", line 424, in run [2020-08-22T00:32:50.359Z] File "/usr/lib64/python2.7/bdb.py", line 400, in run [2020-08-22T00:32:50.359Z] exec cmd in globals, locals [2020-08-22T00:32:50.359Z] File "__ref_L/Debug Test/Main.py_wokikzouet", line 23, in [2020-08-22T00:32:50.359Z] File "__ref_L/Debug Test/Main.py_wokikzouet", line 23, in [2020-08-22T00:32:50.359Z] File "<...>", line 231, in trace_dispatch [2020-08-22T00:32:50.359Z] File "/usr/lib64/python2.7/bdb.py", line 49, in trace_dispatch [2020-08-22T00:32:50.359Z] return self.dispatch_line(frame) [2020-08-22T00:32:50.359Z] File "/usr/lib64/python2.7/bdb.py", line 67, in dispatch_line [2020-08-22T00:32:50.359Z] self.user_line(frame) [2020-08-22T00:32:50.359Z] File "<...>", line 241, in user_line [2020-08-22T00:32:50.359Z] File "<...>", line 296, in dispatch [2020-08-22T00:32:50.359Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:32:50.359Z] answer, self.gateway_client, self.target_id, self.name) [2020-08-22T00:32:50.359Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:32:50.359Z] format(target_id, ".", name), value) [2020-08-22T00:32:50.359Z] Py4JJavaError: An error occurred while calling o0.traceDispatch. [2020-08-22T00:32:50.359Z] : org.eclipse.ease.ExitException: [2020-08-22T00:32:50.359Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:329) [2020-08-22T00:32:50.359Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:255) [2020-08-22T00:32:50.359Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.suspend(Py4jDebugger.java:87) [2020-08-22T00:32:50.359Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:490) [2020-08-22T00:32:50.359Z] at org.eclipse.ease.lang.python.debugger.PythonDebugger.traceDispatch(PythonDebugger.java:178) [2020-08-22T00:32:50.359Z] at sun.reflect.GeneratedMethodAccessor13.invoke(Unknown Source) [2020-08-22T00:32:50.359Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2020-08-22T00:32:50.359Z] at java.lang.reflect.Method.invoke(Method.java:498) [2020-08-22T00:32:50.359Z] at py4j.reflection.MethodInvoker.invoke(MethodInvoker.java:244) [2020-08-22T00:32:50.359Z] at py4j.reflection.ReflectionEngine.invoke(ReflectionEngine.java:357) [2020-08-22T00:32:50.359Z] at py4j.Gateway.invoke(Gateway.java:282) [2020-08-22T00:32:50.359Z] at py4j.commands.AbstractCommand.invokeMethod(AbstractCommand.java:132) [2020-08-22T00:32:50.359Z] at py4j.commands.CallCommand.execute(CallCommand.java:79) [2020-08-22T00:32:50.359Z] at py4j.ClientServerConnection.sendCommand(ClientServerConnection.java:244) [2020-08-22T00:32:50.359Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:384) [2020-08-22T00:32:50.359Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:356) [2020-08-22T00:32:50.359Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:106) [2020-08-22T00:32:50.359Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-22T00:32:50.359Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-22T00:32:50.359Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-22T00:32:50.359Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-22T00:32:50.359Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-22T00:32:50.359Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-22T00:32:50.359Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-22T00:32:50.359Z] [2020-08-22T00:32:50.359Z] [2020-08-22T00:32:50.359Z] at py4j.Protocol.getReturnValue(Protocol.java:476) [2020-08-22T00:32:50.359Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:108) [2020-08-22T00:32:50.359Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-22T00:32:50.359Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-22T00:32:50.359Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-22T00:32:50.359Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-22T00:32:50.359Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-22T00:32:50.359Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-22T00:32:50.359Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-22T00:32:50.615Z] Start of script [2020-08-22T00:32:50.615Z] include file start [2020-08-22T00:32:50.615Z] include file processed [2020-08-22T00:32:50.870Z] Result of testMethod = 5 [2020-08-22T00:32:50.871Z] End of script [2020-08-22T00:32:51.126Z] Start of script [2020-08-22T00:32:51.126Z] include file start [2020-08-22T00:32:51.126Z] include file processed [2020-08-22T00:32:51.126Z] Result of testMethod = 5 [2020-08-22T00:32:51.126Z] End of script [2020-08-22T00:32:51.382Z] Start of script [2020-08-22T00:32:51.382Z] include file start [2020-08-22T00:32:51.382Z] include file processed [2020-08-22T00:32:51.382Z] Result of testMethod = 5 [2020-08-22T00:32:51.382Z] End of script [2020-08-22T00:32:51.637Z] Start of script [2020-08-22T00:32:51.637Z] include file start [2020-08-22T00:32:51.637Z] include file processed [2020-08-22T00:32:51.637Z] Result of testMethod = 5 [2020-08-22T00:32:51.893Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: Traceback (most recent call last): [2020-08-22T00:32:51.893Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:32:51.893Z] return_value = getattr(self.pool[obj_id], method)(*params) [2020-08-22T00:32:51.893Z] File "<...>", line 424, in run [2020-08-22T00:32:51.893Z] File "/usr/lib64/python2.7/bdb.py", line 400, in run [2020-08-22T00:32:51.893Z] exec cmd in globals, locals [2020-08-22T00:32:51.893Z] File "__ref_L/Debug Test/Main.py_lqsclnuwqi", line 23, in [2020-08-22T00:32:51.893Z] File "__ref_L/Debug Test/Main.py_lqsclnuwqi", line 23, in [2020-08-22T00:32:51.893Z] File "<...>", line 231, in trace_dispatch [2020-08-22T00:32:51.893Z] File "/usr/lib64/python2.7/bdb.py", line 49, in trace_dispatch [2020-08-22T00:32:51.893Z] return self.dispatch_line(frame) [2020-08-22T00:32:51.893Z] File "/usr/lib64/python2.7/bdb.py", line 67, in dispatch_line [2020-08-22T00:32:51.893Z] self.user_line(frame) [2020-08-22T00:32:51.893Z] File "<...>", line 241, in user_line [2020-08-22T00:32:51.893Z] File "<...>", line 296, in dispatch [2020-08-22T00:32:51.893Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:32:51.893Z] answer, self.gateway_client, self.target_id, self.name) [2020-08-22T00:32:51.893Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:32:51.893Z] format(target_id, ".", name), value) [2020-08-22T00:32:51.893Z] Py4JJavaError: An error occurred while calling o0.traceDispatch. [2020-08-22T00:32:51.893Z] : org.eclipse.ease.ExitException: [2020-08-22T00:32:51.893Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:329) [2020-08-22T00:32:51.893Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:255) [2020-08-22T00:32:51.893Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.suspend(Py4jDebugger.java:87) [2020-08-22T00:32:51.893Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:490) [2020-08-22T00:32:51.893Z] at org.eclipse.ease.lang.python.debugger.PythonDebugger.traceDispatch(PythonDebugger.java:178) [2020-08-22T00:32:51.893Z] at sun.reflect.GeneratedMethodAccessor13.invoke(Unknown Source) [2020-08-22T00:32:51.893Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2020-08-22T00:32:51.893Z] at java.lang.reflect.Method.invoke(Method.java:498) [2020-08-22T00:32:51.893Z] at py4j.reflection.MethodInvoker.invoke(MethodInvoker.java:244) [2020-08-22T00:32:51.893Z] at py4j.reflection.ReflectionEngine.invoke(ReflectionEngine.java:357) [2020-08-22T00:32:51.893Z] at py4j.Gateway.invoke(Gateway.java:282) [2020-08-22T00:32:51.894Z] at py4j.commands.AbstractCommand.invokeMethod(AbstractCommand.java:132) [2020-08-22T00:32:51.894Z] at py4j.commands.CallCommand.execute(CallCommand.java:79) [2020-08-22T00:32:51.894Z] at py4j.ClientServerConnection.sendCommand(ClientServerConnection.java:244) [2020-08-22T00:32:51.894Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:384) [2020-08-22T00:32:51.894Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:356) [2020-08-22T00:32:51.894Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:106) [2020-08-22T00:32:51.894Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-22T00:32:51.894Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-22T00:32:51.894Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-22T00:32:51.894Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-22T00:32:51.894Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-22T00:32:51.894Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-22T00:32:51.894Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-22T00:32:51.894Z] [2020-08-22T00:32:51.894Z] [2020-08-22T00:32:51.894Z] at py4j.Protocol.getReturnValue(Protocol.java:476) [2020-08-22T00:32:51.894Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:108) [2020-08-22T00:32:51.894Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-22T00:32:51.894Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-22T00:32:51.894Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-22T00:32:51.894Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-22T00:32:51.894Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-22T00:32:51.894Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-22T00:32:51.894Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-22T00:32:51.894Z] Start of script [2020-08-22T00:32:51.894Z] include file start [2020-08-22T00:32:51.894Z] include file processed [2020-08-22T00:32:52.149Z] Result of testMethod = 5 [2020-08-22T00:32:52.149Z] End of script [2020-08-22T00:32:52.405Z] Start of script [2020-08-22T00:32:52.405Z] include file start [2020-08-22T00:32:52.405Z] include file processed [2020-08-22T00:32:52.405Z] Result of testMethod = 5 [2020-08-22T00:32:52.405Z] End of script [2020-08-22T00:32:52.661Z] Start of script [2020-08-22T00:32:52.661Z] include file start [2020-08-22T00:32:52.661Z] include file processed [2020-08-22T00:32:52.917Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: Traceback (most recent call last): [2020-08-22T00:32:52.917Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:32:52.917Z] return_value = getattr(self.pool[obj_id], method)(*params) [2020-08-22T00:32:52.917Z] File "<...>", line 424, in run [2020-08-22T00:32:52.917Z] File "/usr/lib64/python2.7/bdb.py", line 400, in run [2020-08-22T00:32:52.917Z] exec cmd in globals, locals [2020-08-22T00:32:52.917Z] File "__ref_L/Debug Test/Main.py_uxlnkyjscl", line 22, in [2020-08-22T00:32:52.917Z] File "__ref_L/Debug Test/Main.py_uxlnkyjscl", line 22, in [2020-08-22T00:32:52.917Z] File "<...>", line 231, in trace_dispatch [2020-08-22T00:32:52.917Z] File "/usr/lib64/python2.7/bdb.py", line 49, in trace_dispatch [2020-08-22T00:32:52.917Z] return self.dispatch_line(frame) [2020-08-22T00:32:52.917Z] File "/usr/lib64/python2.7/bdb.py", line 67, in dispatch_line [2020-08-22T00:32:52.917Z] self.user_line(frame) [2020-08-22T00:32:52.917Z] File "<...>", line 241, in user_line [2020-08-22T00:32:52.917Z] File "<...>", line 296, in dispatch [2020-08-22T00:32:52.917Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:32:52.917Z] answer, self.gateway_client, self.target_id, self.name) [2020-08-22T00:32:52.917Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:32:52.917Z] format(target_id, ".", name), value) [2020-08-22T00:32:52.917Z] Py4JJavaError: An error occurred while calling o0.traceDispatch. [2020-08-22T00:32:52.917Z] : org.eclipse.ease.ExitException: [2020-08-22T00:32:52.917Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:329) [2020-08-22T00:32:52.917Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:255) [2020-08-22T00:32:52.917Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.suspend(Py4jDebugger.java:87) [2020-08-22T00:32:52.917Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:510) [2020-08-22T00:32:52.917Z] at org.eclipse.ease.lang.python.debugger.PythonDebugger.traceDispatch(PythonDebugger.java:178) [2020-08-22T00:32:52.917Z] at sun.reflect.GeneratedMethodAccessor13.invoke(Unknown Source) [2020-08-22T00:32:52.917Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2020-08-22T00:32:52.917Z] at java.lang.reflect.Method.invoke(Method.java:498) [2020-08-22T00:32:52.917Z] at py4j.reflection.MethodInvoker.invoke(MethodInvoker.java:244) [2020-08-22T00:32:52.917Z] at py4j.reflection.ReflectionEngine.invoke(ReflectionEngine.java:357) [2020-08-22T00:32:52.917Z] at py4j.Gateway.invoke(Gateway.java:282) [2020-08-22T00:32:52.917Z] at py4j.commands.AbstractCommand.invokeMethod(AbstractCommand.java:132) [2020-08-22T00:32:52.917Z] at py4j.commands.CallCommand.execute(CallCommand.java:79) [2020-08-22T00:32:52.917Z] at py4j.ClientServerConnection.sendCommand(ClientServerConnection.java:244) [2020-08-22T00:32:52.917Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:384) [2020-08-22T00:32:52.917Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:356) [2020-08-22T00:32:52.917Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:106) [2020-08-22T00:32:52.917Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-22T00:32:52.917Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-22T00:32:52.917Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-22T00:32:52.917Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-22T00:32:52.917Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-22T00:32:52.917Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-22T00:32:52.917Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-22T00:32:52.917Z] [2020-08-22T00:32:52.917Z] [2020-08-22T00:32:52.917Z] at py4j.Protocol.getReturnValue(Protocol.java:476) [2020-08-22T00:32:52.917Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:108) [2020-08-22T00:32:52.917Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-22T00:32:52.917Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-22T00:32:52.917Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-22T00:32:52.917Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-22T00:32:52.917Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-22T00:32:52.917Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-22T00:32:52.917Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-22T00:32:53.173Z] Start of script [2020-08-22T00:32:53.173Z] include file start [2020-08-22T00:32:53.173Z] include file processed [2020-08-22T00:32:53.173Z] Result of testMethod = 5 [2020-08-22T00:32:53.173Z] End of script [2020-08-22T00:32:53.428Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: Traceback (most recent call last): [2020-08-22T00:32:53.428Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:32:53.428Z] return_value = getattr(self.pool[obj_id], method)(*params) [2020-08-22T00:32:53.428Z] File "<...>", line 424, in run [2020-08-22T00:32:53.428Z] File "/usr/lib64/python2.7/bdb.py", line 400, in run [2020-08-22T00:32:53.428Z] exec cmd in globals, locals [2020-08-22T00:32:53.428Z] File "__ref_L/Debug Test/Main.py_osezbxvcbq", line 1, in [2020-08-22T00:32:53.428Z] File "__ref_L/Debug Test/Main.py_osezbxvcbq", line 1, in [2020-08-22T00:32:53.428Z] File "<...>", line 231, in trace_dispatch [2020-08-22T00:32:53.428Z] File "/usr/lib64/python2.7/bdb.py", line 49, in trace_dispatch [2020-08-22T00:32:53.428Z] return self.dispatch_line(frame) [2020-08-22T00:32:53.428Z] File "/usr/lib64/python2.7/bdb.py", line 67, in dispatch_line [2020-08-22T00:32:53.428Z] self.user_line(frame) [2020-08-22T00:32:53.428Z] File "<...>", line 241, in user_line [2020-08-22T00:32:53.428Z] File "<...>", line 296, in dispatch [2020-08-22T00:32:53.428Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:32:53.428Z] answer, self.gateway_client, self.target_id, self.name) [2020-08-22T00:32:53.428Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:32:53.428Z] format(target_id, ".", name), value) [2020-08-22T00:32:53.428Z] Py4JJavaError: An error occurred while calling o0.traceDispatch. [2020-08-22T00:32:53.428Z] : org.eclipse.ease.ExitException: [2020-08-22T00:32:53.428Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:329) [2020-08-22T00:32:53.428Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:255) [2020-08-22T00:32:53.428Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.suspend(Py4jDebugger.java:87) [2020-08-22T00:32:53.428Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:490) [2020-08-22T00:32:53.428Z] at org.eclipse.ease.lang.python.debugger.PythonDebugger.traceDispatch(PythonDebugger.java:178) [2020-08-22T00:32:53.428Z] at sun.reflect.GeneratedMethodAccessor13.invoke(Unknown Source) [2020-08-22T00:32:53.428Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2020-08-22T00:32:53.428Z] at java.lang.reflect.Method.invoke(Method.java:498) [2020-08-22T00:32:53.428Z] at py4j.reflection.MethodInvoker.invoke(MethodInvoker.java:244) [2020-08-22T00:32:53.428Z] at py4j.reflection.ReflectionEngine.invoke(ReflectionEngine.java:357) [2020-08-22T00:32:53.428Z] at py4j.Gateway.invoke(Gateway.java:282) [2020-08-22T00:32:53.428Z] at py4j.commands.AbstractCommand.invokeMethod(AbstractCommand.java:132) [2020-08-22T00:32:53.428Z] at py4j.commands.CallCommand.execute(CallCommand.java:79) [2020-08-22T00:32:53.428Z] at py4j.ClientServerConnection.sendCommand(ClientServerConnection.java:244) [2020-08-22T00:32:53.428Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:384) [2020-08-22T00:32:53.428Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:356) [2020-08-22T00:32:53.428Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:106) [2020-08-22T00:32:53.428Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-22T00:32:53.428Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-22T00:32:53.428Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-22T00:32:53.428Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-22T00:32:53.428Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-22T00:32:53.428Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-22T00:32:53.428Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-22T00:32:53.428Z] [2020-08-22T00:32:53.428Z] [2020-08-22T00:32:53.428Z] at py4j.Protocol.getReturnValue(Protocol.java:476) [2020-08-22T00:32:53.428Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:108) [2020-08-22T00:32:53.428Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-22T00:32:53.428Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-22T00:32:53.428Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-22T00:32:53.428Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-22T00:32:53.428Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-22T00:32:53.428Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-22T00:32:53.428Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-22T00:32:53.695Z] Start of script [2020-08-22T00:32:53.695Z] include file start [2020-08-22T00:32:53.695Z] include file processed [2020-08-22T00:32:53.695Z] Result of testMethod = 5 [2020-08-22T00:32:53.695Z] End of script [2020-08-22T00:32:53.951Z] Start of script [2020-08-22T00:32:53.951Z] include file start [2020-08-22T00:32:53.951Z] include file processed [2020-08-22T00:32:53.951Z] Result of testMethod = 5 [2020-08-22T00:32:53.951Z] End of script [2020-08-22T00:32:54.208Z] Start of script [2020-08-22T00:32:54.208Z] include file start [2020-08-22T00:32:54.208Z] include file processed [2020-08-22T00:32:54.208Z] Result of testMethod = 5 [2020-08-22T00:32:54.209Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: Traceback (most recent call last): [2020-08-22T00:32:54.209Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:32:54.209Z] return_value = getattr(self.pool[obj_id], method)(*params) [2020-08-22T00:32:54.209Z] File "<...>", line 424, in run [2020-08-22T00:32:54.209Z] File "/usr/lib64/python2.7/bdb.py", line 400, in run [2020-08-22T00:32:54.209Z] exec cmd in globals, locals [2020-08-22T00:32:54.209Z] File "__ref_L/Debug Test/Main.py_wyfywmjzvw", line 23, in [2020-08-22T00:32:54.209Z] File "__ref_L/Debug Test/Main.py_wyfywmjzvw", line 23, in [2020-08-22T00:32:54.209Z] File "<...>", line 231, in trace_dispatch [2020-08-22T00:32:54.209Z] File "/usr/lib64/python2.7/bdb.py", line 49, in trace_dispatch [2020-08-22T00:32:54.209Z] return self.dispatch_line(frame) [2020-08-22T00:32:54.209Z] File "/usr/lib64/python2.7/bdb.py", line 67, in dispatch_line [2020-08-22T00:32:54.209Z] self.user_line(frame) [2020-08-22T00:32:54.209Z] File "<...>", line 241, in user_line [2020-08-22T00:32:54.209Z] File "<...>", line 296, in dispatch [2020-08-22T00:32:54.209Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:32:54.209Z] answer, self.gateway_client, self.target_id, self.name) [2020-08-22T00:32:54.209Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:32:54.209Z] format(target_id, ".", name), value) [2020-08-22T00:32:54.209Z] Py4JJavaError: An error occurred while calling o0.traceDispatch. [2020-08-22T00:32:54.209Z] : org.eclipse.ease.ExitException: [2020-08-22T00:32:54.209Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:329) [2020-08-22T00:32:54.209Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:255) [2020-08-22T00:32:54.209Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.suspend(Py4jDebugger.java:87) [2020-08-22T00:32:54.209Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:490) [2020-08-22T00:32:54.209Z] at org.eclipse.ease.lang.python.debugger.PythonDebugger.traceDispatch(PythonDebugger.java:178) [2020-08-22T00:32:54.209Z] at sun.reflect.GeneratedMethodAccessor13.invoke(Unknown Source) [2020-08-22T00:32:54.209Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2020-08-22T00:32:54.209Z] at java.lang.reflect.Method.invoke(Method.java:498) [2020-08-22T00:32:54.209Z] at py4j.reflection.MethodInvoker.invoke(MethodInvoker.java:244) [2020-08-22T00:32:54.209Z] at py4j.reflection.ReflectionEngine.invoke(ReflectionEngine.java:357) [2020-08-22T00:32:54.209Z] at py4j.Gateway.invoke(Gateway.java:282) [2020-08-22T00:32:54.209Z] at py4j.commands.AbstractCommand.invokeMethod(AbstractCommand.java:132) [2020-08-22T00:32:54.209Z] at py4j.commands.CallCommand.execute(CallCommand.java:79) [2020-08-22T00:32:54.209Z] at py4j.ClientServerConnection.sendCommand(ClientServerConnection.java:244) [2020-08-22T00:32:54.209Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:384) [2020-08-22T00:32:54.209Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:356) [2020-08-22T00:32:54.209Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:106) [2020-08-22T00:32:54.209Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-22T00:32:54.209Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-22T00:32:54.209Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-22T00:32:54.209Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-22T00:32:54.209Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-22T00:32:54.209Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-22T00:32:54.209Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-22T00:32:54.209Z] [2020-08-22T00:32:54.209Z] [2020-08-22T00:32:54.209Z] at py4j.Protocol.getReturnValue(Protocol.java:476) [2020-08-22T00:32:54.209Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:108) [2020-08-22T00:32:54.209Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-22T00:32:54.209Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-22T00:32:54.209Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-22T00:32:54.209Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-22T00:32:54.209Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-22T00:32:54.209Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-22T00:32:54.209Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-22T00:32:54.465Z] Start of script [2020-08-22T00:32:54.465Z] include file start [2020-08-22T00:32:54.465Z] include file processed [2020-08-22T00:32:54.465Z] Result of testMethod = 5 [2020-08-22T00:32:54.465Z] End of script [2020-08-22T00:32:54.721Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: Traceback (most recent call last): [2020-08-22T00:32:54.721Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:32:54.721Z] return_value = getattr(self.pool[obj_id], method)(*params) [2020-08-22T00:32:54.721Z] File "<...>", line 424, in run [2020-08-22T00:32:54.721Z] File "/usr/lib64/python2.7/bdb.py", line 400, in run [2020-08-22T00:32:54.721Z] exec cmd in globals, locals [2020-08-22T00:32:54.721Z] File "__ref_L/Debug Test/Main.py_udskohphzl", line 1, in [2020-08-22T00:32:54.721Z] File "__ref_L/Debug Test/Main.py_udskohphzl", line 1, in [2020-08-22T00:32:54.721Z] File "<...>", line 231, in trace_dispatch [2020-08-22T00:32:54.721Z] File "/usr/lib64/python2.7/bdb.py", line 49, in trace_dispatch [2020-08-22T00:32:54.721Z] return self.dispatch_line(frame) [2020-08-22T00:32:54.721Z] File "/usr/lib64/python2.7/bdb.py", line 67, in dispatch_line [2020-08-22T00:32:54.721Z] self.user_line(frame) [2020-08-22T00:32:54.721Z] File "<...>", line 241, in user_line [2020-08-22T00:32:54.721Z] File "<...>", line 296, in dispatch [2020-08-22T00:32:54.721Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:32:54.721Z] answer, self.gateway_client, self.target_id, self.name) [2020-08-22T00:32:54.721Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:32:54.721Z] format(target_id, ".", name), value) [2020-08-22T00:32:54.721Z] Py4JJavaError: An error occurred while calling o0.traceDispatch. [2020-08-22T00:32:54.721Z] : org.eclipse.ease.ExitException: [2020-08-22T00:32:54.721Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:329) [2020-08-22T00:32:54.721Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:255) [2020-08-22T00:32:54.721Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.suspend(Py4jDebugger.java:87) [2020-08-22T00:32:54.721Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:490) [2020-08-22T00:32:54.721Z] at org.eclipse.ease.lang.python.debugger.PythonDebugger.traceDispatch(PythonDebugger.java:178) [2020-08-22T00:32:54.721Z] at sun.reflect.GeneratedMethodAccessor13.invoke(Unknown Source) [2020-08-22T00:32:54.721Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2020-08-22T00:32:54.721Z] at java.lang.reflect.Method.invoke(Method.java:498) [2020-08-22T00:32:54.721Z] at py4j.reflection.MethodInvoker.invoke(MethodInvoker.java:244) [2020-08-22T00:32:54.721Z] at py4j.reflection.ReflectionEngine.invoke(ReflectionEngine.java:357) [2020-08-22T00:32:54.721Z] at py4j.Gateway.invoke(Gateway.java:282) [2020-08-22T00:32:54.721Z] at py4j.commands.AbstractCommand.invokeMethod(AbstractCommand.java:132) [2020-08-22T00:32:54.722Z] at py4j.commands.CallCommand.execute(CallCommand.java:79) [2020-08-22T00:32:54.722Z] at py4j.ClientServerConnection.sendCommand(ClientServerConnection.java:244) [2020-08-22T00:32:54.722Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:384) [2020-08-22T00:32:54.722Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:356) [2020-08-22T00:32:54.722Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:106) [2020-08-22T00:32:54.722Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-22T00:32:54.722Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-22T00:32:54.722Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-22T00:32:54.722Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-22T00:32:54.722Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-22T00:32:54.722Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-22T00:32:54.722Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-22T00:32:54.722Z] [2020-08-22T00:32:54.722Z] [2020-08-22T00:32:54.722Z] at py4j.Protocol.getReturnValue(Protocol.java:476) [2020-08-22T00:32:54.722Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:108) [2020-08-22T00:32:54.722Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-22T00:32:54.722Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-22T00:32:54.722Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-22T00:32:54.722Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-22T00:32:54.722Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-22T00:32:54.722Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-22T00:32:54.722Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-22T00:32:54.978Z] Start of script [2020-08-22T00:32:54.978Z] include file start [2020-08-22T00:32:54.978Z] include file processed [2020-08-22T00:32:54.978Z] Result of testMethod = 5 [2020-08-22T00:32:54.978Z] End of script [2020-08-22T00:32:55.234Z] Start of script [2020-08-22T00:32:55.234Z] include file start [2020-08-22T00:32:55.234Z] include file processed [2020-08-22T00:32:55.234Z] Result of testMethod = 5 [2020-08-22T00:32:55.234Z] End of script [2020-08-22T00:32:55.489Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: Traceback (most recent call last): [2020-08-22T00:32:55.490Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:32:55.490Z] return_value = getattr(self.pool[obj_id], method)(*params) [2020-08-22T00:32:55.490Z] File "<...>", line 424, in run [2020-08-22T00:32:55.490Z] File "/usr/lib64/python2.7/bdb.py", line 400, in run [2020-08-22T00:32:55.490Z] exec cmd in globals, locals [2020-08-22T00:32:55.490Z] File "__ref_L/Debug Test/Main.py_koannqbyiz", line 1, in [2020-08-22T00:32:55.490Z] File "__ref_L/Debug Test/Main.py_koannqbyiz", line 1, in [2020-08-22T00:32:55.490Z] File "<...>", line 231, in trace_dispatch [2020-08-22T00:32:55.490Z] File "/usr/lib64/python2.7/bdb.py", line 49, in trace_dispatch [2020-08-22T00:32:55.490Z] return self.dispatch_line(frame) [2020-08-22T00:32:55.490Z] File "/usr/lib64/python2.7/bdb.py", line 67, in dispatch_line [2020-08-22T00:32:55.490Z] self.user_line(frame) [2020-08-22T00:32:55.490Z] File "<...>", line 241, in user_line [2020-08-22T00:32:55.490Z] File "<...>", line 296, in dispatch [2020-08-22T00:32:55.490Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:32:55.490Z] answer, self.gateway_client, self.target_id, self.name) [2020-08-22T00:32:55.490Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:32:55.490Z] format(target_id, ".", name), value) [2020-08-22T00:32:55.490Z] Py4JJavaError: An error occurred while calling o0.traceDispatch. [2020-08-22T00:32:55.490Z] : org.eclipse.ease.ExitException: [2020-08-22T00:32:55.490Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:329) [2020-08-22T00:32:55.490Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:255) [2020-08-22T00:32:55.490Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.suspend(Py4jDebugger.java:87) [2020-08-22T00:32:55.490Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:490) [2020-08-22T00:32:55.490Z] at org.eclipse.ease.lang.python.debugger.PythonDebugger.traceDispatch(PythonDebugger.java:178) [2020-08-22T00:32:55.490Z] at sun.reflect.GeneratedMethodAccessor13.invoke(Unknown Source) [2020-08-22T00:32:55.490Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2020-08-22T00:32:55.490Z] at java.lang.reflect.Method.invoke(Method.java:498) [2020-08-22T00:32:55.490Z] at py4j.reflection.MethodInvoker.invoke(MethodInvoker.java:244) [2020-08-22T00:32:55.490Z] at py4j.reflection.ReflectionEngine.invoke(ReflectionEngine.java:357) [2020-08-22T00:32:55.490Z] at py4j.Gateway.invoke(Gateway.java:282) [2020-08-22T00:32:55.490Z] at py4j.commands.AbstractCommand.invokeMethod(AbstractCommand.java:132) [2020-08-22T00:32:55.490Z] at py4j.commands.CallCommand.execute(CallCommand.java:79) [2020-08-22T00:32:55.490Z] at py4j.ClientServerConnection.sendCommand(ClientServerConnection.java:244) [2020-08-22T00:32:55.490Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:384) [2020-08-22T00:32:55.490Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:356) [2020-08-22T00:32:55.490Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:106) [2020-08-22T00:32:55.490Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-22T00:32:55.490Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-22T00:32:55.490Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-22T00:32:55.490Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-22T00:32:55.490Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-22T00:32:55.490Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-22T00:32:55.490Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-22T00:32:55.490Z] [2020-08-22T00:32:55.490Z] [2020-08-22T00:32:55.490Z] at py4j.Protocol.getReturnValue(Protocol.java:476) [2020-08-22T00:32:55.490Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:108) [2020-08-22T00:32:55.490Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-22T00:32:55.490Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-22T00:32:55.490Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-22T00:32:55.490Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-22T00:32:55.490Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-22T00:32:55.490Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-22T00:32:55.490Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-22T00:32:55.745Z] Start of script [2020-08-22T00:32:55.745Z] include file start [2020-08-22T00:32:55.745Z] include file processed [2020-08-22T00:32:55.745Z] Result of testMethod = 5 [2020-08-22T00:32:55.745Z] End of script [2020-08-22T00:32:56.001Z] Start of script [2020-08-22T00:32:56.001Z] include file start [2020-08-22T00:32:56.001Z] include file processed [2020-08-22T00:32:56.001Z] Result of testMethod = 5 [2020-08-22T00:32:56.001Z] End of script [2020-08-22T00:32:56.256Z] Start of script [2020-08-22T00:32:56.256Z] include file start [2020-08-22T00:32:56.257Z] include file processed [2020-08-22T00:32:56.257Z] Result of testMethod = 5 [2020-08-22T00:32:56.257Z] End of script [2020-08-22T00:32:56.512Z] Start of script [2020-08-22T00:32:56.512Z] include file start [2020-08-22T00:32:56.512Z] include file processed [2020-08-22T00:32:56.512Z] Result of testMethod = 5 [2020-08-22T00:32:56.512Z] End of script [2020-08-22T00:32:56.512Z] Start of script [2020-08-22T00:32:56.512Z] include file start [2020-08-22T00:32:56.512Z] include file processed [2020-08-22T00:32:56.768Z] Result of testMethod = 5 [2020-08-22T00:32:56.768Z] End of script [2020-08-22T00:32:57.025Z] Start of script [2020-08-22T00:32:57.025Z] include file start [2020-08-22T00:32:57.025Z] include file processed [2020-08-22T00:32:57.025Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: Traceback (most recent call last): [2020-08-22T00:32:57.025Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:32:57.025Z] return_value = getattr(self.pool[obj_id], method)(*params) [2020-08-22T00:32:57.025Z] File "<...>", line 424, in run [2020-08-22T00:32:57.025Z] File "/usr/lib64/python2.7/bdb.py", line 400, in run [2020-08-22T00:32:57.025Z] exec cmd in globals, locals [2020-08-22T00:32:57.025Z] File "__ref_L/Debug Test/Main.py_uxosmoaleq", line 21, in [2020-08-22T00:32:57.025Z] File "__ref_L/Debug Test/Main.py_uxosmoaleq", line 18, in testMethod [2020-08-22T00:32:57.025Z] File "__ref_L/Debug Test/Main.py_uxosmoaleq", line 18, in testMethod [2020-08-22T00:32:57.025Z] File "<...>", line 231, in trace_dispatch [2020-08-22T00:32:57.025Z] File "/usr/lib64/python2.7/bdb.py", line 49, in trace_dispatch [2020-08-22T00:32:57.025Z] return self.dispatch_line(frame) [2020-08-22T00:32:57.025Z] File "/usr/lib64/python2.7/bdb.py", line 67, in dispatch_line [2020-08-22T00:32:57.025Z] self.user_line(frame) [2020-08-22T00:32:57.025Z] File "<...>", line 241, in user_line [2020-08-22T00:32:57.025Z] File "<...>", line 296, in dispatch [2020-08-22T00:32:57.025Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:32:57.025Z] answer, self.gateway_client, self.target_id, self.name) [2020-08-22T00:32:57.025Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:32:57.025Z] format(target_id, ".", name), value) [2020-08-22T00:32:57.025Z] Py4JJavaError: An error occurred while calling o0.traceDispatch. [2020-08-22T00:32:57.025Z] : org.eclipse.ease.ExitException: [2020-08-22T00:32:57.025Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:329) [2020-08-22T00:32:57.025Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:255) [2020-08-22T00:32:57.025Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.suspend(Py4jDebugger.java:87) [2020-08-22T00:32:57.025Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:490) [2020-08-22T00:32:57.025Z] at org.eclipse.ease.lang.python.debugger.PythonDebugger.traceDispatch(PythonDebugger.java:178) [2020-08-22T00:32:57.025Z] at sun.reflect.GeneratedMethodAccessor13.invoke(Unknown Source) [2020-08-22T00:32:57.025Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2020-08-22T00:32:57.025Z] at java.lang.reflect.Method.invoke(Method.java:498) [2020-08-22T00:32:57.025Z] at py4j.reflection.MethodInvoker.invoke(MethodInvoker.java:244) [2020-08-22T00:32:57.025Z] at py4j.reflection.ReflectionEngine.invoke(ReflectionEngine.java:357) [2020-08-22T00:32:57.025Z] at py4j.Gateway.invoke(Gateway.java:282) [2020-08-22T00:32:57.025Z] at py4j.commands.AbstractCommand.invokeMethod(AbstractCommand.java:132) [2020-08-22T00:32:57.025Z] at py4j.commands.CallCommand.execute(CallCommand.java:79) [2020-08-22T00:32:57.025Z] at py4j.ClientServerConnection.sendCommand(ClientServerConnection.java:244) [2020-08-22T00:32:57.025Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:384) [2020-08-22T00:32:57.025Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:356) [2020-08-22T00:32:57.025Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:106) [2020-08-22T00:32:57.025Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-22T00:32:57.025Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-22T00:32:57.025Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-22T00:32:57.025Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-22T00:32:57.025Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-22T00:32:57.025Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-22T00:32:57.025Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-22T00:32:57.025Z] [2020-08-22T00:32:57.025Z] [2020-08-22T00:32:57.025Z] at py4j.Protocol.getReturnValue(Protocol.java:476) [2020-08-22T00:32:57.025Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:108) [2020-08-22T00:32:57.025Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-22T00:32:57.025Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-22T00:32:57.025Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-22T00:32:57.025Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-22T00:32:57.025Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-22T00:32:57.025Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-22T00:32:57.025Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-22T00:32:57.281Z] Start of script [2020-08-22T00:32:57.281Z] include file start [2020-08-22T00:32:57.281Z] include file processed [2020-08-22T00:32:57.281Z] Result of testMethod = 5 [2020-08-22T00:32:57.281Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: Traceback (most recent call last): [2020-08-22T00:32:57.281Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:32:57.281Z] return_value = getattr(self.pool[obj_id], method)(*params) [2020-08-22T00:32:57.281Z] File "<...>", line 424, in run [2020-08-22T00:32:57.281Z] File "/usr/lib64/python2.7/bdb.py", line 400, in run [2020-08-22T00:32:57.281Z] exec cmd in globals, locals [2020-08-22T00:32:57.281Z] File "__ref_L/Debug Test/Main.py_wavfxlvpvk", line 23, in [2020-08-22T00:32:57.281Z] File "__ref_L/Debug Test/Main.py_wavfxlvpvk", line 23, in [2020-08-22T00:32:57.281Z] File "<...>", line 231, in trace_dispatch [2020-08-22T00:32:57.281Z] File "/usr/lib64/python2.7/bdb.py", line 49, in trace_dispatch [2020-08-22T00:32:57.281Z] return self.dispatch_line(frame) [2020-08-22T00:32:57.281Z] File "/usr/lib64/python2.7/bdb.py", line 67, in dispatch_line [2020-08-22T00:32:57.281Z] self.user_line(frame) [2020-08-22T00:32:57.281Z] File "<...>", line 241, in user_line [2020-08-22T00:32:57.281Z] File "<...>", line 296, in dispatch [2020-08-22T00:32:57.281Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:32:57.281Z] answer, self.gateway_client, self.target_id, self.name) [2020-08-22T00:32:57.281Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:32:57.281Z] format(target_id, ".", name), value) [2020-08-22T00:32:57.281Z] Py4JJavaError: An error occurred while calling o0.traceDispatch. [2020-08-22T00:32:57.281Z] : org.eclipse.ease.ExitException: [2020-08-22T00:32:57.281Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:329) [2020-08-22T00:32:57.281Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:255) [2020-08-22T00:32:57.281Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.suspend(Py4jDebugger.java:87) [2020-08-22T00:32:57.281Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:490) [2020-08-22T00:32:57.281Z] at org.eclipse.ease.lang.python.debugger.PythonDebugger.traceDispatch(PythonDebugger.java:178) [2020-08-22T00:32:57.281Z] at sun.reflect.GeneratedMethodAccessor13.invoke(Unknown Source) [2020-08-22T00:32:57.281Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2020-08-22T00:32:57.281Z] at java.lang.reflect.Method.invoke(Method.java:498) [2020-08-22T00:32:57.281Z] at py4j.reflection.MethodInvoker.invoke(MethodInvoker.java:244) [2020-08-22T00:32:57.281Z] at py4j.reflection.ReflectionEngine.invoke(ReflectionEngine.java:357) [2020-08-22T00:32:57.281Z] at py4j.Gateway.invoke(Gateway.java:282) [2020-08-22T00:32:57.281Z] at py4j.commands.AbstractCommand.invokeMethod(AbstractCommand.java:132) [2020-08-22T00:32:57.281Z] at py4j.commands.CallCommand.execute(CallCommand.java:79) [2020-08-22T00:32:57.281Z] at py4j.ClientServerConnection.sendCommand(ClientServerConnection.java:244) [2020-08-22T00:32:57.281Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:384) [2020-08-22T00:32:57.281Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:356) [2020-08-22T00:32:57.281Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:106) [2020-08-22T00:32:57.281Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-22T00:32:57.281Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-22T00:32:57.281Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-22T00:32:57.281Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-22T00:32:57.281Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-22T00:32:57.281Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-22T00:32:57.281Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-22T00:32:57.281Z] [2020-08-22T00:32:57.281Z] [2020-08-22T00:32:57.281Z] at py4j.Protocol.getReturnValue(Protocol.java:476) [2020-08-22T00:32:57.281Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:108) [2020-08-22T00:32:57.281Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-22T00:32:57.281Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-22T00:32:57.281Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-22T00:32:57.282Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-22T00:32:57.282Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-22T00:32:57.282Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-22T00:32:57.282Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-22T00:32:57.537Z] Start of script [2020-08-22T00:32:57.537Z] include file start [2020-08-22T00:32:57.537Z] include file processed [2020-08-22T00:32:57.537Z] Result of testMethod = 5 [2020-08-22T00:32:57.537Z] End of script [2020-08-22T00:32:57.792Z] Start of script [2020-08-22T00:32:57.792Z] include file start [2020-08-22T00:32:57.792Z] include file processed [2020-08-22T00:32:57.792Z] Result of testMethod = 5 [2020-08-22T00:32:57.792Z] End of script [2020-08-22T00:32:58.048Z] Start of script [2020-08-22T00:32:58.048Z] include file start [2020-08-22T00:32:58.048Z] include file processed [2020-08-22T00:32:58.048Z] Result of testMethod = 5 [2020-08-22T00:32:58.048Z] End of script [2020-08-22T00:32:58.304Z] Start of script [2020-08-22T00:32:58.305Z] include file start [2020-08-22T00:32:58.305Z] include file processed [2020-08-22T00:32:58.305Z] Result of testMethod = 5 [2020-08-22T00:32:58.305Z] End of script [2020-08-22T00:32:58.560Z] Start of script [2020-08-22T00:32:58.560Z] include file start [2020-08-22T00:32:58.560Z] include file processed [2020-08-22T00:32:58.560Z] Result of testMethod = 5 [2020-08-22T00:32:58.560Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: Traceback (most recent call last): [2020-08-22T00:32:58.560Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:32:58.560Z] return_value = getattr(self.pool[obj_id], method)(*params) [2020-08-22T00:32:58.560Z] File "<...>", line 424, in run [2020-08-22T00:32:58.560Z] File "/usr/lib64/python2.7/bdb.py", line 400, in run [2020-08-22T00:32:58.560Z] exec cmd in globals, locals [2020-08-22T00:32:58.560Z] File "__ref_L/Debug Test/Main.py_sbrqpvoote", line 23, in [2020-08-22T00:32:58.560Z] File "__ref_L/Debug Test/Main.py_sbrqpvoote", line 23, in [2020-08-22T00:32:58.560Z] File "<...>", line 231, in trace_dispatch [2020-08-22T00:32:58.560Z] File "/usr/lib64/python2.7/bdb.py", line 49, in trace_dispatch [2020-08-22T00:32:58.560Z] return self.dispatch_line(frame) [2020-08-22T00:32:58.560Z] File "/usr/lib64/python2.7/bdb.py", line 67, in dispatch_line [2020-08-22T00:32:58.560Z] self.user_line(frame) [2020-08-22T00:32:58.560Z] File "<...>", line 241, in user_line [2020-08-22T00:32:58.560Z] File "<...>", line 296, in dispatch [2020-08-22T00:32:58.560Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:32:58.560Z] answer, self.gateway_client, self.target_id, self.name) [2020-08-22T00:32:58.560Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:32:58.560Z] format(target_id, ".", name), value) [2020-08-22T00:32:58.560Z] Py4JJavaError: An error occurred while calling o0.traceDispatch. [2020-08-22T00:32:58.560Z] : org.eclipse.ease.ExitException: [2020-08-22T00:32:58.560Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:329) [2020-08-22T00:32:58.560Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:255) [2020-08-22T00:32:58.560Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.suspend(Py4jDebugger.java:87) [2020-08-22T00:32:58.560Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:490) [2020-08-22T00:32:58.560Z] at org.eclipse.ease.lang.python.debugger.PythonDebugger.traceDispatch(PythonDebugger.java:178) [2020-08-22T00:32:58.560Z] at sun.reflect.GeneratedMethodAccessor13.invoke(Unknown Source) [2020-08-22T00:32:58.560Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2020-08-22T00:32:58.560Z] at java.lang.reflect.Method.invoke(Method.java:498) [2020-08-22T00:32:58.560Z] at py4j.reflection.MethodInvoker.invoke(MethodInvoker.java:244) [2020-08-22T00:32:58.560Z] at py4j.reflection.ReflectionEngine.invoke(ReflectionEngine.java:357) [2020-08-22T00:32:58.560Z] at py4j.Gateway.invoke(Gateway.java:282) [2020-08-22T00:32:58.560Z] at py4j.commands.AbstractCommand.invokeMethod(AbstractCommand.java:132) [2020-08-22T00:32:58.560Z] at py4j.commands.CallCommand.execute(CallCommand.java:79) [2020-08-22T00:32:58.560Z] at py4j.ClientServerConnection.sendCommand(ClientServerConnection.java:244) [2020-08-22T00:32:58.560Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:384) [2020-08-22T00:32:58.561Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:356) [2020-08-22T00:32:58.561Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:106) [2020-08-22T00:32:58.561Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-22T00:32:58.561Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-22T00:32:58.561Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-22T00:32:58.561Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-22T00:32:58.561Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-22T00:32:58.561Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-22T00:32:58.561Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-22T00:32:58.561Z] [2020-08-22T00:32:58.561Z] [2020-08-22T00:32:58.561Z] at py4j.Protocol.getReturnValue(Protocol.java:476) [2020-08-22T00:32:58.561Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:108) [2020-08-22T00:32:58.561Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-22T00:32:58.561Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-22T00:32:58.561Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-22T00:32:58.561Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-22T00:32:58.561Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-22T00:32:58.561Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-22T00:32:58.561Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-22T00:32:58.816Z] Start of script [2020-08-22T00:32:58.816Z] include file start [2020-08-22T00:32:58.816Z] include file processed [2020-08-22T00:32:58.816Z] Result of testMethod = 5 [2020-08-22T00:32:58.816Z] End of script [2020-08-22T00:32:59.072Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: Traceback (most recent call last): [2020-08-22T00:32:59.072Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:32:59.072Z] return_value = getattr(self.pool[obj_id], method)(*params) [2020-08-22T00:32:59.072Z] File "<...>", line 424, in run [2020-08-22T00:32:59.072Z] File "/usr/lib64/python2.7/bdb.py", line 400, in run [2020-08-22T00:32:59.072Z] exec cmd in globals, locals [2020-08-22T00:32:59.072Z] File "__ref_L/Debug Test/Main.py_lvjakyjpgq", line 1, in [2020-08-22T00:32:59.072Z] File "__ref_L/Debug Test/Main.py_lvjakyjpgq", line 1, in [2020-08-22T00:32:59.072Z] File "<...>", line 231, in trace_dispatch [2020-08-22T00:32:59.072Z] File "/usr/lib64/python2.7/bdb.py", line 49, in trace_dispatch [2020-08-22T00:32:59.072Z] return self.dispatch_line(frame) [2020-08-22T00:32:59.072Z] File "/usr/lib64/python2.7/bdb.py", line 67, in dispatch_line [2020-08-22T00:32:59.072Z] self.user_line(frame) [2020-08-22T00:32:59.072Z] File "<...>", line 241, in user_line [2020-08-22T00:32:59.072Z] File "<...>", line 296, in dispatch [2020-08-22T00:32:59.072Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:32:59.072Z] answer, self.gateway_client, self.target_id, self.name) [2020-08-22T00:32:59.072Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:32:59.072Z] format(target_id, ".", name), value) [2020-08-22T00:32:59.072Z] Py4JJavaError: An error occurred while calling o0.traceDispatch. [2020-08-22T00:32:59.072Z] : org.eclipse.ease.ExitException: [2020-08-22T00:32:59.072Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:329) [2020-08-22T00:32:59.072Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:255) [2020-08-22T00:32:59.072Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.suspend(Py4jDebugger.java:87) [2020-08-22T00:32:59.072Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:490) [2020-08-22T00:32:59.072Z] at org.eclipse.ease.lang.python.debugger.PythonDebugger.traceDispatch(PythonDebugger.java:178) [2020-08-22T00:32:59.072Z] at sun.reflect.GeneratedMethodAccessor13.invoke(Unknown Source) [2020-08-22T00:32:59.072Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2020-08-22T00:32:59.072Z] at java.lang.reflect.Method.invoke(Method.java:498) [2020-08-22T00:32:59.072Z] at py4j.reflection.MethodInvoker.invoke(MethodInvoker.java:244) [2020-08-22T00:32:59.072Z] at py4j.reflection.ReflectionEngine.invoke(ReflectionEngine.java:357) [2020-08-22T00:32:59.072Z] at py4j.Gateway.invoke(Gateway.java:282) [2020-08-22T00:32:59.072Z] at py4j.commands.AbstractCommand.invokeMethod(AbstractCommand.java:132) [2020-08-22T00:32:59.072Z] at py4j.commands.CallCommand.execute(CallCommand.java:79) [2020-08-22T00:32:59.072Z] at py4j.ClientServerConnection.sendCommand(ClientServerConnection.java:244) [2020-08-22T00:32:59.072Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:384) [2020-08-22T00:32:59.072Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:356) [2020-08-22T00:32:59.072Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:106) [2020-08-22T00:32:59.072Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-22T00:32:59.072Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-22T00:32:59.072Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-22T00:32:59.072Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-22T00:32:59.072Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-22T00:32:59.072Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-22T00:32:59.072Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-22T00:32:59.072Z] [2020-08-22T00:32:59.072Z] [2020-08-22T00:32:59.072Z] at py4j.Protocol.getReturnValue(Protocol.java:476) [2020-08-22T00:32:59.072Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:108) [2020-08-22T00:32:59.072Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-22T00:32:59.072Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-22T00:32:59.072Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-22T00:32:59.072Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-22T00:32:59.072Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-22T00:32:59.072Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-22T00:32:59.072Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-22T00:32:59.329Z] Start of script [2020-08-22T00:32:59.329Z] include file start [2020-08-22T00:32:59.329Z] include file processed [2020-08-22T00:32:59.329Z] Result of testMethod = 5 [2020-08-22T00:32:59.329Z] End of script [2020-08-22T00:32:59.329Z] Start of script [2020-08-22T00:32:59.584Z] include file start [2020-08-22T00:32:59.584Z] include file processed [2020-08-22T00:32:59.584Z] Result of testMethod = 5 [2020-08-22T00:32:59.584Z] End of script [2020-08-22T00:32:59.840Z] Start of script [2020-08-22T00:32:59.840Z] include file start [2020-08-22T00:32:59.840Z] include file processed [2020-08-22T00:32:59.840Z] Result of testMethod = 5 [2020-08-22T00:32:59.840Z] End of script [2020-08-22T00:32:59.840Z] Tests run: 42, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 10.227 s - in org.eclipse.ease.lang.python.py4j.Py4jDebugTest [2020-08-22T00:32:59.840Z] resumeOnLastIncludeLine(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) skipped [2020-08-22T00:32:59.840Z] nativeArrayVariable(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) skipped [2020-08-22T00:32:59.840Z] stepIntoIncludeCommand(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) skipped [2020-08-22T00:32:59.840Z] nativeObjectVariable(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) skipped [2020-08-22T00:32:59.840Z] disconnectProcessInSuspendedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.402 s [2020-08-22T00:32:59.840Z] stepReturnIncludeCommand(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.209 s [2020-08-22T00:32:59.840Z] arrayVariableSorting(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.308 s [2020-08-22T00:32:59.840Z] stepOverOnDebugTarget(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.308 s [2020-08-22T00:32:59.840Z] hasDebugTarget(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.205 s [2020-08-22T00:32:59.840Z] disconnectThreadInSuspendedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.207 s [2020-08-22T00:32:59.840Z] stepReturnOnDebugTarget(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.307 s [2020-08-22T00:32:59.840Z] nullVariable(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.307 s [2020-08-22T00:32:59.840Z] stepOverOnStackFrame(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.407 s [2020-08-22T00:32:59.840Z] resumeOnDebugTarget(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.207 s [2020-08-22T00:32:59.840Z] modifyVariableKeepingType(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.507 s [2020-08-22T00:32:59.840Z] stepReturnOnStackFrame(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.306 s [2020-08-22T00:32:59.840Z] terminateStackFrameInSuspendedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.207 s [2020-08-22T00:32:59.840Z] breakpointLocation(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.206 s [2020-08-22T00:32:59.840Z] stepReturnOnThread(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.308 s [2020-08-22T00:32:59.840Z] javaClassVariable(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.308 s [2020-08-22T00:32:59.840Z] stepIntoOnThread(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.306 s [2020-08-22T00:32:59.840Z] terminateThreadInSuspendedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.205 s [2020-08-22T00:32:59.840Z] resumeOnThread(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.206 s [2020-08-22T00:32:59.840Z] stepIntoOnStackFrame(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.306 s [2020-08-22T00:32:59.840Z] terminateProcessInSuspendedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.205 s [2020-08-22T00:32:59.840Z] stepOverOnProcess(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.305 s [2020-08-22T00:32:59.840Z] disconnectDebugTargetInSuspendedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.206 s [2020-08-22T00:32:59.840Z] stepIntoOnProcess(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.305 s [2020-08-22T00:32:59.840Z] terminatedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.104 s [2020-08-22T00:32:59.840Z] stepOverIncludeCommand(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.305 s [2020-08-22T00:32:59.840Z] innerScopeVariableBeforeOuterScopeVariable(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.305 s [2020-08-22T00:32:59.840Z] primitiveStringVariable(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.306 s [2020-08-22T00:32:59.840Z] resumeOnProcess(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.205 s [2020-08-22T00:32:59.840Z] stepIntoOnDebugTarget(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.305 s [2020-08-22T00:32:59.840Z] stepOverOnThread(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.305 s [2020-08-22T00:32:59.840Z] suspendedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.205 s [2020-08-22T00:32:59.840Z] primitiveDoubleVariable(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.305 s [2020-08-22T00:32:59.840Z] resumeOnStackFrame(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.205 s [2020-08-22T00:32:59.840Z] terminateDebugTargetInSuspendedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.204 s [2020-08-22T00:32:59.840Z] disconnectStackFrameInSuspendedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.205 s [2020-08-22T00:32:59.840Z] stepReturnOnProcess(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.305 s [2020-08-22T00:32:59.840Z] evaluateWatchExpression(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.207 s [2020-08-22T00:32:59.840Z] Running org.eclipse.ease.lang.python.py4j.Py4JEngineTest [2020-08-22T00:32:59.840Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0 s - in org.eclipse.ease.lang.python.py4j.Py4JEngineTest [2020-08-22T00:32:59.840Z] print(org.eclipse.ease.lang.python.py4j.Py4JEngineTest) skipped [2020-08-22T00:32:59.840Z] mixedMode(org.eclipse.ease.lang.python.py4j.Py4JEngineTest) skipped [2020-08-22T00:32:59.840Z] cleanShutdown(org.eclipse.ease.lang.python.py4j.Py4JEngineTest) skipped [2020-08-22T00:32:59.840Z] Running org.eclipse.ease.lang.python.py4j.StartStopTest [2020-08-22T00:32:59.840Z] ---------------------------------------------- [2020-08-22T00:32:59.840Z] Starting test: startStop(org.eclipse.ease.lang.python.py4j.StartStopTest) [2020-08-22T00:33:00.096Z] [2020-08-22T00:33:00.096Z] Finished test: startStop(org.eclipse.ease.lang.python.py4j.StartStopTest) [2020-08-22T00:33:00.096Z] ---------------------------------------------- [2020-08-22T00:33:00.096Z] ---------------------------------------------- [2020-08-22T00:33:00.096Z] Starting test: startStopShellNoBootstrap(org.eclipse.ease.lang.python.py4j.StartStopTest) [2020-08-22T00:33:00.352Z] [2020-08-22T00:33:00.352Z] Finished test: startStopShellNoBootstrap(org.eclipse.ease.lang.python.py4j.StartStopTest) [2020-08-22T00:33:00.352Z] ---------------------------------------------- [2020-08-22T00:33:00.352Z] ---------------------------------------------- [2020-08-22T00:33:00.352Z] Starting test: multiStartStop(org.eclipse.ease.lang.python.py4j.StartStopTest) [2020-08-22T00:33:00.607Z] [2020-08-22T00:33:00.607Z] Finished test: multiStartStop(org.eclipse.ease.lang.python.py4j.StartStopTest) [2020-08-22T00:33:00.607Z] ---------------------------------------------- [2020-08-22T00:33:00.607Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.604 s - in org.eclipse.ease.lang.python.py4j.StartStopTest [2020-08-22T00:33:00.607Z] startStop(org.eclipse.ease.lang.python.py4j.StartStopTest) Time elapsed: 0.201 s [2020-08-22T00:33:00.607Z] startStopShellNoBootstrap(org.eclipse.ease.lang.python.py4j.StartStopTest) Time elapsed: 0.201 s [2020-08-22T00:33:00.607Z] multiStartStop(org.eclipse.ease.lang.python.py4j.StartStopTest) Time elapsed: 0.202 s [2020-08-22T00:33:00.607Z] Running org.eclipse.ease.lang.python.py4j.ShellModeEngineTest [2020-08-22T00:33:00.607Z] ---------------------------------------------- [2020-08-22T00:33:00.607Z] Starting test: invalidSyntax(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:33:00.607Z] org.eclipse.ease.ScriptExecutionException: File "", line 1 [2020-08-22T00:33:00.607Z] 1++ [2020-08-22T00:33:00.607Z] ^ [2020-08-22T00:33:00.607Z] SyntaxError: invalid syntax [2020-08-22T00:33:00.607Z] [2020-08-22T00:33:00.607Z] [2020-08-22T00:33:00.607Z] Finished test: invalidSyntax(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:33:00.607Z] ---------------------------------------------- [2020-08-22T00:33:00.607Z] ---------------------------------------------- [2020-08-22T00:33:00.607Z] Starting test: optionalModuleParameters(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:33:00.863Z] [2020-08-22T00:33:00.863Z] Finished test: optionalModuleParameters(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:33:00.863Z] ---------------------------------------------- [2020-08-22T00:33:00.863Z] ---------------------------------------------- [2020-08-22T00:33:00.863Z] Starting test: getScriptEngine(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:33:01.119Z] [2020-08-22T00:33:01.119Z] Finished test: getScriptEngine(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:33:01.119Z] ---------------------------------------------- [2020-08-22T00:33:01.119Z] ---------------------------------------------- [2020-08-22T00:33:01.119Z] Starting test: callModuleCode(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:33:01.375Z] [2020-08-22T00:33:01.375Z] Finished test: callModuleCode(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:33:01.375Z] ---------------------------------------------- [2020-08-22T00:33:01.375Z] ---------------------------------------------- [2020-08-22T00:33:01.375Z] Starting test: incompleteStatement(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:33:01.375Z] [2020-08-22T00:33:01.375Z] Finished test: incompleteStatement(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:33:01.375Z] ---------------------------------------------- [2020-08-22T00:33:01.375Z] ---------------------------------------------- [2020-08-22T00:33:01.375Z] Starting test: multiLineStatement(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:33:01.630Z] [2020-08-22T00:33:01.630Z] Finished test: multiLineStatement(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:33:01.630Z] ---------------------------------------------- [2020-08-22T00:33:01.630Z] ---------------------------------------------- [2020-08-22T00:33:01.630Z] Starting test: runtimeError(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:33:01.886Z] org.eclipse.ease.ScriptExecutionException: Traceback (most recent call last): [2020-08-22T00:33:01.886Z] File "", line 1, in [2020-08-22T00:33:01.886Z] NameError: name 'x' is not defined [2020-08-22T00:33:01.886Z] [2020-08-22T00:33:01.886Z] [2020-08-22T00:33:01.886Z] Finished test: runtimeError(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:33:01.886Z] ---------------------------------------------- [2020-08-22T00:33:01.886Z] ---------------------------------------------- [2020-08-22T00:33:01.886Z] Starting test: javaIntArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:33:02.141Z] [2020-08-22T00:33:02.141Z] Finished test: javaIntArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:33:02.141Z] ---------------------------------------------- [2020-08-22T00:33:02.141Z] ---------------------------------------------- [2020-08-22T00:33:02.141Z] Starting test: javaDoubleArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:33:02.396Z] [2020-08-22T00:33:02.396Z] Finished test: javaDoubleArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:33:02.396Z] ---------------------------------------------- [2020-08-22T00:33:02.396Z] ---------------------------------------------- [2020-08-22T00:33:02.396Z] Starting test: pythonSet(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:33:02.396Z] [2020-08-22T00:33:02.396Z] Finished test: pythonSet(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:33:02.396Z] ---------------------------------------------- [2020-08-22T00:33:02.396Z] ---------------------------------------------- [2020-08-22T00:33:02.396Z] Starting test: javaStringArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:33:02.653Z] [2020-08-22T00:33:02.653Z] Finished test: javaStringArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:33:02.653Z] ---------------------------------------------- [2020-08-22T00:33:02.653Z] ---------------------------------------------- [2020-08-22T00:33:02.653Z] Starting test: javaShortArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:33:02.909Z] [2020-08-22T00:33:02.909Z] Finished test: javaShortArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:33:02.909Z] ---------------------------------------------- [2020-08-22T00:33:02.909Z] ---------------------------------------------- [2020-08-22T00:33:02.909Z] Starting test: javaBooleanArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:33:03.165Z] [2020-08-22T00:33:03.165Z] Finished test: javaBooleanArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:33:03.165Z] ---------------------------------------------- [2020-08-22T00:33:03.165Z] ---------------------------------------------- [2020-08-22T00:33:03.165Z] Starting test: javaObjectArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:33:03.165Z] [2020-08-22T00:33:03.165Z] Finished test: javaObjectArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:33:03.165Z] ---------------------------------------------- [2020-08-22T00:33:03.165Z] ---------------------------------------------- [2020-08-22T00:33:03.165Z] Starting test: javaIntegerArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:33:03.421Z] [2020-08-22T00:33:03.421Z] Finished test: javaIntegerArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:33:03.421Z] ---------------------------------------------- [2020-08-22T00:33:03.421Z] ---------------------------------------------- [2020-08-22T00:33:03.421Z] Starting test: javaInteger(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:33:03.677Z] [2020-08-22T00:33:03.677Z] Finished test: javaInteger(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:33:03.677Z] ---------------------------------------------- [2020-08-22T00:33:03.677Z] ---------------------------------------------- [2020-08-22T00:33:03.678Z] Starting test: javaString(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:33:03.933Z] [2020-08-22T00:33:03.933Z] Finished test: javaString(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:33:03.933Z] ---------------------------------------------- [2020-08-22T00:33:03.933Z] ---------------------------------------------- [2020-08-22T00:33:03.933Z] Starting test: javaByteArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:33:04.189Z] [2020-08-22T00:33:04.189Z] Finished test: javaByteArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:33:04.189Z] ---------------------------------------------- [2020-08-22T00:33:04.189Z] ---------------------------------------------- [2020-08-22T00:33:04.189Z] Starting test: createEclipseClass(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:33:04.189Z] [2020-08-22T00:33:04.190Z] Finished test: createEclipseClass(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:33:04.190Z] ---------------------------------------------- [2020-08-22T00:33:04.190Z] ---------------------------------------------- [2020-08-22T00:33:04.190Z] Starting test: pythonString(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:33:04.445Z] [2020-08-22T00:33:04.445Z] Finished test: pythonString(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:33:04.445Z] ---------------------------------------------- [2020-08-22T00:33:04.445Z] ---------------------------------------------- [2020-08-22T00:33:04.445Z] Starting test: varargs(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:33:04.701Z] [2020-08-22T00:33:04.701Z] Finished test: varargs(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:33:04.701Z] ---------------------------------------------- [2020-08-22T00:33:04.701Z] ---------------------------------------------- [2020-08-22T00:33:04.701Z] Starting test: createJavaType(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:33:04.960Z] [2020-08-22T00:33:04.960Z] Finished test: createJavaType(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:33:04.960Z] ---------------------------------------------- [2020-08-22T00:33:04.960Z] ---------------------------------------------- [2020-08-22T00:33:04.960Z] Starting test: javaFloatArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:33:04.960Z] [2020-08-22T00:33:04.960Z] Finished test: javaFloatArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:33:04.960Z] ---------------------------------------------- [2020-08-22T00:33:04.960Z] ---------------------------------------------- [2020-08-22T00:33:04.960Z] Starting test: implementJavaInterface(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:33:05.217Z] [2020-08-22T00:33:05.217Z] Finished test: implementJavaInterface(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:33:05.217Z] ---------------------------------------------- [2020-08-22T00:33:05.217Z] ---------------------------------------------- [2020-08-22T00:33:05.217Z] Starting test: pythonDict(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:33:05.474Z] [2020-08-22T00:33:05.474Z] Finished test: pythonDict(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:33:05.474Z] ---------------------------------------------- [2020-08-22T00:33:05.474Z] ---------------------------------------------- [2020-08-22T00:33:05.474Z] Starting test: pythonList(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:33:05.729Z] [2020-08-22T00:33:05.729Z] Finished test: pythonList(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:33:05.729Z] ---------------------------------------------- [2020-08-22T00:33:05.729Z] ---------------------------------------------- [2020-08-22T00:33:05.729Z] Starting test: testMultiple(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:33:05.729Z] [2020-08-22T00:33:05.729Z] Finished test: testMultiple(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:33:05.729Z] ---------------------------------------------- [2020-08-22T00:33:05.729Z] ---------------------------------------------- [2020-08-22T00:33:05.729Z] Starting test: javaLongArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:33:05.984Z] [2020-08-22T00:33:05.984Z] Finished test: javaLongArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:33:05.984Z] ---------------------------------------------- [2020-08-22T00:33:05.984Z] ---------------------------------------------- [2020-08-22T00:33:05.984Z] Starting test: createPythonObject(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:33:06.240Z] [2020-08-22T00:33:06.240Z] Finished test: createPythonObject(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:33:06.240Z] ---------------------------------------------- [2020-08-22T00:33:06.240Z] ---------------------------------------------- [2020-08-22T00:33:06.240Z] Starting test: pythonInteger(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:33:06.495Z] [2020-08-22T00:33:06.495Z] Finished test: pythonInteger(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:33:06.495Z] ---------------------------------------------- [2020-08-22T00:33:06.495Z] Tests run: 34, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 5.931 s - in org.eclipse.ease.lang.python.py4j.ShellModeEngineTest [2020-08-22T00:33:06.495Z] invalidSyntax(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.199 s [2020-08-22T00:33:06.495Z] print_(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) skipped [2020-08-22T00:33:06.495Z] optionalModuleParameters(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.197 s [2020-08-22T00:33:06.495Z] print_TextNoNewline(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) skipped [2020-08-22T00:33:06.495Z] getScriptEngine(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.198 s [2020-08-22T00:33:06.495Z] print_Text(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) skipped [2020-08-22T00:33:06.495Z] callModuleCode(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.196 s [2020-08-22T00:33:06.495Z] print_NoNewline(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) skipped [2020-08-22T00:33:06.495Z] incompleteStatement(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.196 s [2020-08-22T00:33:06.495Z] multiLineStatement(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.202 s [2020-08-22T00:33:06.495Z] runtimeError(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.196 s [2020-08-22T00:33:06.495Z] javaIntArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.199 s [2020-08-22T00:33:06.495Z] javaDoubleArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.198 s [2020-08-22T00:33:06.495Z] pythonSet(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.199 s [2020-08-22T00:33:06.495Z] javaStringArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.197 s [2020-08-22T00:33:06.495Z] javaShortArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.197 s [2020-08-22T00:33:06.495Z] javaBooleanArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.198 s [2020-08-22T00:33:06.495Z] javaObjectArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.198 s [2020-08-22T00:33:06.495Z] javaIntegerArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.197 s [2020-08-22T00:33:06.495Z] javaInteger(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.199 s [2020-08-22T00:33:06.495Z] javaString(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.196 s [2020-08-22T00:33:06.495Z] javaByteArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.2 s [2020-08-22T00:33:06.495Z] createEclipseClass(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.197 s [2020-08-22T00:33:06.495Z] pythonString(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.197 s [2020-08-22T00:33:06.495Z] varargs(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.198 s [2020-08-22T00:33:06.495Z] createJavaType(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.196 s [2020-08-22T00:33:06.495Z] javaFloatArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.198 s [2020-08-22T00:33:06.495Z] implementJavaInterface(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.198 s [2020-08-22T00:33:06.495Z] pythonDict(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.196 s [2020-08-22T00:33:06.495Z] pythonList(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.196 s [2020-08-22T00:33:06.495Z] testMultiple(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.2 s [2020-08-22T00:33:06.495Z] javaLongArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.198 s [2020-08-22T00:33:06.495Z] createPythonObject(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.196 s [2020-08-22T00:33:06.495Z] pythonInteger(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.197 s [2020-08-22T00:33:06.495Z] [2020-08-22T00:33:06.495Z] Results: [2020-08-22T00:33:06.495Z] [2020-08-22T00:33:06.495Z] Tests run: 120, Failures: 0, Errors: 0, Skipped: 13 [2020-08-22T00:33:06.495Z] [2020-08-22T00:33:07.057Z] [INFO] All tests passed! [2020-08-22T00:33:07.057Z] [INFO] [2020-08-22T00:33:07.057Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.python.py4j.test --- [2020-08-22T00:33:07.057Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:33:07.057Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:33:07.057Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:33:07.057Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:33:07.057Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:33:07.057Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:33:07.057Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:33:07.057Z] [INFO] [2020-08-22T00:33:07.058Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.python.py4j.test --- [2020-08-22T00:33:07.058Z] [INFO] [2020-08-22T00:33:07.058Z] [INFO] -----< org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.test >------ [2020-08-22T00:33:07.058Z] [INFO] Building org.eclipse.ease.lang.scriptarchive.test 0.8.0-SNAPSHOT [45/48] [2020-08-22T00:33:07.058Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-08-22T00:33:07.058Z] [INFO] [2020-08-22T00:33:07.058Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-08-22T00:33:07.058Z] [INFO] [2020-08-22T00:33:07.058Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-08-22T00:33:07.058Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-22T00:33:07.058Z] [INFO] [2020-08-22T00:33:07.058Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-08-22T00:33:07.058Z] [INFO] [2020-08-22T00:33:07.058Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-08-22T00:33:07.058Z] [INFO] [2020-08-22T00:33:07.058Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.scriptarchive.test >>> [2020-08-22T00:33:07.058Z] [INFO] [2020-08-22T00:33:07.058Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-08-22T00:33:07.058Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-22T00:33:07.058Z] [INFO] [2020-08-22T00:33:07.058Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-08-22T00:33:07.058Z] [INFO] [2020-08-22T00:33:07.058Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-08-22T00:33:07.058Z] [INFO] [2020-08-22T00:33:07.058Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.scriptarchive.test <<< [2020-08-22T00:33:07.058Z] [INFO] [2020-08-22T00:33:07.058Z] [INFO] [2020-08-22T00:33:07.058Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-08-22T00:33:07.058Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-08-22T00:33:08.422Z] [INFO] [2020-08-22T00:33:08.422Z] Loading source files for package org.eclipse.ease.lang.scriptarchive... [2020-08-22T00:33:08.422Z] Constructing Javadoc information... [2020-08-22T00:33:08.422Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.scriptarchive.test/target/javadoc-bundle-options/package-list" [2020-08-22T00:33:08.422Z] No plugin definition found, skipping [2020-08-22T00:33:08.422Z] No plugin definition found, skipping [2020-08-22T00:33:08.422Z] [WARNING] Javadoc Warnings [2020-08-22T00:33:08.422Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d" [2020-08-22T00:33:08.422Z] [INFO] [2020-08-22T00:33:08.422Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-08-22T00:33:08.422Z] [INFO] [2020-08-22T00:33:08.422Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-08-22T00:33:08.422Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:33:08.422Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.scriptarchive.test/src/main/resources [2020-08-22T00:33:08.422Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.scriptarchive.test/help [2020-08-22T00:33:08.422Z] [INFO] [2020-08-22T00:33:08.422Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-08-22T00:33:08.422Z] [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.scriptarchive.test/target/classes [2020-08-22T00:33:08.422Z] [INFO] [2020-08-22T00:33:08.422Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-08-22T00:33:08.422Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:33:08.422Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.scriptarchive.test/src/test/resources [2020-08-22T00:33:08.422Z] [INFO] [2020-08-22T00:33:08.422Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-08-22T00:33:08.422Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.scriptarchive.test/target/org.eclipse.ease.lang.scriptarchive.test-0.8.0-SNAPSHOT-sources.jar [2020-08-22T00:33:08.422Z] [INFO] [2020-08-22T00:33:08.422Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-08-22T00:33:08.422Z] [INFO] [2020-08-22T00:33:08.422Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-08-22T00:33:08.422Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.scriptarchive.test/target/org.eclipse.ease.lang.scriptarchive.test-0.8.0-SNAPSHOT.jar [2020-08-22T00:33:08.422Z] [INFO] [2020-08-22T00:33:08.422Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-08-22T00:33:08.422Z] [INFO] [2020-08-22T00:33:08.422Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-08-22T00:33:08.422Z] [INFO] [2020-08-22T00:33:08.422Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-08-22T00:33:08.422Z] [INFO] [2020-08-22T00:33:08.422Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-08-22T00:33:08.422Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.scriptarchive.test/target/work/data/.metadata/.log [2020-08-22T00:33:08.422Z] [INFO] Command line: [2020-08-22T00:33:08.422Z] [/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.2020-03/tests/org.eclipse.ease.lang.scriptarchive.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.scriptarchive.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2020-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.2020-03/tests/org.eclipse.ease.lang.scriptarchive.test/target/surefire.properties] [2020-08-22T00:33:08.422Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d" [2020-08-22T00:33:09.814Z] Running org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest [2020-08-22T00:33:10.072Z] We are running from a zip file! [2020-08-22T00:33:10.072Z] org.eclipse.ease.ScriptExecutionException: SyntaxError: missing ; before statement (workspace://__EASE_ScriptArchive_1/scripts/Master.js#3) [2020-08-22T00:33:10.072Z] this is an error [2020-08-22T00:33:10.072Z] ^ [2020-08-22T00:33:10.072Z] at Master.js,workspace://__EASE_ScriptArchive_1/scripts/Master.js [2020-08-22T00:33:10.072Z] org.eclipse.ease.ScriptExecutionException: SyntaxError: missing ; before statement (workspace://__EASE_ScriptArchive_1/scripts/Master.js#3) [2020-08-22T00:33:10.072Z] this is an error [2020-08-22T00:33:10.072Z] ^ [2020-08-22T00:33:10.072Z] at Master.js,workspace://__EASE_ScriptArchive_1/scripts/Master.js [2020-08-22T00:33:10.072Z] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.46 s - in org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest [2020-08-22T00:33:10.072Z] executeWithManifest(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0.341 s [2020-08-22T00:33:10.072Z] zipFileRegistration(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0.006 s [2020-08-22T00:33:10.072Z] engineIdRegistration(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0 s [2020-08-22T00:33:10.072Z] jarFileRegistration(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0 s [2020-08-22T00:33:10.072Z] sarFileRegistration(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0 s [2020-08-22T00:33:10.072Z] executeWithErrors(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0.043 s [2020-08-22T00:33:10.072Z] executeWithIncludes(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0.056 s [2020-08-22T00:33:10.072Z] [2020-08-22T00:33:10.073Z] Results: [2020-08-22T00:33:10.073Z] [2020-08-22T00:33:10.073Z] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 [2020-08-22T00:33:10.073Z] [2020-08-22T00:33:10.638Z] [INFO] All tests passed! [2020-08-22T00:33:10.638Z] [INFO] [2020-08-22T00:33:10.638Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-08-22T00:33:10.638Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:33:10.638Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:33:10.638Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:33:10.638Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:33:10.639Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:33:10.639Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:33:10.639Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:33:10.639Z] [INFO] [2020-08-22T00:33:10.639Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-08-22T00:33:10.639Z] [INFO] [2020-08-22T00:33:10.639Z] [INFO] --------< org.eclipse.ease:org.eclipse.ease.lang.unittest.test >-------- [2020-08-22T00:33:10.639Z] [INFO] Building org.eclipse.ease.lang.unittest.test 0.8.0-SNAPSHOT [46/48] [2020-08-22T00:33:10.639Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-08-22T00:33:10.639Z] [INFO] [2020-08-22T00:33:10.639Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.unittest.test --- [2020-08-22T00:33:10.639Z] [INFO] [2020-08-22T00:33:10.639Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.unittest.test --- [2020-08-22T00:33:10.639Z] [INFO] The project's OSGi version is 0.8.0.I201908141044 [2020-08-22T00:33:10.639Z] [INFO] [2020-08-22T00:33:10.639Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.unittest.test --- [2020-08-22T00:33:10.639Z] [INFO] [2020-08-22T00:33:10.639Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.unittest.test --- [2020-08-22T00:33:10.639Z] [INFO] [2020-08-22T00:33:10.639Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.unittest.test >>> [2020-08-22T00:33:10.639Z] [INFO] [2020-08-22T00:33:10.639Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.unittest.test --- [2020-08-22T00:33:10.639Z] [INFO] The project's OSGi version is 0.8.0.I201908141044 [2020-08-22T00:33:10.639Z] [INFO] [2020-08-22T00:33:10.639Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.unittest.test --- [2020-08-22T00:33:10.639Z] [INFO] [2020-08-22T00:33:10.639Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.unittest.test --- [2020-08-22T00:33:10.639Z] [INFO] [2020-08-22T00:33:10.639Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.unittest.test <<< [2020-08-22T00:33:10.639Z] [INFO] [2020-08-22T00:33:10.639Z] [INFO] [2020-08-22T00:33:10.639Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.unittest.test --- [2020-08-22T00:33:10.894Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-08-22T00:33:12.257Z] [INFO] [2020-08-22T00:33:12.257Z] Loading source files for package org.eclipse.ease.lang.unittest... [2020-08-22T00:33:12.257Z] Constructing Javadoc information... [2020-08-22T00:33:12.257Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.unittest.test/target/javadoc-bundle-options/package-list" [2020-08-22T00:33:12.257Z] No plugin definition found, skipping [2020-08-22T00:33:12.257Z] No plugin definition found, skipping [2020-08-22T00:33:12.257Z] [WARNING] Javadoc Warnings [2020-08-22T00:33:12.257Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d" [2020-08-22T00:33:12.257Z] [INFO] [2020-08-22T00:33:12.257Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.unittest.test --- [2020-08-22T00:33:12.257Z] [INFO] [2020-08-22T00:33:12.257Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.unittest.test --- [2020-08-22T00:33:12.257Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:33:12.257Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.unittest.test/src/main/resources [2020-08-22T00:33:12.257Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.unittest.test/help [2020-08-22T00:33:12.257Z] [INFO] [2020-08-22T00:33:12.257Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.unittest.test --- [2020-08-22T00:33:12.257Z] [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.unittest.test/target/classes [2020-08-22T00:33:12.257Z] [INFO] [2020-08-22T00:33:12.257Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.unittest.test --- [2020-08-22T00:33:12.257Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:33:12.257Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.unittest.test/src/test/resources [2020-08-22T00:33:12.257Z] [INFO] [2020-08-22T00:33:12.257Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.unittest.test --- [2020-08-22T00:33:12.257Z] [WARNING] Bundle-Name header not found in /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.unittest.test/META-INF/MANIFEST.MF, fallback to Bundle-SymbolicName for source bundle [2020-08-22T00:33:12.258Z] [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.unittest.test/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [2020-08-22T00:33:12.258Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.unittest.test/target/org.eclipse.ease.lang.unittest.test-0.8.0-SNAPSHOT-sources.jar [2020-08-22T00:33:12.258Z] [INFO] [2020-08-22T00:33:12.258Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.unittest.test --- [2020-08-22T00:33:12.258Z] [INFO] [2020-08-22T00:33:12.258Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.unittest.test --- [2020-08-22T00:33:12.258Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.unittest.test/target/org.eclipse.ease.lang.unittest.test-0.8.0-SNAPSHOT.jar [2020-08-22T00:33:12.258Z] [INFO] [2020-08-22T00:33:12.258Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.unittest.test --- [2020-08-22T00:33:12.258Z] [INFO] [2020-08-22T00:33:12.258Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.unittest.test --- [2020-08-22T00:33:12.258Z] [INFO] [2020-08-22T00:33:12.258Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.unittest.test --- [2020-08-22T00:33:12.258Z] [INFO] [2020-08-22T00:33:12.258Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.ease.lang.unittest.test --- [2020-08-22T00:33:12.258Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.unittest.test/target/work/data/.metadata/.log [2020-08-22T00:33:12.258Z] [INFO] Command line: [2020-08-22T00:33:12.258Z] [/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.2020-03/tests/org.eclipse.ease.lang.unittest.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.unittest.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2020-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.2020-03/tests/org.eclipse.ease.lang.unittest.test/target/surefire.properties] [2020-08-22T00:33:12.258Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d" [2020-08-22T00:33:13.621Z] Running org.eclipse.ease.lang.unittest.ClassicJavaScriptTest [2020-08-22T00:33:14.552Z] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.192 s - in org.eclipse.ease.lang.unittest.ClassicJavaScriptTest [2020-08-22T00:33:14.552Z] folderStatus(org.eclipse.ease.lang.unittest.ClassicJavaScriptTest) Time elapsed: 0.455 s [2020-08-22T00:33:14.552Z] errorTestStatus(org.eclipse.ease.lang.unittest.ClassicJavaScriptTest) Time elapsed: 0.118 s [2020-08-22T00:33:14.552Z] failureTestStatus(org.eclipse.ease.lang.unittest.ClassicJavaScriptTest) Time elapsed: 0.092 s [2020-08-22T00:33:14.552Z] verifyOutput(org.eclipse.ease.lang.unittest.ClassicJavaScriptTest) Time elapsed: 0.103 s [2020-08-22T00:33:14.552Z] suiteStatus(org.eclipse.ease.lang.unittest.ClassicJavaScriptTest) Time elapsed: 0.098 s [2020-08-22T00:33:14.552Z] ignoreTestStatus(org.eclipse.ease.lang.unittest.ClassicJavaScriptTest) Time elapsed: 0.09 s [2020-08-22T00:33:14.552Z] passTestStatus(org.eclipse.ease.lang.unittest.ClassicJavaScriptTest) Time elapsed: 0.097 s [2020-08-22T00:33:14.552Z] Running org.eclipse.ease.lang.unittest.ModernJavaScriptTest [2020-08-22T00:33:15.481Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.625 s - in org.eclipse.ease.lang.unittest.ModernJavaScriptTest [2020-08-22T00:33:15.481Z] folderStatus(org.eclipse.ease.lang.unittest.ModernJavaScriptTest) Time elapsed: 0.108 s [2020-08-22T00:33:15.481Z] verifyOutput(org.eclipse.ease.lang.unittest.ModernJavaScriptTest) Time elapsed: 0.087 s [2020-08-22T00:33:15.481Z] suiteStatus(org.eclipse.ease.lang.unittest.ModernJavaScriptTest) Time elapsed: 0.094 s [2020-08-22T00:33:15.481Z] ignoreTestStatus(org.eclipse.ease.lang.unittest.ModernJavaScriptTest) Time elapsed: 0.074 s [2020-08-22T00:33:15.481Z] ignoreTestClassStatus(org.eclipse.ease.lang.unittest.ModernJavaScriptTest) Time elapsed: 0.054 s [2020-08-22T00:33:15.481Z] failureTestClassStatus(org.eclipse.ease.lang.unittest.ModernJavaScriptTest) Time elapsed: 0.078 s [2020-08-22T00:33:15.481Z] errorTestClassStatus(org.eclipse.ease.lang.unittest.ModernJavaScriptTest) Time elapsed: 0.076 s [2020-08-22T00:33:15.481Z] passTestClassStatus(org.eclipse.ease.lang.unittest.ModernJavaScriptTest) Time elapsed: 0.053 s [2020-08-22T00:33:15.481Z] [2020-08-22T00:33:15.481Z] Results: [2020-08-22T00:33:15.481Z] [2020-08-22T00:33:15.481Z] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0 [2020-08-22T00:33:15.481Z] [2020-08-22T00:33:16.042Z] [INFO] All tests passed! [2020-08-22T00:33:16.042Z] [INFO] [2020-08-22T00:33:16.043Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.unittest.test --- [2020-08-22T00:33:16.043Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:33:16.043Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:33:16.043Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:33:16.043Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:33:16.043Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:33:16.043Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:33:16.043Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:33:16.043Z] [INFO] [2020-08-22T00:33:16.043Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.unittest.test --- [2020-08-22T00:33:16.043Z] [INFO] [2020-08-22T00:33:16.043Z] [INFO] -------------< org.eclipse.ease:org.eclipse.ease.ui.test >-------------- [2020-08-22T00:33:16.043Z] [INFO] Building org.eclipse.ease.ui.test 0.8.0-SNAPSHOT [47/48] [2020-08-22T00:33:16.043Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-08-22T00:33:16.043Z] [INFO] [2020-08-22T00:33:16.043Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.ui.test --- [2020-08-22T00:33:16.043Z] [INFO] [2020-08-22T00:33:16.043Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui.test --- [2020-08-22T00:33:16.043Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-22T00:33:16.043Z] [INFO] [2020-08-22T00:33:16.043Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.test --- [2020-08-22T00:33:16.043Z] [INFO] [2020-08-22T00:33:16.043Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.test --- [2020-08-22T00:33:16.043Z] [INFO] [2020-08-22T00:33:16.043Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.ui.test >>> [2020-08-22T00:33:16.043Z] [INFO] [2020-08-22T00:33:16.043Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui.test --- [2020-08-22T00:33:16.043Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-22T00:33:16.043Z] [INFO] [2020-08-22T00:33:16.043Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.test --- [2020-08-22T00:33:16.043Z] [INFO] [2020-08-22T00:33:16.043Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.test --- [2020-08-22T00:33:16.043Z] [INFO] [2020-08-22T00:33:16.043Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.ui.test <<< [2020-08-22T00:33:16.043Z] [INFO] [2020-08-22T00:33:16.043Z] [INFO] [2020-08-22T00:33:16.043Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.ui.test --- [2020-08-22T00:33:16.043Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-08-22T00:33:17.418Z] [INFO] [2020-08-22T00:33:17.418Z] Loading source files for package org.eclipse.ease.ui.completion... [2020-08-22T00:33:17.418Z] Loading source files for package org.eclipse.ease.ui.completion.provider... [2020-08-22T00:33:17.418Z] Loading source files for package org.eclipse.ease.ui.completions.java.provider... [2020-08-22T00:33:17.418Z] Loading source files for package org.eclipse.ease.ui.help.hovers... [2020-08-22T00:33:17.418Z] Constructing Javadoc information... [2020-08-22T00:33:17.418Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.ui.test/target/javadoc-bundle-options/package-list" [2020-08-22T00:33:17.418Z] [WARNING] Javadoc Warnings [2020-08-22T00:33:17.418Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d" [2020-08-22T00:33:17.418Z] [INFO] [2020-08-22T00:33:17.418Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.ui.test --- [2020-08-22T00:33:17.418Z] [INFO] [2020-08-22T00:33:17.418Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.ui.test --- [2020-08-22T00:33:17.418Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:33:17.418Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.ui.test/src/main/resources [2020-08-22T00:33:17.418Z] [INFO] Copying 2 resources to help [2020-08-22T00:33:17.418Z] [INFO] [2020-08-22T00:33:17.418Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.ui.test --- [2020-08-22T00:33:17.418Z] [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.ui.test/target/classes [2020-08-22T00:33:17.418Z] [INFO] [2020-08-22T00:33:17.418Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.ui.test --- [2020-08-22T00:33:17.418Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:33:17.418Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.ui.test/src/test/resources [2020-08-22T00:33:17.418Z] [INFO] [2020-08-22T00:33:17.418Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.ui.test --- [2020-08-22T00:33:17.418Z] [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.ui.test/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [2020-08-22T00:33:17.419Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.ui.test/target/org.eclipse.ease.ui.test-0.8.0-SNAPSHOT-sources.jar [2020-08-22T00:33:17.419Z] [INFO] [2020-08-22T00:33:17.419Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.ui.test --- [2020-08-22T00:33:17.419Z] [INFO] [2020-08-22T00:33:17.419Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.ui.test --- [2020-08-22T00:33:17.419Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.ui.test/target/org.eclipse.ease.ui.test-0.8.0-SNAPSHOT.jar [2020-08-22T00:33:17.419Z] [INFO] [2020-08-22T00:33:17.419Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.ui.test --- [2020-08-22T00:33:17.419Z] [INFO] [2020-08-22T00:33:17.419Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.ui.test --- [2020-08-22T00:33:17.419Z] [INFO] [2020-08-22T00:33:17.419Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.ui.test --- [2020-08-22T00:33:17.419Z] [INFO] [2020-08-22T00:33:17.419Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.ease.ui.test --- [2020-08-22T00:33:17.678Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.ui.test/target/work/data/.metadata/.log [2020-08-22T00:33:17.678Z] [INFO] Command line: [2020-08-22T00:33:17.678Z] [/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.2020-03/tests/org.eclipse.ease.ui.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.ui.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2020-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.2020-03/tests/org.eclipse.ease.ui.test/target/surefire.properties] [2020-08-22T00:33:17.678Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d" [2020-08-22T00:33:19.041Z] Running org.eclipse.ease.ui.completions.java.provider.JavaPackagesCompletionsProviderTest [2020-08-22T00:33:25.576Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.933 s - in org.eclipse.ease.ui.completions.java.provider.JavaPackagesCompletionsProviderTest [2020-08-22T00:33:25.576Z] containsJavaLangPackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaPackagesCompletionsProviderTest) Time elapsed: 0.445 s [2020-08-22T00:33:25.576Z] containsOrgRootPackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaPackagesCompletionsProviderTest) Time elapsed: 0.007 s [2020-08-22T00:33:25.576Z] containsJavaRootPackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaPackagesCompletionsProviderTest) Time elapsed: 0.006 s [2020-08-22T00:33:25.576Z] containsOrgEclipsePackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaPackagesCompletionsProviderTest) Time elapsed: 0.062 s [2020-08-22T00:33:25.576Z] Running org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest [2020-08-22T00:33:30.826Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.16 s - in org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest [2020-08-22T00:33:30.826Z] containsPackageFileCompletion(org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest) Time elapsed: 0.007 s [2020-08-22T00:33:30.826Z] containsGlobalFileCompletion(org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest) Time elapsed: 0.033 s [2020-08-22T00:33:30.826Z] containsJavaLangPackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest) Time elapsed: 0.04 s [2020-08-22T00:33:30.826Z] containsOrgRootPackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest) Time elapsed: 0.005 s [2020-08-22T00:33:30.826Z] containsJavaRootPackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest) Time elapsed: 0.004 s [2020-08-22T00:33:30.826Z] containsOrgEclipsePackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest) Time elapsed: 0.065 s [2020-08-22T00:33:30.826Z] Running org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest [2020-08-22T00:33:30.826Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 8, Time elapsed: 0.002 s - in org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest [2020-08-22T00:33:30.826Z] workspaceProjectProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-08-22T00:33:30.826Z] checkOperatingSystem(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-08-22T00:33:30.826Z] absoluteRootWorkspaceProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-08-22T00:33:30.826Z] workspaceFolderProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-08-22T00:33:30.826Z] fileSystemFolderProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-08-22T00:33:30.826Z] workspaceProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-08-22T00:33:30.826Z] relativeRootWorkspaceProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-08-22T00:33:30.826Z] fileSystemRootProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-08-22T00:33:30.826Z] Running org.eclipse.ease.ui.completion.CompletionContextTest [2020-08-22T00:33:30.826Z] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.ease.ui.completion.CompletionContextTest [2020-08-22T00:33:30.826Z] resolveStaticClass(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0.012 s [2020-08-22T00:33:30.826Z] resolveClassWithFilter(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0.001 s [2020-08-22T00:33:30.826Z] simplifyCalls(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-08-22T00:33:30.826Z] resolveClass(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-08-22T00:33:30.826Z] replaceEscapedStringLiterals(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-08-22T00:33:30.826Z] replaceSimpleStringLiterals(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-08-22T00:33:30.826Z] resolveStaticClassWithFilter(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-08-22T00:33:30.826Z] resolveClassWithParameters(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-08-22T00:33:30.826Z] replaceMultipleStringLiterals(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-08-22T00:33:30.826Z] Running org.eclipse.ease.ui.help.hovers.ModuleHelpTest [2020-08-22T00:33:30.826Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.001 s - in org.eclipse.ease.ui.help.hovers.ModuleHelpTest [2020-08-22T00:33:30.826Z] getModuleHelpLocation(org.eclipse.ease.ui.help.hovers.ModuleHelpTest) skipped [2020-08-22T00:33:30.826Z] getModuleHelp(org.eclipse.ease.ui.help.hovers.ModuleHelpTest) skipped [2020-08-22T00:33:30.826Z] getMethodHelp(org.eclipse.ease.ui.help.hovers.ModuleHelpTest) skipped [2020-08-22T00:33:30.826Z] getConstantHelp(org.eclipse.ease.ui.help.hovers.ModuleHelpTest) skipped [2020-08-22T00:33:30.826Z] [2020-08-22T00:33:30.826Z] Results: [2020-08-22T00:33:30.826Z] [2020-08-22T00:33:30.826Z] Tests run: 31, Failures: 0, Errors: 0, Skipped: 12 [2020-08-22T00:33:30.826Z] [2020-08-22T00:33:31.083Z] [INFO] All tests passed! [2020-08-22T00:33:31.083Z] [INFO] [2020-08-22T00:33:31.083Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.ui.test --- [2020-08-22T00:33:31.083Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:33:31.083Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:33:31.084Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:33:31.084Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:33:31.084Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:33:31.084Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:33:31.084Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:33:31.084Z] [INFO] [2020-08-22T00:33:31.084Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.ui.test --- [2020-08-22T00:33:31.084Z] [INFO] [2020-08-22T00:33:31.084Z] [INFO] ---------------------< org.eclipse.ease:ease.core >--------------------- [2020-08-22T00:33:31.084Z] [INFO] Building EASE (Incubation) 0.4.0-SNAPSHOT [48/48] [2020-08-22T00:33:31.084Z] [INFO] --------------------------------[ pom ]--------------------------------- [2020-08-22T00:33:39.171Z] [INFO] [2020-08-22T00:33:39.171Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ease.core --- [2020-08-22T00:33:44.415Z] [INFO] [2020-08-22T00:33:44.415Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ ease.core --- [2020-08-22T00:33:56.582Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:33:56.582Z] [INFO] ------------------------------------------------------------------------ [2020-08-22T00:33:56.582Z] [INFO] Reactor Summary: [2020-08-22T00:33:56.582Z] [INFO] [2020-08-22T00:33:56.582Z] [INFO] org.eclipse.ease.releng 0.8.0-SNAPSHOT ............. SUCCESS [ 5.696 s] [2020-08-22T00:33:56.582Z] [INFO] org.eclipse.ease.classloader 0.8.0-SNAPSHOT ........ SUCCESS [ 3.633 s] [2020-08-22T00:33:56.582Z] [INFO] org.eclipse.ease 0.8.0-SNAPSHOT .................... SUCCESS [ 7.471 s] [2020-08-22T00:33:56.582Z] [INFO] org.eclipse.ease.ui 0.8.0-SNAPSHOT ................. SUCCESS [ 2.710 s] [2020-08-22T00:33:56.582Z] [INFO] org.eclipse.ease.ui.completions.java 0.8.0-SNAPSHOT SUCCESS [ 1.609 s] [2020-08-22T00:33:56.582Z] [INFO] org.eclipse.ease.ui.scripts 0.8.0-SNAPSHOT ......... SUCCESS [ 2.155 s] [2020-08-22T00:33:56.582Z] [INFO] org.eclipse.ease.lang.javascript 0.8.0-SNAPSHOT .... SUCCESS [ 1.387 s] [2020-08-22T00:33:56.582Z] [INFO] org.eclipse.ease.lang.scriptarchive 0.8.0-SNAPSHOT . SUCCESS [ 1.356 s] [2020-08-22T00:33:56.582Z] [INFO] org.eclipse.ease.lang.python 0.8.0-SNAPSHOT ........ SUCCESS [ 1.505 s] [2020-08-22T00:33:56.582Z] [INFO] org.eclipse.ease.lang.python.py4j 0.8.0-SNAPSHOT ... SUCCESS [ 1.496 s] [2020-08-22T00:33:56.582Z] [INFO] org.eclipse.ease.lang.groovy 0.8.0-SNAPSHOT ........ SUCCESS [ 1.306 s] [2020-08-22T00:33:56.582Z] [INFO] org.eclipse.ease.lang.groovy.interpreter 0.8.0-SNAPSHOT SUCCESS [ 1.324 s] [2020-08-22T00:33:56.582Z] [INFO] org.eclipse.ease.lang.unittest 0.8.0-SNAPSHOT ...... SUCCESS [ 1.810 s] [2020-08-22T00:33:56.582Z] [INFO] org.eclipse.ease.lang.unittest.ui 0.8.0-SNAPSHOT ... SUCCESS [ 1.741 s] [2020-08-22T00:33:56.582Z] [INFO] org.eclipse.ease.lang.ruby 0.8.0-SNAPSHOT .......... SUCCESS [ 1.331 s] [2020-08-22T00:33:56.582Z] [INFO] org.eclipse.ease.lang.ruby.jruby 0.8.0-SNAPSHOT .... SUCCESS [ 1.394 s] [2020-08-22T00:33:56.582Z] [INFO] org.eclipse.ease.lang.javascript.nashorn 0.8.0-SNAPSHOT SUCCESS [ 1.416 s] [2020-08-22T00:33:56.582Z] [INFO] org.eclipse.ease.lang.javascript.rhino 0.8.0-SNAPSHOT SUCCESS [ 1.583 s] [2020-08-22T00:33:56.582Z] [INFO] org.eclipse.ease.lang.python.jython 0.8.0-SNAPSHOT . SUCCESS [ 1.535 s] [2020-08-22T00:33:56.582Z] [INFO] org.eclipse.ease.lang.javascript.ui 0.8.0-SNAPSHOT . SUCCESS [ 1.494 s] [2020-08-22T00:33:56.582Z] [INFO] org.eclipse.ease.lang.jvm.compiled 0.8.0-SNAPSHOT .. SUCCESS [ 1.436 s] [2020-08-22T00:33:56.582Z] [INFO] org.eclipse.ease.lang.scriptarchive.ui 0.8.0-SNAPSHOT SUCCESS [ 1.384 s] [2020-08-22T00:33:56.582Z] [INFO] org.eclipse.ease.help 0.8.0-SNAPSHOT ............... SUCCESS [ 0.101 s] [2020-08-22T00:33:56.582Z] [INFO] org.eclipse.ease.feature 0.8.0-SNAPSHOT ............ SUCCESS [ 0.115 s] [2020-08-22T00:33:56.582Z] [INFO] org.eclipse.ease.ui.feature 0.8.0-SNAPSHOT ......... SUCCESS [ 0.225 s] [2020-08-22T00:33:56.582Z] [INFO] org.eclipse.ease.lang.javascript.feature 0.8.0-SNAPSHOT SUCCESS [ 0.081 s] [2020-08-22T00:33:56.583Z] [INFO] org.eclipse.ease.lang.python.feature 0.8.0-SNAPSHOT SUCCESS [ 0.084 s] [2020-08-22T00:33:56.583Z] [INFO] org.eclipse.ease.python.jython.feature 0.8.0-SNAPSHOT SUCCESS [ 0.103 s] [2020-08-22T00:33:56.583Z] [INFO] org.eclipse.ease.lang.python.py4j.feature 0.8.0-SNAPSHOT SUCCESS [ 0.082 s] [2020-08-22T00:33:56.583Z] [INFO] org.eclipse.ease.lang.jvm.feature 0.8.0-SNAPSHOT ... SUCCESS [ 0.090 s] [2020-08-22T00:33:56.583Z] [INFO] org.eclipse.ease.lang.groovy.feature 0.8.0-SNAPSHOT SUCCESS [ 0.073 s] [2020-08-22T00:33:56.583Z] [INFO] org.eclipse.ease.lang.ruby.feature 0.8.0-SNAPSHOT .. SUCCESS [ 0.077 s] [2020-08-22T00:33:56.583Z] [INFO] org.eclipse.ease.lang.scriptarchive.feature 0.8.0-SNAPSHOT SUCCESS [ 0.088 s] [2020-08-22T00:33:56.583Z] [INFO] org.eclipse.ease.lang.unittest.feature 0.8.0-SNAPSHOT SUCCESS [ 0.097 s] [2020-08-22T00:33:56.583Z] [INFO] org.eclipse.ease.releng.target 0.8.0-SNAPSHOT ...... SUCCESS [ 0.008 s] [2020-08-22T00:33:56.583Z] [INFO] org.eclipse.ease.releng.p2 0.8.0-SNAPSHOT .......... SUCCESS [ 2.783 s] [2020-08-22T00:33:56.583Z] [INFO] org.eclipse.ease.testhelper 0.8.0-SNAPSHOT ......... SUCCESS [ 1.428 s] [2020-08-22T00:33:56.583Z] [INFO] org.eclipse.ease.test 0.8.0-SNAPSHOT ............... SUCCESS [ 16.462 s] [2020-08-22T00:33:56.583Z] [INFO] org.eclipse.ease.lang.javascript.nashorn.test 0.8.0-SNAPSHOT SUCCESS [ 3.917 s] [2020-08-22T00:33:56.583Z] [INFO] org.eclipse.ease.lang.javascript.rhino.test 0.8.0-SNAPSHOT SUCCESS [ 15.511 s] [2020-08-22T00:33:56.583Z] [INFO] org.eclipse.ease.lang.javascript.test 0.8.0-SNAPSHOT SUCCESS [ 3.620 s] [2020-08-22T00:33:56.583Z] [INFO] org.eclipse.ease.lang.python.test 0.8.0-SNAPSHOT ... SUCCESS [ 3.408 s] [2020-08-22T00:33:56.583Z] [INFO] org.eclipse.ease.lang.python.jython.test 0.8.0-SNAPSHOT SUCCESS [ 16.863 s] [2020-08-22T00:33:56.583Z] [INFO] org.eclipse.ease.lang.python.py4j.test 0.8.0-SNAPSHOT SUCCESS [ 27.613 s] [2020-08-22T00:33:56.583Z] [INFO] org.eclipse.ease.lang.scriptarchive.test 0.8.0-SNAPSHOT SUCCESS [ 3.723 s] [2020-08-22T00:33:56.583Z] [INFO] org.eclipse.ease.lang.unittest.test 0.8.0-SNAPSHOT . SUCCESS [ 5.252 s] [2020-08-22T00:33:56.583Z] [INFO] org.eclipse.ease.ui.test 0.8.0-SNAPSHOT ............ SUCCESS [ 15.125 s] [2020-08-22T00:33:56.583Z] [INFO] EASE (Incubation) 0.4.0-SNAPSHOT ................... SUCCESS [ 24.084 s] [2020-08-22T00:33:56.583Z] [INFO] ------------------------------------------------------------------------ [2020-08-22T00:33:56.583Z] [INFO] BUILD SUCCESS [2020-08-22T00:33:56.583Z] [INFO] ------------------------------------------------------------------------ [2020-08-22T00:33:56.583Z] [INFO] Total time: 05:28 min [2020-08-22T00:33:56.583Z] [INFO] Finished at: 2020-08-22T00:33:55Z [2020-08-22T00:33:56.583Z] [INFO] ------------------------------------------------------------------------ [2020-08-22T00:33:56.583Z] [INFO] [jenkins-event-spy] Generated /home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMavenb806df0d/maven-spy-20200822-002826-767436060243198809461.log [Pipeline] } [2020-08-22T00:33:58.513Z] [withMaven] Publishers: Pipeline Graph Publisher: 353 ms, Invoker Publisher: 2 ms, Junit Publisher: 1 ms, Concordion Publisher: 1 ms, Dependencies Fingerprint Publisher: 1286 ms, Findbugs Publisher: 1 ms, Jacoco Publisher: 1 ms, SpotBugs Publisher: 1 ms [Pipeline] // withMaven [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] sh [2020-08-22T00:33:58.850Z] + cp 'releng/org.eclipse.ease.releng.target/previous targets/2020-03.target' releng/org.eclipse.ease.releng.target/org.eclipse.ease.releng.target.target [Pipeline] withMaven [2020-08-22T00:33:58.857Z] [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-22T00:33:58.857Z] [withMaven] Available options: [2020-08-22T00:33:58.857Z] [withMaven] using JDK installation oracle-jdk8-latest [2020-08-22T00:33:58.862Z] [withMaven] using Maven installation 'apache-maven-latest' [Pipeline] { [Pipeline] sh [2020-08-22T00:33:59.146Z] + mvn integration-test -f releng/org.eclipse.ease.releng/target-tests-pom.xml [2020-08-22T00:33:59.148Z] ----- withMaven Wrapper script ----- [2020-08-22T00:33:59.148Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMaven43ec9ae5/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMaven43ec9ae5" [2020-08-22T00:33:59.148Z] Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) [2020-08-22T00:33:59.148Z] Maven home: /opt/tools/apache-maven/latest [2020-08-22T00:33:59.148Z] Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre [2020-08-22T00:33:59.148Z] Default locale: en_US, platform encoding: UTF-8 [2020-08-22T00:33:59.148Z] OS name: "linux", version: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix" [2020-08-22T00:33:59.709Z] [INFO] [jenkins-event-spy] Generate /home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMaven43ec9ae5/maven-spy-20200822-003359-5114037598978604138834.log.tmp ... [2020-08-22T00:33:59.981Z] [INFO] Scanning for projects... [2020-08-22T00:34:00.543Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-22T00:34:01.918Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-22T00:34:01.918Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-22T00:34:01.918Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-22T00:34:01.918Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-22T00:34:01.918Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-22T00:34:01.918Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-22T00:34:01.918Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-22T00:34:01.918Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-08-22T00:34:01.918Z] [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.2020-03/tests/org.eclipse.ease.test/pom.xml [2020-08-22T00:34:01.919Z] [INFO] Fetching p2.index from http://download.eclipse.org/releases/2020-03/ [2020-08-22T00:34:02.175Z] [INFO] Adding repository http://download.eclipse.org/releases/2020-03 [2020-08-22T00:34:02.175Z] [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2020-03/ (482B) [2020-08-22T00:34:02.175Z] [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2020-03/ (482B) [2020-08-22T00:34:02.175Z] [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/2020-03/ [2020-08-22T00:34:02.175Z] [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/2020-03/ [2020-08-22T00:34:02.175Z] [INFO] Fetching content.jar from http://download.eclipse.org/technology/epp/packages/2020-03/ (75.25kB) [2020-08-22T00:34:02.433Z] [INFO] Fetching content.jar from http://download.eclipse.org/technology/epp/packages/2020-03/ (75.25kB) [2020-08-22T00:34:02.433Z] [INFO] Fetching p2.index from http://download.eclipse.org/releases/2020-03/202003181000/ [2020-08-22T00:34:02.433Z] [INFO] Fetching p2.index from http://download.eclipse.org/releases/2020-03/202003181000/ [2020-08-22T00:34:02.689Z] [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2020-03/202003181000/ [2020-08-22T00:34:02.689Z] [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2020-03/202003181000/ [2020-08-22T00:34:04.053Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20200224183213/repository/ [2020-08-22T00:34:04.053Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20200224183213/repository/ [2020-08-22T00:34:04.053Z] [INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/drops/R20200224183213/repository [2020-08-22T00:34:04.053Z] [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/R20200224183213/repository/ [2020-08-22T00:34:04.053Z] [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/R20200224183213/repository/ [2020-08-22T00:34:04.310Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/ [2020-08-22T00:34:04.310Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/ [2020-08-22T00:34:04.565Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/ [2020-08-22T00:34:04.565Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/ [2020-08-22T00:34:04.821Z] [INFO] Adding repository https://bintray.com/artifact/download/pontesegger/ease-engines [2020-08-22T00:34:06.187Z] [INFO] Adding repository https://dl.bintray.com/py4j/py4j-eclipse/0.10.8.1 [2020-08-22T00:34:08.702Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.test/pom.xml [2020-08-22T00:34:12.866Z] [INFO] Fetching 202003181000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2020-03/ [2020-08-22T00:34:12.866Z] [INFO] Fetching org.eclipse.osgi_3.15.200.v20200214-1600.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (460.88kB) [2020-08-22T00:34:12.866Z] [INFO] Fetching org.eclipse.osgi_3.15.200.v20200214-1600.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (460.88kB) [2020-08-22T00:34:12.866Z] [INFO] Fetching org.eclipse.compare_3.7.900.v20200129-0902.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (306.39kB) [2020-08-22T00:34:12.866Z] [INFO] Fetching org.eclipse.compare_3.7.900.v20200129-0902.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (306.39kB) [2020-08-22T00:34:12.866Z] [INFO] Fetching org.eclipse.ui_3.116.0.v20200203-1308.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (363.87kB) [2020-08-22T00:34:12.866Z] [INFO] Fetching org.eclipse.ui_3.116.0.v20200203-1308.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (363.87kB) [2020-08-22T00:34:13.122Z] [INFO] Fetching org.eclipse.jface.text_3.16.200.v20200218-0828.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (317.81kB) [2020-08-22T00:34:13.122Z] [INFO] Fetching org.eclipse.jface.text_3.16.200.v20200218-0828.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (317.81kB) [2020-08-22T00:34:13.377Z] [INFO] Fetching org.eclipse.ui.ide_3.17.0.v20200217-1511.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (961.05kB) [2020-08-22T00:34:13.632Z] [INFO] Fetching org.eclipse.ui.ide_3.17.0.v20200217-1511.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (961.05kB) [2020-08-22T00:34:14.193Z] [INFO] Fetching org.eclipse.ui.views_3.10.200.v20200213-1442.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (48.15kB) [2020-08-22T00:34:14.193Z] [INFO] Fetching org.eclipse.ui.views_3.10.200.v20200213-1442.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (48.15kB) [2020-08-22T00:34:14.193Z] [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.14.100.v20200212-1049.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (233.92kB) [2020-08-22T00:34:14.193Z] [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.14.100.v20200212-1049.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (233.92kB) [2020-08-22T00:34:14.451Z] [INFO] Fetching org.eclipse.core.runtime_3.17.100.v20200203-0917.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (33.69kB) [2020-08-22T00:34:14.451Z] [INFO] Fetching org.eclipse.core.runtime_3.17.100.v20200203-0917.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (33.69kB) [2020-08-22T00:34:14.709Z] [INFO] Fetching org.eclipse.core.expressions_3.6.700.v20200212-1751.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (33.98kB) [2020-08-22T00:34:14.709Z] [INFO] Fetching org.eclipse.core.expressions_3.6.700.v20200212-1751.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (33.98kB) [2020-08-22T00:34:14.709Z] [INFO] Fetching org.eclipse.ui.editors_3.13.100.v20200130-1507.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (200.77kB) [2020-08-22T00:34:14.709Z] [INFO] Fetching org.eclipse.ui.editors_3.13.100.v20200130-1507.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (200.77kB) [2020-08-22T00:34:14.964Z] [INFO] Fetching org.eclipse.ui.forms_3.9.0.v20200213-1442.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (124.26kB) [2020-08-22T00:34:14.964Z] [INFO] Fetching org.eclipse.ui.forms_3.9.0.v20200213-1442.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (124.26kB) [2020-08-22T00:34:15.219Z] [INFO] Fetching org.eclipse.compare.core_3.6.800.v20191213-2246.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (33.04kB) [2020-08-22T00:34:15.219Z] [INFO] Fetching org.eclipse.compare.core_3.6.800.v20191213-2246.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (33.04kB) [2020-08-22T00:34:15.219Z] [INFO] Fetching org.eclipse.equinox.common_3.11.0.v20200206-0817.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (52.7kB) [2020-08-22T00:34:15.219Z] [INFO] Fetching org.eclipse.equinox.common_3.11.0.v20200206-0817.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (52.7kB) [2020-08-22T00:34:15.475Z] [INFO] Fetching org.eclipse.core.contenttype_3.7.600.v20200124-1609.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (41.5kB) [2020-08-22T00:34:15.475Z] [INFO] Fetching org.eclipse.core.contenttype_3.7.600.v20200124-1609.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (41.5kB) [2020-08-22T00:34:15.475Z] [INFO] Fetching org.eclipse.equinox.preferences_3.7.700.v20191213-1901.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (54.37kB) [2020-08-22T00:34:15.475Z] [INFO] Fetching org.eclipse.equinox.preferences_3.7.700.v20191213-1901.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (54.37kB) [2020-08-22T00:34:16.036Z] [INFO] Fetching org.eclipse.equinox.registry_3.8.700.v20200121-1457.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (76.99kB) [2020-08-22T00:34:16.036Z] [INFO] Fetching org.eclipse.equinox.registry_3.8.700.v20200121-1457.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (76.99kB) [2020-08-22T00:34:16.036Z] [INFO] Fetching org.eclipse.core.databinding_1.8.0.v20200205-2008.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (55.68kB) [2020-08-22T00:34:16.036Z] [INFO] Fetching org.eclipse.core.databinding_1.8.0.v20200205-2008.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (55.68kB) [2020-08-22T00:34:16.292Z] [INFO] Fetching org.eclipse.core.filebuffers_3.6.900.v20200117-0616.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (41.39kB) [2020-08-22T00:34:16.292Z] [INFO] Fetching org.eclipse.core.filebuffers_3.6.900.v20200117-0616.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (41.39kB) [2020-08-22T00:34:16.547Z] [INFO] Fetching org.eclipse.text_3.10.100.v20200217-1239.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (100.66kB) [2020-08-22T00:34:16.547Z] [INFO] Fetching org.eclipse.text_3.10.100.v20200217-1239.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (100.66kB) [2020-08-22T00:34:16.803Z] [INFO] Fetching org.eclipse.core.jobs_3.10.700.v20200106-1020.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (46.09kB) [2020-08-22T00:34:16.803Z] [INFO] Fetching org.eclipse.core.jobs_3.10.700.v20200106-1020.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (46.09kB) [2020-08-22T00:34:16.803Z] [INFO] Fetching org.eclipse.core.net_1.3.800.v20200218-0937.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (33.79kB) [2020-08-22T00:34:16.803Z] [INFO] Fetching org.eclipse.core.net_1.3.800.v20200218-0937.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (33.79kB) [2020-08-22T00:34:17.364Z] [INFO] Fetching org.eclipse.equinox.app_1.4.400.v20191212-0743.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (42.13kB) [2020-08-22T00:34:17.364Z] [INFO] Fetching org.eclipse.equinox.app_1.4.400.v20191212-0743.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (42.13kB) [2020-08-22T00:34:17.925Z] [INFO] Fetching org.eclipse.debug.core_3.15.0.v20200224-0654.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (126.21kB) [2020-08-22T00:34:17.925Z] [INFO] Fetching org.eclipse.debug.core_3.15.0.v20200224-0654.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (126.21kB) [2020-08-22T00:34:18.485Z] [INFO] Fetching org.eclipse.debug.ui_3.14.400.v20200222-1431.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (1.01MB) [2020-08-22T00:34:18.485Z] [INFO] Fetching org.eclipse.debug.ui_3.14.400.v20200222-1431.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (1.01MB) [2020-08-22T00:34:19.047Z] [INFO] Fetching org.eclipse.ui.console_3.9.100.v20200215-1209.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (85.4kB) [2020-08-22T00:34:19.303Z] [INFO] Fetching org.eclipse.ui.console_3.9.100.v20200215-1209.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (85.4kB) [2020-08-22T00:34:19.303Z] [INFO] Fetching org.eclipse.help_3.8.700.v20191212-1123.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (125.61kB) [2020-08-22T00:34:19.303Z] [INFO] Fetching org.eclipse.help_3.8.700.v20191212-1123.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (125.61kB) [2020-08-22T00:34:19.558Z] [INFO] Fetching org.eclipse.ui.workbench_3.118.0.v20200222-0719.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (1,004.16kB) [2020-08-22T00:34:19.558Z] [INFO] Fetching org.eclipse.ui.workbench_3.118.0.v20200222-0719.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (1,004.16kB) [2020-08-22T00:34:20.484Z] [INFO] Fetching org.eclipse.e4.core.di_1.7.500.v20190916-2125.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (25.92kB) [2020-08-22T00:34:20.484Z] [INFO] Fetching org.eclipse.e4.core.di_1.7.500.v20190916-2125.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (25.92kB) [2020-08-22T00:34:20.484Z] [INFO] Fetching org.eclipse.e4.core.services_2.2.200.v20200127-0814.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (28.2kB) [2020-08-22T00:34:20.484Z] [INFO] Fetching org.eclipse.e4.core.services_2.2.200.v20200127-0814.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (28.2kB) [2020-08-22T00:34:20.484Z] [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.500.v20200106-1259.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (7.75kB) [2020-08-22T00:34:20.484Z] [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.500.v20200106-1259.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (7.75kB) [2020-08-22T00:34:20.739Z] [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.500.v20200106-1259.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.67kB) [2020-08-22T00:34:20.739Z] [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.500.v20200106-1259.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.67kB) [2020-08-22T00:34:20.739Z] [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.600.v20191216-0805.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (21.82kB) [2020-08-22T00:34:20.739Z] [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.600.v20191216-0805.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (21.82kB) [2020-08-22T00:34:20.995Z] [INFO] Fetching org.eclipse.emf.ecore_2.21.0.v20200127-1342.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (485.73kB) [2020-08-22T00:34:20.995Z] [INFO] Fetching org.eclipse.emf.ecore_2.21.0.v20200127-1342.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (485.73kB) [2020-08-22T00:34:21.250Z] [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.800.v20191216-0805.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (22.97kB) [2020-08-22T00:34:21.251Z] [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.800.v20191216-0805.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (22.97kB) [2020-08-22T00:34:21.506Z] [INFO] Fetching org.eclipse.swt_3.114.0.v20200304-0601.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.01kB) [2020-08-22T00:34:21.506Z] [INFO] Fetching org.eclipse.swt_3.114.0.v20200304-0601.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.01kB) [2020-08-22T00:34:21.506Z] [INFO] Fetching org.eclipse.jface_3.19.0.v20200218-1607.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (361.89kB) [2020-08-22T00:34:21.506Z] [INFO] Fetching org.eclipse.jface_3.19.0.v20200218-1607.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (361.89kB) [2020-08-22T00:34:21.762Z] [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.1000.v20200129-0903.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (65.52kB) [2020-08-22T00:34:21.762Z] [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.1000.v20200129-0903.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (65.52kB) [2020-08-22T00:34:22.017Z] [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.900.v20200203-0840.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (79.02kB) [2020-08-22T00:34:22.273Z] [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.900.v20200203-0840.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (79.02kB) [2020-08-22T00:34:22.273Z] [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.600.v20200124-0005.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.45kB) [2020-08-22T00:34:22.273Z] [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.600.v20200124-0005.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.45kB) [2020-08-22T00:34:22.528Z] [INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.700.v20200201-1719.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (24.04kB) [2020-08-22T00:34:22.528Z] [INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.700.v20200201-1719.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (24.04kB) [2020-08-22T00:34:22.528Z] [INFO] Fetching org.eclipse.e4.ui.ide_3.15.0.v20200113-2039.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (8.02kB) [2020-08-22T00:34:22.528Z] [INFO] Fetching org.eclipse.e4.ui.ide_3.15.0.v20200113-2039.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (8.02kB) [2020-08-22T00:34:22.783Z] [INFO] Fetching org.eclipse.equinox.event_1.5.300.v20191001-1333.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.7kB) [2020-08-22T00:34:22.783Z] [INFO] Fetching org.eclipse.equinox.event_1.5.300.v20191001-1333.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.7kB) [2020-08-22T00:34:22.783Z] [INFO] Fetching org.eclipse.e4.ui.workbench_1.11.200.v20200205-1503.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (85.45kB) [2020-08-22T00:34:22.783Z] [INFO] Fetching org.eclipse.e4.ui.workbench_1.11.200.v20200205-1503.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (85.45kB) [2020-08-22T00:34:23.037Z] [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.800.v20191212-1231.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (50.07kB) [2020-08-22T00:34:23.037Z] [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.800.v20191212-1231.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (50.07kB) [2020-08-22T00:34:23.037Z] [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.1100.v20200217-1217.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (94.67kB) [2020-08-22T00:34:23.037Z] [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.1100.v20200217-1217.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (94.67kB) [2020-08-22T00:34:23.293Z] [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.900.v20200213-1442.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (61.43kB) [2020-08-22T00:34:23.294Z] [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.900.v20200213-1442.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (61.43kB) [2020-08-22T00:34:23.294Z] [INFO] Fetching org.eclipse.jface.databinding_1.11.0.v20200205-2119.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (78.02kB) [2020-08-22T00:34:23.294Z] [INFO] Fetching org.eclipse.jface.databinding_1.11.0.v20200205-2119.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (78.02kB) [2020-08-22T00:34:23.550Z] [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.600.v20200110-2121.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (74.67kB) [2020-08-22T00:34:23.550Z] [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.600.v20200110-2121.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (74.67kB) [2020-08-22T00:34:23.805Z] [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.800.v20200213-1442.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (40.96kB) [2020-08-22T00:34:23.805Z] [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.800.v20200213-1442.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (40.96kB) [2020-08-22T00:34:23.805Z] [INFO] Fetching org.eclipse.emf.common_2.18.0.v20191225-1014.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (115.01kB) [2020-08-22T00:34:23.805Z] [INFO] Fetching org.eclipse.emf.common_2.18.0.v20191225-1014.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (115.01kB) [2020-08-22T00:34:24.060Z] [INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.700.v20191213-1911.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (108.27kB) [2020-08-22T00:34:24.060Z] [INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.700.v20191213-1911.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (108.27kB) [2020-08-22T00:34:24.315Z] [INFO] Fetching org.eclipse.ltk.core.refactoring_3.10.400.v20200215-1156.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (107.96kB) [2020-08-22T00:34:24.315Z] [INFO] Fetching org.eclipse.ltk.core.refactoring_3.10.400.v20200215-1156.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (107.96kB) [2020-08-22T00:34:24.571Z] [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.10.200.v20200221-2020.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (182.38kB) [2020-08-22T00:34:24.571Z] [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.10.200.v20200221-2020.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (182.38kB) [2020-08-22T00:34:24.571Z] [INFO] Fetching org.eclipse.ui.navigator_3.9.200.v20200213-1442.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (133.31kB) [2020-08-22T00:34:24.571Z] [INFO] Fetching org.eclipse.ui.navigator_3.9.200.v20200213-1442.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (133.31kB) [2020-08-22T00:34:24.826Z] [INFO] Fetching org.eclipse.team.core_3.8.900.v20200211-0946.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (126.56kB) [2020-08-22T00:34:24.827Z] [INFO] Fetching org.eclipse.team.core_3.8.900.v20200211-0946.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (126.56kB) [2020-08-22T00:34:25.387Z] [INFO] Fetching org.eclipse.team.ui_3.8.800.v20200211-0752.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (494.08kB) [2020-08-22T00:34:25.387Z] [INFO] Fetching org.eclipse.team.ui_3.8.800.v20200211-0752.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (494.08kB) [2020-08-22T00:34:25.642Z] [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.114.0.v20200304-0601.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (957.9kB) [2020-08-22T00:34:25.642Z] [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.114.0.v20200304-0601.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (957.9kB) [2020-08-22T00:34:26.203Z] [INFO] Fetching org.eclipse.ui.ide.application_1.3.600.v20200116-2127.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (56.27kB) [2020-08-22T00:34:26.203Z] [INFO] Fetching org.eclipse.ui.ide.application_1.3.600.v20200116-2127.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (56.27kB) [2020-08-22T00:34:26.459Z] [INFO] Fetching org.eclipse.ui.navigator.resources_3.7.200.v20200213-1442.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (70.9kB) [2020-08-22T00:34:26.459Z] [INFO] Fetching org.eclipse.ui.navigator.resources_3.7.200.v20200213-1442.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (70.9kB) [2020-08-22T00:34:26.459Z] [INFO] Fetching org.eclipse.urischeme_1.0.600.v20200115-1733.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (21.42kB) [2020-08-22T00:34:26.459Z] [INFO] Fetching org.eclipse.urischeme_1.0.600.v20200115-1733.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (21.42kB) [2020-08-22T00:34:26.714Z] [WARNING] The following locally built units have been used to resolve project dependencies: [2020-08-22T00:34:26.714Z] [WARNING] org.eclipse.ease.ui/0.8.0.I202007081155 [2020-08-22T00:34:26.714Z] [WARNING] org.eclipse.ease.ui.scripts/0.8.0.I202008191549 [2020-08-22T00:34:26.714Z] [WARNING] org.eclipse.ease.classloader/0.8.0.I201910171213 [2020-08-22T00:34:26.715Z] [WARNING] org.eclipse.ease/0.8.0.I202008181537 [2020-08-22T00:34:26.715Z] [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.2020-03/tests/org.eclipse.ease.test/pom.xml [2020-08-22T00:34:26.715Z] [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.2020-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/pom.xml [2020-08-22T00:34:26.715Z] [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.2020-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/pom.xml [2020-08-22T00:34:26.970Z] [WARNING] The following locally built units have been used to resolve project dependencies: [2020-08-22T00:34:26.970Z] [WARNING] org.eclipse.ease.ui/0.8.0.I202007081155 [2020-08-22T00:34:26.970Z] [WARNING] org.eclipse.ease.lang.javascript/0.8.0.I202007150818 [2020-08-22T00:34:26.970Z] [WARNING] org.eclipse.ease.testhelper/0.8.0.I202003020926 [2020-08-22T00:34:26.970Z] [WARNING] org.eclipse.ease.lang.javascript.nashorn/0.8.0.I202008070902 [2020-08-22T00:34:26.970Z] [WARNING] org.eclipse.ease.classloader/0.8.0.I201910171213 [2020-08-22T00:34:26.970Z] [WARNING] org.eclipse.ease/0.8.0.I202008181537 [2020-08-22T00:34:26.970Z] [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.2020-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/pom.xml [2020-08-22T00:34:26.970Z] [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.2020-03/tests/org.eclipse.ease.lang.javascript.rhino.test/pom.xml [2020-08-22T00:34:26.970Z] [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.2020-03/tests/org.eclipse.ease.lang.javascript.rhino.test/pom.xml [2020-08-22T00:34:27.235Z] [INFO] Fetching org.eclipse.wst.jsdt.ui_2.0.402.v202002141644.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (2.32MB) [2020-08-22T00:34:27.235Z] [INFO] Fetching org.eclipse.wst.jsdt.ui_2.0.402.v202002141644.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (2.32MB) [2020-08-22T00:34:29.120Z] [INFO] Fetching org.eclipse.wst.jsdt.debug.ui_1.0.600.v201903222047.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (82.06kB) [2020-08-22T00:34:29.120Z] [INFO] Fetching org.eclipse.wst.jsdt.debug.ui_1.0.600.v201903222047.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (82.06kB) [2020-08-22T00:34:29.120Z] [INFO] Fetching org.eclipse.search_3.11.900.v20200211-1227.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (215.14kB) [2020-08-22T00:34:29.120Z] [INFO] Fetching org.eclipse.search_3.11.900.v20200211-1227.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (215.14kB) [2020-08-22T00:34:29.120Z] [INFO] Fetching org.eclipse.wst.jsdt.core_2.0.302.v201903222047.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (1.2MB) [2020-08-22T00:34:29.120Z] [INFO] Fetching org.eclipse.wst.jsdt.core_2.0.302.v201903222047.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (1.2MB) [2020-08-22T00:34:30.046Z] [WARNING] The following locally built units have been used to resolve project dependencies: [2020-08-22T00:34:30.047Z] [WARNING] org.eclipse.ease.ui/0.8.0.I202007081155 [2020-08-22T00:34:30.047Z] [WARNING] org.eclipse.ease.lang.javascript/0.8.0.I202007150818 [2020-08-22T00:34:30.047Z] [WARNING] org.eclipse.ease.lang.javascript.rhino/0.8.0.I202008070902 [2020-08-22T00:34:30.047Z] [WARNING] org.eclipse.ease.testhelper/0.8.0.I202003020926 [2020-08-22T00:34:30.047Z] [WARNING] org.eclipse.ease.classloader/0.8.0.I201910171213 [2020-08-22T00:34:30.047Z] [WARNING] org.eclipse.ease/0.8.0.I202008181537 [2020-08-22T00:34:30.047Z] [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.2020-03/tests/org.eclipse.ease.lang.javascript.rhino.test/pom.xml [2020-08-22T00:34:30.047Z] [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.2020-03/tests/org.eclipse.ease.lang.javascript.test/pom.xml [2020-08-22T00:34:30.047Z] [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.2020-03/tests/org.eclipse.ease.lang.javascript.test/pom.xml [2020-08-22T00:34:30.302Z] [WARNING] The following locally built units have been used to resolve project dependencies: [2020-08-22T00:34:30.302Z] [WARNING] org.eclipse.ease.ui/0.8.0.I202007081155 [2020-08-22T00:34:30.302Z] [WARNING] org.eclipse.ease.lang.javascript/0.8.0.I202007150818 [2020-08-22T00:34:30.302Z] [WARNING] org.eclipse.ease.lang.javascript.rhino/0.8.0.I202008070902 [2020-08-22T00:34:30.302Z] [WARNING] org.eclipse.ease.classloader/0.8.0.I201910171213 [2020-08-22T00:34:30.302Z] [WARNING] org.eclipse.ease/0.8.0.I202008181537 [2020-08-22T00:34:30.302Z] [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.2020-03/tests/org.eclipse.ease.lang.javascript.test/pom.xml [2020-08-22T00:34:30.302Z] [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.2020-03/tests/org.eclipse.ease.lang.python.test/pom.xml [2020-08-22T00:34:30.302Z] [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.2020-03/tests/org.eclipse.ease.lang.python.test/pom.xml [2020-08-22T00:34:30.302Z] [WARNING] The following locally built units have been used to resolve project dependencies: [2020-08-22T00:34:30.302Z] [WARNING] org.eclipse.ease.ui/0.8.0.I202007081155 [2020-08-22T00:34:30.302Z] [WARNING] org.eclipse.ease.lang.python/0.8.0.I202006231119 [2020-08-22T00:34:30.302Z] [WARNING] org.eclipse.ease.classloader/0.8.0.I201910171213 [2020-08-22T00:34:30.302Z] [WARNING] org.eclipse.ease/0.8.0.I202008181537 [2020-08-22T00:34:30.302Z] [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.2020-03/tests/org.eclipse.ease.lang.python.test/pom.xml [2020-08-22T00:34:30.557Z] [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.2020-03/tests/org.eclipse.ease.lang.python.jython.test/pom.xml [2020-08-22T00:34:30.557Z] [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.2020-03/tests/org.eclipse.ease.lang.python.jython.test/pom.xml [2020-08-22T00:34:30.557Z] [WARNING] The following locally built units have been used to resolve project dependencies: [2020-08-22T00:34:30.558Z] [WARNING] org.eclipse.ease.ui/0.8.0.I202007081155 [2020-08-22T00:34:30.558Z] [WARNING] org.eclipse.ease.lang.python/0.8.0.I202006231119 [2020-08-22T00:34:30.558Z] [WARNING] org.eclipse.ease.testhelper/0.8.0.I202003020926 [2020-08-22T00:34:30.558Z] [WARNING] org.eclipse.ease.lang.python.jython/0.8.0.I202008070902 [2020-08-22T00:34:30.558Z] [WARNING] org.eclipse.ease.classloader/0.8.0.I201910171213 [2020-08-22T00:34:30.558Z] [WARNING] org.eclipse.ease/0.8.0.I202008181537 [2020-08-22T00:34:30.558Z] [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.2020-03/tests/org.eclipse.ease.lang.python.jython.test/pom.xml [2020-08-22T00:34:30.813Z] [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.2020-03/tests/org.eclipse.ease.lang.python.py4j.test/pom.xml [2020-08-22T00:34:30.813Z] [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.2020-03/tests/org.eclipse.ease.lang.python.py4j.test/pom.xml [2020-08-22T00:34:30.813Z] [WARNING] The following locally built units have been used to resolve project dependencies: [2020-08-22T00:34:30.813Z] [WARNING] org.eclipse.ease.ui/0.8.0.I202007081155 [2020-08-22T00:34:30.813Z] [WARNING] org.eclipse.ease.lang.python.py4j/0.8.0.I202008070902 [2020-08-22T00:34:30.813Z] [WARNING] org.eclipse.ease.lang.python/0.8.0.I202006231119 [2020-08-22T00:34:30.813Z] [WARNING] org.eclipse.ease.testhelper/0.8.0.I202003020926 [2020-08-22T00:34:30.813Z] [WARNING] org.eclipse.ease.classloader/0.8.0.I201910171213 [2020-08-22T00:34:30.813Z] [WARNING] org.eclipse.ease/0.8.0.I202008181537 [2020-08-22T00:34:30.813Z] [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.2020-03/tests/org.eclipse.ease.lang.python.py4j.test/pom.xml [2020-08-22T00:34:31.068Z] [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.2020-03/tests/org.eclipse.ease.lang.scriptarchive.test/pom.xml [2020-08-22T00:34:31.068Z] [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.2020-03/tests/org.eclipse.ease.lang.scriptarchive.test/pom.xml [2020-08-22T00:34:31.068Z] [WARNING] The following locally built units have been used to resolve project dependencies: [2020-08-22T00:34:31.068Z] [WARNING] org.eclipse.ease.ui/0.8.0.I202007081155 [2020-08-22T00:34:31.068Z] [WARNING] org.eclipse.ease.lang.javascript/0.8.0.I202007150818 [2020-08-22T00:34:31.068Z] [WARNING] org.eclipse.ease.lang.javascript.rhino/0.8.0.I202008070902 [2020-08-22T00:34:31.068Z] [WARNING] org.eclipse.ease.lang.scriptarchive/0.8.0.I201910171213 [2020-08-22T00:34:31.068Z] [WARNING] org.eclipse.ease.classloader/0.8.0.I201910171213 [2020-08-22T00:34:31.068Z] [WARNING] org.eclipse.ease/0.8.0.I202008181537 [2020-08-22T00:34:31.068Z] [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.2020-03/tests/org.eclipse.ease.lang.scriptarchive.test/pom.xml [2020-08-22T00:34:31.068Z] [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.2020-03/tests/org.eclipse.ease.ui.test/pom.xml [2020-08-22T00:34:31.068Z] [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.2020-03/tests/org.eclipse.ease.ui.test/pom.xml [2020-08-22T00:34:31.324Z] [INFO] Fetching org.eclipse.jdt.ui_3.21.0.v20200226-1531.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (3.91MB) [2020-08-22T00:34:31.324Z] [INFO] Fetching org.eclipse.jdt.ui_3.21.0.v20200226-1531.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (3.91MB) [2020-08-22T00:34:33.836Z] [INFO] Fetching org.eclipse.jdt.core_3.21.0.v20200304-1404.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (6.72MB) [2020-08-22T00:34:33.836Z] [INFO] Fetching org.eclipse.jdt.core_3.21.0.v20200304-1404.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (6.72MB) [2020-08-22T00:34:34.092Z] [INFO] Fetching org.objectweb.asm_7.2.0.v20191010-1910.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (58.83kB) [2020-08-22T00:34:34.092Z] [INFO] Fetching org.objectweb.asm_7.2.0.v20191010-1910.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (58.83kB) [2020-08-22T00:34:34.092Z] [INFO] Fetching org.eclipse.help.ui_4.1.800.v20200218-0731.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (205.18kB) [2020-08-22T00:34:34.092Z] [INFO] Fetching org.eclipse.help.ui_4.1.800.v20200218-0731.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (205.18kB) [2020-08-22T00:34:34.653Z] [INFO] Fetching org.eclipse.help.webapp_3.9.800.v20200217-1539.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (285.23kB) [2020-08-22T00:34:34.653Z] [INFO] Fetching org.eclipse.help.webapp_3.9.800.v20200217-1539.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (285.23kB) [2020-08-22T00:34:34.909Z] [INFO] Fetching org.eclipse.ui.browser_3.6.700.v20200217-0820.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (97.29kB) [2020-08-22T00:34:34.909Z] [INFO] Fetching org.eclipse.ui.browser_3.6.700.v20200217-0820.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (97.29kB) [2020-08-22T00:34:34.909Z] [INFO] Fetching org.eclipse.equinox.http.servlet_1.6.400.v20191213-1757.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (76.5kB) [2020-08-22T00:34:34.909Z] [INFO] Fetching org.eclipse.equinox.http.servlet_1.6.400.v20191213-1757.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (76.5kB) [2020-08-22T00:34:35.164Z] [INFO] Fetching org.eclipse.jetty.http_9.4.27.v20200227.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (220.64kB) [2020-08-22T00:34:35.164Z] [INFO] Fetching org.eclipse.jetty.http_9.4.27.v20200227.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (220.64kB) [2020-08-22T00:34:35.164Z] [INFO] Fetching org.eclipse.jetty.server_9.4.27.v20200227.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (708.45kB) [2020-08-22T00:34:35.164Z] [INFO] Fetching org.eclipse.jetty.server_9.4.27.v20200227.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (708.45kB) [2020-08-22T00:34:35.419Z] [INFO] Fetching org.eclipse.jetty.servlet_9.4.27.v20200227.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (139.01kB) [2020-08-22T00:34:35.419Z] [INFO] Fetching org.eclipse.jetty.servlet_9.4.27.v20200227.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (139.01kB) [2020-08-22T00:34:35.419Z] [INFO] Fetching org.eclipse.jetty.util_9.4.27.v20200227.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (572.85kB) [2020-08-22T00:34:35.419Z] [INFO] Fetching org.eclipse.jetty.util_9.4.27.v20200227.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (572.85kB) [2020-08-22T00:34:35.981Z] [INFO] Fetching org.eclipse.equinox.http.registry_1.1.700.v20190214-1948.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (18.49kB) [2020-08-22T00:34:35.981Z] [INFO] Fetching org.eclipse.equinox.http.registry_1.1.700.v20190214-1948.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (18.49kB) [2020-08-22T00:34:35.981Z] [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.400.v20191213-1757.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (14.67kB) [2020-08-22T00:34:35.981Z] [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.400.v20191213-1757.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (14.67kB) [2020-08-22T00:34:35.981Z] [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.1.300.v20190714-1850.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (8.71kB) [2020-08-22T00:34:35.981Z] [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.1.300.v20190714-1850.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (8.71kB) [2020-08-22T00:34:36.236Z] [INFO] Fetching org.eclipse.help.base_4.2.900.v20200305-0155.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (165.77kB) [2020-08-22T00:34:36.236Z] [INFO] Fetching org.eclipse.help.base_4.2.900.v20200305-0155.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (165.77kB) [2020-08-22T00:34:36.492Z] [INFO] Fetching org.eclipse.jdt.core.manipulation_1.13.100.v20200224-2108.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (488.87kB) [2020-08-22T00:34:36.492Z] [INFO] Fetching org.eclipse.jdt.core.manipulation_1.13.100.v20200224-2108.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (488.87kB) [2020-08-22T00:34:36.748Z] [INFO] Fetching org.eclipse.jdt.launching_3.17.0.v20200215-0651.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (274.22kB) [2020-08-22T00:34:36.748Z] [INFO] Fetching org.eclipse.jdt.launching_3.17.0.v20200215-0651.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (274.22kB) [2020-08-22T00:34:37.309Z] [INFO] Fetching org.eclipse.jdt.debug_3.15.0.v20200224-0604.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (969.65kB) [2020-08-22T00:34:37.309Z] [INFO] Fetching org.eclipse.jdt.debug_3.15.0.v20200224-0604.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (969.65kB) [2020-08-22T00:34:37.310Z] [INFO] Fetching org.eclipse.jetty.io_9.4.27.v20200227.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (170.91kB) [2020-08-22T00:34:37.310Z] [INFO] Fetching org.eclipse.jetty.io_9.4.27.v20200227.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (170.91kB) [2020-08-22T00:34:37.565Z] [INFO] Fetching org.eclipse.jetty.security_9.4.27.v20200227.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (126.39kB) [2020-08-22T00:34:37.565Z] [INFO] Fetching org.eclipse.jetty.security_9.4.27.v20200227.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (126.39kB) [2020-08-22T00:34:37.565Z] [WARNING] The following locally built units have been used to resolve project dependencies: [2020-08-22T00:34:37.565Z] [WARNING] org.eclipse.ease.ui/0.8.0.I202007081155 [2020-08-22T00:34:37.565Z] [WARNING] org.eclipse.ease.ui.completions.java/0.8.0.I202007080801 [2020-08-22T00:34:37.565Z] [WARNING] org.eclipse.ease.classloader/0.8.0.I201910171213 [2020-08-22T00:34:37.565Z] [WARNING] org.eclipse.ease/0.8.0.I202008181537 [2020-08-22T00:34:37.565Z] [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.2020-03/tests/org.eclipse.ease.ui.test/pom.xml [2020-08-22T00:34:37.820Z] [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-22T00:34:37.820Z] [WARNING] [jenkins-event-spy] Unexpected Maven project file name 'target-tests-pom.xml', problems may occur [2020-08-22T00:34:37.820Z] [INFO] ------------------------------------------------------------------------ [2020-08-22T00:34:37.820Z] [INFO] Reactor Build Order: [2020-08-22T00:34:37.820Z] [INFO] [2020-08-22T00:34:37.820Z] [INFO] org.eclipse.ease.releng [pom] [2020-08-22T00:34:37.820Z] [INFO] org.eclipse.ease.releng.target [eclipse-target-definition] [2020-08-22T00:34:37.820Z] [INFO] org.eclipse.ease.test [eclipse-test-plugin] [2020-08-22T00:34:37.820Z] [INFO] org.eclipse.ease.lang.javascript.nashorn.test [eclipse-test-plugin] [2020-08-22T00:34:37.820Z] [INFO] org.eclipse.ease.lang.javascript.rhino.test [eclipse-test-plugin] [2020-08-22T00:34:37.820Z] [INFO] org.eclipse.ease.lang.javascript.test [eclipse-test-plugin] [2020-08-22T00:34:37.820Z] [INFO] org.eclipse.ease.lang.python.test [eclipse-test-plugin] [2020-08-22T00:34:37.820Z] [INFO] org.eclipse.ease.lang.python.jython.test [eclipse-test-plugin] [2020-08-22T00:34:37.820Z] [INFO] org.eclipse.ease.lang.python.py4j.test [eclipse-test-plugin] [2020-08-22T00:34:37.820Z] [INFO] org.eclipse.ease.lang.scriptarchive.test [eclipse-test-plugin] [2020-08-22T00:34:37.820Z] [INFO] org.eclipse.ease.ui.test [eclipse-test-plugin] [2020-08-22T00:34:37.820Z] [WARNING] [jenkins-event-spy] Unexpected Maven project file name 'target-tests-pom.xml', problems may occur [2020-08-22T00:34:37.820Z] [INFO] [2020-08-22T00:34:37.820Z] [INFO] --------------< org.eclipse.ease:org.eclipse.ease.releng >-------------- [2020-08-22T00:34:37.820Z] [INFO] Building org.eclipse.ease.releng 0.8.0-SNAPSHOT [1/11] [2020-08-22T00:34:37.820Z] [INFO] --------------------------------[ pom ]--------------------------------- [2020-08-22T00:34:37.820Z] [WARNING] [jenkins-event-spy] Unexpected Maven project file name 'target-tests-pom.xml', problems may occur [2020-08-22T00:34:37.820Z] [INFO] [2020-08-22T00:34:37.820Z] [INFO] ----------< org.eclipse.ease:org.eclipse.ease.releng.target >----------- [2020-08-22T00:34:37.820Z] [INFO] Building org.eclipse.ease.releng.target 0.8.0-SNAPSHOT [2/11] [2020-08-22T00:34:37.820Z] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [2020-08-22T00:34:37.820Z] [INFO] [2020-08-22T00:34:37.820Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.releng.target --- [2020-08-22T00:34:37.820Z] [INFO] [2020-08-22T00:34:37.820Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-target-definition (default-package-target-definition) @ org.eclipse.ease.releng.target --- [2020-08-22T00:34:37.820Z] [INFO] [2020-08-22T00:34:37.820Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.releng.target --- [2020-08-22T00:34:37.820Z] [INFO] [2020-08-22T00:34:37.820Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.releng.target --- [2020-08-22T00:34:37.820Z] [INFO] [2020-08-22T00:34:37.820Z] [INFO] ---------------< org.eclipse.ease:org.eclipse.ease.test >--------------- [2020-08-22T00:34:37.820Z] [INFO] Building org.eclipse.ease.test 0.8.0-SNAPSHOT [3/11] [2020-08-22T00:34:37.820Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-08-22T00:34:37.820Z] [INFO] [2020-08-22T00:34:37.820Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.test --- [2020-08-22T00:34:38.076Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-22T00:34:38.076Z] [INFO] [2020-08-22T00:34:38.076Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.test --- [2020-08-22T00:34:38.076Z] [INFO] [2020-08-22T00:34:38.076Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.test --- [2020-08-22T00:34:38.076Z] [INFO] [2020-08-22T00:34:38.076Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.test --- [2020-08-22T00:34:38.076Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:34:38.076Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.test/src/main/resources [2020-08-22T00:34:38.076Z] [INFO] [2020-08-22T00:34:38.076Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.test --- [2020-08-22T00:34:38.076Z] [INFO] Nothing to compile - all classes are up to date [2020-08-22T00:34:38.076Z] [INFO] [2020-08-22T00:34:38.076Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.test --- [2020-08-22T00:34:38.076Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:34:38.076Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.test/src/test/resources [2020-08-22T00:34:38.077Z] [INFO] [2020-08-22T00:34:38.077Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.test --- [2020-08-22T00:34:38.077Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.test/target/org.eclipse.ease.test-0.8.0-SNAPSHOT-sources.jar [2020-08-22T00:34:38.077Z] [INFO] [2020-08-22T00:34:38.077Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.test --- [2020-08-22T00:34:38.332Z] [INFO] [2020-08-22T00:34:38.332Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.test --- [2020-08-22T00:34:38.332Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.test/target/org.eclipse.ease.test-0.8.0-SNAPSHOT.jar [2020-08-22T00:34:38.332Z] [INFO] [2020-08-22T00:34:38.332Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.test --- [2020-08-22T00:34:38.333Z] [INFO] [2020-08-22T00:34:38.333Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.test --- [2020-08-22T00:34:38.333Z] [INFO] [2020-08-22T00:34:38.333Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.test --- [2020-08-22T00:34:38.333Z] [INFO] [2020-08-22T00:34:38.333Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.ease.test --- [2020-08-22T00:34:38.333Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.test/target/work/data/.metadata/.log [2020-08-22T00:34:38.333Z] [INFO] Command line: [2020-08-22T00:34:38.333Z] [/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.2020-03/tests/org.eclipse.ease.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2020-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.2020-03/tests/org.eclipse.ease.test/target/surefire.properties] [2020-08-22T00:34:38.333Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMaven43ec9ae5/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMaven43ec9ae5" [2020-08-22T00:34:39.717Z] Running org.eclipse.ease.tools.StringToolsTest [2020-08-22T00:34:39.717Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.ease.tools.StringToolsTest [2020-08-22T00:34:39.717Z] parseArgumentsNull(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0.001 s [2020-08-22T00:34:39.717Z] parseArgumentsQuotedSingle(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0.001 s [2020-08-22T00:34:39.718Z] parseArgumentsEmpty(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0 s [2020-08-22T00:34:39.718Z] parseArgumentsMixedMultiple(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0 s [2020-08-22T00:34:39.718Z] parseArgumentsMixedMultipleLines(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0 s [2020-08-22T00:34:39.718Z] parseArgumentsNonQuotedMultiple(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0 s [2020-08-22T00:34:39.718Z] parseArgumentsNonQuotedSingle(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0 s [2020-08-22T00:34:39.718Z] parseArgumentsQuotedMultiple(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0 s [2020-08-22T00:34:39.718Z] Running org.eclipse.ease.tools.RunnableWithResultTest [2020-08-22T00:34:39.718Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.ease.tools.RunnableWithResultTest [2020-08-22T00:34:39.718Z] testException(org.eclipse.ease.tools.RunnableWithResultTest) Time elapsed: 0 s [2020-08-22T00:34:39.718Z] testResult(org.eclipse.ease.tools.RunnableWithResultTest) Time elapsed: 0 s [2020-08-22T00:34:39.718Z] Running org.eclipse.ease.tools.ResourceToolsTest [2020-08-22T00:34:39.718Z] Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 s - in org.eclipse.ease.tools.ResourceToolsTest [2020-08-22T00:34:39.718Z] resolveScriptLocation(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.09 s [2020-08-22T00:34:39.718Z] getWorkspaceInputStream(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-22T00:34:39.718Z] resolvePlatformURI(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-22T00:34:39.718Z] resolveScriptLocationWithSpacesInPath(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.002 s [2020-08-22T00:34:39.718Z] resolveURL(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-22T00:34:39.718Z] invalidIsAbsolute(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-22T00:34:39.718Z] getFilesystemInputStream(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-08-22T00:34:39.718Z] toRelativeLocationInWorkspace(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-22T00:34:39.718Z] checkOperatingSystem(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-22T00:34:39.718Z] inputStreamToString(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-22T00:34:39.718Z] fileSystemToAbsoluteLocationOnLinux(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-22T00:34:39.718Z] exists(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-22T00:34:39.718Z] resolveRelativeInWorkspace(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-08-22T00:34:39.718Z] isFile(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-22T00:34:39.718Z] invalidToFile(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-22T00:34:39.718Z] resolveAbsoluteInFileSystem(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-08-22T00:34:39.718Z] resolveWindowsRoot(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-22T00:34:39.718Z] resolveRelativeInFileSystemOnWindows(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-22T00:34:39.718Z] isAbsoluteFileSystemPathOnWindows(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-08-22T00:34:39.718Z] readerToString(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-22T00:34:39.718Z] workspaceFileToString(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-22T00:34:39.718Z] toFile(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-22T00:34:39.718Z] toProjectRelativeLocation(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-22T00:34:39.718Z] getInvalidInputStream(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.004 s [2020-08-22T00:34:39.718Z] resolveRelativeInFileSystemOnLinux(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-22T00:34:39.718Z] isFolder(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-22T00:34:39.718Z] fileSystemToAbsoluteLocationOnWindows(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-22T00:34:39.718Z] isAbsoluteWorkspacePath(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-22T00:34:39.718Z] isAbsoluteFileSystemPathOnLinux(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-22T00:34:39.718Z] resolveInvalid(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-22T00:34:39.718Z] resolveAbsoluteInFileSystemOnWindows(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-22T00:34:39.718Z] resolveScriptLocationWithSpacesInDomain(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-22T00:34:39.718Z] resolveRelativefromWorkspaceToFilesystem(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-22T00:34:39.718Z] resolveRelativeWithoutBaseFile(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-22T00:34:39.718Z] resolveInWorkspace(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-22T00:34:39.718Z] resolveScriptLocationWithSpecialCharactersInPath(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-22T00:34:39.718Z] filesystemFileToString(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-08-22T00:34:39.718Z] createURI(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-22T00:34:39.718Z] uriToAbsoluteLocation(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-22T00:34:39.718Z] createFolder(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.002 s [2020-08-22T00:34:39.718Z] workspaceToAbsoluteLocation(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-22T00:34:39.718Z] resolveAbsoluteInFileSystemOnLinux(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-22T00:34:39.718Z] invalidToString(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-22T00:34:39.718Z] resolveRelativeURIs(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-08-22T00:34:39.718Z] resolveRelativeInFileSystem(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-22T00:34:39.718Z] resolveScriptLocationWithSpecialCharactersInDomain(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.003 s [2020-08-22T00:34:39.718Z] isAbsoluteURL(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-08-22T00:34:39.718Z] Running org.eclipse.ease.AbstractScriptEngineTest [2020-08-22T00:34:43.905Z] testorg.eclipse.ease.ScriptExecutionException: Engine got terminated [2020-08-22T00:34:44.832Z] java.lang.RuntimeException: ERROR [2020-08-22T00:34:44.832Z] at org.eclipse.ease.AbstractScriptEngineTest$MockedScriptEngine.execute(AbstractScriptEngineTest.java:73) [2020-08-22T00:34:44.832Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-22T00:34:44.832Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-22T00:34:44.832Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-22T00:34:44.832Z] 1Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.92 s - in org.eclipse.ease.AbstractScriptEngineTest [2020-08-22T00:34:44.832Z] extractEmptyArguments(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0.002 s [2020-08-22T00:34:44.832Z] setNotNullOutputStream(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-08-22T00:34:44.832Z] terminateViaMonitorCancellation(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0.106 s [2020-08-22T00:34:44.832Z] inject(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0.001 s [2020-08-22T00:34:44.832Z] extractArguments(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-08-22T00:34:44.832Z] executeSync(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-08-22T00:34:44.832Z] setNotNullErrorStream(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-08-22T00:34:44.832Z] setNullErrorStream(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0.001 s [2020-08-22T00:34:44.832Z] isJob(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-08-22T00:34:44.832Z] streamsAvailable(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-08-22T00:34:44.832Z] executeValidCodeAndTerminate(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 1 s [2020-08-22T00:34:44.832Z] setNullOutputStream(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-08-22T00:34:44.832Z] terminateMultipleTimes(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0.602 s [2020-08-22T00:34:44.832Z] engineTerminatesWhenIdle(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 1 s [2020-08-22T00:34:44.832Z] terminateViaTerminateMethod(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 1.202 s [2020-08-22T00:34:44.832Z] terminateViaMethodCallback(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 1.002 s [2020-08-22T00:34:44.832Z] executeErrorCodeAndTerminate(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0.002 s [2020-08-22T00:34:44.832Z] Running org.eclipse.ease.ScriptResultTest [2020-08-22T00:34:44.832Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.ease.ScriptResultTest [2020-08-22T00:34:44.832Z] hasException(org.eclipse.ease.ScriptResultTest) Time elapsed: 0 s [2020-08-22T00:34:44.832Z] getResult(org.eclipse.ease.ScriptResultTest) Time elapsed: 0 s [2020-08-22T00:34:44.832Z] getException(org.eclipse.ease.ScriptResultTest) Time elapsed: 0.001 s [2020-08-22T00:34:44.832Z] isReady(org.eclipse.ease.ScriptResultTest) Time elapsed: 0 s [2020-08-22T00:34:44.832Z] Running org.eclipse.ease.AbstractReplScriptEngineTest [2020-08-22T00:34:51.372Z] testorg.eclipse.ease.ScriptExecutionException: Engine got terminated [2020-08-22T00:34:51.372Z] java.lang.RuntimeException: ERROR [2020-08-22T00:34:51.372Z] at org.eclipse.ease.AbstractReplScriptEngineTest$MockedScriptEngine.execute(AbstractReplScriptEngineTest.java:61) [2020-08-22T00:34:51.372Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-22T00:34:51.372Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-22T00:34:51.372Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-22T00:34:51.372Z] Hello worldHello world1Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.749 s - in org.eclipse.ease.AbstractReplScriptEngineTest [2020-08-22T00:34:51.372Z] terminateOnIdleAfterSchedule(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0.028 s [2020-08-22T00:34:51.372Z] terminateEngine(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-08-22T00:34:51.372Z] keepRunningOnIdle(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.002 s [2020-08-22T00:34:51.372Z] extractEmptyArguments(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-08-22T00:34:51.372Z] setNotNullOutputStream(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-08-22T00:34:51.372Z] terminateViaMonitorCancellation(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.202 s [2020-08-22T00:34:51.372Z] inject(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-08-22T00:34:51.372Z] extractArguments(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0.001 s [2020-08-22T00:34:51.372Z] executeSync(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.001 s [2020-08-22T00:34:51.372Z] setNotNullErrorStream(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-08-22T00:34:51.372Z] setNullErrorStream(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-08-22T00:34:51.372Z] isJob(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-08-22T00:34:51.372Z] streamsAvailable(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-08-22T00:34:51.372Z] executeValidCodeAndTerminate(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0.001 s [2020-08-22T00:34:51.372Z] setNullOutputStream(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-08-22T00:34:51.372Z] terminateMultipleTimes(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0.302 s [2020-08-22T00:34:51.372Z] engineTerminatesWhenIdle(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1 s [2020-08-22T00:34:51.372Z] terminateViaTerminateMethod(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.202 s [2020-08-22T00:34:51.372Z] terminateViaMethodCallback(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0.001 s [2020-08-22T00:34:51.372Z] executeErrorCodeAndTerminate(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.002 s [2020-08-22T00:34:51.372Z] Running org.eclipse.ease.sign.SignatureHelperTest [2020-08-22T00:34:51.628Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.ease.sign.SignatureHelperTest [2020-08-22T00:34:51.628Z] certificateTest(org.eclipse.ease.sign.SignatureHelperTest) Time elapsed: 0.007 s [2020-08-22T00:34:51.628Z] Running org.eclipse.ease.sign.VerifySignatureTest [2020-08-22T00:34:51.628Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.eclipse.ease.sign.VerifySignatureTest [2020-08-22T00:34:51.628Z] testWithNonCodeParserScriptType(org.eclipse.ease.sign.VerifySignatureTest) Time elapsed: 0.035 s [2020-08-22T00:34:51.628Z] Running org.eclipse.ease.AbstractCodeParserTest [2020-08-22T00:34:51.628Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.ease.AbstractCodeParserTest [2020-08-22T00:34:51.628Z] parseCode(org.eclipse.ease.AbstractCodeParserTest) Time elapsed: 0.002 s [2020-08-22T00:34:51.628Z] parseLineHeader(org.eclipse.ease.AbstractCodeParserTest) Time elapsed: 0 s [2020-08-22T00:34:51.628Z] parseBlockAfterWhitespace(org.eclipse.ease.AbstractCodeParserTest) Time elapsed: 0 s [2020-08-22T00:34:51.628Z] parseEmpty(org.eclipse.ease.AbstractCodeParserTest) Time elapsed: 0 s [2020-08-22T00:34:51.628Z] parseBlockHeader(org.eclipse.ease.AbstractCodeParserTest) Time elapsed: 0 s [2020-08-22T00:34:51.628Z] Running org.eclipse.ease.ScriptTest [2020-08-22T00:34:51.628Z] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.ease.ScriptTest [2020-08-22T00:34:51.628Z] codeFromScriptable(org.eclipse.ease.ScriptTest) Time elapsed: 0.011 s [2020-08-22T00:34:51.628Z] codeFromFilesystemFile(org.eclipse.ease.ScriptTest) Time elapsed: 0.001 s [2020-08-22T00:34:51.629Z] getCodeStream(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-08-22T00:34:51.629Z] getFile(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-08-22T00:34:51.629Z] codeFromStringBuilder(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-08-22T00:34:51.629Z] getResult(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-08-22T00:34:51.629Z] getException(org.eclipse.ease.ScriptTest) Time elapsed: 0.001 s [2020-08-22T00:34:51.629Z] codeFromWorkspaceFile(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-08-22T00:34:51.629Z] codeFromInputStream(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-08-22T00:34:51.629Z] getTitle(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-08-22T00:34:51.629Z] getCommand(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-08-22T00:34:51.629Z] codeFromReader(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-08-22T00:34:51.629Z] codeFromString(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-08-22T00:34:51.629Z] Running org.eclipse.ease.adapters.ScriptableAdapterTest [2020-08-22T00:34:51.629Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.ease.adapters.ScriptableAdapterTest [2020-08-22T00:34:51.629Z] adaptURI(org.eclipse.ease.adapters.ScriptableAdapterTest) Time elapsed: 0.005 s [2020-08-22T00:34:51.629Z] adaptURL(org.eclipse.ease.adapters.ScriptableAdapterTest) Time elapsed: 0 s [2020-08-22T00:34:51.629Z] adaptWorkspaceFile(org.eclipse.ease.adapters.ScriptableAdapterTest) Time elapsed: 0 s [2020-08-22T00:34:51.629Z] getAdapterList(org.eclipse.ease.adapters.ScriptableAdapterTest) Time elapsed: 0 s [2020-08-22T00:34:51.629Z] adaptFilesystemFile(org.eclipse.ease.adapters.ScriptableAdapterTest) Time elapsed: 0 s [2020-08-22T00:34:51.629Z] Running org.eclipse.ease.AbstractCodeFactoryTest [2020-08-22T00:34:51.629Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.ease.AbstractCodeFactoryTest [2020-08-22T00:34:51.629Z] createNewKeywordHeader(org.eclipse.ease.AbstractCodeFactoryTest) Time elapsed: 0.013 s [2020-08-22T00:34:51.629Z] [2020-08-22T00:34:51.629Z] Results: [2020-08-22T00:34:51.629Z] [2020-08-22T00:34:51.629Z] Tests run: 124, Failures: 0, Errors: 0, Skipped: 0 [2020-08-22T00:34:51.629Z] [2020-08-22T00:34:51.884Z] [INFO] All tests passed! [2020-08-22T00:34:51.884Z] [INFO] [2020-08-22T00:34:51.884Z] [INFO] ---< org.eclipse.ease:org.eclipse.ease.lang.javascript.nashorn.test >--- [2020-08-22T00:34:51.884Z] [INFO] Building org.eclipse.ease.lang.javascript.nashorn.test 0.8.0-SNAPSHOT [4/11] [2020-08-22T00:34:51.884Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-08-22T00:34:51.884Z] [INFO] [2020-08-22T00:34:51.884Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-08-22T00:34:51.884Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-22T00:34:51.884Z] [INFO] [2020-08-22T00:34:51.884Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-08-22T00:34:51.884Z] [INFO] [2020-08-22T00:34:51.884Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-08-22T00:34:51.884Z] [INFO] [2020-08-22T00:34:51.884Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-08-22T00:34:51.884Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:34:51.885Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/src/main/resources [2020-08-22T00:34:51.885Z] [INFO] [2020-08-22T00:34:51.885Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-08-22T00:34:51.885Z] [INFO] Nothing to compile - all classes are up to date [2020-08-22T00:34:51.885Z] [INFO] [2020-08-22T00:34:51.885Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-08-22T00:34:51.885Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:34:51.885Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/src/test/resources [2020-08-22T00:34:51.885Z] [INFO] [2020-08-22T00:34:51.885Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-08-22T00:34:51.885Z] [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [2020-08-22T00:34:51.885Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:34:52.141Z] [INFO] [2020-08-22T00:34:52.141Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-08-22T00:34:52.141Z] [INFO] [2020-08-22T00:34:52.141Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-08-22T00:34:52.141Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/org.eclipse.ease.lang.javascript.nashorn.test-0.8.0-SNAPSHOT.jar [2020-08-22T00:34:52.141Z] [INFO] [2020-08-22T00:34:52.141Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-08-22T00:34:52.141Z] [INFO] [2020-08-22T00:34:52.141Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-08-22T00:34:52.141Z] [INFO] [2020-08-22T00:34:52.141Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-08-22T00:34:52.141Z] [INFO] [2020-08-22T00:34:52.141Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-08-22T00:34:52.141Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/work/data/.metadata/.log [2020-08-22T00:34:52.141Z] [INFO] Command line: [2020-08-22T00:34:52.141Z] [/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.2020-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2020-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.2020-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/surefire.properties] [2020-08-22T00:34:52.141Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMaven43ec9ae5/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMaven43ec9ae5" [2020-08-22T00:34:53.514Z] Running org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest [2020-08-22T00:34:54.085Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.676 s - in org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest [2020-08-22T00:34:54.085Z] reloadEnvironment(org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest) Time elapsed: 0.408 s [2020-08-22T00:34:54.085Z] bootstrappedEnvironment(org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest) Time elapsed: 0.061 s [2020-08-22T00:34:54.085Z] postMethodCallback(org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest) Time elapsed: 0.099 s [2020-08-22T00:34:54.085Z] preMethodCallback(org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest) Time elapsed: 0.034 s [2020-08-22T00:34:54.085Z] reloadFunctionDefinitions(org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest) Time elapsed: 0.06 s [2020-08-22T00:34:54.085Z] [2020-08-22T00:34:54.085Z] Results: [2020-08-22T00:34:54.085Z] [2020-08-22T00:34:54.085Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [2020-08-22T00:34:54.085Z] [2020-08-22T00:34:54.341Z] [INFO] All tests passed! [2020-08-22T00:34:54.341Z] [INFO] [2020-08-22T00:34:54.341Z] [INFO] ----< org.eclipse.ease:org.eclipse.ease.lang.javascript.rhino.test >---- [2020-08-22T00:34:54.341Z] [INFO] Building org.eclipse.ease.lang.javascript.rhino.test 0.8.0-SNAPSHOT [5/11] [2020-08-22T00:34:54.341Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-08-22T00:34:54.341Z] [INFO] [2020-08-22T00:34:54.341Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-08-22T00:34:54.341Z] [INFO] The project's OSGi version is 0.8.0.I201911291239 [2020-08-22T00:34:54.341Z] [INFO] [2020-08-22T00:34:54.341Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-08-22T00:34:54.341Z] [INFO] [2020-08-22T00:34:54.341Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-08-22T00:34:54.341Z] [INFO] [2020-08-22T00:34:54.341Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-08-22T00:34:54.341Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:34:54.341Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.javascript.rhino.test/src/main/resources [2020-08-22T00:34:54.341Z] [INFO] [2020-08-22T00:34:54.341Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-08-22T00:34:54.341Z] [INFO] Nothing to compile - all classes are up to date [2020-08-22T00:34:54.341Z] [INFO] [2020-08-22T00:34:54.341Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-08-22T00:34:54.341Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:34:54.341Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.javascript.rhino.test/src/test/resources [2020-08-22T00:34:54.341Z] [INFO] [2020-08-22T00:34:54.341Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-08-22T00:34:54.341Z] [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.javascript.rhino.test/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [2020-08-22T00:34:54.341Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:34:54.341Z] [INFO] [2020-08-22T00:34:54.341Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-08-22T00:34:54.341Z] [INFO] [2020-08-22T00:34:54.341Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-08-22T00:34:54.341Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/org.eclipse.ease.lang.javascript.rhino.test-0.8.0-SNAPSHOT.jar [2020-08-22T00:34:54.341Z] [INFO] [2020-08-22T00:34:54.342Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-08-22T00:34:54.342Z] [INFO] [2020-08-22T00:34:54.342Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-08-22T00:34:54.342Z] [INFO] [2020-08-22T00:34:54.342Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-08-22T00:34:54.342Z] [INFO] [2020-08-22T00:34:54.342Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-08-22T00:34:54.597Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/work/data/.metadata/.log [2020-08-22T00:34:54.597Z] [INFO] Command line: [2020-08-22T00:34:54.597Z] [/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.2020-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2020-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.2020-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/surefire.properties] [2020-08-22T00:34:54.597Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMaven43ec9ae5/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMaven43ec9ae5" [2020-08-22T00:34:55.983Z] Running org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest [2020-08-22T00:34:56.239Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.367 s - in org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest [2020-08-22T00:34:56.239Z] reloadEnvironment(org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest) Time elapsed: 0.183 s [2020-08-22T00:34:56.239Z] bootstrappedEnvironment(org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest) Time elapsed: 0.015 s [2020-08-22T00:34:56.239Z] postMethodCallback(org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest) Time elapsed: 0.096 s [2020-08-22T00:34:56.239Z] preMethodCallback(org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest) Time elapsed: 0.016 s [2020-08-22T00:34:56.239Z] reloadFunctionDefinitions(org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest) Time elapsed: 0.043 s [2020-08-22T00:34:56.239Z] Running org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest [2020-08-22T00:34:56.239Z] org.eclipse.ease.ScriptExecutionException: JavaError: NotThere cannot be found by org.mozilla.javascript_1.7.10.v20190430-1943 [2020-08-22T00:34:56.239Z] [2020-08-22T00:34:56.239Z] Java Stacktrace: [2020-08-22T00:34:56.239Z] java.lang.ClassNotFoundException: NotThere cannot be found by org.mozilla.javascript_1.7.10.v20190430-1943 [2020-08-22T00:34:56.239Z] at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:516) [2020-08-22T00:34:56.239Z] at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171) [2020-08-22T00:34:56.239Z] at java.lang.ClassLoader.loadClass(ClassLoader.java:357) [2020-08-22T00:34:56.239Z] at java.lang.Class.forName0(Native Method) [2020-08-22T00:34:56.239Z] at java.lang.Class.forName(Class.java:264) [2020-08-22T00:34:56.239Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2020-08-22T00:34:56.239Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2020-08-22T00:34:56.239Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2020-08-22T00:34:56.239Z] at java.lang.reflect.Method.invoke(Method.java:498) [2020-08-22T00:34:56.239Z] at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:126) [2020-08-22T00:34:56.239Z] at org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:225) [2020-08-22T00:34:56.239Z] at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1573) [2020-08-22T00:34:56.239Z] at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:911) [2020-08-22T00:34:56.239Z] at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:109) [2020-08-22T00:34:56.239Z] at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:405) [2020-08-22T00:34:56.239Z] at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3508) [2020-08-22T00:34:56.239Z] at org.mozilla.javascript.InterpretedFunction.exec(InterpretedFunction.java:120) [2020-08-22T00:34:56.239Z] at org.mozilla.javascript.Context.evaluateReader(Context.java:1293) [2020-08-22T00:34:56.239Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:222) [2020-08-22T00:34:56.239Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:201) [2020-08-22T00:34:56.239Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-22T00:34:56.239Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-22T00:34:56.239Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-22T00:34:56.495Z] org.eclipse.ease.ScriptExecutionException: TypeError: Cannot call method "foobar" of undefined [2020-08-22T00:34:56.495Z] org.eclipse.ease.ScriptExecutionException: ScriptException: test [2020-08-22T00:34:56.495Z] org.eclipse.ease.ScriptExecutionException: JavaError: java.lang.Exception [2020-08-22T00:34:56.495Z] [2020-08-22T00:34:56.495Z] Java Stacktrace: [2020-08-22T00:34:56.495Z] java.lang.Exception [2020-08-22T00:34:56.495Z] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [2020-08-22T00:34:56.495Z] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [2020-08-22T00:34:56.495Z] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [2020-08-22T00:34:56.495Z] at java.lang.reflect.Constructor.newInstance(Constructor.java:423) [2020-08-22T00:34:56.495Z] at org.mozilla.javascript.MemberBox.newInstance(MemberBox.java:159) [2020-08-22T00:34:56.495Z] at org.mozilla.javascript.NativeJavaClass.constructInternal(NativeJavaClass.java:266) [2020-08-22T00:34:56.495Z] at org.mozilla.javascript.NativeJavaClass.constructSpecific(NativeJavaClass.java:205) [2020-08-22T00:34:56.495Z] at org.mozilla.javascript.NativeJavaClass.construct(NativeJavaClass.java:166) [2020-08-22T00:34:56.495Z] at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1617) [2020-08-22T00:34:56.495Z] at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:911) [2020-08-22T00:34:56.495Z] at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:109) [2020-08-22T00:34:56.495Z] at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:405) [2020-08-22T00:34:56.495Z] at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3508) [2020-08-22T00:34:56.495Z] at org.mozilla.javascript.InterpretedFunction.exec(InterpretedFunction.java:120) [2020-08-22T00:34:56.495Z] at org.mozilla.javascript.Context.evaluateReader(Context.java:1293) [2020-08-22T00:34:56.495Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:222) [2020-08-22T00:34:56.495Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:201) [2020-08-22T00:34:56.495Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-22T00:34:56.495Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-22T00:34:56.495Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-22T00:34:56.496Z] org.eclipse.ease.ScriptExecutionException: ScriptException: JavaScript [2020-08-22T00:34:56.496Z] org.eclipse.ease.ScriptExecutionException: SyntaxError: unterminated string literal (#1) [2020-08-22T00:34:56.496Z] 'asdf [2020-08-22T00:34:56.496Z] ^ [2020-08-22T00:34:56.496Z] at :1 [2020-08-22T00:34:56.496Z] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.291 s - in org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest [2020-08-22T00:34:56.496Z] getExceptionStackTrace(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.087 s [2020-08-22T00:34:56.496Z] causeWrappedException(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.015 s [2020-08-22T00:34:56.496Z] optionalModuleParameters(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.013 s [2020-08-22T00:34:56.496Z] simpleScriptCode(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.013 s [2020-08-22T00:34:56.496Z] causeRuntimeErrorException(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.043 s [2020-08-22T00:34:56.496Z] callModuleCode(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.011 s [2020-08-22T00:34:56.496Z] throwJavaClass(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.015 s [2020-08-22T00:34:56.496Z] throwJavaException(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.012 s [2020-08-22T00:34:56.496Z] accessJavaClasses(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.012 s [2020-08-22T00:34:56.496Z] accessEclipseClasses(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.042 s [2020-08-22T00:34:56.496Z] throwJavaScriptException(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.015 s [2020-08-22T00:34:56.496Z] causeSyntaxErrorException(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.011 s [2020-08-22T00:34:56.496Z] Running org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest [2020-08-22T00:34:56.496Z] org.eclipse.ease.ScriptExecutionException: JavaError: NotThere cannot be found by org.mozilla.javascript_1.7.10.v20190430-1943 [2020-08-22T00:34:56.496Z] at [2020-08-22T00:34:56.496Z] [2020-08-22T00:34:56.496Z] Java Stacktrace: [2020-08-22T00:34:56.496Z] java.lang.ClassNotFoundException: NotThere cannot be found by org.mozilla.javascript_1.7.10.v20190430-1943 [2020-08-22T00:34:56.496Z] at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:516) [2020-08-22T00:34:56.496Z] at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171) [2020-08-22T00:34:56.496Z] at java.lang.ClassLoader.loadClass(ClassLoader.java:357) [2020-08-22T00:34:56.496Z] at java.lang.Class.forName0(Native Method) [2020-08-22T00:34:56.496Z] at java.lang.Class.forName(Class.java:264) [2020-08-22T00:34:56.496Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2020-08-22T00:34:56.496Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2020-08-22T00:34:56.496Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2020-08-22T00:34:56.496Z] at java.lang.reflect.Method.invoke(Method.java:498) [2020-08-22T00:34:56.496Z] at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:126) [2020-08-22T00:34:56.496Z] at org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:225) [2020-08-22T00:34:56.496Z] at org.mozilla.javascript.optimizer.OptRuntime.call1(OptRuntime.java:32) [2020-08-22T00:34:56.496Z] at org.mozilla.javascript.gen.c_27._c_script_0(Unknown Source) [2020-08-22T00:34:56.496Z] at org.mozilla.javascript.gen.c_27.call(Unknown Source) [2020-08-22T00:34:56.496Z] at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:405) [2020-08-22T00:34:56.496Z] at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3508) [2020-08-22T00:34:56.496Z] at org.mozilla.javascript.gen.c_27.call(Unknown Source) [2020-08-22T00:34:56.496Z] at org.mozilla.javascript.gen.c_27.exec(Unknown Source) [2020-08-22T00:34:56.496Z] at org.mozilla.javascript.Context.evaluateReader(Context.java:1293) [2020-08-22T00:34:56.496Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:222) [2020-08-22T00:34:56.496Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:201) [2020-08-22T00:34:56.496Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-22T00:34:56.496Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-22T00:34:56.496Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-22T00:34:56.496Z] org.eclipse.ease.ScriptExecutionException: TypeError: Cannot call method "foobar" of undefined [2020-08-22T00:34:56.496Z] at [2020-08-22T00:34:56.752Z] org.eclipse.ease.ScriptExecutionException: ScriptException: test [2020-08-22T00:34:56.752Z] at [2020-08-22T00:34:56.752Z] org.eclipse.ease.ScriptExecutionException: JavaError: java.lang.Exception [2020-08-22T00:34:56.752Z] at [2020-08-22T00:34:56.752Z] [2020-08-22T00:34:56.752Z] Java Stacktrace: [2020-08-22T00:34:56.752Z] java.lang.Exception [2020-08-22T00:34:56.752Z] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [2020-08-22T00:34:56.752Z] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [2020-08-22T00:34:56.752Z] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [2020-08-22T00:34:56.752Z] at java.lang.reflect.Constructor.newInstance(Constructor.java:423) [2020-08-22T00:34:56.752Z] at org.mozilla.javascript.MemberBox.newInstance(MemberBox.java:159) [2020-08-22T00:34:56.752Z] at org.mozilla.javascript.NativeJavaClass.constructInternal(NativeJavaClass.java:266) [2020-08-22T00:34:56.752Z] at org.mozilla.javascript.NativeJavaClass.constructSpecific(NativeJavaClass.java:205) [2020-08-22T00:34:56.752Z] at org.mozilla.javascript.NativeJavaClass.construct(NativeJavaClass.java:166) [2020-08-22T00:34:56.752Z] at org.mozilla.javascript.ScriptRuntime.newObject(ScriptRuntime.java:2655) [2020-08-22T00:34:56.752Z] at org.mozilla.javascript.gen.c_45._c_script_0(Unknown Source) [2020-08-22T00:34:56.752Z] at org.mozilla.javascript.gen.c_45.call(Unknown Source) [2020-08-22T00:34:56.752Z] at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:405) [2020-08-22T00:34:56.752Z] at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3508) [2020-08-22T00:34:56.752Z] at org.mozilla.javascript.gen.c_45.call(Unknown Source) [2020-08-22T00:34:56.752Z] at org.mozilla.javascript.gen.c_45.exec(Unknown Source) [2020-08-22T00:34:56.752Z] at org.mozilla.javascript.Context.evaluateReader(Context.java:1293) [2020-08-22T00:34:56.752Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:222) [2020-08-22T00:34:56.752Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:201) [2020-08-22T00:34:56.752Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-22T00:34:56.752Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-22T00:34:56.752Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-22T00:34:56.752Z] org.eclipse.ease.ScriptExecutionException: ScriptException: JavaScript [2020-08-22T00:34:56.752Z] at [2020-08-22T00:34:56.752Z] org.eclipse.ease.ScriptExecutionException: SyntaxError: unterminated string literal (#1) [2020-08-22T00:34:56.752Z] 'asdf [2020-08-22T00:34:56.752Z] ^ [2020-08-22T00:34:56.752Z] at [2020-08-22T00:34:56.752Z] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.176 s - in org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest [2020-08-22T00:34:56.752Z] causeWrappedException(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.014 s [2020-08-22T00:34:56.752Z] optionalModuleParameters(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.009 s [2020-08-22T00:34:56.752Z] simpleScriptCode(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.042 s [2020-08-22T00:34:56.752Z] causeRuntimeErrorException(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.009 s [2020-08-22T00:34:56.752Z] callModuleCode(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.013 s [2020-08-22T00:34:56.752Z] throwJavaClass(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.008 s [2020-08-22T00:34:56.752Z] throwJavaException(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.015 s [2020-08-22T00:34:56.752Z] accessJavaClasses(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.009 s [2020-08-22T00:34:56.752Z] accessEclipseClasses(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.007 s [2020-08-22T00:34:56.752Z] throwJavaScriptException(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.041 s [2020-08-22T00:34:56.752Z] causeSyntaxErrorException(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.007 s [2020-08-22T00:34:56.752Z] Running org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest [2020-08-22T00:34:56.752Z] Start of script [2020-08-22T00:34:56.752Z] include file start [2020-08-22T00:34:56.752Z] Include file processed [2020-08-22T00:34:56.752Z] line after include file [2020-08-22T00:34:56.752Z] Result of testMethod = 5 [2020-08-22T00:34:56.752Z] End of script [2020-08-22T00:34:57.008Z] Start of script [2020-08-22T00:34:57.008Z] include file start [2020-08-22T00:34:57.008Z] Include file processed [2020-08-22T00:34:57.008Z] line after include file [2020-08-22T00:34:57.008Z] Result of testMethod = 5 [2020-08-22T00:34:57.008Z] End of script [2020-08-22T00:34:57.264Z] Start of script [2020-08-22T00:34:57.264Z] include file start [2020-08-22T00:34:57.264Z] Include file processed [2020-08-22T00:34:57.264Z] line after include file [2020-08-22T00:34:57.264Z] Result of testMethod = 5 [2020-08-22T00:34:57.519Z] Start of script [2020-08-22T00:34:57.519Z] include file start [2020-08-22T00:34:57.519Z] Include file processed [2020-08-22T00:34:57.519Z] line after include file [2020-08-22T00:34:57.775Z] Result of testMethod = 5 [2020-08-22T00:34:57.775Z] End of script [2020-08-22T00:34:58.030Z] Start of script [2020-08-22T00:34:58.030Z] include file start [2020-08-22T00:34:58.030Z] Include file processed [2020-08-22T00:34:58.030Z] line after include file [2020-08-22T00:34:58.030Z] Result of testMethod = 5 [2020-08-22T00:34:58.030Z] End of script [2020-08-22T00:34:58.030Z] Start of script [2020-08-22T00:34:58.030Z] include file start [2020-08-22T00:34:58.030Z] Include file processed [2020-08-22T00:34:58.030Z] line after include file [2020-08-22T00:34:58.286Z] Result of testMethod = 5 [2020-08-22T00:34:58.286Z] End of script [2020-08-22T00:34:58.286Z] Start of script [2020-08-22T00:34:58.286Z] include file start [2020-08-22T00:34:58.286Z] Include file processed [2020-08-22T00:34:58.286Z] line after include file [2020-08-22T00:34:58.286Z] Result of testMethod = 5 [2020-08-22T00:34:58.847Z] Start of script [2020-08-22T00:34:58.847Z] include file start [2020-08-22T00:34:58.847Z] Include file processed [2020-08-22T00:34:58.847Z] line after include file [2020-08-22T00:34:58.847Z] Result of testMethod = 5 [2020-08-22T00:34:58.847Z] End of script [2020-08-22T00:34:59.102Z] Start of script [2020-08-22T00:34:59.102Z] include file start [2020-08-22T00:34:59.102Z] Include file processed [2020-08-22T00:34:59.102Z] line after include file [2020-08-22T00:34:59.102Z] Result of testMethod = 5 [2020-08-22T00:34:59.102Z] End of script [2020-08-22T00:34:59.102Z] Start of script [2020-08-22T00:34:59.102Z] include file start [2020-08-22T00:34:59.102Z] Include file processed [2020-08-22T00:34:59.102Z] line after include file [2020-08-22T00:34:59.663Z] Start of script [2020-08-22T00:34:59.663Z] include file start [2020-08-22T00:34:59.663Z] Include file processed [2020-08-22T00:34:59.663Z] line after include file [2020-08-22T00:34:59.663Z] Result of testMethod = 5 [2020-08-22T00:34:59.663Z] End of script [2020-08-22T00:34:59.919Z] Start of script [2020-08-22T00:34:59.919Z] include file start [2020-08-22T00:34:59.919Z] Include file processed [2020-08-22T00:34:59.919Z] line after include file [2020-08-22T00:34:59.919Z] Result of testMethod = 5 [2020-08-22T00:34:59.919Z] End of script [2020-08-22T00:35:00.491Z] Start of script [2020-08-22T00:35:00.491Z] include file start [2020-08-22T00:35:00.491Z] Include file processed [2020-08-22T00:35:00.491Z] line after include file [2020-08-22T00:35:00.491Z] Result of testMethod = 5 [2020-08-22T00:35:00.491Z] End of script [2020-08-22T00:35:00.491Z] Start of script [2020-08-22T00:35:00.491Z] include file start [2020-08-22T00:35:00.491Z] Include file processed [2020-08-22T00:35:00.491Z] line after include file [2020-08-22T00:35:00.746Z] Result of testMethod = 5 [2020-08-22T00:35:00.746Z] End of script [2020-08-22T00:35:00.746Z] Start of script [2020-08-22T00:35:00.746Z] include file start [2020-08-22T00:35:00.746Z] Include file processed [2020-08-22T00:35:00.746Z] line after include file [2020-08-22T00:35:00.746Z] Result of testMethod = 5 [2020-08-22T00:35:01.308Z] Start of script [2020-08-22T00:35:01.308Z] include file start [2020-08-22T00:35:01.308Z] Include file processed [2020-08-22T00:35:01.308Z] line after include file [2020-08-22T00:35:01.308Z] Result of testMethod = 5 [2020-08-22T00:35:01.308Z] End of script [2020-08-22T00:35:01.564Z] Start of script [2020-08-22T00:35:01.564Z] include file start [2020-08-22T00:35:01.564Z] Include file processed [2020-08-22T00:35:01.564Z] line after include file [2020-08-22T00:35:01.564Z] Result of testMethod = 5 [2020-08-22T00:35:01.819Z] End of script [2020-08-22T00:35:01.819Z] Start of script [2020-08-22T00:35:01.819Z] include file start [2020-08-22T00:35:01.819Z] Include file processed [2020-08-22T00:35:01.819Z] line after include file [2020-08-22T00:35:02.074Z] Result of testMethod = 5 [2020-08-22T00:35:02.074Z] End of script [2020-08-22T00:35:02.330Z] Start of script [2020-08-22T00:35:02.330Z] include file start [2020-08-22T00:35:02.330Z] Include file processed [2020-08-22T00:35:02.330Z] line after include file [2020-08-22T00:35:02.585Z] Result of testMethod = 5 [2020-08-22T00:35:02.585Z] End of script [2020-08-22T00:35:02.585Z] Start of script [2020-08-22T00:35:02.585Z] include file start [2020-08-22T00:35:02.585Z] Include file processed [2020-08-22T00:35:02.585Z] line after include file [2020-08-22T00:35:02.585Z] Result of testMethod = 5 [2020-08-22T00:35:03.147Z] Start of script [2020-08-22T00:35:03.147Z] include file start [2020-08-22T00:35:03.147Z] Include file processed [2020-08-22T00:35:03.147Z] line after include file [2020-08-22T00:35:03.147Z] Result of testMethod = 5 [2020-08-22T00:35:03.147Z] End of script [2020-08-22T00:35:03.147Z] Start of script [2020-08-22T00:35:03.147Z] include file start [2020-08-22T00:35:03.147Z] Include file processed [2020-08-22T00:35:03.147Z] line after include file [2020-08-22T00:35:03.403Z] Result of testMethod = 5 [2020-08-22T00:35:03.403Z] End of script [2020-08-22T00:35:03.403Z] Start of script [2020-08-22T00:35:03.403Z] include file start [2020-08-22T00:35:03.403Z] Include file processed [2020-08-22T00:35:03.403Z] line after include file [2020-08-22T00:35:03.403Z] Result of testMethod = 5 [2020-08-22T00:35:03.403Z] End of script [2020-08-22T00:35:03.659Z] Start of script [2020-08-22T00:35:03.659Z] include file start [2020-08-22T00:35:03.659Z] Include file processed [2020-08-22T00:35:03.915Z] line after include file [2020-08-22T00:35:03.915Z] Result of testMethod = 5 [2020-08-22T00:35:03.915Z] End of script [2020-08-22T00:35:03.915Z] Start of script [2020-08-22T00:35:03.915Z] include file start [2020-08-22T00:35:03.915Z] Include file processed [2020-08-22T00:35:03.915Z] line after include file [2020-08-22T00:35:04.171Z] Start of script [2020-08-22T00:35:04.426Z] include file start [2020-08-22T00:35:04.426Z] Include file processed [2020-08-22T00:35:04.426Z] line after include file [2020-08-22T00:35:04.426Z] Result of testMethod = 5 [2020-08-22T00:35:04.426Z] End of script [2020-08-22T00:35:04.426Z] Start of script [2020-08-22T00:35:04.426Z] include file start [2020-08-22T00:35:04.426Z] Include file processed [2020-08-22T00:35:04.426Z] line after include file [2020-08-22T00:35:04.426Z] Result of testMethod = 5 [2020-08-22T00:35:04.988Z] Start of script [2020-08-22T00:35:04.988Z] include file start [2020-08-22T00:35:04.988Z] Include file processed [2020-08-22T00:35:04.988Z] line after include file [2020-08-22T00:35:04.988Z] Result of testMethod = 5 [2020-08-22T00:35:04.988Z] End of script [2020-08-22T00:35:04.988Z] Start of script [2020-08-22T00:35:04.988Z] include file start [2020-08-22T00:35:04.988Z] Include file processed [2020-08-22T00:35:04.988Z] line after include file [2020-08-22T00:35:05.242Z] Result of testMethod = 5 [2020-08-22T00:35:05.242Z] End of script [2020-08-22T00:35:05.242Z] Start of script [2020-08-22T00:35:05.242Z] include file start [2020-08-22T00:35:05.242Z] Include file processed [2020-08-22T00:35:05.243Z] line after include file [2020-08-22T00:35:05.498Z] Result of testMethod = 5 [2020-08-22T00:35:05.498Z] End of script [2020-08-22T00:35:05.753Z] Start of script [2020-08-22T00:35:05.753Z] include file start [2020-08-22T00:35:05.753Z] Include file processed [2020-08-22T00:35:05.753Z] line after include file [2020-08-22T00:35:05.753Z] Result of testMethod = 5 [2020-08-22T00:35:05.753Z] End of script [2020-08-22T00:35:05.753Z] Start of script [2020-08-22T00:35:05.753Z] include file start [2020-08-22T00:35:05.753Z] Include file processed [2020-08-22T00:35:05.753Z] line after include file [2020-08-22T00:35:05.753Z] Result of testMethod = 5 [2020-08-22T00:35:06.315Z] Start of script [2020-08-22T00:35:06.315Z] include file start [2020-08-22T00:35:06.315Z] Include file processed [2020-08-22T00:35:06.315Z] line after include file [2020-08-22T00:35:06.315Z] Result of testMethod = 5 [2020-08-22T00:35:06.315Z] End of script [2020-08-22T00:35:06.315Z] Start of script [2020-08-22T00:35:06.315Z] include file start [2020-08-22T00:35:06.315Z] Include file processed [2020-08-22T00:35:06.315Z] line after include file [2020-08-22T00:35:06.315Z] Result of testMethod = 5 [2020-08-22T00:35:06.878Z] Start of script [2020-08-22T00:35:06.878Z] include file start [2020-08-22T00:35:06.878Z] Include file processed [2020-08-22T00:35:06.878Z] line after include file [2020-08-22T00:35:06.878Z] Result of testMethod = 5 [2020-08-22T00:35:06.878Z] End of script [2020-08-22T00:35:07.134Z] Start of script [2020-08-22T00:35:07.134Z] include file start [2020-08-22T00:35:07.134Z] Include file processed [2020-08-22T00:35:07.134Z] line after include file [2020-08-22T00:35:07.390Z] Result of testMethod = 5 [2020-08-22T00:35:07.390Z] End of script [2020-08-22T00:35:07.390Z] Start of script [2020-08-22T00:35:07.390Z] include file start [2020-08-22T00:35:07.390Z] Include file processed [2020-08-22T00:35:07.390Z] line after include file [2020-08-22T00:35:07.390Z] Result of testMethod = 5 [2020-08-22T00:35:07.390Z] End of script [2020-08-22T00:35:07.646Z] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.876 s - in org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest [2020-08-22T00:35:07.646Z] disconnectProcessInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.219 s [2020-08-22T00:35:07.646Z] stepReturnIncludeCommand(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.208 s [2020-08-22T00:35:07.646Z] arrayVariableSorting(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-08-22T00:35:07.646Z] stepOverOnDebugTarget(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.307 s [2020-08-22T00:35:07.646Z] hasDebugTarget(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.104 s [2020-08-22T00:35:07.646Z] disconnectThreadInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.206 s [2020-08-22T00:35:07.646Z] stepReturnOnDebugTarget(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-08-22T00:35:07.646Z] nullVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.305 s [2020-08-22T00:35:07.646Z] stepOverOnStackFrame(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-08-22T00:35:07.646Z] resumeOnDebugTarget(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.207 s [2020-08-22T00:35:07.646Z] modifyVariableKeepingType(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.405 s [2020-08-22T00:35:07.646Z] resumeOnLastIncludeLine(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.206 s [2020-08-22T00:35:07.646Z] stepReturnOnStackFrame(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.307 s [2020-08-22T00:35:07.646Z] terminateStackFrameInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.205 s [2020-08-22T00:35:07.646Z] breakpointLocation(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.206 s [2020-08-22T00:35:07.646Z] stepReturnOnThread(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.308 s [2020-08-22T00:35:07.646Z] javaClassVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.308 s [2020-08-22T00:35:07.646Z] stepIntoOnThread(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.308 s [2020-08-22T00:35:07.646Z] terminateThreadInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.206 s [2020-08-22T00:35:07.646Z] resumeOnThread(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.206 s [2020-08-22T00:35:07.646Z] stepIntoOnStackFrame(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-08-22T00:35:07.646Z] terminateProcessInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.206 s [2020-08-22T00:35:07.646Z] stepOverOnProcess(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-08-22T00:35:07.646Z] nativeArrayVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-08-22T00:35:07.646Z] disconnectDebugTargetInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.206 s [2020-08-22T00:35:07.646Z] stepIntoOnProcess(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-08-22T00:35:07.646Z] terminatedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.106 s [2020-08-22T00:35:07.646Z] stepOverIncludeCommand(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-08-22T00:35:07.646Z] innerScopeVariableBeforeOuterScopeVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-08-22T00:35:07.646Z] stepIntoIncludeCommand(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-08-22T00:35:07.646Z] primitiveStringVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-08-22T00:35:07.646Z] resumeOnProcess(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.205 s [2020-08-22T00:35:07.646Z] stepIntoOnDebugTarget(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.307 s [2020-08-22T00:35:07.646Z] stepOverOnThread(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.311 s [2020-08-22T00:35:07.646Z] suspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.205 s [2020-08-22T00:35:07.646Z] primitiveDoubleVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-08-22T00:35:07.646Z] resumeOnStackFrame(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.205 s [2020-08-22T00:35:07.646Z] nativeObjectVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.305 s [2020-08-22T00:35:07.646Z] terminateDebugTargetInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.205 s [2020-08-22T00:35:07.646Z] disconnectStackFrameInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.205 s [2020-08-22T00:35:07.646Z] stepReturnOnProcess(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-08-22T00:35:07.646Z] evaluateWatchExpression(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.206 s [2020-08-22T00:35:07.646Z] [2020-08-22T00:35:07.646Z] Results: [2020-08-22T00:35:07.646Z] [2020-08-22T00:35:07.646Z] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0 [2020-08-22T00:35:07.646Z] [2020-08-22T00:35:07.902Z] [INFO] All tests passed! [2020-08-22T00:35:07.902Z] [INFO] [2020-08-22T00:35:07.902Z] [INFO] -------< org.eclipse.ease:org.eclipse.ease.lang.javascript.test >------- [2020-08-22T00:35:07.902Z] [INFO] Building org.eclipse.ease.lang.javascript.test 0.8.0-SNAPSHOT [6/11] [2020-08-22T00:35:07.902Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-08-22T00:35:07.902Z] [INFO] [2020-08-22T00:35:07.902Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.test --- [2020-08-22T00:35:07.902Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-22T00:35:07.902Z] [INFO] [2020-08-22T00:35:07.902Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.test --- [2020-08-22T00:35:07.902Z] [INFO] [2020-08-22T00:35:07.902Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.test --- [2020-08-22T00:35:07.902Z] [INFO] [2020-08-22T00:35:07.902Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript.test --- [2020-08-22T00:35:07.902Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:35:07.902Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.javascript.test/src/main/resources [2020-08-22T00:35:07.902Z] [INFO] [2020-08-22T00:35:07.902Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.javascript.test --- [2020-08-22T00:35:07.902Z] [INFO] Nothing to compile - all classes are up to date [2020-08-22T00:35:07.902Z] [INFO] [2020-08-22T00:35:07.902Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript.test --- [2020-08-22T00:35:07.902Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:35:07.902Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.javascript.test/src/test/resources [2020-08-22T00:35:07.902Z] [INFO] [2020-08-22T00:35:07.902Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript.test --- [2020-08-22T00:35:07.902Z] [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.javascript.test/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [2020-08-22T00:35:07.902Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.javascript.test/target/org.eclipse.ease.lang.javascript.test-0.8.0-SNAPSHOT-sources.jar [2020-08-22T00:35:07.902Z] [INFO] [2020-08-22T00:35:07.902Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.test --- [2020-08-22T00:35:07.902Z] [INFO] [2020-08-22T00:35:07.902Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript.test --- [2020-08-22T00:35:07.902Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.javascript.test/target/org.eclipse.ease.lang.javascript.test-0.8.0-SNAPSHOT.jar [2020-08-22T00:35:07.902Z] [INFO] [2020-08-22T00:35:07.902Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.test --- [2020-08-22T00:35:07.902Z] [INFO] [2020-08-22T00:35:07.902Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.javascript.test --- [2020-08-22T00:35:07.902Z] [INFO] [2020-08-22T00:35:07.902Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript.test --- [2020-08-22T00:35:07.902Z] [INFO] [2020-08-22T00:35:07.902Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.ease.lang.javascript.test --- [2020-08-22T00:35:08.158Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.javascript.test/target/work/data/.metadata/.log [2020-08-22T00:35:08.158Z] [INFO] Command line: [2020-08-22T00:35:08.158Z] [/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.2020-03/tests/org.eclipse.ease.lang.javascript.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.javascript.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2020-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.2020-03/tests/org.eclipse.ease.lang.javascript.test/target/surefire.properties] [2020-08-22T00:35:08.158Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMaven43ec9ae5/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMaven43ec9ae5" [2020-08-22T00:35:09.086Z] Running org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest [2020-08-22T00:35:09.341Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.258 s - in org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest [2020-08-22T00:35:09.341Z] verifyStaticClassTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0.004 s [2020-08-22T00:35:09.341Z] verifyClassInstanceTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0.005 s [2020-08-22T00:35:09.341Z] verifyTypesForScriptEngine(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0.167 s [2020-08-22T00:35:09.341Z] verifyPackageTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0.001 s [2020-08-22T00:35:09.341Z] definedVariableTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0 s [2020-08-22T00:35:09.341Z] verifyStringLiteralTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0 s [2020-08-22T00:35:09.341Z] verifyUnknownTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0 s [2020-08-22T00:35:09.341Z] verifyNoneTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0.001 s [2020-08-22T00:35:09.341Z] Running org.eclipse.ease.lang.javascript.JavaScriptCodeFactoryTest [2020-08-22T00:35:09.596Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.ease.lang.javascript.JavaScriptCodeFactoryTest [2020-08-22T00:35:09.596Z] testCommentCreator(org.eclipse.ease.lang.javascript.JavaScriptCodeFactoryTest) Time elapsed: 0.003 s [2020-08-22T00:35:09.596Z] [2020-08-22T00:35:09.596Z] Results: [2020-08-22T00:35:09.596Z] [2020-08-22T00:35:09.596Z] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0 [2020-08-22T00:35:09.596Z] [2020-08-22T00:35:09.851Z] [INFO] All tests passed! [2020-08-22T00:35:09.851Z] [INFO] [2020-08-22T00:35:09.851Z] [INFO] ---------< org.eclipse.ease:org.eclipse.ease.lang.python.test >--------- [2020-08-22T00:35:09.851Z] [INFO] Building org.eclipse.ease.lang.python.test 0.8.0-SNAPSHOT [7/11] [2020-08-22T00:35:09.851Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-08-22T00:35:09.851Z] [INFO] [2020-08-22T00:35:09.852Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.test --- [2020-08-22T00:35:09.852Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-22T00:35:09.852Z] [INFO] [2020-08-22T00:35:09.852Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.test --- [2020-08-22T00:35:09.852Z] [INFO] [2020-08-22T00:35:09.852Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.test --- [2020-08-22T00:35:09.852Z] [INFO] [2020-08-22T00:35:09.852Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.python.test --- [2020-08-22T00:35:09.852Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:35:09.852Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.python.test/src/main/resources [2020-08-22T00:35:09.852Z] [INFO] [2020-08-22T00:35:09.852Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.python.test --- [2020-08-22T00:35:09.852Z] [INFO] Nothing to compile - all classes are up to date [2020-08-22T00:35:09.852Z] [INFO] [2020-08-22T00:35:09.852Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.python.test --- [2020-08-22T00:35:09.852Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:35:09.852Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.python.test/src/test/resources [2020-08-22T00:35:09.852Z] [INFO] [2020-08-22T00:35:09.852Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.python.test --- [2020-08-22T00:35:09.852Z] [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.python.test/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [2020-08-22T00:35:09.852Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.python.test/target/org.eclipse.ease.lang.python.test-0.8.0-SNAPSHOT-sources.jar [2020-08-22T00:35:09.852Z] [INFO] [2020-08-22T00:35:09.852Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python.test --- [2020-08-22T00:35:09.852Z] [INFO] [2020-08-22T00:35:09.852Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.python.test --- [2020-08-22T00:35:09.852Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.python.test/target/org.eclipse.ease.lang.python.test-0.8.0-SNAPSHOT.jar [2020-08-22T00:35:09.852Z] [INFO] [2020-08-22T00:35:09.852Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python.test --- [2020-08-22T00:35:09.852Z] [INFO] [2020-08-22T00:35:09.852Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.python.test --- [2020-08-22T00:35:09.852Z] [INFO] [2020-08-22T00:35:09.852Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python.test --- [2020-08-22T00:35:09.852Z] [INFO] [2020-08-22T00:35:09.852Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.ease.lang.python.test --- [2020-08-22T00:35:10.107Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.python.test/target/work/data/.metadata/.log [2020-08-22T00:35:10.107Z] [INFO] Command line: [2020-08-22T00:35:10.107Z] [/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.2020-03/tests/org.eclipse.ease.lang.python.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.python.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2020-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.2020-03/tests/org.eclipse.ease.lang.python.test/target/surefire.properties] [2020-08-22T00:35:10.108Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMaven43ec9ae5/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMaven43ec9ae5" [2020-08-22T00:35:11.514Z] Running org.eclipse.ease.lang.python.PythonCodeFactoryTest [2020-08-22T00:35:11.514Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in org.eclipse.ease.lang.python.PythonCodeFactoryTest [2020-08-22T00:35:11.514Z] testCommentCreator(org.eclipse.ease.lang.python.PythonCodeFactoryTest) Time elapsed: 0.004 s [2020-08-22T00:35:11.514Z] [2020-08-22T00:35:11.514Z] Results: [2020-08-22T00:35:11.514Z] [2020-08-22T00:35:11.514Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [2020-08-22T00:35:11.514Z] [2020-08-22T00:35:11.770Z] [INFO] All tests passed! [2020-08-22T00:35:11.770Z] [INFO] [2020-08-22T00:35:11.770Z] [INFO] -----< org.eclipse.ease:org.eclipse.ease.lang.python.jython.test >------ [2020-08-22T00:35:11.770Z] [INFO] Building org.eclipse.ease.lang.python.jython.test 0.8.0-SNAPSHOT [8/11] [2020-08-22T00:35:11.770Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-08-22T00:35:11.770Z] [INFO] [2020-08-22T00:35:11.770Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.jython.test --- [2020-08-22T00:35:11.770Z] [INFO] The project's OSGi version is 0.8.0.I201911291239 [2020-08-22T00:35:11.770Z] [INFO] [2020-08-22T00:35:11.770Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.jython.test --- [2020-08-22T00:35:11.770Z] [INFO] [2020-08-22T00:35:11.770Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.jython.test --- [2020-08-22T00:35:11.770Z] [INFO] [2020-08-22T00:35:11.770Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.python.jython.test --- [2020-08-22T00:35:11.770Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:35:11.770Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.python.jython.test/src/main/resources [2020-08-22T00:35:11.770Z] [INFO] [2020-08-22T00:35:11.770Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.python.jython.test --- [2020-08-22T00:35:11.770Z] [INFO] Nothing to compile - all classes are up to date [2020-08-22T00:35:11.770Z] [INFO] [2020-08-22T00:35:11.770Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.python.jython.test --- [2020-08-22T00:35:11.770Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:35:11.770Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.python.jython.test/src/test/resources [2020-08-22T00:35:11.770Z] [INFO] [2020-08-22T00:35:11.770Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.python.jython.test --- [2020-08-22T00:35:11.770Z] [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.python.jython.test/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [2020-08-22T00:35:11.770Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:35:11.770Z] [INFO] [2020-08-22T00:35:11.770Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python.jython.test --- [2020-08-22T00:35:11.770Z] [INFO] [2020-08-22T00:35:11.770Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.python.jython.test --- [2020-08-22T00:35:11.770Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.python.jython.test/target/org.eclipse.ease.lang.python.jython.test-0.8.0-SNAPSHOT.jar [2020-08-22T00:35:11.770Z] [INFO] [2020-08-22T00:35:11.770Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python.jython.test --- [2020-08-22T00:35:11.770Z] [INFO] [2020-08-22T00:35:11.770Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.python.jython.test --- [2020-08-22T00:35:11.770Z] [INFO] [2020-08-22T00:35:11.770Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python.jython.test --- [2020-08-22T00:35:11.770Z] [INFO] [2020-08-22T00:35:11.770Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.ease.lang.python.jython.test --- [2020-08-22T00:35:12.334Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.python.jython.test/target/work/data/.metadata/.log [2020-08-22T00:35:12.334Z] [INFO] Command line: [2020-08-22T00:35:12.334Z] [/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.2020-03/tests/org.eclipse.ease.lang.python.jython.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.python.jython.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2020-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.2020-03/tests/org.eclipse.ease.lang.python.jython.test/target/surefire.properties] [2020-08-22T00:35:12.334Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMaven43ec9ae5/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMaven43ec9ae5" [2020-08-22T00:35:13.697Z] Running org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest [2020-08-22T00:35:15.061Z] Start of script [2020-08-22T00:35:15.061Z] include file start [2020-08-22T00:35:15.061Z] include file processed [2020-08-22T00:35:15.061Z] Result of testMethod = 5 [2020-08-22T00:35:15.061Z] End of script [2020-08-22T00:35:15.061Z] Start of script [2020-08-22T00:35:15.317Z] include file start [2020-08-22T00:35:15.317Z] include file processed [2020-08-22T00:35:15.317Z] Result of testMethod = 5 [2020-08-22T00:35:15.317Z] End of script [2020-08-22T00:35:15.317Z] Start of script [2020-08-22T00:35:15.317Z] include file start [2020-08-22T00:35:15.317Z] include file processed [2020-08-22T00:35:15.317Z] Result of testMethod = 5 [2020-08-22T00:35:15.572Z] Traceback (most recent call last): [2020-08-22T00:35:15.572Z] File "(none)", line 184, in run [2020-08-22T00:35:15.572Z] File "__ref_L/Debug Test/Main.py_fqtpvhwsjz", line 23, in [2020-08-22T00:35:15.572Z] File "(none)", line 161, in trace_dispatch [2020-08-22T00:35:15.572Z] org.eclipse.ease.ExitException: [2020-08-22T00:35:15.572Z] [2020-08-22T00:35:15.572Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-08-22T00:35:15.572Z] Start of script [2020-08-22T00:35:15.827Z] include file start [2020-08-22T00:35:15.827Z] include file processed [2020-08-22T00:35:15.827Z] Result of testMethod = 5 [2020-08-22T00:35:15.827Z] End of script [2020-08-22T00:35:16.083Z] Start of script [2020-08-22T00:35:16.083Z] include file start [2020-08-22T00:35:16.083Z] include file processed [2020-08-22T00:35:16.083Z] Result of testMethod = 5 [2020-08-22T00:35:16.083Z] End of script [2020-08-22T00:35:16.338Z] Start of script [2020-08-22T00:35:16.338Z] include file start [2020-08-22T00:35:16.338Z] include file processed [2020-08-22T00:35:16.594Z] Result of testMethod = 5 [2020-08-22T00:35:16.594Z] End of script [2020-08-22T00:35:16.594Z] Start of script [2020-08-22T00:35:16.594Z] include file start [2020-08-22T00:35:16.594Z] include file processed [2020-08-22T00:35:16.594Z] Result of testMethod = 5 [2020-08-22T00:35:16.850Z] Traceback (most recent call last): [2020-08-22T00:35:16.850Z] File "(none)", line 184, in run [2020-08-22T00:35:16.850Z] File "__ref_L/Debug Test/Main.py_yohgtkeegq", line 23, in [2020-08-22T00:35:16.850Z] File "(none)", line 161, in trace_dispatch [2020-08-22T00:35:16.850Z] org.eclipse.ease.ExitException: [2020-08-22T00:35:16.850Z] [2020-08-22T00:35:16.850Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-08-22T00:35:16.850Z] Start of script [2020-08-22T00:35:16.850Z] include file start [2020-08-22T00:35:16.850Z] include file processed [2020-08-22T00:35:17.105Z] Result of testMethod = 5 [2020-08-22T00:35:17.105Z] End of script [2020-08-22T00:35:17.105Z] Start of script [2020-08-22T00:35:17.361Z] include file start [2020-08-22T00:35:17.361Z] include file processed [2020-08-22T00:35:17.361Z] Result of testMethod = 5 [2020-08-22T00:35:17.361Z] End of script [2020-08-22T00:35:17.361Z] Start of script [2020-08-22T00:35:17.361Z] include file start [2020-08-22T00:35:17.361Z] include file processed [2020-08-22T00:35:17.923Z] Traceback (most recent call last): [2020-08-22T00:35:17.923Z] File "(none)", line 184, in run [2020-08-22T00:35:17.923Z] File "__ref_L/Debug Test/Main.py_bcuhnodopk", line 22, in [2020-08-22T00:35:17.923Z] File "(none)", line 161, in trace_dispatch [2020-08-22T00:35:17.923Z] org.eclipse.ease.ExitException: [2020-08-22T00:35:17.923Z] [2020-08-22T00:35:17.923Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-08-22T00:35:17.923Z] Start of script [2020-08-22T00:35:17.923Z] include file start [2020-08-22T00:35:17.923Z] include file processed [2020-08-22T00:35:17.923Z] Result of testMethod = 5 [2020-08-22T00:35:17.923Z] End of script [2020-08-22T00:35:18.179Z] Start of script [2020-08-22T00:35:18.179Z] include file start [2020-08-22T00:35:18.179Z] include file processed [2020-08-22T00:35:18.434Z] Result of testMethod = 5 [2020-08-22T00:35:18.435Z] End of script [2020-08-22T00:35:18.435Z] Traceback (most recent call last): [2020-08-22T00:35:18.435Z] File "(none)", line 184, in run [2020-08-22T00:35:18.435Z] File "__ref_L/Debug Test/Main.py_iurhoxdont", line 1, in [2020-08-22T00:35:18.435Z] File "(none)", line 161, in trace_dispatch [2020-08-22T00:35:18.435Z] org.eclipse.ease.ExitException: [2020-08-22T00:35:18.435Z] [2020-08-22T00:35:18.435Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-08-22T00:35:18.690Z] Start of script [2020-08-22T00:35:18.690Z] include file start [2020-08-22T00:35:18.690Z] include file processed [2020-08-22T00:35:18.690Z] Result of testMethod = 5 [2020-08-22T00:35:18.690Z] End of script [2020-08-22T00:35:18.946Z] Start of script [2020-08-22T00:35:18.946Z] include file start [2020-08-22T00:35:18.946Z] include file processed [2020-08-22T00:35:18.946Z] Result of testMethod = 5 [2020-08-22T00:35:18.946Z] End of script [2020-08-22T00:35:19.201Z] Start of script [2020-08-22T00:35:19.201Z] include file start [2020-08-22T00:35:19.201Z] include file processed [2020-08-22T00:35:19.201Z] Result of testMethod = 5 [2020-08-22T00:35:19.456Z] Traceback (most recent call last): [2020-08-22T00:35:19.456Z] File "(none)", line 184, in run [2020-08-22T00:35:19.456Z] File "__ref_L/Debug Test/Main.py_ahvrglhggb", line 23, in [2020-08-22T00:35:19.456Z] File "(none)", line 161, in trace_dispatch [2020-08-22T00:35:19.456Z] org.eclipse.ease.ExitException: [2020-08-22T00:35:19.456Z] [2020-08-22T00:35:19.456Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-08-22T00:35:19.456Z] Start of script [2020-08-22T00:35:19.456Z] include file start [2020-08-22T00:35:19.456Z] include file processed [2020-08-22T00:35:19.712Z] Result of testMethod = 5 [2020-08-22T00:35:19.712Z] End of script [2020-08-22T00:35:19.968Z] Traceback (most recent call last): [2020-08-22T00:35:19.968Z] File "(none)", line 184, in run [2020-08-22T00:35:19.968Z] File "__ref_L/Debug Test/Main.py_kxmahjvccf", line 1, in [2020-08-22T00:35:19.968Z] File "(none)", line 161, in trace_dispatch [2020-08-22T00:35:19.968Z] org.eclipse.ease.ExitException: [2020-08-22T00:35:19.968Z] [2020-08-22T00:35:19.968Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-08-22T00:35:19.968Z] Start of script [2020-08-22T00:35:19.968Z] include file start [2020-08-22T00:35:19.968Z] include file processed [2020-08-22T00:35:19.968Z] Result of testMethod = 5 [2020-08-22T00:35:19.968Z] End of script [2020-08-22T00:35:20.223Z] Start of script [2020-08-22T00:35:20.223Z] include file start [2020-08-22T00:35:20.223Z] include file processed [2020-08-22T00:35:20.478Z] Result of testMethod = 5 [2020-08-22T00:35:20.478Z] End of script [2020-08-22T00:35:20.478Z] Traceback (most recent call last): [2020-08-22T00:35:20.478Z] File "(none)", line 184, in run [2020-08-22T00:35:20.479Z] File "__ref_L/Debug Test/Main.py_estgpouxvs", line 1, in [2020-08-22T00:35:20.479Z] File "(none)", line 161, in trace_dispatch [2020-08-22T00:35:20.479Z] org.eclipse.ease.ExitException: [2020-08-22T00:35:20.479Z] [2020-08-22T00:35:20.479Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-08-22T00:35:20.734Z] Start of script [2020-08-22T00:35:20.734Z] include file start [2020-08-22T00:35:20.734Z] include file processed [2020-08-22T00:35:20.990Z] Result of testMethod = 5 [2020-08-22T00:35:20.990Z] End of script [2020-08-22T00:35:20.990Z] Start of script [2020-08-22T00:35:20.990Z] include file start [2020-08-22T00:35:20.990Z] include file processed [2020-08-22T00:35:20.990Z] Result of testMethod = 5 [2020-08-22T00:35:21.245Z] Traceback (most recent call last): [2020-08-22T00:35:21.245Z] File "(none)", line 184, in run [2020-08-22T00:35:21.245Z] File "__ref_L/Debug Test/Main.py_sevhwvcxou", line 23, in [2020-08-22T00:35:21.245Z] File "(none)", line 161, in trace_dispatch [2020-08-22T00:35:21.245Z] org.eclipse.ease.ExitException: [2020-08-22T00:35:21.245Z] [2020-08-22T00:35:21.245Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-08-22T00:35:21.500Z] Start of script [2020-08-22T00:35:21.500Z] include file start [2020-08-22T00:35:21.500Z] include file processed [2020-08-22T00:35:21.500Z] Result of testMethod = 5 [2020-08-22T00:35:21.500Z] End of script [2020-08-22T00:35:21.500Z] Start of script [2020-08-22T00:35:21.500Z] include file start [2020-08-22T00:35:21.500Z] include file processed [2020-08-22T00:35:21.756Z] Result of testMethod = 5 [2020-08-22T00:35:21.756Z] End of script [2020-08-22T00:35:21.756Z] Start of script [2020-08-22T00:35:21.756Z] include file start [2020-08-22T00:35:21.756Z] include file processed [2020-08-22T00:35:21.756Z] Result of testMethod = 5 [2020-08-22T00:35:21.756Z] End of script [2020-08-22T00:35:22.011Z] Start of script [2020-08-22T00:35:22.011Z] include file start [2020-08-22T00:35:22.011Z] include file processed [2020-08-22T00:35:22.011Z] Result of testMethod = 5 [2020-08-22T00:35:22.011Z] End of script [2020-08-22T00:35:22.267Z] Start of script [2020-08-22T00:35:22.267Z] include file start [2020-08-22T00:35:22.267Z] include file processed [2020-08-22T00:35:22.522Z] Traceback (most recent call last): [2020-08-22T00:35:22.522Z] File "(none)", line 184, in run [2020-08-22T00:35:22.522Z] File "__ref_L/Debug Test/Main.py_gatjceehnb", line 21, in [2020-08-22T00:35:22.522Z] File "__ref_L/Debug Test/Main.py_gatjceehnb", line 18, in testMethod [2020-08-22T00:35:22.522Z] File "(none)", line 161, in trace_dispatch [2020-08-22T00:35:22.522Z] org.eclipse.ease.ExitException: [2020-08-22T00:35:22.522Z] [2020-08-22T00:35:22.522Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-08-22T00:35:22.522Z] Start of script [2020-08-22T00:35:22.777Z] include file start [2020-08-22T00:35:22.777Z] include file processed [2020-08-22T00:35:22.777Z] Result of testMethod = 5 [2020-08-22T00:35:22.777Z] End of script [2020-08-22T00:35:22.777Z] Start of script [2020-08-22T00:35:22.777Z] include file start [2020-08-22T00:35:22.777Z] include file processed [2020-08-22T00:35:22.777Z] Result of testMethod = 5 [2020-08-22T00:35:23.032Z] Traceback (most recent call last): [2020-08-22T00:35:23.032Z] File "(none)", line 184, in run [2020-08-22T00:35:23.032Z] File "__ref_L/Debug Test/Main.py_friejiathq", line 23, in [2020-08-22T00:35:23.032Z] File "(none)", line 161, in trace_dispatch [2020-08-22T00:35:23.032Z] org.eclipse.ease.ExitException: [2020-08-22T00:35:23.032Z] [2020-08-22T00:35:23.032Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-08-22T00:35:23.289Z] Start of script [2020-08-22T00:35:23.289Z] include file start [2020-08-22T00:35:23.289Z] include file processed [2020-08-22T00:35:23.289Z] Result of testMethod = 5 [2020-08-22T00:35:23.289Z] End of script [2020-08-22T00:35:23.289Z] Start of script [2020-08-22T00:35:23.289Z] include file start [2020-08-22T00:35:23.289Z] include file processed [2020-08-22T00:35:23.545Z] Result of testMethod = 5 [2020-08-22T00:35:23.545Z] End of script [2020-08-22T00:35:23.801Z] Start of script [2020-08-22T00:35:23.801Z] include file start [2020-08-22T00:35:23.801Z] include file processed [2020-08-22T00:35:23.801Z] Result of testMethod = 5 [2020-08-22T00:35:23.801Z] End of script [2020-08-22T00:35:24.056Z] Start of script [2020-08-22T00:35:24.056Z] include file start [2020-08-22T00:35:24.056Z] include file processed [2020-08-22T00:35:24.056Z] Result of testMethod = 5 [2020-08-22T00:35:24.056Z] End of script [2020-08-22T00:35:24.311Z] Start of script [2020-08-22T00:35:24.311Z] include file start [2020-08-22T00:35:24.311Z] include file processed [2020-08-22T00:35:24.311Z] Result of testMethod = 5 [2020-08-22T00:35:24.311Z] Traceback (most recent call last): [2020-08-22T00:35:24.311Z] File "(none)", line 184, in run [2020-08-22T00:35:24.311Z] File "__ref_L/Debug Test/Main.py_ohamhpglot", line 23, in [2020-08-22T00:35:24.311Z] File "(none)", line 161, in trace_dispatch [2020-08-22T00:35:24.311Z] org.eclipse.ease.ExitException: [2020-08-22T00:35:24.311Z] [2020-08-22T00:35:24.311Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-08-22T00:35:24.566Z] Start of script [2020-08-22T00:35:24.566Z] include file start [2020-08-22T00:35:24.566Z] include file processed [2020-08-22T00:35:24.566Z] Result of testMethod = 5 [2020-08-22T00:35:24.566Z] End of script [2020-08-22T00:35:24.822Z] Start of script [2020-08-22T00:35:24.822Z] include file start [2020-08-22T00:35:24.822Z] include file processed [2020-08-22T00:35:24.822Z] Result of testMethod = 5 [2020-08-22T00:35:24.822Z] Traceback (most recent call last): [2020-08-22T00:35:24.822Z] File "(none)", line 184, in run [2020-08-22T00:35:24.822Z] File "__ref_L/Debug Test/Main.py_gzdgnyyqmc", line 23, in [2020-08-22T00:35:24.822Z] File "(none)", line 161, in trace_dispatch [2020-08-22T00:35:24.822Z] org.eclipse.ease.ExitException: [2020-08-22T00:35:24.822Z] [2020-08-22T00:35:24.823Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-08-22T00:35:25.079Z] Traceback (most recent call last): [2020-08-22T00:35:25.079Z] File "(none)", line 184, in run [2020-08-22T00:35:25.079Z] File "__ref_L/Debug Test/Main.py_ceflowdkaj", line 1, in [2020-08-22T00:35:25.079Z] File "(none)", line 161, in trace_dispatch [2020-08-22T00:35:25.079Z] org.eclipse.ease.ExitException: [2020-08-22T00:35:25.079Z] [2020-08-22T00:35:25.079Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-08-22T00:35:25.334Z] Start of script [2020-08-22T00:35:25.334Z] include file start [2020-08-22T00:35:25.334Z] include file processed [2020-08-22T00:35:25.334Z] Result of testMethod = 5 [2020-08-22T00:35:25.334Z] End of script [2020-08-22T00:35:25.334Z] Start of script [2020-08-22T00:35:25.334Z] include file start [2020-08-22T00:35:25.334Z] include file processed [2020-08-22T00:35:25.590Z] Result of testMethod = 5 [2020-08-22T00:35:25.590Z] End of script [2020-08-22T00:35:25.846Z] Start of script [2020-08-22T00:35:25.846Z] include file start [2020-08-22T00:35:25.846Z] include file processed [2020-08-22T00:35:25.846Z] Result of testMethod = 5 [2020-08-22T00:35:25.846Z] End of script [2020-08-22T00:35:25.846Z] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.238 s - in org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest [2020-08-22T00:35:25.846Z] disconnectProcessInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 1.463 s [2020-08-22T00:35:25.846Z] stepReturnIncludeCommand(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.209 s [2020-08-22T00:35:25.846Z] arrayVariableSorting(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.307 s [2020-08-22T00:35:25.846Z] stepOverOnDebugTarget(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.307 s [2020-08-22T00:35:25.846Z] hasDebugTarget(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.105 s [2020-08-22T00:35:25.846Z] disconnectThreadInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.206 s [2020-08-22T00:35:25.846Z] stepReturnOnDebugTarget(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.308 s [2020-08-22T00:35:25.846Z] nullVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.306 s [2020-08-22T00:35:25.846Z] stepOverOnStackFrame(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.307 s [2020-08-22T00:35:25.846Z] resumeOnDebugTarget(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.207 s [2020-08-22T00:35:25.846Z] modifyVariableKeepingType(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.507 s [2020-08-22T00:35:25.846Z] resumeOnLastIncludeLine(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.207 s [2020-08-22T00:35:25.846Z] stepReturnOnStackFrame(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.307 s [2020-08-22T00:35:25.846Z] terminateStackFrameInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.207 s [2020-08-22T00:35:25.846Z] breakpointLocation(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.207 s [2020-08-22T00:35:25.846Z] stepReturnOnThread(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.307 s [2020-08-22T00:35:25.846Z] javaClassVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.308 s [2020-08-22T00:35:25.846Z] stepIntoOnThread(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.306 s [2020-08-22T00:35:25.846Z] terminateThreadInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.206 s [2020-08-22T00:35:25.846Z] resumeOnThread(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.206 s [2020-08-22T00:35:25.846Z] stepIntoOnStackFrame(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.307 s [2020-08-22T00:35:25.846Z] terminateProcessInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.206 s [2020-08-22T00:35:25.846Z] stepOverOnProcess(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.307 s [2020-08-22T00:35:25.846Z] nativeArrayVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.307 s [2020-08-22T00:35:25.846Z] disconnectDebugTargetInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.206 s [2020-08-22T00:35:25.846Z] stepIntoOnProcess(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.307 s [2020-08-22T00:35:25.846Z] terminatedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.105 s [2020-08-22T00:35:25.846Z] stepOverIncludeCommand(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.304 s [2020-08-22T00:35:25.846Z] innerScopeVariableBeforeOuterScopeVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.305 s [2020-08-22T00:35:25.846Z] stepIntoIncludeCommand(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.304 s [2020-08-22T00:35:25.846Z] primitiveStringVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.306 s [2020-08-22T00:35:25.846Z] resumeOnProcess(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.206 s [2020-08-22T00:35:25.846Z] stepIntoOnDebugTarget(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.306 s [2020-08-22T00:35:25.846Z] stepOverOnThread(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.306 s [2020-08-22T00:35:25.846Z] suspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.204 s [2020-08-22T00:35:25.846Z] primitiveDoubleVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.305 s [2020-08-22T00:35:25.846Z] resumeOnStackFrame(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.205 s [2020-08-22T00:35:25.846Z] nativeObjectVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.305 s [2020-08-22T00:35:25.847Z] terminateDebugTargetInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.205 s [2020-08-22T00:35:25.847Z] disconnectStackFrameInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.206 s [2020-08-22T00:35:25.847Z] stepReturnOnProcess(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.306 s [2020-08-22T00:35:25.847Z] evaluateWatchExpression(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.208 s [2020-08-22T00:35:25.847Z] [2020-08-22T00:35:25.847Z] Results: [2020-08-22T00:35:25.847Z] [2020-08-22T00:35:25.847Z] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0 [2020-08-22T00:35:25.847Z] [2020-08-22T00:35:26.408Z] [INFO] All tests passed! [2020-08-22T00:35:26.408Z] [INFO] [2020-08-22T00:35:26.408Z] [INFO] ------< org.eclipse.ease:org.eclipse.ease.lang.python.py4j.test >------- [2020-08-22T00:35:26.408Z] [INFO] Building org.eclipse.ease.lang.python.py4j.test 0.8.0-SNAPSHOT [9/11] [2020-08-22T00:35:26.408Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-08-22T00:35:26.408Z] [INFO] [2020-08-22T00:35:26.408Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.py4j.test --- [2020-08-22T00:35:26.408Z] [INFO] The project's OSGi version is 0.8.0.I201912021001 [2020-08-22T00:35:26.408Z] [INFO] [2020-08-22T00:35:26.408Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.py4j.test --- [2020-08-22T00:35:26.408Z] [INFO] [2020-08-22T00:35:26.408Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.py4j.test --- [2020-08-22T00:35:26.408Z] [INFO] [2020-08-22T00:35:26.408Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.python.py4j.test --- [2020-08-22T00:35:26.408Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:35:26.408Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.python.py4j.test/src/main/resources [2020-08-22T00:35:26.408Z] [INFO] [2020-08-22T00:35:26.408Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.python.py4j.test --- [2020-08-22T00:35:26.408Z] [INFO] Nothing to compile - all classes are up to date [2020-08-22T00:35:26.408Z] [INFO] [2020-08-22T00:35:26.408Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.python.py4j.test --- [2020-08-22T00:35:26.408Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:35:26.408Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.python.py4j.test/src/test/resources [2020-08-22T00:35:26.408Z] [INFO] [2020-08-22T00:35:26.408Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.python.py4j.test --- [2020-08-22T00:35:26.408Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:35:26.408Z] [INFO] [2020-08-22T00:35:26.408Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python.py4j.test --- [2020-08-22T00:35:26.408Z] [INFO] [2020-08-22T00:35:26.408Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.python.py4j.test --- [2020-08-22T00:35:26.408Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.python.py4j.test/target/org.eclipse.ease.lang.python.py4j.test-0.8.0-SNAPSHOT.jar [2020-08-22T00:35:26.408Z] [INFO] [2020-08-22T00:35:26.408Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python.py4j.test --- [2020-08-22T00:35:26.408Z] [INFO] [2020-08-22T00:35:26.408Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.python.py4j.test --- [2020-08-22T00:35:26.408Z] [INFO] [2020-08-22T00:35:26.408Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python.py4j.test --- [2020-08-22T00:35:26.408Z] [INFO] [2020-08-22T00:35:26.408Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.ease.lang.python.py4j.test --- [2020-08-22T00:35:26.408Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/data/.metadata/.log [2020-08-22T00:35:26.408Z] [INFO] Command line: [2020-08-22T00:35:26.408Z] [/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.2020-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2020-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.2020-03/tests/org.eclipse.ease.lang.python.py4j.test/target/surefire.properties] [2020-08-22T00:35:26.409Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMaven43ec9ae5/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMaven43ec9ae5" [2020-08-22T00:35:27.784Z] Running org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest [2020-08-22T00:35:28.344Z] org.eclipse.ease.ScriptExecutionException: Traceback (most recent call last): [2020-08-22T00:35:28.344Z] File "<...>", line 1, in [2020-08-22T00:35:28.344Z] File "<...>", line 81, in load_module [2020-08-22T00:35:28.344Z] ImportError: No EASE module named 'eclipse.test.notthere' [2020-08-22T00:35:28.344Z] [2020-08-22T00:35:28.344Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.68 s - in org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest [2020-08-22T00:35:28.344Z] loadSimpleModule(org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest) Time elapsed: 0.219 s [2020-08-22T00:35:28.344Z] loadModuleWithDependencies(org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest) Time elapsed: 0.06 s [2020-08-22T00:35:28.345Z] accessAdvancedModule(org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest) Time elapsed: 0.078 s [2020-08-22T00:35:28.345Z] importAs(org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest) Time elapsed: 0.063 s [2020-08-22T00:35:28.345Z] fromBasicImportMethod(org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest) Time elapsed: 0.059 s [2020-08-22T00:35:28.345Z] loadNotExistingModule(org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest) Time elapsed: 0.063 s [2020-08-22T00:35:28.345Z] fromBasicImportAll(org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest) Time elapsed: 0.06 s [2020-08-22T00:35:28.345Z] accessModule(org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest) Time elapsed: 0.061 s [2020-08-22T00:35:28.345Z] Running org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest [2020-08-22T00:35:28.345Z] ---------------------------------------------- [2020-08-22T00:35:28.345Z] Starting test: invalidSyntax(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:35:28.600Z] org.eclipse.ease.ScriptExecutionException: Traceback (most recent call last): [2020-08-22T00:35:28.600Z] File "/usr/lib64/python2.7/ast.py", line 37, in parse [2020-08-22T00:35:28.600Z] return compile(source, filename, mode, PyCF_ONLY_AST) [2020-08-22T00:35:28.600Z] File "", line 1 [2020-08-22T00:35:28.600Z] 1++ [2020-08-22T00:35:28.600Z] ^ [2020-08-22T00:35:28.600Z] SyntaxError: invalid syntax [2020-08-22T00:35:28.600Z] [2020-08-22T00:35:28.600Z] [2020-08-22T00:35:28.600Z] Finished test: invalidSyntax(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:35:28.600Z] ---------------------------------------------- [2020-08-22T00:35:28.600Z] ---------------------------------------------- [2020-08-22T00:35:28.600Z] Starting test: getScriptEngine(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:35:29.964Z] 520723813 [2020-08-22T00:35:29.964Z] Finished test: getScriptEngine(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:35:29.964Z] ---------------------------------------------- [2020-08-22T00:35:29.964Z] ---------------------------------------------- [2020-08-22T00:35:29.964Z] Starting test: incompleteStatement(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:35:29.964Z] org.eclipse.ease.ScriptExecutionException: Traceback (most recent call last): [2020-08-22T00:35:29.964Z] File "/usr/lib64/python2.7/ast.py", line 37, in parse [2020-08-22T00:35:29.964Z] return compile(source, filename, mode, PyCF_ONLY_AST) [2020-08-22T00:35:29.964Z] File "", line 1 [2020-08-22T00:35:29.964Z] def a(): [2020-08-22T00:35:29.964Z] ^ [2020-08-22T00:35:29.964Z] SyntaxError: unexpected EOF while parsing [2020-08-22T00:35:29.964Z] [2020-08-22T00:35:29.964Z] [2020-08-22T00:35:29.964Z] Finished test: incompleteStatement(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:35:29.964Z] ---------------------------------------------- [2020-08-22T00:35:29.964Z] ---------------------------------------------- [2020-08-22T00:35:29.964Z] Starting test: multiLineStatement(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:35:30.220Z] [2020-08-22T00:35:30.220Z] Finished test: multiLineStatement(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:35:30.220Z] ---------------------------------------------- [2020-08-22T00:35:30.220Z] ---------------------------------------------- [2020-08-22T00:35:30.220Z] Starting test: runtimeError(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:35:30.220Z] org.eclipse.ease.ScriptExecutionException: Traceback (most recent call last): [2020-08-22T00:35:30.220Z] File "<...>", line 1, in [2020-08-22T00:35:30.220Z] NameError: name 'a' is not defined [2020-08-22T00:35:30.220Z] [2020-08-22T00:35:30.475Z] [2020-08-22T00:35:30.475Z] Finished test: runtimeError(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:35:30.475Z] ---------------------------------------------- [2020-08-22T00:35:30.475Z] ---------------------------------------------- [2020-08-22T00:35:30.476Z] Starting test: javaIntArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:35:30.749Z] [2020-08-22T00:35:30.749Z] Finished test: javaIntArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:35:30.749Z] ---------------------------------------------- [2020-08-22T00:35:30.749Z] ---------------------------------------------- [2020-08-22T00:35:30.749Z] Starting test: javaDoubleArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:35:30.749Z] [2020-08-22T00:35:30.749Z] Finished test: javaDoubleArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:35:30.749Z] ---------------------------------------------- [2020-08-22T00:35:30.749Z] ---------------------------------------------- [2020-08-22T00:35:30.749Z] Starting test: pythonSet(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:35:31.005Z] [2020-08-22T00:35:31.005Z] Finished test: pythonSet(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:35:31.005Z] ---------------------------------------------- [2020-08-22T00:35:31.005Z] ---------------------------------------------- [2020-08-22T00:35:31.005Z] Starting test: javaStringArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:35:31.262Z] [2020-08-22T00:35:31.262Z] Finished test: javaStringArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:35:31.262Z] ---------------------------------------------- [2020-08-22T00:35:31.262Z] ---------------------------------------------- [2020-08-22T00:35:31.262Z] Starting test: javaShortArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:35:31.517Z] [2020-08-22T00:35:31.517Z] Finished test: javaShortArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:35:31.517Z] ---------------------------------------------- [2020-08-22T00:35:31.517Z] ---------------------------------------------- [2020-08-22T00:35:31.518Z] Starting test: javaBooleanArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:35:31.518Z] [2020-08-22T00:35:31.518Z] Finished test: javaBooleanArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:35:31.518Z] ---------------------------------------------- [2020-08-22T00:35:31.518Z] ---------------------------------------------- [2020-08-22T00:35:31.518Z] Starting test: javaObjectArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:35:31.773Z] [2020-08-22T00:35:31.773Z] Finished test: javaObjectArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:35:31.773Z] ---------------------------------------------- [2020-08-22T00:35:31.773Z] ---------------------------------------------- [2020-08-22T00:35:31.773Z] Starting test: javaIntegerArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:35:32.029Z] [2020-08-22T00:35:32.029Z] Finished test: javaIntegerArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:35:32.029Z] ---------------------------------------------- [2020-08-22T00:35:32.029Z] ---------------------------------------------- [2020-08-22T00:35:32.029Z] Starting test: javaInteger(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:35:32.285Z] [2020-08-22T00:35:32.285Z] Finished test: javaInteger(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:35:32.285Z] ---------------------------------------------- [2020-08-22T00:35:32.285Z] ---------------------------------------------- [2020-08-22T00:35:32.285Z] Starting test: javaString(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:35:32.540Z] [2020-08-22T00:35:32.540Z] Finished test: javaString(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:35:32.540Z] ---------------------------------------------- [2020-08-22T00:35:32.540Z] ---------------------------------------------- [2020-08-22T00:35:32.540Z] Starting test: javaByteArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:35:32.540Z] [2020-08-22T00:35:32.540Z] Finished test: javaByteArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:35:32.540Z] ---------------------------------------------- [2020-08-22T00:35:32.540Z] ---------------------------------------------- [2020-08-22T00:35:32.540Z] Starting test: createEclipseClass(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:35:32.796Z] [2020-08-22T00:35:32.796Z] Finished test: createEclipseClass(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:35:32.796Z] ---------------------------------------------- [2020-08-22T00:35:32.796Z] ---------------------------------------------- [2020-08-22T00:35:32.796Z] Starting test: pythonString(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:35:33.052Z] [2020-08-22T00:35:33.052Z] Finished test: pythonString(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:35:33.052Z] ---------------------------------------------- [2020-08-22T00:35:33.052Z] ---------------------------------------------- [2020-08-22T00:35:33.052Z] Starting test: varargs(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:35:33.307Z] [2020-08-22T00:35:33.307Z] Finished test: varargs(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:35:33.307Z] ---------------------------------------------- [2020-08-22T00:35:33.307Z] ---------------------------------------------- [2020-08-22T00:35:33.307Z] Starting test: createJavaType(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:35:33.563Z] [2020-08-22T00:35:33.563Z] Finished test: createJavaType(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:35:33.563Z] ---------------------------------------------- [2020-08-22T00:35:33.563Z] ---------------------------------------------- [2020-08-22T00:35:33.563Z] Starting test: javaFloatArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:35:33.563Z] [2020-08-22T00:35:33.563Z] Finished test: javaFloatArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:35:33.563Z] ---------------------------------------------- [2020-08-22T00:35:33.563Z] ---------------------------------------------- [2020-08-22T00:35:33.563Z] Starting test: implementJavaInterface(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:35:33.819Z] [2020-08-22T00:35:33.819Z] Finished test: implementJavaInterface(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:35:33.819Z] ---------------------------------------------- [2020-08-22T00:35:33.819Z] ---------------------------------------------- [2020-08-22T00:35:33.819Z] Starting test: pythonDict(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:35:34.075Z] [2020-08-22T00:35:34.075Z] Finished test: pythonDict(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:35:34.075Z] ---------------------------------------------- [2020-08-22T00:35:34.075Z] ---------------------------------------------- [2020-08-22T00:35:34.075Z] Starting test: pythonList(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:35:34.331Z] [2020-08-22T00:35:34.331Z] Finished test: pythonList(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:35:34.331Z] ---------------------------------------------- [2020-08-22T00:35:34.331Z] ---------------------------------------------- [2020-08-22T00:35:34.331Z] Starting test: testMultiple(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:35:34.331Z] [2020-08-22T00:35:34.331Z] Finished test: testMultiple(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:35:34.331Z] ---------------------------------------------- [2020-08-22T00:35:34.331Z] ---------------------------------------------- [2020-08-22T00:35:34.331Z] Starting test: javaLongArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:35:34.586Z] [2020-08-22T00:35:34.586Z] Finished test: javaLongArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:35:34.586Z] ---------------------------------------------- [2020-08-22T00:35:34.586Z] ---------------------------------------------- [2020-08-22T00:35:34.586Z] Starting test: createPythonObject(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:35:34.841Z] [2020-08-22T00:35:34.841Z] Finished test: createPythonObject(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:35:34.841Z] ---------------------------------------------- [2020-08-22T00:35:34.841Z] ---------------------------------------------- [2020-08-22T00:35:34.841Z] Starting test: pythonInteger(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:35:35.096Z] [2020-08-22T00:35:35.096Z] Finished test: pythonInteger(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-08-22T00:35:35.096Z] ---------------------------------------------- [2020-08-22T00:35:35.096Z] Tests run: 30, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 6.689 s - in org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest [2020-08-22T00:35:35.096Z] invalidSyntax(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.208 s [2020-08-22T00:35:35.096Z] getScriptEngine(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 1.204 s [2020-08-22T00:35:35.096Z] callExit(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) skipped [2020-08-22T00:35:35.096Z] multiLinesOfCode(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) skipped [2020-08-22T00:35:35.096Z] incompleteStatement(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.201 s [2020-08-22T00:35:35.096Z] multiLineStatement(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.202 s [2020-08-22T00:35:35.096Z] runtimeError(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.201 s [2020-08-22T00:35:35.096Z] javaIntArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.206 s [2020-08-22T00:35:35.096Z] javaDoubleArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.207 s [2020-08-22T00:35:35.096Z] pythonSet(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.203 s [2020-08-22T00:35:35.096Z] javaStringArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.203 s [2020-08-22T00:35:35.096Z] javaShortArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.201 s [2020-08-22T00:35:35.096Z] javaBooleanArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.203 s [2020-08-22T00:35:35.096Z] javaObjectArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.211 s [2020-08-22T00:35:35.096Z] javaIntegerArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.206 s [2020-08-22T00:35:35.096Z] javaInteger(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.201 s [2020-08-22T00:35:35.096Z] javaString(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.201 s [2020-08-22T00:35:35.096Z] javaByteArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.201 s [2020-08-22T00:35:35.096Z] createEclipseClass(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.202 s [2020-08-22T00:35:35.096Z] pythonString(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.201 s [2020-08-22T00:35:35.096Z] varargs(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.202 s [2020-08-22T00:35:35.096Z] createJavaType(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.2 s [2020-08-22T00:35:35.096Z] javaFloatArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.199 s [2020-08-22T00:35:35.096Z] implementJavaInterface(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.202 s [2020-08-22T00:35:35.096Z] pythonDict(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.199 s [2020-08-22T00:35:35.096Z] pythonList(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.2 s [2020-08-22T00:35:35.096Z] testMultiple(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.206 s [2020-08-22T00:35:35.096Z] javaLongArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.212 s [2020-08-22T00:35:35.096Z] createPythonObject(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.2 s [2020-08-22T00:35:35.096Z] pythonInteger(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.201 s [2020-08-22T00:35:35.096Z] Running org.eclipse.ease.lang.python.py4j.Py4jDebugTest [2020-08-22T00:35:35.353Z] Start of script [2020-08-22T00:35:35.353Z] include file start [2020-08-22T00:35:35.353Z] include file processed [2020-08-22T00:35:35.353Z] Result of testMethod = 5 [2020-08-22T00:35:35.353Z] End of script [2020-08-22T00:35:35.609Z] Start of script [2020-08-22T00:35:35.609Z] include file start [2020-08-22T00:35:35.609Z] include file processed [2020-08-22T00:35:35.609Z] Result of testMethod = 5 [2020-08-22T00:35:35.609Z] End of script [2020-08-22T00:35:35.864Z] Start of script [2020-08-22T00:35:35.864Z] include file start [2020-08-22T00:35:35.864Z] include file processed [2020-08-22T00:35:35.864Z] Result of testMethod = 5 [2020-08-22T00:35:35.864Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: Traceback (most recent call last): [2020-08-22T00:35:35.864Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:35:35.864Z] return_value = getattr(self.pool[obj_id], method)(*params) [2020-08-22T00:35:35.864Z] File "<...>", line 424, in run [2020-08-22T00:35:35.864Z] File "/usr/lib64/python2.7/bdb.py", line 400, in run [2020-08-22T00:35:35.864Z] exec cmd in globals, locals [2020-08-22T00:35:35.864Z] File "__ref_L/Debug Test/Main.py_yaqndadhxw", line 23, in [2020-08-22T00:35:35.864Z] File "__ref_L/Debug Test/Main.py_yaqndadhxw", line 23, in [2020-08-22T00:35:35.864Z] File "<...>", line 231, in trace_dispatch [2020-08-22T00:35:35.864Z] File "/usr/lib64/python2.7/bdb.py", line 49, in trace_dispatch [2020-08-22T00:35:35.864Z] return self.dispatch_line(frame) [2020-08-22T00:35:35.864Z] File "/usr/lib64/python2.7/bdb.py", line 67, in dispatch_line [2020-08-22T00:35:35.864Z] self.user_line(frame) [2020-08-22T00:35:35.864Z] File "<...>", line 241, in user_line [2020-08-22T00:35:35.864Z] File "<...>", line 296, in dispatch [2020-08-22T00:35:35.864Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:35:35.864Z] answer, self.gateway_client, self.target_id, self.name) [2020-08-22T00:35:35.864Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:35:35.864Z] format(target_id, ".", name), value) [2020-08-22T00:35:35.864Z] Py4JJavaError: An error occurred while calling o0.traceDispatch. [2020-08-22T00:35:35.864Z] : org.eclipse.ease.ExitException: [2020-08-22T00:35:35.864Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:329) [2020-08-22T00:35:35.865Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:255) [2020-08-22T00:35:35.865Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.suspend(Py4jDebugger.java:87) [2020-08-22T00:35:35.865Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:490) [2020-08-22T00:35:35.865Z] at org.eclipse.ease.lang.python.debugger.PythonDebugger.traceDispatch(PythonDebugger.java:178) [2020-08-22T00:35:35.865Z] at sun.reflect.GeneratedMethodAccessor13.invoke(Unknown Source) [2020-08-22T00:35:35.865Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2020-08-22T00:35:35.865Z] at java.lang.reflect.Method.invoke(Method.java:498) [2020-08-22T00:35:35.865Z] at py4j.reflection.MethodInvoker.invoke(MethodInvoker.java:244) [2020-08-22T00:35:35.865Z] at py4j.reflection.ReflectionEngine.invoke(ReflectionEngine.java:357) [2020-08-22T00:35:35.865Z] at py4j.Gateway.invoke(Gateway.java:282) [2020-08-22T00:35:35.865Z] at py4j.commands.AbstractCommand.invokeMethod(AbstractCommand.java:132) [2020-08-22T00:35:35.865Z] at py4j.commands.CallCommand.execute(CallCommand.java:79) [2020-08-22T00:35:35.865Z] at py4j.ClientServerConnection.sendCommand(ClientServerConnection.java:244) [2020-08-22T00:35:35.865Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:384) [2020-08-22T00:35:35.865Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:356) [2020-08-22T00:35:35.865Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:106) [2020-08-22T00:35:35.865Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-22T00:35:35.865Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-22T00:35:35.865Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-22T00:35:35.865Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-22T00:35:35.865Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-22T00:35:35.865Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-22T00:35:35.865Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-22T00:35:35.865Z] [2020-08-22T00:35:35.865Z] [2020-08-22T00:35:35.865Z] at py4j.Protocol.getReturnValue(Protocol.java:476) [2020-08-22T00:35:35.865Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:108) [2020-08-22T00:35:35.865Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-22T00:35:35.865Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-22T00:35:35.865Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-22T00:35:35.865Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-22T00:35:35.865Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-22T00:35:35.865Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-22T00:35:35.865Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-22T00:35:36.120Z] Start of script [2020-08-22T00:35:36.120Z] include file start [2020-08-22T00:35:36.120Z] include file processed [2020-08-22T00:35:36.120Z] Result of testMethod = 5 [2020-08-22T00:35:36.120Z] End of script [2020-08-22T00:35:36.681Z] Start of script [2020-08-22T00:35:36.681Z] include file start [2020-08-22T00:35:36.681Z] include file processed [2020-08-22T00:35:36.681Z] Result of testMethod = 5 [2020-08-22T00:35:36.681Z] End of script [2020-08-22T00:35:36.681Z] Start of script [2020-08-22T00:35:36.681Z] include file start [2020-08-22T00:35:36.681Z] include file processed [2020-08-22T00:35:36.937Z] Result of testMethod = 5 [2020-08-22T00:35:36.937Z] End of script [2020-08-22T00:35:37.194Z] Start of script [2020-08-22T00:35:37.194Z] include file start [2020-08-22T00:35:37.194Z] include file processed [2020-08-22T00:35:37.194Z] Result of testMethod = 5 [2020-08-22T00:35:37.194Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: Traceback (most recent call last): [2020-08-22T00:35:37.194Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:35:37.194Z] return_value = getattr(self.pool[obj_id], method)(*params) [2020-08-22T00:35:37.194Z] File "<...>", line 424, in run [2020-08-22T00:35:37.194Z] File "/usr/lib64/python2.7/bdb.py", line 400, in run [2020-08-22T00:35:37.194Z] exec cmd in globals, locals [2020-08-22T00:35:37.194Z] File "__ref_L/Debug Test/Main.py_gkbmarxjla", line 23, in [2020-08-22T00:35:37.194Z] File "__ref_L/Debug Test/Main.py_gkbmarxjla", line 23, in [2020-08-22T00:35:37.194Z] File "<...>", line 231, in trace_dispatch [2020-08-22T00:35:37.194Z] File "/usr/lib64/python2.7/bdb.py", line 49, in trace_dispatch [2020-08-22T00:35:37.194Z] return self.dispatch_line(frame) [2020-08-22T00:35:37.194Z] File "/usr/lib64/python2.7/bdb.py", line 67, in dispatch_line [2020-08-22T00:35:37.194Z] self.user_line(frame) [2020-08-22T00:35:37.194Z] File "<...>", line 241, in user_line [2020-08-22T00:35:37.194Z] File "<...>", line 296, in dispatch [2020-08-22T00:35:37.194Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:35:37.194Z] answer, self.gateway_client, self.target_id, self.name) [2020-08-22T00:35:37.194Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:35:37.194Z] format(target_id, ".", name), value) [2020-08-22T00:35:37.194Z] Py4JJavaError: An error occurred while calling o0.traceDispatch. [2020-08-22T00:35:37.194Z] : org.eclipse.ease.ExitException: [2020-08-22T00:35:37.194Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:329) [2020-08-22T00:35:37.194Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:255) [2020-08-22T00:35:37.194Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.suspend(Py4jDebugger.java:87) [2020-08-22T00:35:37.194Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:490) [2020-08-22T00:35:37.194Z] at org.eclipse.ease.lang.python.debugger.PythonDebugger.traceDispatch(PythonDebugger.java:178) [2020-08-22T00:35:37.194Z] at sun.reflect.GeneratedMethodAccessor13.invoke(Unknown Source) [2020-08-22T00:35:37.194Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2020-08-22T00:35:37.194Z] at java.lang.reflect.Method.invoke(Method.java:498) [2020-08-22T00:35:37.194Z] at py4j.reflection.MethodInvoker.invoke(MethodInvoker.java:244) [2020-08-22T00:35:37.194Z] at py4j.reflection.ReflectionEngine.invoke(ReflectionEngine.java:357) [2020-08-22T00:35:37.194Z] at py4j.Gateway.invoke(Gateway.java:282) [2020-08-22T00:35:37.194Z] at py4j.commands.AbstractCommand.invokeMethod(AbstractCommand.java:132) [2020-08-22T00:35:37.194Z] at py4j.commands.CallCommand.execute(CallCommand.java:79) [2020-08-22T00:35:37.194Z] at py4j.ClientServerConnection.sendCommand(ClientServerConnection.java:244) [2020-08-22T00:35:37.194Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:384) [2020-08-22T00:35:37.194Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:356) [2020-08-22T00:35:37.194Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:106) [2020-08-22T00:35:37.194Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-22T00:35:37.194Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-22T00:35:37.194Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-22T00:35:37.194Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-22T00:35:37.194Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-22T00:35:37.194Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-22T00:35:37.194Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-22T00:35:37.194Z] [2020-08-22T00:35:37.194Z] [2020-08-22T00:35:37.194Z] at py4j.Protocol.getReturnValue(Protocol.java:476) [2020-08-22T00:35:37.194Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:108) [2020-08-22T00:35:37.194Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-22T00:35:37.194Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-22T00:35:37.194Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-22T00:35:37.194Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-22T00:35:37.194Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-22T00:35:37.194Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-22T00:35:37.194Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-22T00:35:37.449Z] Start of script [2020-08-22T00:35:37.450Z] include file start [2020-08-22T00:35:37.450Z] include file processed [2020-08-22T00:35:37.450Z] Result of testMethod = 5 [2020-08-22T00:35:37.450Z] End of script [2020-08-22T00:35:37.705Z] Start of script [2020-08-22T00:35:37.705Z] include file start [2020-08-22T00:35:37.705Z] include file processed [2020-08-22T00:35:37.705Z] Result of testMethod = 5 [2020-08-22T00:35:37.705Z] End of script [2020-08-22T00:35:37.961Z] Start of script [2020-08-22T00:35:37.961Z] include file start [2020-08-22T00:35:37.961Z] include file processed [2020-08-22T00:35:38.217Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: Traceback (most recent call last): [2020-08-22T00:35:38.217Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:35:38.217Z] return_value = getattr(self.pool[obj_id], method)(*params) [2020-08-22T00:35:38.217Z] File "<...>", line 424, in run [2020-08-22T00:35:38.217Z] File "/usr/lib64/python2.7/bdb.py", line 400, in run [2020-08-22T00:35:38.217Z] exec cmd in globals, locals [2020-08-22T00:35:38.217Z] File "__ref_L/Debug Test/Main.py_fmtecjeoen", line 22, in [2020-08-22T00:35:38.217Z] File "__ref_L/Debug Test/Main.py_fmtecjeoen", line 22, in [2020-08-22T00:35:38.217Z] File "<...>", line 231, in trace_dispatch [2020-08-22T00:35:38.217Z] File "/usr/lib64/python2.7/bdb.py", line 49, in trace_dispatch [2020-08-22T00:35:38.217Z] return self.dispatch_line(frame) [2020-08-22T00:35:38.217Z] File "/usr/lib64/python2.7/bdb.py", line 67, in dispatch_line [2020-08-22T00:35:38.217Z] self.user_line(frame) [2020-08-22T00:35:38.217Z] File "<...>", line 241, in user_line [2020-08-22T00:35:38.217Z] File "<...>", line 296, in dispatch [2020-08-22T00:35:38.217Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:35:38.217Z] answer, self.gateway_client, self.target_id, self.name) [2020-08-22T00:35:38.217Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:35:38.217Z] format(target_id, ".", name), value) [2020-08-22T00:35:38.217Z] Py4JJavaError: An error occurred while calling o0.traceDispatch. [2020-08-22T00:35:38.217Z] : org.eclipse.ease.ExitException: [2020-08-22T00:35:38.217Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:329) [2020-08-22T00:35:38.217Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:255) [2020-08-22T00:35:38.217Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.suspend(Py4jDebugger.java:87) [2020-08-22T00:35:38.217Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:510) [2020-08-22T00:35:38.217Z] at org.eclipse.ease.lang.python.debugger.PythonDebugger.traceDispatch(PythonDebugger.java:178) [2020-08-22T00:35:38.217Z] at sun.reflect.GeneratedMethodAccessor13.invoke(Unknown Source) [2020-08-22T00:35:38.218Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2020-08-22T00:35:38.218Z] at java.lang.reflect.Method.invoke(Method.java:498) [2020-08-22T00:35:38.218Z] at py4j.reflection.MethodInvoker.invoke(MethodInvoker.java:244) [2020-08-22T00:35:38.218Z] at py4j.reflection.ReflectionEngine.invoke(ReflectionEngine.java:357) [2020-08-22T00:35:38.218Z] at py4j.Gateway.invoke(Gateway.java:282) [2020-08-22T00:35:38.218Z] at py4j.commands.AbstractCommand.invokeMethod(AbstractCommand.java:132) [2020-08-22T00:35:38.218Z] at py4j.commands.CallCommand.execute(CallCommand.java:79) [2020-08-22T00:35:38.218Z] at py4j.ClientServerConnection.sendCommand(ClientServerConnection.java:244) [2020-08-22T00:35:38.218Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:384) [2020-08-22T00:35:38.218Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:356) [2020-08-22T00:35:38.218Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:106) [2020-08-22T00:35:38.218Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-22T00:35:38.218Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-22T00:35:38.218Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-22T00:35:38.218Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-22T00:35:38.218Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-22T00:35:38.218Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-22T00:35:38.218Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-22T00:35:38.218Z] [2020-08-22T00:35:38.218Z] [2020-08-22T00:35:38.218Z] at py4j.Protocol.getReturnValue(Protocol.java:476) [2020-08-22T00:35:38.218Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:108) [2020-08-22T00:35:38.218Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-22T00:35:38.218Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-22T00:35:38.218Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-22T00:35:38.218Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-22T00:35:38.218Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-22T00:35:38.218Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-22T00:35:38.218Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-22T00:35:38.473Z] Start of script [2020-08-22T00:35:38.473Z] include file start [2020-08-22T00:35:38.473Z] include file processed [2020-08-22T00:35:38.473Z] Result of testMethod = 5 [2020-08-22T00:35:38.473Z] End of script [2020-08-22T00:35:38.729Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: Traceback (most recent call last): [2020-08-22T00:35:38.729Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:35:38.729Z] return_value = getattr(self.pool[obj_id], method)(*params) [2020-08-22T00:35:38.729Z] File "<...>", line 424, in run [2020-08-22T00:35:38.729Z] File "/usr/lib64/python2.7/bdb.py", line 400, in run [2020-08-22T00:35:38.729Z] exec cmd in globals, locals [2020-08-22T00:35:38.729Z] File "__ref_L/Debug Test/Main.py_lxzprqotkh", line 1, in [2020-08-22T00:35:38.729Z] File "__ref_L/Debug Test/Main.py_lxzprqotkh", line 1, in [2020-08-22T00:35:38.729Z] File "<...>", line 231, in trace_dispatch [2020-08-22T00:35:38.729Z] File "/usr/lib64/python2.7/bdb.py", line 49, in trace_dispatch [2020-08-22T00:35:38.729Z] return self.dispatch_line(frame) [2020-08-22T00:35:38.729Z] File "/usr/lib64/python2.7/bdb.py", line 67, in dispatch_line [2020-08-22T00:35:38.729Z] self.user_line(frame) [2020-08-22T00:35:38.729Z] File "<...>", line 241, in user_line [2020-08-22T00:35:38.729Z] File "<...>", line 296, in dispatch [2020-08-22T00:35:38.729Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:35:38.729Z] answer, self.gateway_client, self.target_id, self.name) [2020-08-22T00:35:38.729Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:35:38.729Z] format(target_id, ".", name), value) [2020-08-22T00:35:38.729Z] Py4JJavaError: An error occurred while calling o0.traceDispatch. [2020-08-22T00:35:38.729Z] : org.eclipse.ease.ExitException: [2020-08-22T00:35:38.729Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:329) [2020-08-22T00:35:38.729Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:255) [2020-08-22T00:35:38.729Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.suspend(Py4jDebugger.java:87) [2020-08-22T00:35:38.729Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:490) [2020-08-22T00:35:38.729Z] at org.eclipse.ease.lang.python.debugger.PythonDebugger.traceDispatch(PythonDebugger.java:178) [2020-08-22T00:35:38.729Z] at sun.reflect.GeneratedMethodAccessor13.invoke(Unknown Source) [2020-08-22T00:35:38.729Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2020-08-22T00:35:38.729Z] at java.lang.reflect.Method.invoke(Method.java:498) [2020-08-22T00:35:38.729Z] at py4j.reflection.MethodInvoker.invoke(MethodInvoker.java:244) [2020-08-22T00:35:38.729Z] at py4j.reflection.ReflectionEngine.invoke(ReflectionEngine.java:357) [2020-08-22T00:35:38.729Z] at py4j.Gateway.invoke(Gateway.java:282) [2020-08-22T00:35:38.729Z] at py4j.commands.AbstractCommand.invokeMethod(AbstractCommand.java:132) [2020-08-22T00:35:38.729Z] at py4j.commands.CallCommand.execute(CallCommand.java:79) [2020-08-22T00:35:38.729Z] at py4j.ClientServerConnection.sendCommand(ClientServerConnection.java:244) [2020-08-22T00:35:38.729Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:384) [2020-08-22T00:35:38.730Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:356) [2020-08-22T00:35:38.730Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:106) [2020-08-22T00:35:38.730Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-22T00:35:38.730Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-22T00:35:38.730Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-22T00:35:38.730Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-22T00:35:38.730Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-22T00:35:38.730Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-22T00:35:38.730Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-22T00:35:38.730Z] [2020-08-22T00:35:38.730Z] [2020-08-22T00:35:38.730Z] at py4j.Protocol.getReturnValue(Protocol.java:476) [2020-08-22T00:35:38.730Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:108) [2020-08-22T00:35:38.730Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-22T00:35:38.730Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-22T00:35:38.730Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-22T00:35:38.730Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-22T00:35:38.730Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-22T00:35:38.730Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-22T00:35:38.730Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-22T00:35:38.985Z] Start of script [2020-08-22T00:35:38.985Z] include file start [2020-08-22T00:35:38.985Z] include file processed [2020-08-22T00:35:38.985Z] Result of testMethod = 5 [2020-08-22T00:35:38.985Z] End of script [2020-08-22T00:35:39.240Z] Start of script [2020-08-22T00:35:39.240Z] include file start [2020-08-22T00:35:39.240Z] include file processed [2020-08-22T00:35:39.240Z] Result of testMethod = 5 [2020-08-22T00:35:39.240Z] End of script [2020-08-22T00:35:39.496Z] Start of script [2020-08-22T00:35:39.496Z] include file start [2020-08-22T00:35:39.496Z] include file processed [2020-08-22T00:35:39.496Z] Result of testMethod = 5 [2020-08-22T00:35:39.496Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: Traceback (most recent call last): [2020-08-22T00:35:39.496Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:35:39.496Z] return_value = getattr(self.pool[obj_id], method)(*params) [2020-08-22T00:35:39.496Z] File "<...>", line 424, in run [2020-08-22T00:35:39.496Z] File "/usr/lib64/python2.7/bdb.py", line 400, in run [2020-08-22T00:35:39.496Z] exec cmd in globals, locals [2020-08-22T00:35:39.496Z] File "__ref_L/Debug Test/Main.py_qfaczyxkwk", line 23, in [2020-08-22T00:35:39.496Z] File "__ref_L/Debug Test/Main.py_qfaczyxkwk", line 23, in [2020-08-22T00:35:39.496Z] File "<...>", line 231, in trace_dispatch [2020-08-22T00:35:39.496Z] File "/usr/lib64/python2.7/bdb.py", line 49, in trace_dispatch [2020-08-22T00:35:39.496Z] return self.dispatch_line(frame) [2020-08-22T00:35:39.496Z] File "/usr/lib64/python2.7/bdb.py", line 67, in dispatch_line [2020-08-22T00:35:39.496Z] self.user_line(frame) [2020-08-22T00:35:39.496Z] File "<...>", line 241, in user_line [2020-08-22T00:35:39.496Z] File "<...>", line 296, in dispatch [2020-08-22T00:35:39.496Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:35:39.496Z] answer, self.gateway_client, self.target_id, self.name) [2020-08-22T00:35:39.496Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:35:39.496Z] format(target_id, ".", name), value) [2020-08-22T00:35:39.496Z] Py4JJavaError: An error occurred while calling o0.traceDispatch. [2020-08-22T00:35:39.496Z] : org.eclipse.ease.ExitException: [2020-08-22T00:35:39.496Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:329) [2020-08-22T00:35:39.496Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:255) [2020-08-22T00:35:39.496Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.suspend(Py4jDebugger.java:87) [2020-08-22T00:35:39.496Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:490) [2020-08-22T00:35:39.496Z] at org.eclipse.ease.lang.python.debugger.PythonDebugger.traceDispatch(PythonDebugger.java:178) [2020-08-22T00:35:39.496Z] at sun.reflect.GeneratedMethodAccessor13.invoke(Unknown Source) [2020-08-22T00:35:39.496Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2020-08-22T00:35:39.496Z] at java.lang.reflect.Method.invoke(Method.java:498) [2020-08-22T00:35:39.496Z] at py4j.reflection.MethodInvoker.invoke(MethodInvoker.java:244) [2020-08-22T00:35:39.496Z] at py4j.reflection.ReflectionEngine.invoke(ReflectionEngine.java:357) [2020-08-22T00:35:39.496Z] at py4j.Gateway.invoke(Gateway.java:282) [2020-08-22T00:35:39.496Z] at py4j.commands.AbstractCommand.invokeMethod(AbstractCommand.java:132) [2020-08-22T00:35:39.496Z] at py4j.commands.CallCommand.execute(CallCommand.java:79) [2020-08-22T00:35:39.496Z] at py4j.ClientServerConnection.sendCommand(ClientServerConnection.java:244) [2020-08-22T00:35:39.496Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:384) [2020-08-22T00:35:39.496Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:356) [2020-08-22T00:35:39.496Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:106) [2020-08-22T00:35:39.496Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-22T00:35:39.496Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-22T00:35:39.496Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-22T00:35:39.496Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-22T00:35:39.496Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-22T00:35:39.496Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-22T00:35:39.496Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-22T00:35:39.496Z] [2020-08-22T00:35:39.496Z] [2020-08-22T00:35:39.496Z] at py4j.Protocol.getReturnValue(Protocol.java:476) [2020-08-22T00:35:39.496Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:108) [2020-08-22T00:35:39.496Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-22T00:35:39.496Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-22T00:35:39.496Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-22T00:35:39.496Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-22T00:35:39.496Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-22T00:35:39.496Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-22T00:35:39.496Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-22T00:35:39.751Z] Start of script [2020-08-22T00:35:39.751Z] include file start [2020-08-22T00:35:39.751Z] include file processed [2020-08-22T00:35:40.007Z] Result of testMethod = 5 [2020-08-22T00:35:40.007Z] End of script [2020-08-22T00:35:40.007Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: Traceback (most recent call last): [2020-08-22T00:35:40.007Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:35:40.007Z] return_value = getattr(self.pool[obj_id], method)(*params) [2020-08-22T00:35:40.007Z] File "<...>", line 424, in run [2020-08-22T00:35:40.007Z] File "/usr/lib64/python2.7/bdb.py", line 400, in run [2020-08-22T00:35:40.007Z] exec cmd in globals, locals [2020-08-22T00:35:40.008Z] File "__ref_L/Debug Test/Main.py_puymygixhw", line 1, in [2020-08-22T00:35:40.008Z] File "__ref_L/Debug Test/Main.py_puymygixhw", line 1, in [2020-08-22T00:35:40.008Z] File "<...>", line 231, in trace_dispatch [2020-08-22T00:35:40.008Z] File "/usr/lib64/python2.7/bdb.py", line 49, in trace_dispatch [2020-08-22T00:35:40.008Z] return self.dispatch_line(frame) [2020-08-22T00:35:40.008Z] File "/usr/lib64/python2.7/bdb.py", line 67, in dispatch_line [2020-08-22T00:35:40.008Z] self.user_line(frame) [2020-08-22T00:35:40.008Z] File "<...>", line 241, in user_line [2020-08-22T00:35:40.008Z] File "<...>", line 296, in dispatch [2020-08-22T00:35:40.008Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:35:40.008Z] answer, self.gateway_client, self.target_id, self.name) [2020-08-22T00:35:40.008Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:35:40.008Z] format(target_id, ".", name), value) [2020-08-22T00:35:40.008Z] Py4JJavaError: An error occurred while calling o0.traceDispatch. [2020-08-22T00:35:40.008Z] : org.eclipse.ease.ExitException: [2020-08-22T00:35:40.008Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:329) [2020-08-22T00:35:40.008Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:255) [2020-08-22T00:35:40.008Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.suspend(Py4jDebugger.java:87) [2020-08-22T00:35:40.008Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:490) [2020-08-22T00:35:40.008Z] at org.eclipse.ease.lang.python.debugger.PythonDebugger.traceDispatch(PythonDebugger.java:178) [2020-08-22T00:35:40.008Z] at sun.reflect.GeneratedMethodAccessor13.invoke(Unknown Source) [2020-08-22T00:35:40.008Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2020-08-22T00:35:40.008Z] at java.lang.reflect.Method.invoke(Method.java:498) [2020-08-22T00:35:40.008Z] at py4j.reflection.MethodInvoker.invoke(MethodInvoker.java:244) [2020-08-22T00:35:40.008Z] at py4j.reflection.ReflectionEngine.invoke(ReflectionEngine.java:357) [2020-08-22T00:35:40.008Z] at py4j.Gateway.invoke(Gateway.java:282) [2020-08-22T00:35:40.008Z] at py4j.commands.AbstractCommand.invokeMethod(AbstractCommand.java:132) [2020-08-22T00:35:40.008Z] at py4j.commands.CallCommand.execute(CallCommand.java:79) [2020-08-22T00:35:40.008Z] at py4j.ClientServerConnection.sendCommand(ClientServerConnection.java:244) [2020-08-22T00:35:40.008Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:384) [2020-08-22T00:35:40.008Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:356) [2020-08-22T00:35:40.008Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:106) [2020-08-22T00:35:40.008Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-22T00:35:40.008Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-22T00:35:40.008Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-22T00:35:40.008Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-22T00:35:40.008Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-22T00:35:40.008Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-22T00:35:40.008Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-22T00:35:40.008Z] [2020-08-22T00:35:40.008Z] [2020-08-22T00:35:40.008Z] at py4j.Protocol.getReturnValue(Protocol.java:476) [2020-08-22T00:35:40.008Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:108) [2020-08-22T00:35:40.008Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-22T00:35:40.008Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-22T00:35:40.008Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-22T00:35:40.008Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-22T00:35:40.008Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-22T00:35:40.008Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-22T00:35:40.008Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-22T00:35:40.264Z] Start of script [2020-08-22T00:35:40.264Z] include file start [2020-08-22T00:35:40.264Z] include file processed [2020-08-22T00:35:40.264Z] Result of testMethod = 5 [2020-08-22T00:35:40.264Z] End of script [2020-08-22T00:35:40.520Z] Start of script [2020-08-22T00:35:40.520Z] include file start [2020-08-22T00:35:40.520Z] include file processed [2020-08-22T00:35:40.520Z] Result of testMethod = 5 [2020-08-22T00:35:40.520Z] End of script [2020-08-22T00:35:40.775Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: Traceback (most recent call last): [2020-08-22T00:35:40.775Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:35:40.775Z] return_value = getattr(self.pool[obj_id], method)(*params) [2020-08-22T00:35:40.775Z] File "<...>", line 424, in run [2020-08-22T00:35:40.775Z] File "/usr/lib64/python2.7/bdb.py", line 400, in run [2020-08-22T00:35:40.775Z] exec cmd in globals, locals [2020-08-22T00:35:40.776Z] File "__ref_L/Debug Test/Main.py_osaqcpxvtv", line 1, in [2020-08-22T00:35:40.776Z] File "__ref_L/Debug Test/Main.py_osaqcpxvtv", line 1, in [2020-08-22T00:35:40.776Z] File "<...>", line 231, in trace_dispatch [2020-08-22T00:35:40.776Z] File "/usr/lib64/python2.7/bdb.py", line 49, in trace_dispatch [2020-08-22T00:35:40.776Z] return self.dispatch_line(frame) [2020-08-22T00:35:40.776Z] File "/usr/lib64/python2.7/bdb.py", line 67, in dispatch_line [2020-08-22T00:35:40.776Z] self.user_line(frame) [2020-08-22T00:35:40.776Z] File "<...>", line 241, in user_line [2020-08-22T00:35:40.776Z] File "<...>", line 296, in dispatch [2020-08-22T00:35:40.776Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:35:40.776Z] answer, self.gateway_client, self.target_id, self.name) [2020-08-22T00:35:40.776Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:35:40.776Z] format(target_id, ".", name), value) [2020-08-22T00:35:40.776Z] Py4JJavaError: An error occurred while calling o0.traceDispatch. [2020-08-22T00:35:40.776Z] : org.eclipse.ease.ExitException: [2020-08-22T00:35:40.776Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:329) [2020-08-22T00:35:40.776Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:255) [2020-08-22T00:35:40.776Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.suspend(Py4jDebugger.java:87) [2020-08-22T00:35:40.776Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:490) [2020-08-22T00:35:40.776Z] at org.eclipse.ease.lang.python.debugger.PythonDebugger.traceDispatch(PythonDebugger.java:178) [2020-08-22T00:35:40.776Z] at sun.reflect.GeneratedMethodAccessor13.invoke(Unknown Source) [2020-08-22T00:35:40.776Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2020-08-22T00:35:40.776Z] at java.lang.reflect.Method.invoke(Method.java:498) [2020-08-22T00:35:40.776Z] at py4j.reflection.MethodInvoker.invoke(MethodInvoker.java:244) [2020-08-22T00:35:40.776Z] at py4j.reflection.ReflectionEngine.invoke(ReflectionEngine.java:357) [2020-08-22T00:35:40.776Z] at py4j.Gateway.invoke(Gateway.java:282) [2020-08-22T00:35:40.776Z] at py4j.commands.AbstractCommand.invokeMethod(AbstractCommand.java:132) [2020-08-22T00:35:40.776Z] at py4j.commands.CallCommand.execute(CallCommand.java:79) [2020-08-22T00:35:40.776Z] at py4j.ClientServerConnection.sendCommand(ClientServerConnection.java:244) [2020-08-22T00:35:40.776Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:384) [2020-08-22T00:35:40.776Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:356) [2020-08-22T00:35:40.776Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:106) [2020-08-22T00:35:40.776Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-22T00:35:40.776Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-22T00:35:40.776Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-22T00:35:40.776Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-22T00:35:40.776Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-22T00:35:40.776Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-22T00:35:40.776Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-22T00:35:40.776Z] [2020-08-22T00:35:40.776Z] [2020-08-22T00:35:40.776Z] at py4j.Protocol.getReturnValue(Protocol.java:476) [2020-08-22T00:35:40.776Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:108) [2020-08-22T00:35:40.776Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-22T00:35:40.776Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-22T00:35:40.776Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-22T00:35:40.776Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-22T00:35:40.776Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-22T00:35:40.776Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-22T00:35:40.776Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-22T00:35:41.032Z] Start of script [2020-08-22T00:35:41.032Z] include file start [2020-08-22T00:35:41.032Z] include file processed [2020-08-22T00:35:41.032Z] Result of testMethod = 5 [2020-08-22T00:35:41.032Z] End of script [2020-08-22T00:35:41.287Z] Start of script [2020-08-22T00:35:41.287Z] include file start [2020-08-22T00:35:41.287Z] include file processed [2020-08-22T00:35:41.287Z] Result of testMethod = 5 [2020-08-22T00:35:41.287Z] End of script [2020-08-22T00:35:41.543Z] Start of script [2020-08-22T00:35:41.543Z] include file start [2020-08-22T00:35:41.543Z] include file processed [2020-08-22T00:35:41.543Z] Result of testMethod = 5 [2020-08-22T00:35:41.543Z] End of script [2020-08-22T00:35:41.799Z] Start of script [2020-08-22T00:35:41.799Z] include file start [2020-08-22T00:35:41.799Z] include file processed [2020-08-22T00:35:41.799Z] Result of testMethod = 5 [2020-08-22T00:35:41.799Z] End of script [2020-08-22T00:35:41.799Z] Start of script [2020-08-22T00:35:42.053Z] include file start [2020-08-22T00:35:42.053Z] include file processed [2020-08-22T00:35:42.053Z] Result of testMethod = 5 [2020-08-22T00:35:42.053Z] End of script [2020-08-22T00:35:42.309Z] Start of script [2020-08-22T00:35:42.309Z] include file start [2020-08-22T00:35:42.309Z] include file processed [2020-08-22T00:35:42.309Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: Traceback (most recent call last): [2020-08-22T00:35:42.309Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:35:42.309Z] return_value = getattr(self.pool[obj_id], method)(*params) [2020-08-22T00:35:42.309Z] File "<...>", line 424, in run [2020-08-22T00:35:42.309Z] File "/usr/lib64/python2.7/bdb.py", line 400, in run [2020-08-22T00:35:42.309Z] exec cmd in globals, locals [2020-08-22T00:35:42.309Z] File "__ref_L/Debug Test/Main.py_tntttfqsjx", line 21, in [2020-08-22T00:35:42.309Z] File "__ref_L/Debug Test/Main.py_tntttfqsjx", line 18, in testMethod [2020-08-22T00:35:42.309Z] File "__ref_L/Debug Test/Main.py_tntttfqsjx", line 18, in testMethod [2020-08-22T00:35:42.309Z] File "<...>", line 231, in trace_dispatch [2020-08-22T00:35:42.309Z] File "/usr/lib64/python2.7/bdb.py", line 49, in trace_dispatch [2020-08-22T00:35:42.309Z] return self.dispatch_line(frame) [2020-08-22T00:35:42.309Z] File "/usr/lib64/python2.7/bdb.py", line 67, in dispatch_line [2020-08-22T00:35:42.309Z] self.user_line(frame) [2020-08-22T00:35:42.309Z] File "<...>", line 241, in user_line [2020-08-22T00:35:42.309Z] File "<...>", line 296, in dispatch [2020-08-22T00:35:42.309Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:35:42.309Z] answer, self.gateway_client, self.target_id, self.name) [2020-08-22T00:35:42.309Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:35:42.309Z] format(target_id, ".", name), value) [2020-08-22T00:35:42.309Z] Py4JJavaError: An error occurred while calling o0.traceDispatch. [2020-08-22T00:35:42.309Z] : org.eclipse.ease.ExitException: [2020-08-22T00:35:42.309Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:329) [2020-08-22T00:35:42.309Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:255) [2020-08-22T00:35:42.309Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.suspend(Py4jDebugger.java:87) [2020-08-22T00:35:42.309Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:490) [2020-08-22T00:35:42.309Z] at org.eclipse.ease.lang.python.debugger.PythonDebugger.traceDispatch(PythonDebugger.java:178) [2020-08-22T00:35:42.309Z] at sun.reflect.GeneratedMethodAccessor13.invoke(Unknown Source) [2020-08-22T00:35:42.309Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2020-08-22T00:35:42.309Z] at java.lang.reflect.Method.invoke(Method.java:498) [2020-08-22T00:35:42.309Z] at py4j.reflection.MethodInvoker.invoke(MethodInvoker.java:244) [2020-08-22T00:35:42.310Z] at py4j.reflection.ReflectionEngine.invoke(ReflectionEngine.java:357) [2020-08-22T00:35:42.310Z] at py4j.Gateway.invoke(Gateway.java:282) [2020-08-22T00:35:42.310Z] at py4j.commands.AbstractCommand.invokeMethod(AbstractCommand.java:132) [2020-08-22T00:35:42.310Z] at py4j.commands.CallCommand.execute(CallCommand.java:79) [2020-08-22T00:35:42.310Z] at py4j.ClientServerConnection.sendCommand(ClientServerConnection.java:244) [2020-08-22T00:35:42.310Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:384) [2020-08-22T00:35:42.310Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:356) [2020-08-22T00:35:42.310Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:106) [2020-08-22T00:35:42.310Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-22T00:35:42.310Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-22T00:35:42.310Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-22T00:35:42.310Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-22T00:35:42.310Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-22T00:35:42.310Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-22T00:35:42.310Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-22T00:35:42.310Z] [2020-08-22T00:35:42.310Z] [2020-08-22T00:35:42.310Z] at py4j.Protocol.getReturnValue(Protocol.java:476) [2020-08-22T00:35:42.310Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:108) [2020-08-22T00:35:42.310Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-22T00:35:42.310Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-22T00:35:42.310Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-22T00:35:42.310Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-22T00:35:42.310Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-22T00:35:42.310Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-22T00:35:42.310Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-22T00:35:42.565Z] Start of script [2020-08-22T00:35:42.565Z] include file start [2020-08-22T00:35:42.565Z] include file processed [2020-08-22T00:35:42.565Z] Result of testMethod = 5 [2020-08-22T00:35:42.565Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: Traceback (most recent call last): [2020-08-22T00:35:42.565Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:35:42.565Z] return_value = getattr(self.pool[obj_id], method)(*params) [2020-08-22T00:35:42.565Z] File "<...>", line 424, in run [2020-08-22T00:35:42.565Z] File "/usr/lib64/python2.7/bdb.py", line 400, in run [2020-08-22T00:35:42.565Z] exec cmd in globals, locals [2020-08-22T00:35:42.565Z] File "__ref_L/Debug Test/Main.py_dovucbagux", line 23, in [2020-08-22T00:35:42.565Z] File "__ref_L/Debug Test/Main.py_dovucbagux", line 23, in [2020-08-22T00:35:42.565Z] File "<...>", line 231, in trace_dispatch [2020-08-22T00:35:42.565Z] File "/usr/lib64/python2.7/bdb.py", line 49, in trace_dispatch [2020-08-22T00:35:42.565Z] return self.dispatch_line(frame) [2020-08-22T00:35:42.565Z] File "/usr/lib64/python2.7/bdb.py", line 67, in dispatch_line [2020-08-22T00:35:42.565Z] self.user_line(frame) [2020-08-22T00:35:42.565Z] File "<...>", line 241, in user_line [2020-08-22T00:35:42.565Z] File "<...>", line 296, in dispatch [2020-08-22T00:35:42.565Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:35:42.565Z] answer, self.gateway_client, self.target_id, self.name) [2020-08-22T00:35:42.565Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:35:42.565Z] format(target_id, ".", name), value) [2020-08-22T00:35:42.565Z] Py4JJavaError: An error occurred while calling o0.traceDispatch. [2020-08-22T00:35:42.565Z] : org.eclipse.ease.ExitException: [2020-08-22T00:35:42.565Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:329) [2020-08-22T00:35:42.565Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:255) [2020-08-22T00:35:42.565Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.suspend(Py4jDebugger.java:87) [2020-08-22T00:35:42.565Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:490) [2020-08-22T00:35:42.565Z] at org.eclipse.ease.lang.python.debugger.PythonDebugger.traceDispatch(PythonDebugger.java:178) [2020-08-22T00:35:42.565Z] at sun.reflect.GeneratedMethodAccessor13.invoke(Unknown Source) [2020-08-22T00:35:42.565Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2020-08-22T00:35:42.565Z] at java.lang.reflect.Method.invoke(Method.java:498) [2020-08-22T00:35:42.565Z] at py4j.reflection.MethodInvoker.invoke(MethodInvoker.java:244) [2020-08-22T00:35:42.565Z] at py4j.reflection.ReflectionEngine.invoke(ReflectionEngine.java:357) [2020-08-22T00:35:42.565Z] at py4j.Gateway.invoke(Gateway.java:282) [2020-08-22T00:35:42.565Z] at py4j.commands.AbstractCommand.invokeMethod(AbstractCommand.java:132) [2020-08-22T00:35:42.565Z] at py4j.commands.CallCommand.execute(CallCommand.java:79) [2020-08-22T00:35:42.565Z] at py4j.ClientServerConnection.sendCommand(ClientServerConnection.java:244) [2020-08-22T00:35:42.565Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:384) [2020-08-22T00:35:42.565Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:356) [2020-08-22T00:35:42.565Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:106) [2020-08-22T00:35:42.566Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-22T00:35:42.566Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-22T00:35:42.566Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-22T00:35:42.566Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-22T00:35:42.566Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-22T00:35:42.566Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-22T00:35:42.566Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-22T00:35:42.566Z] [2020-08-22T00:35:42.566Z] [2020-08-22T00:35:42.566Z] at py4j.Protocol.getReturnValue(Protocol.java:476) [2020-08-22T00:35:42.566Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:108) [2020-08-22T00:35:42.566Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-22T00:35:42.566Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-22T00:35:42.566Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-22T00:35:42.566Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-22T00:35:42.566Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-22T00:35:42.566Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-22T00:35:42.566Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-22T00:35:42.821Z] Start of script [2020-08-22T00:35:42.821Z] include file start [2020-08-22T00:35:42.821Z] include file processed [2020-08-22T00:35:42.821Z] Result of testMethod = 5 [2020-08-22T00:35:42.821Z] End of script [2020-08-22T00:35:43.076Z] Start of script [2020-08-22T00:35:43.076Z] include file start [2020-08-22T00:35:43.076Z] include file processed [2020-08-22T00:35:43.076Z] Result of testMethod = 5 [2020-08-22T00:35:43.076Z] End of script [2020-08-22T00:35:43.331Z] Start of script [2020-08-22T00:35:43.331Z] include file start [2020-08-22T00:35:43.331Z] include file processed [2020-08-22T00:35:43.331Z] Result of testMethod = 5 [2020-08-22T00:35:43.331Z] End of script [2020-08-22T00:35:43.586Z] Start of script [2020-08-22T00:35:43.586Z] include file start [2020-08-22T00:35:43.586Z] include file processed [2020-08-22T00:35:43.586Z] Result of testMethod = 5 [2020-08-22T00:35:43.586Z] End of script [2020-08-22T00:35:43.842Z] Start of script [2020-08-22T00:35:43.842Z] include file start [2020-08-22T00:35:43.842Z] include file processed [2020-08-22T00:35:43.842Z] Result of testMethod = 5 [2020-08-22T00:35:43.842Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: Traceback (most recent call last): [2020-08-22T00:35:43.842Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:35:43.842Z] return_value = getattr(self.pool[obj_id], method)(*params) [2020-08-22T00:35:43.842Z] File "<...>", line 424, in run [2020-08-22T00:35:43.842Z] File "/usr/lib64/python2.7/bdb.py", line 400, in run [2020-08-22T00:35:43.842Z] exec cmd in globals, locals [2020-08-22T00:35:43.842Z] File "__ref_L/Debug Test/Main.py_tscwdgoqit", line 23, in [2020-08-22T00:35:43.842Z] File "__ref_L/Debug Test/Main.py_tscwdgoqit", line 23, in [2020-08-22T00:35:43.842Z] File "<...>", line 231, in trace_dispatch [2020-08-22T00:35:43.842Z] File "/usr/lib64/python2.7/bdb.py", line 49, in trace_dispatch [2020-08-22T00:35:43.842Z] return self.dispatch_line(frame) [2020-08-22T00:35:43.842Z] File "/usr/lib64/python2.7/bdb.py", line 67, in dispatch_line [2020-08-22T00:35:43.842Z] self.user_line(frame) [2020-08-22T00:35:43.842Z] File "<...>", line 241, in user_line [2020-08-22T00:35:43.842Z] File "<...>", line 296, in dispatch [2020-08-22T00:35:43.842Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:35:43.842Z] answer, self.gateway_client, self.target_id, self.name) [2020-08-22T00:35:43.842Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:35:43.842Z] format(target_id, ".", name), value) [2020-08-22T00:35:43.842Z] Py4JJavaError: An error occurred while calling o0.traceDispatch. [2020-08-22T00:35:43.842Z] : org.eclipse.ease.ExitException: [2020-08-22T00:35:43.842Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:329) [2020-08-22T00:35:43.842Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:255) [2020-08-22T00:35:43.842Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.suspend(Py4jDebugger.java:87) [2020-08-22T00:35:43.842Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:490) [2020-08-22T00:35:43.842Z] at org.eclipse.ease.lang.python.debugger.PythonDebugger.traceDispatch(PythonDebugger.java:178) [2020-08-22T00:35:43.842Z] at sun.reflect.GeneratedMethodAccessor13.invoke(Unknown Source) [2020-08-22T00:35:43.842Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2020-08-22T00:35:43.842Z] at java.lang.reflect.Method.invoke(Method.java:498) [2020-08-22T00:35:43.842Z] at py4j.reflection.MethodInvoker.invoke(MethodInvoker.java:244) [2020-08-22T00:35:43.843Z] at py4j.reflection.ReflectionEngine.invoke(ReflectionEngine.java:357) [2020-08-22T00:35:43.843Z] at py4j.Gateway.invoke(Gateway.java:282) [2020-08-22T00:35:43.843Z] at py4j.commands.AbstractCommand.invokeMethod(AbstractCommand.java:132) [2020-08-22T00:35:43.843Z] at py4j.commands.CallCommand.execute(CallCommand.java:79) [2020-08-22T00:35:43.843Z] at py4j.ClientServerConnection.sendCommand(ClientServerConnection.java:244) [2020-08-22T00:35:43.843Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:384) [2020-08-22T00:35:43.843Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:356) [2020-08-22T00:35:43.843Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:106) [2020-08-22T00:35:43.843Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-22T00:35:43.843Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-22T00:35:43.843Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-22T00:35:43.843Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-22T00:35:43.843Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-22T00:35:43.843Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-22T00:35:43.843Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-22T00:35:43.843Z] [2020-08-22T00:35:43.843Z] [2020-08-22T00:35:43.843Z] at py4j.Protocol.getReturnValue(Protocol.java:476) [2020-08-22T00:35:43.843Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:108) [2020-08-22T00:35:43.843Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-22T00:35:43.843Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-22T00:35:43.843Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-22T00:35:43.843Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-22T00:35:43.843Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-22T00:35:43.843Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-22T00:35:43.843Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-22T00:35:44.103Z] Start of script [2020-08-22T00:35:44.103Z] include file start [2020-08-22T00:35:44.103Z] include file processed [2020-08-22T00:35:44.103Z] Result of testMethod = 5 [2020-08-22T00:35:44.103Z] End of script [2020-08-22T00:35:44.367Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: Traceback (most recent call last): [2020-08-22T00:35:44.367Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:35:44.367Z] return_value = getattr(self.pool[obj_id], method)(*params) [2020-08-22T00:35:44.367Z] File "<...>", line 424, in run [2020-08-22T00:35:44.367Z] File "/usr/lib64/python2.7/bdb.py", line 400, in run [2020-08-22T00:35:44.367Z] exec cmd in globals, locals [2020-08-22T00:35:44.367Z] File "__ref_L/Debug Test/Main.py_mpjodifjsu", line 1, in [2020-08-22T00:35:44.367Z] File "__ref_L/Debug Test/Main.py_mpjodifjsu", line 1, in [2020-08-22T00:35:44.367Z] File "<...>", line 231, in trace_dispatch [2020-08-22T00:35:44.367Z] File "/usr/lib64/python2.7/bdb.py", line 49, in trace_dispatch [2020-08-22T00:35:44.367Z] return self.dispatch_line(frame) [2020-08-22T00:35:44.367Z] File "/usr/lib64/python2.7/bdb.py", line 67, in dispatch_line [2020-08-22T00:35:44.367Z] self.user_line(frame) [2020-08-22T00:35:44.367Z] File "<...>", line 241, in user_line [2020-08-22T00:35:44.367Z] File "<...>", line 296, in dispatch [2020-08-22T00:35:44.367Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:35:44.367Z] answer, self.gateway_client, self.target_id, self.name) [2020-08-22T00:35:44.367Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2020-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-22T00:35:44.367Z] format(target_id, ".", name), value) [2020-08-22T00:35:44.367Z] Py4JJavaError: An error occurred while calling o0.traceDispatch. [2020-08-22T00:35:44.367Z] : org.eclipse.ease.ExitException: [2020-08-22T00:35:44.367Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:329) [2020-08-22T00:35:44.367Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:255) [2020-08-22T00:35:44.367Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.suspend(Py4jDebugger.java:87) [2020-08-22T00:35:44.367Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:490) [2020-08-22T00:35:44.367Z] at org.eclipse.ease.lang.python.debugger.PythonDebugger.traceDispatch(PythonDebugger.java:178) [2020-08-22T00:35:44.367Z] at sun.reflect.GeneratedMethodAccessor13.invoke(Unknown Source) [2020-08-22T00:35:44.367Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2020-08-22T00:35:44.367Z] at java.lang.reflect.Method.invoke(Method.java:498) [2020-08-22T00:35:44.367Z] at py4j.reflection.MethodInvoker.invoke(MethodInvoker.java:244) [2020-08-22T00:35:44.367Z] at py4j.reflection.ReflectionEngine.invoke(ReflectionEngine.java:357) [2020-08-22T00:35:44.367Z] at py4j.Gateway.invoke(Gateway.java:282) [2020-08-22T00:35:44.367Z] at py4j.commands.AbstractCommand.invokeMethod(AbstractCommand.java:132) [2020-08-22T00:35:44.367Z] at py4j.commands.CallCommand.execute(CallCommand.java:79) [2020-08-22T00:35:44.367Z] at py4j.ClientServerConnection.sendCommand(ClientServerConnection.java:244) [2020-08-22T00:35:44.367Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:384) [2020-08-22T00:35:44.367Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:356) [2020-08-22T00:35:44.367Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:106) [2020-08-22T00:35:44.367Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-22T00:35:44.367Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-22T00:35:44.367Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-22T00:35:44.367Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-22T00:35:44.367Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-22T00:35:44.367Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-22T00:35:44.367Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-22T00:35:44.367Z] [2020-08-22T00:35:44.367Z] [2020-08-22T00:35:44.367Z] at py4j.Protocol.getReturnValue(Protocol.java:476) [2020-08-22T00:35:44.367Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:108) [2020-08-22T00:35:44.367Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-08-22T00:35:44.367Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-08-22T00:35:44.367Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-08-22T00:35:44.367Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-08-22T00:35:44.367Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:222) [2020-08-22T00:35:44.368Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:272) [2020-08-22T00:35:44.368Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-08-22T00:35:44.622Z] Start of script [2020-08-22T00:35:44.622Z] include file start [2020-08-22T00:35:44.622Z] include file processed [2020-08-22T00:35:44.622Z] Result of testMethod = 5 [2020-08-22T00:35:44.622Z] End of script [2020-08-22T00:35:44.877Z] Start of script [2020-08-22T00:35:44.878Z] include file start [2020-08-22T00:35:44.878Z] include file processed [2020-08-22T00:35:44.878Z] Result of testMethod = 5 [2020-08-22T00:35:44.878Z] End of script [2020-08-22T00:35:45.134Z] Start of script [2020-08-22T00:35:45.134Z] include file start [2020-08-22T00:35:45.134Z] include file processed [2020-08-22T00:35:45.134Z] Result of testMethod = 5 [2020-08-22T00:35:45.134Z] End of script [2020-08-22T00:35:45.134Z] Tests run: 42, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 10.123 s - in org.eclipse.ease.lang.python.py4j.Py4jDebugTest [2020-08-22T00:35:45.134Z] resumeOnLastIncludeLine(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) skipped [2020-08-22T00:35:45.134Z] nativeArrayVariable(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) skipped [2020-08-22T00:35:45.134Z] stepIntoIncludeCommand(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) skipped [2020-08-22T00:35:45.134Z] nativeObjectVariable(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) skipped [2020-08-22T00:35:45.134Z] disconnectProcessInSuspendedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.399 s [2020-08-22T00:35:45.134Z] stepReturnIncludeCommand(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.208 s [2020-08-22T00:35:45.134Z] arrayVariableSorting(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.308 s [2020-08-22T00:35:45.134Z] stepOverOnDebugTarget(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.308 s [2020-08-22T00:35:45.134Z] hasDebugTarget(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.205 s [2020-08-22T00:35:45.134Z] disconnectThreadInSuspendedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.207 s [2020-08-22T00:35:45.134Z] stepReturnOnDebugTarget(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.307 s [2020-08-22T00:35:45.134Z] nullVariable(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.307 s [2020-08-22T00:35:45.134Z] stepOverOnStackFrame(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.307 s [2020-08-22T00:35:45.134Z] resumeOnDebugTarget(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.206 s [2020-08-22T00:35:45.134Z] modifyVariableKeepingType(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.506 s [2020-08-22T00:35:45.134Z] stepReturnOnStackFrame(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.306 s [2020-08-22T00:35:45.134Z] terminateStackFrameInSuspendedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.207 s [2020-08-22T00:35:45.134Z] breakpointLocation(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.206 s [2020-08-22T00:35:45.134Z] stepReturnOnThread(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.306 s [2020-08-22T00:35:45.134Z] javaClassVariable(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.308 s [2020-08-22T00:35:45.134Z] stepIntoOnThread(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.307 s [2020-08-22T00:35:45.134Z] terminateThreadInSuspendedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.205 s [2020-08-22T00:35:45.134Z] resumeOnThread(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.205 s [2020-08-22T00:35:45.134Z] stepIntoOnStackFrame(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.307 s [2020-08-22T00:35:45.134Z] terminateProcessInSuspendedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.205 s [2020-08-22T00:35:45.134Z] stepOverOnProcess(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.306 s [2020-08-22T00:35:45.134Z] disconnectDebugTargetInSuspendedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.205 s [2020-08-22T00:35:45.134Z] stepIntoOnProcess(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.306 s [2020-08-22T00:35:45.134Z] terminatedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.105 s [2020-08-22T00:35:45.134Z] stepOverIncludeCommand(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.304 s [2020-08-22T00:35:45.134Z] innerScopeVariableBeforeOuterScopeVariable(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.305 s [2020-08-22T00:35:45.134Z] primitiveStringVariable(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.306 s [2020-08-22T00:35:45.134Z] resumeOnProcess(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.204 s [2020-08-22T00:35:45.134Z] stepIntoOnDebugTarget(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.305 s [2020-08-22T00:35:45.134Z] stepOverOnThread(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.305 s [2020-08-22T00:35:45.134Z] suspendedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.205 s [2020-08-22T00:35:45.134Z] primitiveDoubleVariable(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.306 s [2020-08-22T00:35:45.134Z] resumeOnStackFrame(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.205 s [2020-08-22T00:35:45.134Z] terminateDebugTargetInSuspendedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.205 s [2020-08-22T00:35:45.134Z] disconnectStackFrameInSuspendedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.205 s [2020-08-22T00:35:45.134Z] stepReturnOnProcess(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.305 s [2020-08-22T00:35:45.134Z] evaluateWatchExpression(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.207 s [2020-08-22T00:35:45.134Z] Running org.eclipse.ease.lang.python.py4j.Py4JEngineTest [2020-08-22T00:35:45.134Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.001 s - in org.eclipse.ease.lang.python.py4j.Py4JEngineTest [2020-08-22T00:35:45.134Z] print(org.eclipse.ease.lang.python.py4j.Py4JEngineTest) skipped [2020-08-22T00:35:45.134Z] mixedMode(org.eclipse.ease.lang.python.py4j.Py4JEngineTest) skipped [2020-08-22T00:35:45.134Z] cleanShutdown(org.eclipse.ease.lang.python.py4j.Py4JEngineTest) skipped [2020-08-22T00:35:45.134Z] Running org.eclipse.ease.lang.python.py4j.StartStopTest [2020-08-22T00:35:45.134Z] ---------------------------------------------- [2020-08-22T00:35:45.134Z] Starting test: startStop(org.eclipse.ease.lang.python.py4j.StartStopTest) [2020-08-22T00:35:45.390Z] [2020-08-22T00:35:45.390Z] Finished test: startStop(org.eclipse.ease.lang.python.py4j.StartStopTest) [2020-08-22T00:35:45.390Z] ---------------------------------------------- [2020-08-22T00:35:45.390Z] ---------------------------------------------- [2020-08-22T00:35:45.390Z] Starting test: startStopShellNoBootstrap(org.eclipse.ease.lang.python.py4j.StartStopTest) [2020-08-22T00:35:45.646Z] [2020-08-22T00:35:45.646Z] Finished test: startStopShellNoBootstrap(org.eclipse.ease.lang.python.py4j.StartStopTest) [2020-08-22T00:35:45.646Z] ---------------------------------------------- [2020-08-22T00:35:45.646Z] ---------------------------------------------- [2020-08-22T00:35:45.646Z] Starting test: multiStartStop(org.eclipse.ease.lang.python.py4j.StartStopTest) [2020-08-22T00:35:45.901Z] [2020-08-22T00:35:45.901Z] Finished test: multiStartStop(org.eclipse.ease.lang.python.py4j.StartStopTest) [2020-08-22T00:35:45.901Z] ---------------------------------------------- [2020-08-22T00:35:45.901Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.604 s - in org.eclipse.ease.lang.python.py4j.StartStopTest [2020-08-22T00:35:45.901Z] startStop(org.eclipse.ease.lang.python.py4j.StartStopTest) Time elapsed: 0.202 s [2020-08-22T00:35:45.901Z] startStopShellNoBootstrap(org.eclipse.ease.lang.python.py4j.StartStopTest) Time elapsed: 0.201 s [2020-08-22T00:35:45.901Z] multiStartStop(org.eclipse.ease.lang.python.py4j.StartStopTest) Time elapsed: 0.201 s [2020-08-22T00:35:45.901Z] Running org.eclipse.ease.lang.python.py4j.ShellModeEngineTest [2020-08-22T00:35:45.901Z] ---------------------------------------------- [2020-08-22T00:35:45.901Z] Starting test: invalidSyntax(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:35:45.901Z] org.eclipse.ease.ScriptExecutionException: File "", line 1 [2020-08-22T00:35:45.901Z] 1++ [2020-08-22T00:35:45.901Z] ^ [2020-08-22T00:35:45.901Z] SyntaxError: invalid syntax [2020-08-22T00:35:45.901Z] [2020-08-22T00:35:45.901Z] [2020-08-22T00:35:45.901Z] Finished test: invalidSyntax(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:35:45.902Z] ---------------------------------------------- [2020-08-22T00:35:45.902Z] ---------------------------------------------- [2020-08-22T00:35:45.902Z] Starting test: optionalModuleParameters(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:35:46.157Z] [2020-08-22T00:35:46.157Z] Finished test: optionalModuleParameters(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:35:46.157Z] ---------------------------------------------- [2020-08-22T00:35:46.157Z] ---------------------------------------------- [2020-08-22T00:35:46.157Z] Starting test: getScriptEngine(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:35:46.412Z] [2020-08-22T00:35:46.412Z] Finished test: getScriptEngine(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:35:46.412Z] ---------------------------------------------- [2020-08-22T00:35:46.412Z] ---------------------------------------------- [2020-08-22T00:35:46.412Z] Starting test: callModuleCode(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:35:46.668Z] [2020-08-22T00:35:46.668Z] Finished test: callModuleCode(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:35:46.668Z] ---------------------------------------------- [2020-08-22T00:35:46.668Z] ---------------------------------------------- [2020-08-22T00:35:46.668Z] Starting test: incompleteStatement(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:35:46.923Z] [2020-08-22T00:35:46.923Z] Finished test: incompleteStatement(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:35:46.923Z] ---------------------------------------------- [2020-08-22T00:35:46.923Z] ---------------------------------------------- [2020-08-22T00:35:46.923Z] Starting test: multiLineStatement(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:35:46.923Z] [2020-08-22T00:35:46.923Z] Finished test: multiLineStatement(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:35:46.923Z] ---------------------------------------------- [2020-08-22T00:35:46.923Z] ---------------------------------------------- [2020-08-22T00:35:46.923Z] Starting test: runtimeError(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:35:47.180Z] org.eclipse.ease.ScriptExecutionException: Traceback (most recent call last): [2020-08-22T00:35:47.180Z] File "", line 1, in [2020-08-22T00:35:47.180Z] NameError: name 'x' is not defined [2020-08-22T00:35:47.180Z] [2020-08-22T00:35:47.180Z] [2020-08-22T00:35:47.180Z] Finished test: runtimeError(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:35:47.180Z] ---------------------------------------------- [2020-08-22T00:35:47.180Z] ---------------------------------------------- [2020-08-22T00:35:47.180Z] Starting test: javaIntArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:35:47.436Z] [2020-08-22T00:35:47.436Z] Finished test: javaIntArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:35:47.436Z] ---------------------------------------------- [2020-08-22T00:35:47.436Z] ---------------------------------------------- [2020-08-22T00:35:47.436Z] Starting test: javaDoubleArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:35:47.692Z] [2020-08-22T00:35:47.692Z] Finished test: javaDoubleArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:35:47.692Z] ---------------------------------------------- [2020-08-22T00:35:47.692Z] ---------------------------------------------- [2020-08-22T00:35:47.692Z] Starting test: pythonSet(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:35:47.692Z] [2020-08-22T00:35:47.692Z] Finished test: pythonSet(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:35:47.692Z] ---------------------------------------------- [2020-08-22T00:35:47.692Z] ---------------------------------------------- [2020-08-22T00:35:47.692Z] Starting test: javaStringArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:35:47.947Z] [2020-08-22T00:35:47.947Z] Finished test: javaStringArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:35:47.947Z] ---------------------------------------------- [2020-08-22T00:35:47.947Z] ---------------------------------------------- [2020-08-22T00:35:47.947Z] Starting test: javaShortArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:35:48.203Z] [2020-08-22T00:35:48.203Z] Finished test: javaShortArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:35:48.203Z] ---------------------------------------------- [2020-08-22T00:35:48.203Z] ---------------------------------------------- [2020-08-22T00:35:48.203Z] Starting test: javaBooleanArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:35:48.459Z] [2020-08-22T00:35:48.459Z] Finished test: javaBooleanArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:35:48.459Z] ---------------------------------------------- [2020-08-22T00:35:48.459Z] ---------------------------------------------- [2020-08-22T00:35:48.459Z] Starting test: javaObjectArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:35:48.715Z] [2020-08-22T00:35:48.715Z] Finished test: javaObjectArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:35:48.715Z] ---------------------------------------------- [2020-08-22T00:35:48.715Z] ---------------------------------------------- [2020-08-22T00:35:48.715Z] Starting test: javaIntegerArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:35:48.715Z] [2020-08-22T00:35:48.715Z] Finished test: javaIntegerArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:35:48.715Z] ---------------------------------------------- [2020-08-22T00:35:48.715Z] ---------------------------------------------- [2020-08-22T00:35:48.715Z] Starting test: javaInteger(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:35:48.971Z] [2020-08-22T00:35:48.971Z] Finished test: javaInteger(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:35:48.971Z] ---------------------------------------------- [2020-08-22T00:35:48.971Z] ---------------------------------------------- [2020-08-22T00:35:48.971Z] Starting test: javaString(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:35:49.227Z] [2020-08-22T00:35:49.227Z] Finished test: javaString(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:35:49.227Z] ---------------------------------------------- [2020-08-22T00:35:49.227Z] ---------------------------------------------- [2020-08-22T00:35:49.227Z] Starting test: javaByteArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:35:49.483Z] [2020-08-22T00:35:49.483Z] Finished test: javaByteArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:35:49.483Z] ---------------------------------------------- [2020-08-22T00:35:49.483Z] ---------------------------------------------- [2020-08-22T00:35:49.483Z] Starting test: createEclipseClass(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:35:49.483Z] [2020-08-22T00:35:49.483Z] Finished test: createEclipseClass(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:35:49.483Z] ---------------------------------------------- [2020-08-22T00:35:49.483Z] ---------------------------------------------- [2020-08-22T00:35:49.483Z] Starting test: pythonString(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:35:49.739Z] [2020-08-22T00:35:49.739Z] Finished test: pythonString(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:35:49.739Z] ---------------------------------------------- [2020-08-22T00:35:49.739Z] ---------------------------------------------- [2020-08-22T00:35:49.739Z] Starting test: varargs(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:35:49.994Z] [2020-08-22T00:35:49.994Z] Finished test: varargs(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:35:49.994Z] ---------------------------------------------- [2020-08-22T00:35:49.994Z] ---------------------------------------------- [2020-08-22T00:35:49.994Z] Starting test: createJavaType(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:35:50.249Z] [2020-08-22T00:35:50.249Z] Finished test: createJavaType(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:35:50.249Z] ---------------------------------------------- [2020-08-22T00:35:50.249Z] ---------------------------------------------- [2020-08-22T00:35:50.249Z] Starting test: javaFloatArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:35:50.249Z] [2020-08-22T00:35:50.249Z] Finished test: javaFloatArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:35:50.249Z] ---------------------------------------------- [2020-08-22T00:35:50.249Z] ---------------------------------------------- [2020-08-22T00:35:50.249Z] Starting test: implementJavaInterface(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:35:50.504Z] [2020-08-22T00:35:50.505Z] Finished test: implementJavaInterface(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:35:50.505Z] ---------------------------------------------- [2020-08-22T00:35:50.505Z] ---------------------------------------------- [2020-08-22T00:35:50.505Z] Starting test: pythonDict(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:35:50.760Z] [2020-08-22T00:35:50.760Z] Finished test: pythonDict(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:35:50.760Z] ---------------------------------------------- [2020-08-22T00:35:50.760Z] ---------------------------------------------- [2020-08-22T00:35:50.760Z] Starting test: pythonList(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:35:51.016Z] [2020-08-22T00:35:51.016Z] Finished test: pythonList(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:35:51.016Z] ---------------------------------------------- [2020-08-22T00:35:51.016Z] ---------------------------------------------- [2020-08-22T00:35:51.016Z] Starting test: testMultiple(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:35:51.271Z] [2020-08-22T00:35:51.271Z] Finished test: testMultiple(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:35:51.271Z] ---------------------------------------------- [2020-08-22T00:35:51.271Z] ---------------------------------------------- [2020-08-22T00:35:51.271Z] Starting test: javaLongArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:35:51.271Z] [2020-08-22T00:35:51.271Z] Finished test: javaLongArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:35:51.271Z] ---------------------------------------------- [2020-08-22T00:35:51.271Z] ---------------------------------------------- [2020-08-22T00:35:51.272Z] Starting test: createPythonObject(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:35:51.527Z] [2020-08-22T00:35:51.527Z] Finished test: createPythonObject(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:35:51.527Z] ---------------------------------------------- [2020-08-22T00:35:51.527Z] ---------------------------------------------- [2020-08-22T00:35:51.527Z] Starting test: pythonInteger(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:35:51.782Z] [2020-08-22T00:35:51.782Z] Finished test: pythonInteger(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-08-22T00:35:51.782Z] ---------------------------------------------- [2020-08-22T00:35:51.782Z] Tests run: 34, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 5.942 s - in org.eclipse.ease.lang.python.py4j.ShellModeEngineTest [2020-08-22T00:35:51.782Z] invalidSyntax(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.198 s [2020-08-22T00:35:51.782Z] print_(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) skipped [2020-08-22T00:35:51.782Z] optionalModuleParameters(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.197 s [2020-08-22T00:35:51.782Z] print_TextNoNewline(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) skipped [2020-08-22T00:35:51.782Z] getScriptEngine(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.197 s [2020-08-22T00:35:51.782Z] print_Text(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) skipped [2020-08-22T00:35:51.782Z] callModuleCode(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.197 s [2020-08-22T00:35:51.782Z] print_NoNewline(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) skipped [2020-08-22T00:35:51.782Z] incompleteStatement(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.198 s [2020-08-22T00:35:51.782Z] multiLineStatement(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.197 s [2020-08-22T00:35:51.782Z] runtimeError(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.197 s [2020-08-22T00:35:51.782Z] javaIntArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.2 s [2020-08-22T00:35:51.782Z] javaDoubleArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.204 s [2020-08-22T00:35:51.782Z] pythonSet(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.198 s [2020-08-22T00:35:51.782Z] javaStringArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.198 s [2020-08-22T00:35:51.782Z] javaShortArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.203 s [2020-08-22T00:35:51.782Z] javaBooleanArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.197 s [2020-08-22T00:35:51.782Z] javaObjectArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.199 s [2020-08-22T00:35:51.782Z] javaIntegerArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.198 s [2020-08-22T00:35:51.782Z] javaInteger(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.197 s [2020-08-22T00:35:51.782Z] javaString(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.197 s [2020-08-22T00:35:51.782Z] javaByteArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.198 s [2020-08-22T00:35:51.782Z] createEclipseClass(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.198 s [2020-08-22T00:35:51.782Z] pythonString(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.197 s [2020-08-22T00:35:51.782Z] varargs(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.198 s [2020-08-22T00:35:51.782Z] createJavaType(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.196 s [2020-08-22T00:35:51.782Z] javaFloatArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.196 s [2020-08-22T00:35:51.782Z] implementJavaInterface(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.2 s [2020-08-22T00:35:51.782Z] pythonDict(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.196 s [2020-08-22T00:35:51.782Z] pythonList(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.197 s [2020-08-22T00:35:51.782Z] testMultiple(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.2 s [2020-08-22T00:35:51.782Z] javaLongArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.2 s [2020-08-22T00:35:51.782Z] createPythonObject(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.197 s [2020-08-22T00:35:51.782Z] pythonInteger(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.196 s [2020-08-22T00:35:51.782Z] [2020-08-22T00:35:51.782Z] Results: [2020-08-22T00:35:51.782Z] [2020-08-22T00:35:51.782Z] Tests run: 120, Failures: 0, Errors: 0, Skipped: 13 [2020-08-22T00:35:51.782Z] [2020-08-22T00:35:52.038Z] [INFO] All tests passed! [2020-08-22T00:35:52.038Z] [INFO] [2020-08-22T00:35:52.038Z] [INFO] -----< org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.test >------ [2020-08-22T00:35:52.038Z] [INFO] Building org.eclipse.ease.lang.scriptarchive.test 0.8.0-SNAPSHOT [10/11] [2020-08-22T00:35:52.038Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-08-22T00:35:52.038Z] [INFO] [2020-08-22T00:35:52.038Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-08-22T00:35:52.038Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-22T00:35:52.038Z] [INFO] [2020-08-22T00:35:52.038Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-08-22T00:35:52.038Z] [INFO] [2020-08-22T00:35:52.038Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-08-22T00:35:52.038Z] [INFO] [2020-08-22T00:35:52.038Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-08-22T00:35:52.038Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:35:52.038Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.scriptarchive.test/src/main/resources [2020-08-22T00:35:52.038Z] [INFO] [2020-08-22T00:35:52.038Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-08-22T00:35:52.038Z] [INFO] Nothing to compile - all classes are up to date [2020-08-22T00:35:52.038Z] [INFO] [2020-08-22T00:35:52.038Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-08-22T00:35:52.038Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:35:52.038Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.scriptarchive.test/src/test/resources [2020-08-22T00:35:52.038Z] [INFO] [2020-08-22T00:35:52.038Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-08-22T00:35:52.038Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.scriptarchive.test/target/org.eclipse.ease.lang.scriptarchive.test-0.8.0-SNAPSHOT-sources.jar [2020-08-22T00:35:52.038Z] [INFO] [2020-08-22T00:35:52.038Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-08-22T00:35:52.038Z] [INFO] [2020-08-22T00:35:52.038Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-08-22T00:35:52.038Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.scriptarchive.test/target/org.eclipse.ease.lang.scriptarchive.test-0.8.0-SNAPSHOT.jar [2020-08-22T00:35:52.038Z] [INFO] [2020-08-22T00:35:52.038Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-08-22T00:35:52.038Z] [INFO] [2020-08-22T00:35:52.038Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-08-22T00:35:52.038Z] [INFO] [2020-08-22T00:35:52.038Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-08-22T00:35:52.038Z] [INFO] [2020-08-22T00:35:52.038Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-08-22T00:35:52.294Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.scriptarchive.test/target/work/data/.metadata/.log [2020-08-22T00:35:52.294Z] [INFO] Command line: [2020-08-22T00:35:52.294Z] [/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.2020-03/tests/org.eclipse.ease.lang.scriptarchive.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.lang.scriptarchive.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2020-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.2020-03/tests/org.eclipse.ease.lang.scriptarchive.test/target/surefire.properties] [2020-08-22T00:35:52.294Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMaven43ec9ae5/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMaven43ec9ae5" [2020-08-22T00:35:53.693Z] Running org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest [2020-08-22T00:35:53.693Z] We are running from a zip file! [2020-08-22T00:35:53.948Z] org.eclipse.ease.ScriptExecutionException: SyntaxError: missing ; before statement (workspace://__EASE_ScriptArchive_1/scripts/Master.js#3) [2020-08-22T00:35:53.948Z] this is an error [2020-08-22T00:35:53.948Z] ^ [2020-08-22T00:35:53.948Z] at Master.js,workspace://__EASE_ScriptArchive_1/scripts/Master.js [2020-08-22T00:35:53.948Z] org.eclipse.ease.ScriptExecutionException: SyntaxError: missing ; before statement (workspace://__EASE_ScriptArchive_1/scripts/Master.js#3) [2020-08-22T00:35:53.948Z] this is an error [2020-08-22T00:35:53.948Z] ^ [2020-08-22T00:35:53.948Z] at Master.js,workspace://__EASE_ScriptArchive_1/scripts/Master.js [2020-08-22T00:35:53.948Z] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.46 s - in org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest [2020-08-22T00:35:53.948Z] executeWithManifest(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0.309 s [2020-08-22T00:35:53.948Z] zipFileRegistration(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0.007 s [2020-08-22T00:35:53.948Z] engineIdRegistration(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0 s [2020-08-22T00:35:53.948Z] jarFileRegistration(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0 s [2020-08-22T00:35:53.948Z] sarFileRegistration(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0 s [2020-08-22T00:35:53.948Z] executeWithErrors(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0.033 s [2020-08-22T00:35:53.948Z] executeWithIncludes(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0.054 s [2020-08-22T00:35:53.949Z] [2020-08-22T00:35:53.949Z] Results: [2020-08-22T00:35:53.949Z] [2020-08-22T00:35:53.949Z] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 [2020-08-22T00:35:53.949Z] [2020-08-22T00:35:54.508Z] [INFO] All tests passed! [2020-08-22T00:35:54.508Z] [INFO] [2020-08-22T00:35:54.508Z] [INFO] -------------< org.eclipse.ease:org.eclipse.ease.ui.test >-------------- [2020-08-22T00:35:54.508Z] [INFO] Building org.eclipse.ease.ui.test 0.8.0-SNAPSHOT [11/11] [2020-08-22T00:35:54.508Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-08-22T00:35:54.508Z] [INFO] [2020-08-22T00:35:54.508Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui.test --- [2020-08-22T00:35:54.508Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-08-22T00:35:54.508Z] [INFO] [2020-08-22T00:35:54.508Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.test --- [2020-08-22T00:35:54.508Z] [INFO] [2020-08-22T00:35:54.508Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.test --- [2020-08-22T00:35:54.508Z] [INFO] [2020-08-22T00:35:54.508Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.ui.test --- [2020-08-22T00:35:54.508Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:35:54.508Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.ui.test/src/main/resources [2020-08-22T00:35:54.508Z] [INFO] [2020-08-22T00:35:54.508Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.ui.test --- [2020-08-22T00:35:54.508Z] [INFO] Nothing to compile - all classes are up to date [2020-08-22T00:35:54.508Z] [INFO] [2020-08-22T00:35:54.508Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.ui.test --- [2020-08-22T00:35:54.508Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-08-22T00:35:54.508Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.ui.test/src/test/resources [2020-08-22T00:35:54.508Z] [INFO] [2020-08-22T00:35:54.508Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.ui.test --- [2020-08-22T00:35:54.509Z] [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.ui.test/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [2020-08-22T00:35:54.509Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.ui.test/target/org.eclipse.ease.ui.test-0.8.0-SNAPSHOT-sources.jar [2020-08-22T00:35:54.509Z] [INFO] [2020-08-22T00:35:54.509Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.ui.test --- [2020-08-22T00:35:54.509Z] [INFO] [2020-08-22T00:35:54.509Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.ui.test --- [2020-08-22T00:35:54.509Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.ui.test/target/org.eclipse.ease.ui.test-0.8.0-SNAPSHOT.jar [2020-08-22T00:35:54.509Z] [INFO] [2020-08-22T00:35:54.509Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.ui.test --- [2020-08-22T00:35:54.509Z] [INFO] [2020-08-22T00:35:54.509Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.ui.test --- [2020-08-22T00:35:54.509Z] [INFO] [2020-08-22T00:35:54.509Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.ui.test --- [2020-08-22T00:35:54.509Z] [INFO] [2020-08-22T00:35:54.509Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.ease.ui.test --- [2020-08-22T00:35:54.509Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.ui.test/target/work/data/.metadata/.log [2020-08-22T00:35:54.509Z] [INFO] Command line: [2020-08-22T00:35:54.509Z] [/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.2020-03/tests/org.eclipse.ease.ui.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2020-03/tests/org.eclipse.ease.ui.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2020-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.2020-03/tests/org.eclipse.ease.ui.test/target/surefire.properties] [2020-08-22T00:35:54.509Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMaven43ec9ae5/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMaven43ec9ae5" [2020-08-22T00:35:55.884Z] Running org.eclipse.ease.ui.completions.java.provider.JavaPackagesCompletionsProviderTest [2020-08-22T00:36:02.419Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.914 s - in org.eclipse.ease.ui.completions.java.provider.JavaPackagesCompletionsProviderTest [2020-08-22T00:36:02.419Z] containsJavaLangPackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaPackagesCompletionsProviderTest) Time elapsed: 0.433 s [2020-08-22T00:36:02.419Z] containsOrgRootPackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaPackagesCompletionsProviderTest) Time elapsed: 0.008 s [2020-08-22T00:36:02.419Z] containsJavaRootPackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaPackagesCompletionsProviderTest) Time elapsed: 0.006 s [2020-08-22T00:36:02.419Z] containsOrgEclipsePackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaPackagesCompletionsProviderTest) Time elapsed: 0.061 s [2020-08-22T00:36:02.419Z] Running org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest [2020-08-22T00:36:07.659Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.143 s - in org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest [2020-08-22T00:36:07.659Z] containsPackageFileCompletion(org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest) Time elapsed: 0.006 s [2020-08-22T00:36:07.659Z] containsGlobalFileCompletion(org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest) Time elapsed: 0.03 s [2020-08-22T00:36:07.659Z] containsJavaLangPackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest) Time elapsed: 0.045 s [2020-08-22T00:36:07.659Z] containsOrgRootPackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest) Time elapsed: 0.004 s [2020-08-22T00:36:07.659Z] containsJavaRootPackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest) Time elapsed: 0.004 s [2020-08-22T00:36:07.659Z] containsOrgEclipsePackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest) Time elapsed: 0.047 s [2020-08-22T00:36:07.660Z] Running org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest [2020-08-22T00:36:07.660Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 8, Time elapsed: 0.002 s - in org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest [2020-08-22T00:36:07.660Z] workspaceProjectProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-08-22T00:36:07.660Z] checkOperatingSystem(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-08-22T00:36:07.660Z] absoluteRootWorkspaceProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-08-22T00:36:07.660Z] workspaceFolderProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-08-22T00:36:07.660Z] fileSystemFolderProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-08-22T00:36:07.660Z] workspaceProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-08-22T00:36:07.660Z] relativeRootWorkspaceProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-08-22T00:36:07.660Z] fileSystemRootProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-08-22T00:36:07.660Z] Running org.eclipse.ease.ui.completion.CompletionContextTest [2020-08-22T00:36:07.660Z] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.ease.ui.completion.CompletionContextTest [2020-08-22T00:36:07.660Z] resolveStaticClass(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0.002 s [2020-08-22T00:36:07.660Z] resolveClassWithFilter(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-08-22T00:36:07.660Z] simplifyCalls(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0.001 s [2020-08-22T00:36:07.660Z] resolveClass(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-08-22T00:36:07.660Z] replaceEscapedStringLiterals(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-08-22T00:36:07.660Z] replaceSimpleStringLiterals(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-08-22T00:36:07.660Z] resolveStaticClassWithFilter(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-08-22T00:36:07.660Z] resolveClassWithParameters(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-08-22T00:36:07.660Z] replaceMultipleStringLiterals(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-08-22T00:36:07.660Z] Running org.eclipse.ease.ui.help.hovers.ModuleHelpTest [2020-08-22T00:36:07.660Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.001 s - in org.eclipse.ease.ui.help.hovers.ModuleHelpTest [2020-08-22T00:36:07.660Z] getModuleHelpLocation(org.eclipse.ease.ui.help.hovers.ModuleHelpTest) skipped [2020-08-22T00:36:07.660Z] getModuleHelp(org.eclipse.ease.ui.help.hovers.ModuleHelpTest) skipped [2020-08-22T00:36:07.660Z] getMethodHelp(org.eclipse.ease.ui.help.hovers.ModuleHelpTest) skipped [2020-08-22T00:36:07.660Z] getConstantHelp(org.eclipse.ease.ui.help.hovers.ModuleHelpTest) skipped [2020-08-22T00:36:07.660Z] [2020-08-22T00:36:07.660Z] Results: [2020-08-22T00:36:07.660Z] [2020-08-22T00:36:07.660Z] Tests run: 31, Failures: 0, Errors: 0, Skipped: 12 [2020-08-22T00:36:07.660Z] [2020-08-22T00:36:07.916Z] [INFO] All tests passed! [2020-08-22T00:36:07.916Z] [INFO] ------------------------------------------------------------------------ [2020-08-22T00:36:07.916Z] [INFO] Reactor Summary for org.eclipse.ease.releng 0.8.0-SNAPSHOT: [2020-08-22T00:36:07.916Z] [INFO] [2020-08-22T00:36:07.916Z] [INFO] org.eclipse.ease.releng ............................ SUCCESS [ 0.001 s] [2020-08-22T00:36:07.916Z] [INFO] org.eclipse.ease.releng.target ..................... SUCCESS [ 0.138 s] [2020-08-22T00:36:07.916Z] [INFO] org.eclipse.ease.test .............................. SUCCESS [ 14.114 s] [2020-08-22T00:36:07.916Z] [INFO] org.eclipse.ease.lang.javascript.nashorn.test ...... SUCCESS [ 2.381 s] [2020-08-22T00:36:07.916Z] [INFO] org.eclipse.ease.lang.javascript.rhino.test ........ SUCCESS [ 13.579 s] [2020-08-22T00:36:07.916Z] [INFO] org.eclipse.ease.lang.javascript.test .............. SUCCESS [ 1.976 s] [2020-08-22T00:36:07.916Z] [INFO] org.eclipse.ease.lang.python.test .................. SUCCESS [ 1.784 s] [2020-08-22T00:36:07.916Z] [INFO] org.eclipse.ease.lang.python.jython.test ........... SUCCESS [ 14.583 s] [2020-08-22T00:36:07.916Z] [INFO] org.eclipse.ease.lang.python.py4j.test ............. SUCCESS [ 25.825 s] [2020-08-22T00:36:07.916Z] [INFO] org.eclipse.ease.lang.scriptarchive.test ........... SUCCESS [ 2.239 s] [2020-08-22T00:36:07.916Z] [INFO] org.eclipse.ease.ui.test ........................... SUCCESS [ 13.452 s] [2020-08-22T00:36:07.916Z] [INFO] ------------------------------------------------------------------------ [2020-08-22T00:36:07.916Z] [INFO] BUILD SUCCESS [2020-08-22T00:36:07.916Z] [INFO] ------------------------------------------------------------------------ [2020-08-22T00:36:07.916Z] [INFO] Total time: 02:08 min [2020-08-22T00:36:07.916Z] [INFO] Finished at: 2020-08-22T00:36:07Z [2020-08-22T00:36:07.916Z] [INFO] ------------------------------------------------------------------------ [2020-08-22T00:36:07.916Z] [WARNING] [jenkins-event-spy] Unexpected Maven project file name 'target-tests-pom.xml', problems may occur [2020-08-22T00:36:07.916Z] [INFO] [jenkins-event-spy] Generated /home/jenkins/agent/workspace/ease.verify.core.target.2020-03@tmp/withMaven43ec9ae5/maven-spy-20200822-003359-5114037598978604138834.log [Pipeline] } [2020-08-22T00:36:08.415Z] [withMaven] Publishers: Pipeline Graph Publisher: 177 ms [Pipeline] // withMaven [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] junit [2020-08-22T00:36:08.626Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // timestamps [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline Finished: SUCCESS