Started by timer Running in Durability level: PERFORMANCE_OPTIMIZED [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task ‘centos-7-dxvzl’ is offline Agent centos-7-dxvzl 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-dxvzl" 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-dxvzl" - 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-dxvzl" - 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-dxvzl in /home/jenkins/agent/workspace/ease.verify.core.target.2019-03 [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-07-04T21:35:29.634Z] Timeout set to expire in 1 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Checkout) [Pipeline] checkout [2020-07-04T21:35:30.523Z] No credentials specified [2020-07-04T21:35:30.526Z] Cloning the remote Git repository [2020-07-04T21:35:30.533Z] Cloning repository git://git.eclipse.org/gitroot/ease/org.eclipse.ease.core.git [2020-07-04T21:35:30.563Z] > git init /home/jenkins/agent/workspace/ease.verify.core.target.2019-03 # timeout=10 [2020-07-04T21:35:30.576Z] Fetching upstream changes from git://git.eclipse.org/gitroot/ease/org.eclipse.ease.core.git [2020-07-04T21:35:30.576Z] > git --version # timeout=10 [2020-07-04T21:35:30.578Z] > git fetch --tags --progress git://git.eclipse.org/gitroot/ease/org.eclipse.ease.core.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-07-04T21:35:32.691Z] Checking out Revision e5dd073ce2819490e108f48a601d68babc59ed10 (refs/remotes/origin/master) [2020-07-04T21:35:32.611Z] > git config remote.origin.url git://git.eclipse.org/gitroot/ease/org.eclipse.ease.core.git # timeout=10 [2020-07-04T21:35:32.614Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-07-04T21:35:32.619Z] > git config remote.origin.url git://git.eclipse.org/gitroot/ease/org.eclipse.ease.core.git # timeout=10 [2020-07-04T21:35:32.626Z] Fetching upstream changes from git://git.eclipse.org/gitroot/ease/org.eclipse.ease.core.git [2020-07-04T21:35:32.626Z] > git fetch --tags --progress git://git.eclipse.org/gitroot/ease/org.eclipse.ease.core.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-07-04T21:35:32.679Z] > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 [2020-07-04T21:35:32.684Z] > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10 [2020-07-04T21:35:32.693Z] > git config core.sparsecheckout # timeout=10 [2020-07-04T21:35:32.695Z] > git checkout -f e5dd073ce2819490e108f48a601d68babc59ed10 # timeout=10 [2020-07-04T21:35:36.356Z] Commit message: "Bug 564336: No module notification sent when using Pep302 imports" [2020-07-04T21:35:36.357Z] > git rev-list --no-walk 485843306acb18f22dd44331e814b779e373a4d8 # timeout=10 [2020-07-04T21:35:36.374Z] Cleaning workspace [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Fetch Doclet) [Pipeline] sh [2020-07-04T21:35:36.373Z] > git rev-parse --verify HEAD # timeout=10 [2020-07-04T21:35:36.375Z] Resetting working tree [2020-07-04T21:35:36.375Z] > git reset --hard # timeout=10 [2020-07-04T21:35:36.443Z] > git clean -fdx # timeout=10 [2020-07-04T21:35:36.963Z] + 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-07-04T21:35:36.964Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-07-04T21:35:36.964Z] Dload Upload Total Spent Left Speed [2020-07-04T21:35:36.964Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 88176 100 88176 0 0 476k 0 --:--:-- --:--:-- --:--:-- 478k [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] withMaven [2020-07-04T21:35:37.006Z] [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-07-04T21:35:37.007Z] [withMaven] Available options: [2020-07-04T21:35:37.007Z] [withMaven] using JDK installation oracle-jdk8-latest [2020-07-04T21:35:37.014Z] [withMaven] using Maven installation 'apache-maven-latest' [Pipeline] { [Pipeline] sh [2020-07-04T21:35:37.541Z] + mvn clean install -Pmodule-docs [2020-07-04T21:35:37.542Z] ----- withMaven Wrapper script ----- [2020-07-04T21:35:37.542Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10" [2020-07-04T21:35:37.798Z] Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) [2020-07-04T21:35:37.798Z] Maven home: /opt/tools/apache-maven/latest [2020-07-04T21:35:37.798Z] Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre [2020-07-04T21:35:37.798Z] Default locale: en_US, platform encoding: UTF-8 [2020-07-04T21:35:37.798Z] OS name: "linux", version: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix" [2020-07-04T21:35:38.726Z] [INFO] [jenkins-event-spy] Generate /home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10/maven-spy-20200704-213538-3413668757676897282299.log.tmp ... [2020-07-04T21:35:38.985Z] [INFO] Scanning for projects... [2020-07-04T21:35:44.235Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-07-04T21:35:50.774Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-07-04T21:35:50.774Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-07-04T21:35:50.774Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-07-04T21:35:50.774Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-07-04T21:35:50.774Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-07-04T21:35:50.774Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-07-04T21:35:50.774Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-07-04T21:35:50.774Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-07-04T21:35:50.774Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-07-04T21:35:50.774Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-07-04T21:35:50.774Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-07-04T21:35:50.774Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-07-04T21:35:50.774Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-07-04T21:35:50.774Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-07-04T21:35:50.774Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-07-04T21:35:50.774Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-07-04T21:35:50.774Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-07-04T21:35:50.774Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-07-04T21:35:50.774Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-07-04T21:35:50.774Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-07-04T21:35:50.774Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-07-04T21:35:50.774Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-07-04T21:35:50.774Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-07-04T21:35:50.774Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-07-04T21:35:50.774Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-07-04T21:35:50.774Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-07-04T21:35:50.774Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-07-04T21:35:50.774Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-07-04T21:35:50.774Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-07-04T21:35:50.774Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-07-04T21:35:50.774Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-07-04T21:35:50.774Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-07-04T21:35:50.775Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-07-04T21:36:58.414Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-07-04T21:36:58.414Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-07-04T21:36:58.414Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-07-04T21:36:58.414Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-07-04T21:36:58.414Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-07-04T21:36:58.414Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-07-04T21:36:58.414Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-07-04T21:36:58.414Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-07-04T21:36:58.414Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-07-04T21:36:58.414Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-07-04T21:36:58.414Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-07-04T21:36:58.414Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease/pom.xml [2020-07-04T21:36:58.414Z] [INFO] Fetching p2.index from http://download.eclipse.org/releases/2020-03/ [2020-07-04T21:36:58.414Z] [INFO] Fetching p2.index from http://download.eclipse.org/releases/2020-03/ [2020-07-04T21:36:58.414Z] [INFO] Adding repository http://download.eclipse.org/releases/2020-03 [2020-07-04T21:36:58.414Z] [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2020-03/ (482B) [2020-07-04T21:36:58.414Z] [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2020-03/ (482B) [2020-07-04T21:36:58.414Z] [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/2020-03/ [2020-07-04T21:36:58.414Z] [INFO] Fetching p2.index from http://download.eclipse.org/technology/epp/packages/2020-03/ [2020-07-04T21:36:58.414Z] [INFO] Fetching content.jar from http://download.eclipse.org/technology/epp/packages/2020-03/ (75.25kB) [2020-07-04T21:36:58.414Z] [INFO] Fetching content.jar from http://download.eclipse.org/technology/epp/packages/2020-03/ (75.25kB) [2020-07-04T21:36:58.414Z] [INFO] Fetching p2.index from http://download.eclipse.org/releases/2020-03/202003181000/ [2020-07-04T21:36:58.414Z] [INFO] Fetching p2.index from http://download.eclipse.org/releases/2020-03/202003181000/ [2020-07-04T21:36:58.414Z] [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2020-03/202003181000/ [2020-07-04T21:36:58.414Z] [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2020-03/202003181000/ [2020-07-04T21:36:58.414Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20200224183213/repository/ [2020-07-04T21:36:58.414Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20200224183213/repository/ [2020-07-04T21:36:58.414Z] [INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/drops/R20200224183213/repository [2020-07-04T21:36:58.414Z] [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/R20200224183213/repository/ [2020-07-04T21:36:58.414Z] [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/R20200224183213/repository/ [2020-07-04T21:36:58.414Z] [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/ (107.42kB) [2020-07-04T21:36:58.414Z] [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20191115185527/repository/ (107.42kB) [2020-07-04T21:36:58.414Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/ [2020-07-04T21:36:58.414Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/ [2020-07-04T21:36:58.414Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/ [2020-07-04T21:36:58.414Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/ [2020-07-04T21:36:58.414Z] [INFO] Adding repository https://bintray.com/artifact/download/pontesegger/ease-engines [2020-07-04T21:36:58.414Z] [INFO] Fetching content.jar from https://bintray.com/artifact/download/pontesegger/ease-engines/ (11kB) [2020-07-04T21:36:58.414Z] [INFO] Fetching content.jar from https://bintray.com/artifact/download/pontesegger/ease-engines/ (11kB) [2020-07-04T21:36:58.414Z] [INFO] Adding repository https://dl.bintray.com/py4j/py4j-eclipse/0.10.8.1 [2020-07-04T21:36:58.414Z] [INFO] Fetching content.jar from https://dl.bintray.com/py4j/py4j-eclipse/0.10.8.1/ (1.51kB) [2020-07-04T21:36:58.414Z] [INFO] Fetching content.jar from https://dl.bintray.com/py4j/py4j-eclipse/0.10.8.1/ (1.51kB) [2020-07-04T21:36:59.342Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease/pom.xml [2020-07-04T21:37:04.587Z] [INFO] Fetching 202003181000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2020-03/ [2020-07-04T21:37:04.587Z] [INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (9.5MB) [2020-07-04T21:37:04.587Z] [INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (9.5MB) [2020-07-04T21:37:07.102Z] [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-07-04T21:37:07.102Z] [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-07-04T21:37:07.102Z] [INFO] Fetching org.apache.batik.constants_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (13.03kB) [2020-07-04T21:37:07.102Z] [INFO] Fetching org.apache.batik.constants_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (13.03kB) [2020-07-04T21:37:07.359Z] [INFO] Fetching org.apache.batik.css_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (101.68kB) [2020-07-04T21:37:07.359Z] [INFO] Fetching org.apache.batik.css_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (101.68kB) [2020-07-04T21:37:07.359Z] [INFO] Fetching org.apache.batik.util_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (63.49kB) [2020-07-04T21:37:07.359Z] [INFO] Fetching org.apache.batik.util_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (63.49kB) [2020-07-04T21:37:07.615Z] [INFO] Fetching org.apache.batik.i18n_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (14.52kB) [2020-07-04T21:37:07.615Z] [INFO] Fetching org.apache.batik.i18n_1.11.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (14.52kB) [2020-07-04T21:37:07.615Z] [INFO] Fetching org.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (258.72kB) [2020-07-04T21:37:07.615Z] [INFO] Fetching org.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (258.72kB) [2020-07-04T21:37:07.871Z] [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (95.26kB) [2020-07-04T21:37:07.871Z] [INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (95.26kB) [2020-07-04T21:37:08.127Z] [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (15.35kB) [2020-07-04T21:37:08.127Z] [INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (15.35kB) [2020-07-04T21:37:08.127Z] [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (35.59kB) [2020-07-04T21:37:08.127Z] [INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (35.59kB) [2020-07-04T21:37:08.384Z] [INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (82.7kB) [2020-07-04T21:37:08.384Z] [INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (82.7kB) [2020-07-04T21:37:08.384Z] [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (33.71kB) [2020-07-04T21:37:08.384Z] [INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (33.71kB) [2020-07-04T21:37:08.638Z] [INFO] Fetching org.apache.felix.scr_2.1.16.v20200110-1820.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (155.55kB) [2020-07-04T21:37:08.639Z] [INFO] Fetching org.apache.felix.scr_2.1.16.v20200110-1820.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (155.55kB) [2020-07-04T21:37:09.200Z] [INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (44.03kB) [2020-07-04T21:37:09.200Z] [INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (44.03kB) [2020-07-04T21:37:09.200Z] [INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (30.65kB) [2020-07-04T21:37:09.200Z] [INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (30.65kB) [2020-07-04T21:37:09.457Z] [INFO] Fetching org.eclipse.core.commands_3.9.700.v20191217-1850.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (43.01kB) [2020-07-04T21:37:09.457Z] [INFO] Fetching org.eclipse.core.commands_3.9.700.v20191217-1850.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (43.01kB) [2020-07-04T21:37:09.457Z] [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-07-04T21:37:09.457Z] [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-07-04T21:37:09.712Z] [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-07-04T21:37:09.712Z] [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-07-04T21:37:09.712Z] [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-07-04T21:37:09.712Z] [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-07-04T21:37:09.968Z] [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-07-04T21:37:09.968Z] [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-07-04T21:37:09.968Z] [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-07-04T21:37:09.968Z] [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-07-04T21:37:10.224Z] [INFO] Fetching org.eclipse.core.databinding.observable_1.9.0.v20200205-2119.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (82.47kB) [2020-07-04T21:37:10.224Z] [INFO] Fetching org.eclipse.core.databinding.observable_1.9.0.v20200205-2119.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (82.47kB) [2020-07-04T21:37:10.224Z] [INFO] Fetching org.eclipse.core.databinding.property_1.8.0.v20200124-0715.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (44.98kB) [2020-07-04T21:37:10.224Z] [INFO] Fetching org.eclipse.core.databinding.property_1.8.0.v20200124-0715.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (44.98kB) [2020-07-04T21:37:10.479Z] [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-07-04T21:37:10.479Z] [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-07-04T21:37:10.479Z] [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-07-04T21:37:10.479Z] [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-07-04T21:37:10.735Z] [INFO] Fetching org.eclipse.core.filesystem_1.7.700.v20200110-1734.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (27.79kB) [2020-07-04T21:37:10.735Z] [INFO] Fetching org.eclipse.core.filesystem_1.7.700.v20200110-1734.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (27.79kB) [2020-07-04T21:37:10.735Z] [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-07-04T21:37:10.735Z] [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-07-04T21:37:10.990Z] [INFO] Fetching org.eclipse.core.resources_3.13.700.v20200209-1624.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (873.17kB) [2020-07-04T21:37:10.990Z] [INFO] Fetching org.eclipse.core.resources_3.13.700.v20200209-1624.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (873.17kB) [2020-07-04T21:37:10.990Z] [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-07-04T21:37:10.990Z] [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-07-04T21:37:11.246Z] [INFO] Fetching org.eclipse.core.variables_3.4.800.v20200120-1101.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (18.03kB) [2020-07-04T21:37:11.246Z] [INFO] Fetching org.eclipse.core.variables_3.4.800.v20200120-1101.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (18.03kB) [2020-07-04T21:37:11.246Z] [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-07-04T21:37:11.246Z] [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-07-04T21:37:11.502Z] [INFO] Fetching org.eclipse.e4.core.commands_0.12.900.v20200110-1732.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (13.76kB) [2020-07-04T21:37:11.502Z] [INFO] Fetching org.eclipse.e4.core.commands_0.12.900.v20200110-1732.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (13.76kB) [2020-07-04T21:37:11.502Z] [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-07-04T21:37:11.502Z] [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-07-04T21:37:11.758Z] [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (14.07kB) [2020-07-04T21:37:11.758Z] [INFO] Fetching javax.inject_1.0.0.v20091030.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (14.07kB) [2020-07-04T21:37:11.758Z] [INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (22.66kB) [2020-07-04T21:37:11.758Z] [INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (22.66kB) [2020-07-04T21:37:12.014Z] [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-07-04T21:37:12.014Z] [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-07-04T21:37:12.014Z] [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (7.68kB) [2020-07-04T21:37:12.014Z] [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (7.68kB) [2020-07-04T21:37:12.269Z] [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-07-04T21:37:12.269Z] [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-07-04T21:37:12.269Z] [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-07-04T21:37:12.269Z] [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-07-04T21:37:12.525Z] [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-07-04T21:37:12.525Z] [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-07-04T21:37:12.525Z] [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (107.16kB) [2020-07-04T21:37:12.525Z] [INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (107.16kB) [2020-07-04T21:37:12.781Z] [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-07-04T21:37:12.781Z] [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-07-04T21:37:13.037Z] [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-07-04T21:37:13.037Z] [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-07-04T21:37:13.292Z] [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-07-04T21:37:13.292Z] [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-07-04T21:37:13.292Z] [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-07-04T21:37:13.292Z] [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-07-04T21:37:13.548Z] [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-07-04T21:37:13.548Z] [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-07-04T21:37:13.804Z] [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-07-04T21:37:13.804Z] [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-07-04T21:37:13.804Z] [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-07-04T21:37:13.804Z] [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-07-04T21:37:14.060Z] [INFO] Fetching org.eclipse.e4.ui.di_1.2.800.v20200128-0855.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (9.76kB) [2020-07-04T21:37:14.060Z] [INFO] Fetching org.eclipse.e4.ui.di_1.2.800.v20200128-0855.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (9.76kB) [2020-07-04T21:37:14.060Z] [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-07-04T21:37:14.060Z] [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-07-04T21:37:14.315Z] [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-07-04T21:37:14.315Z] [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-07-04T21:37:14.315Z] [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.700.v20200113-1422.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (111.14kB) [2020-07-04T21:37:14.315Z] [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.700.v20200113-1422.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (111.14kB) [2020-07-04T21:37:14.571Z] [INFO] Fetching org.eclipse.e4.ui.services_1.3.700.v20190930-1643.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (13.16kB) [2020-07-04T21:37:14.571Z] [INFO] Fetching org.eclipse.e4.ui.services_1.3.700.v20190930-1643.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (13.16kB) [2020-07-04T21:37:14.571Z] [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-07-04T21:37:14.571Z] [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-07-04T21:37:14.826Z] [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.700.v20191222-1048.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (9.45kB) [2020-07-04T21:37:14.826Z] [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.700.v20191222-1048.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (9.45kB) [2020-07-04T21:37:14.826Z] [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-07-04T21:37:14.826Z] [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-07-04T21:37:15.083Z] [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (51.02kB) [2020-07-04T21:37:15.083Z] [INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (51.02kB) [2020-07-04T21:37:15.083Z] [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (84.07kB) [2020-07-04T21:37:15.083Z] [INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (84.07kB) [2020-07-04T21:37:15.338Z] [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-07-04T21:37:15.338Z] [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-07-04T21:37:15.338Z] [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-07-04T21:37:15.338Z] [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-07-04T21:37:15.593Z] [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-07-04T21:37:15.594Z] [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-07-04T21:37:15.849Z] [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-07-04T21:37:15.849Z] [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-07-04T21:37:15.849Z] [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.400.v20191216-0805.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (13.07kB) [2020-07-04T21:37:15.849Z] [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.400.v20191216-0805.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (13.07kB) [2020-07-04T21:37:16.105Z] [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-07-04T21:37:16.105Z] [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-07-04T21:37:16.105Z] [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-07-04T21:37:16.105Z] [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-07-04T21:37:16.666Z] [INFO] Fetching org.eclipse.ecf.filetransfer_5.1.0.v20200217-0016.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (20.34kB) [2020-07-04T21:37:16.666Z] [INFO] Fetching org.eclipse.ecf.filetransfer_5.1.0.v20200217-0016.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (20.34kB) [2020-07-04T21:37:16.924Z] [INFO] Fetching org.eclipse.ecf_3.9.5.v20200217-1548.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (48.04kB) [2020-07-04T21:37:16.924Z] [INFO] Fetching org.eclipse.ecf_3.9.5.v20200217-1548.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (48.04kB) [2020-07-04T21:37:16.924Z] [INFO] Fetching org.eclipse.ecf.identity_3.9.300.v20191020-1846.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (27.11kB) [2020-07-04T21:37:17.182Z] [INFO] Fetching org.eclipse.ecf.identity_3.9.300.v20191020-1846.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (27.11kB) [2020-07-04T21:37:17.183Z] [INFO] Fetching org.eclipse.equinox.concurrent_1.1.500.v20200106-1437.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (12.22kB) [2020-07-04T21:37:17.183Z] [INFO] Fetching org.eclipse.equinox.concurrent_1.1.500.v20200106-1437.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (12.22kB) [2020-07-04T21:37:17.183Z] [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-07-04T21:37:17.183Z] [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-07-04T21:37:17.443Z] [INFO] Fetching org.eclipse.equinox.bidi_1.2.300.v20191213-1901.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (23.95kB) [2020-07-04T21:37:17.443Z] [INFO] Fetching org.eclipse.equinox.bidi_1.2.300.v20191213-1901.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (23.95kB) [2020-07-04T21:37:17.443Z] [INFO] Fetching org.eclipse.equinox.p2.core_2.6.300.v20200211-1504.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (32.04kB) [2020-07-04T21:37:17.698Z] [INFO] Fetching org.eclipse.equinox.p2.core_2.6.300.v20200211-1504.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (32.04kB) [2020-07-04T21:37:17.698Z] [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-07-04T21:37:17.698Z] [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-07-04T21:37:17.698Z] [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-07-04T21:37:17.698Z] [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-07-04T21:37:17.954Z] [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (50.94kB) [2020-07-04T21:37:17.954Z] [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (50.94kB) [2020-07-04T21:37:18.210Z] [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.700.v20200110-2121.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (55.47kB) [2020-07-04T21:37:18.210Z] [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.700.v20200110-2121.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (55.47kB) [2020-07-04T21:37:18.210Z] [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (44.42kB) [2020-07-04T21:37:18.210Z] [INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (44.42kB) [2020-07-04T21:37:18.466Z] [INFO] Fetching org.eclipse.equinox.security_1.3.500.v20200114-1637.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (44.56kB) [2020-07-04T21:37:18.466Z] [INFO] Fetching org.eclipse.equinox.security_1.3.500.v20200114-1637.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (44.56kB) [2020-07-04T21:37:18.466Z] [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-07-04T21:37:18.466Z] [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-07-04T21:37:18.722Z] [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-07-04T21:37:18.722Z] [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-07-04T21:37:18.977Z] [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-07-04T21:37:18.977Z] [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-07-04T21:37:19.232Z] [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-07-04T21:37:19.232Z] [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-07-04T21:37:19.794Z] [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-07-04T21:37:19.794Z] [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-07-04T21:37:20.354Z] [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-07-04T21:37:20.354Z] [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-07-04T21:37:20.609Z] [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.71kB) [2020-07-04T21:37:20.610Z] [INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.71kB) [2020-07-04T21:37:20.610Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease/pom.xml [2020-07-04T21:37:20.865Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.classloader:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.classloader/pom.xml [2020-07-04T21:37:20.865Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.classloader:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.classloader/pom.xml [2020-07-04T21:37:20.865Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.classloader:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.classloader/pom.xml [2020-07-04T21:37:20.865Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.ui:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui/pom.xml [2020-07-04T21:37:20.865Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.ui:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui/pom.xml [2020-07-04T21:37:20.865Z] [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-07-04T21:37:20.865Z] [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-07-04T21:37:21.121Z] [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-07-04T21:37:21.121Z] [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-07-04T21:37:21.121Z] [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-07-04T21:37:21.121Z] [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-07-04T21:37:22.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-07-04T21:37:22.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-07-04T21:37:22.047Z] [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-07-04T21:37:22.047Z] [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-07-04T21:37:22.302Z] [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-07-04T21:37:22.302Z] [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-07-04T21:37:22.302Z] [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-07-04T21:37:22.302Z] [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-07-04T21:37:22.557Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.ui:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui/pom.xml [2020-07-04T21:37:22.557Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.ui.completions.java:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.completions.java/pom.xml [2020-07-04T21:37:22.557Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.ui.completions.java:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.completions.java/pom.xml [2020-07-04T21:37:22.812Z] [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-07-04T21:37:22.812Z] [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-07-04T21:37:23.068Z] [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-07-04T21:37:23.068Z] [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-07-04T21:37:23.068Z] [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-07-04T21:37:23.068Z] [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-07-04T21:37:25.580Z] [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-07-04T21:37:25.580Z] [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-07-04T21:37:25.836Z] [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-07-04T21:37:25.836Z] [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-07-04T21:37:25.836Z] [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-07-04T21:37:25.836Z] [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-07-04T21:37:26.396Z] [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-07-04T21:37:26.396Z] [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-07-04T21:37:26.396Z] [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-07-04T21:37:26.651Z] [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-07-04T21:37:26.651Z] [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-07-04T21:37:26.651Z] [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-07-04T21:37:26.907Z] [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-07-04T21:37:26.907Z] [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-07-04T21:37:27.163Z] [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-07-04T21:37:27.163Z] [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-07-04T21:37:27.418Z] [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-07-04T21:37:27.418Z] [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-07-04T21:37:27.673Z] [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-07-04T21:37:27.673Z] [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-07-04T21:37:27.930Z] [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-07-04T21:37:27.930Z] [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-07-04T21:37:27.930Z] [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-07-04T21:37:27.930Z] [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-07-04T21:37:28.186Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.ui.completions.java:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.completions.java/pom.xml [2020-07-04T21:37:28.186Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.ui.scripts:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.scripts/pom.xml [2020-07-04T21:37:28.186Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.ui.scripts:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.scripts/pom.xml [2020-07-04T21:37:28.441Z] [INFO] Fetching com.google.gson_2.8.2.v20180104-1110.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (79.97kB) [2020-07-04T21:37:28.441Z] [INFO] Fetching com.google.gson_2.8.2.v20180104-1110.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (79.97kB) [2020-07-04T21:37:28.441Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.ui.scripts:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.scripts/pom.xml [2020-07-04T21:37:28.441Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.help:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.help/pom.xml [2020-07-04T21:37:28.441Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.help:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.help/pom.xml [2020-07-04T21:37:28.697Z] [INFO] Fetching com.google.guava_27.1.0.v20190517-1946.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (743.15kB) [2020-07-04T21:37:28.697Z] [INFO] Fetching com.google.guava_27.1.0.v20190517-1946.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (743.15kB) [2020-07-04T21:37:29.258Z] [INFO] Fetching com.google.javascript_0.0.20160315.v20161124-1903.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (1.14MB) [2020-07-04T21:37:29.258Z] [INFO] Fetching com.google.javascript_0.0.20160315.v20161124-1903.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (1.14MB) [2020-07-04T21:37:30.184Z] [INFO] Fetching com.google.protobuf_2.4.0.v201105131100.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (611.72kB) [2020-07-04T21:37:30.184Z] [INFO] Fetching com.google.protobuf_2.4.0.v201105131100.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (611.72kB) [2020-07-04T21:37:31.120Z] [INFO] Fetching org.jython_2.7.0.I201609090924.jar from https://bintray.com/artifact/download/pontesegger/ease-engines/plugins/ (28.17MB) [2020-07-04T21:37:31.120Z] [INFO] Fetching org.jython_2.7.0.I201609090924.jar from https://bintray.com/artifact/download/pontesegger/ease-engines/plugins/ (28.17MB) [2020-07-04T21:37:31.681Z] [INFO] Fetching org.eclipse.ant.core_3.5.700.v20191221-1203.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (72.39kB) [2020-07-04T21:37:31.937Z] [INFO] Fetching org.eclipse.ant.core_3.5.700.v20191221-1203.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (72.39kB) [2020-07-04T21:37:32.864Z] [INFO] Fetching org.codehaus.groovy_2.4.6.I201610061113.jar from https://bintray.com/artifact/download/pontesegger/ease-engines/plugins/ (6.51MB) [2020-07-04T21:37:32.864Z] [INFO] Fetching org.codehaus.groovy_2.4.6.I201610061113.jar from https://bintray.com/artifact/download/pontesegger/ease-engines/plugins/ (6.51MB) [2020-07-04T21:37:33.119Z] [INFO] Fetching org.mozilla.javascript_1.7.10.v20190430-1943.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/plugins/ (485.91kB) [2020-07-04T21:37:33.119Z] [INFO] Fetching org.mozilla.javascript_1.7.10.v20190430-1943.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20200224183213/repository/plugins/ (485.91kB) [2020-07-04T21:37:33.375Z] [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-07-04T21:37:33.375Z] [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-07-04T21:37:35.262Z] [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-07-04T21:37:35.262Z] [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-07-04T21:37:35.262Z] [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-07-04T21:37:35.262Z] [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-07-04T21:37:36.189Z] [INFO] Fetching org.eclipse.pde.core_3.13.300.v20200217-1517.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (1.29MB) [2020-07-04T21:37:36.189Z] [INFO] Fetching org.eclipse.pde.core_3.13.300.v20200217-1517.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (1.29MB) [2020-07-04T21:37:36.750Z] [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-07-04T21:37:36.750Z] [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-07-04T21:37:37.312Z] [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-07-04T21:37:37.312Z] [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-07-04T21:37:38.676Z] [INFO] Fetching org.jruby_9.0.5.I201610061226.jar from https://bintray.com/artifact/download/pontesegger/ease-engines/plugins/ (20.22MB) [2020-07-04T21:37:38.676Z] [INFO] Fetching org.jruby_9.0.5.I201610061226.jar from https://bintray.com/artifact/download/pontesegger/ease-engines/plugins/ (20.22MB) [2020-07-04T21:37:38.932Z] [INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (96.99kB) [2020-07-04T21:37:38.932Z] [INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (96.99kB) [2020-07-04T21:37:38.932Z] [INFO] Fetching org.eclipse.emf.edit.ui_2.18.0.v20200205-0529.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (108.56kB) [2020-07-04T21:37:38.932Z] [INFO] Fetching org.eclipse.emf.edit.ui_2.18.0.v20200205-0529.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (108.56kB) [2020-07-04T21:37:39.188Z] [INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (59.63kB) [2020-07-04T21:37:39.188Z] [INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (59.63kB) [2020-07-04T21:37:39.188Z] [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (19.47kB) [2020-07-04T21:37:39.443Z] [INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (19.47kB) [2020-07-04T21:37:39.443Z] [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.300.v20200211-1503.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (34.39kB) [2020-07-04T21:37:39.443Z] [INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.300.v20200211-1503.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (34.39kB) [2020-07-04T21:37:39.443Z] [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.400.v20191224-0854.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (58.06kB) [2020-07-04T21:37:39.443Z] [INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.400.v20191224-0854.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (58.06kB) [2020-07-04T21:37:39.699Z] [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.600.v20200217-1130.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (38.9kB) [2020-07-04T21:37:39.699Z] [INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.600.v20200217-1130.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (38.9kB) [2020-07-04T21:37:39.699Z] [INFO] Fetching org.eclipse.equinox.p2.director_2.4.600.v20200211-1504.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (48.12kB) [2020-07-04T21:37:39.699Z] [INFO] Fetching org.eclipse.equinox.p2.director_2.4.600.v20200211-1504.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (48.12kB) [2020-07-04T21:37:39.955Z] [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (116.64kB) [2020-07-04T21:37:39.955Z] [INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (116.64kB) [2020-07-04T21:37:40.210Z] [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (81.19kB) [2020-07-04T21:37:40.210Z] [INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (81.19kB) [2020-07-04T21:37:40.210Z] [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.500.v20200211-1505.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (23.81kB) [2020-07-04T21:37:40.210Z] [INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.500.v20200211-1505.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (23.81kB) [2020-07-04T21:37:40.466Z] [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.500.v20200211-1504.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (37.85kB) [2020-07-04T21:37:40.466Z] [INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.500.v20200211-1504.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (37.85kB) [2020-07-04T21:37:40.466Z] [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.400.v20200221-1022.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (13.86kB) [2020-07-04T21:37:40.466Z] [INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.400.v20200221-1022.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (13.86kB) [2020-07-04T21:37:40.466Z] [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.300.v20191016-0507.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (43.28kB) [2020-07-04T21:37:40.721Z] [INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.300.v20191016-0507.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (43.28kB) [2020-07-04T21:37:40.721Z] [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.500.v20200203-1449.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (105.62kB) [2020-07-04T21:37:40.721Z] [INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.500.v20200203-1449.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (105.62kB) [2020-07-04T21:37:40.976Z] [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.64kB) [2020-07-04T21:37:40.976Z] [INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.64kB) [2020-07-04T21:37:40.976Z] [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.500.v20200110-2121.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (121.9kB) [2020-07-04T21:37:40.976Z] [INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.500.v20200110-2121.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (121.9kB) [2020-07-04T21:37:41.233Z] [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.600.v20200114-1339.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (46.47kB) [2020-07-04T21:37:41.233Z] [INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.600.v20200114-1339.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (46.47kB) [2020-07-04T21:37:41.233Z] [INFO] Fetching org.eclipse.pde.build_3.10.700.v20191228-1214.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (478.68kB) [2020-07-04T21:37:41.233Z] [INFO] Fetching org.eclipse.pde.build_3.10.700.v20191228-1214.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (478.68kB) [2020-07-04T21:37:41.488Z] [INFO] Fetching org.eclipse.update.configurator_3.4.500.v20200225-0827.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (43.3kB) [2020-07-04T21:37:41.488Z] [INFO] Fetching org.eclipse.update.configurator_3.4.500.v20200225-0827.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (43.3kB) [2020-07-04T21:37:41.488Z] [INFO] Fetching org.eclipse.wst.common.core_1.3.0.v201903222010.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (24.05kB) [2020-07-04T21:37:41.488Z] [INFO] Fetching org.eclipse.wst.common.core_1.3.0.v201903222010.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (24.05kB) [2020-07-04T21:37:41.743Z] [INFO] Fetching org.eclipse.wst.common.environment_1.0.400.v201903222010.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (20.13kB) [2020-07-04T21:37:41.743Z] [INFO] Fetching org.eclipse.wst.common.environment_1.0.400.v201903222010.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (20.13kB) [2020-07-04T21:37:41.743Z] [INFO] Fetching org.eclipse.wst.common.frameworks_1.2.201.v201903222010.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (43.24kB) [2020-07-04T21:37:41.743Z] [INFO] Fetching org.eclipse.wst.common.frameworks_1.2.201.v201903222010.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (43.24kB) [2020-07-04T21:37:41.743Z] [INFO] Fetching org.eclipse.wst.common.project.facet.core_1.4.400.v201903222010.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (119.69kB) [2020-07-04T21:37:41.999Z] [INFO] Fetching org.eclipse.wst.common.project.facet.core_1.4.400.v201903222010.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (119.69kB) [2020-07-04T21:37:41.999Z] [INFO] Fetching org.eclipse.wst.validation_1.2.800.v201904082137.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (135.43kB) [2020-07-04T21:37:41.999Z] [INFO] Fetching org.eclipse.wst.validation_1.2.800.v201904082137.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (135.43kB) [2020-07-04T21:37:42.254Z] [INFO] Fetching org.eclipse.wst.jsdt.debug.core_3.2.200.v201903222047.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (52.41kB) [2020-07-04T21:37:42.254Z] [INFO] Fetching org.eclipse.wst.jsdt.debug.core_3.2.200.v201903222047.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (52.41kB) [2020-07-04T21:37:42.254Z] [INFO] Fetching org.eclipse.wst.jsdt.manipulation_1.0.601.v201903222047.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (20.9kB) [2020-07-04T21:37:42.254Z] [INFO] Fetching org.eclipse.wst.jsdt.manipulation_1.0.601.v201903222047.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (20.9kB) [2020-07-04T21:37:42.510Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.help:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.help/pom.xml [2020-07-04T21:37:42.765Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.feature/pom.xml [2020-07-04T21:37:44.651Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.feature/pom.xml [2020-07-04T21:37:44.906Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.feature/pom.xml [2020-07-04T21:37:44.906Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.ui.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.ui.feature/pom.xml [2020-07-04T21:37:44.906Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.ui.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.ui.feature/pom.xml [2020-07-04T21:37:44.906Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.ui.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.ui.feature/pom.xml [2020-07-04T21:37:44.906Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript/pom.xml [2020-07-04T21:37:44.907Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript/pom.xml [2020-07-04T21:37:45.162Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript/pom.xml [2020-07-04T21:37:45.162Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.ui:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.ui/pom.xml [2020-07-04T21:37:45.162Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.ui:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.ui/pom.xml [2020-07-04T21:37:45.162Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.ui:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.ui/pom.xml [2020-07-04T21:37:45.417Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.rhino:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.rhino/pom.xml [2020-07-04T21:37:45.417Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.rhino:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.rhino/pom.xml [2020-07-04T21:37:45.417Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.rhino:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.rhino/pom.xml [2020-07-04T21:37:45.417Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.nashorn:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.nashorn/pom.xml [2020-07-04T21:37:45.417Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.nashorn:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.nashorn/pom.xml [2020-07-04T21:37:45.672Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.nashorn:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.nashorn/pom.xml [2020-07-04T21:37:45.672Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.javascript.feature/pom.xml [2020-07-04T21:37:45.672Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.javascript.feature/pom.xml [2020-07-04T21:37:45.672Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.javascript.feature/pom.xml [2020-07-04T21:37:45.928Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python/pom.xml [2020-07-04T21:37:45.928Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python/pom.xml [2020-07-04T21:37:45.928Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python/pom.xml [2020-07-04T21:37:45.928Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.feature/pom.xml [2020-07-04T21:37:45.928Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.feature/pom.xml [2020-07-04T21:37:45.928Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.feature/pom.xml [2020-07-04T21:37:45.928Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.jython:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.jython/pom.xml [2020-07-04T21:37:45.928Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.jython:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.jython/pom.xml [2020-07-04T21:37:46.185Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.jython:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.jython/pom.xml [2020-07-04T21:37:46.185Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.python.jython.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.jython.feature/pom.xml [2020-07-04T21:37:46.185Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.python.jython.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.jython.feature/pom.xml [2020-07-04T21:37:46.185Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.python.jython.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.jython.feature/pom.xml [2020-07-04T21:37:46.185Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.py4j:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.py4j/pom.xml [2020-07-04T21:37:46.185Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.py4j:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.py4j/pom.xml [2020-07-04T21:37:46.440Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.py4j:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.py4j/pom.xml [2020-07-04T21:37:46.440Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.py4j.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.py4j.feature/pom.xml [2020-07-04T21:37:46.440Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.py4j.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.py4j.feature/pom.xml [2020-07-04T21:37:46.440Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.py4j.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.py4j.feature/pom.xml [2020-07-04T21:37:46.440Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.jvm.compiled:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.jvm.compiled/pom.xml [2020-07-04T21:37:46.440Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.jvm.compiled:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.jvm.compiled/pom.xml [2020-07-04T21:37:46.696Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.jvm.compiled:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.jvm.compiled/pom.xml [2020-07-04T21:37:46.696Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.jvm.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.jvm.feature/pom.xml [2020-07-04T21:37:46.696Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.jvm.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.jvm.feature/pom.xml [2020-07-04T21:37:46.696Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.jvm.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.jvm.feature/pom.xml [2020-07-04T21:37:46.696Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.groovy:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy/pom.xml [2020-07-04T21:37:46.954Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.groovy:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy/pom.xml [2020-07-04T21:37:46.954Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.groovy:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy/pom.xml [2020-07-04T21:37:46.954Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.groovy.interpreter:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy.interpreter/pom.xml [2020-07-04T21:37:46.954Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.groovy.interpreter:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy.interpreter/pom.xml [2020-07-04T21:37:46.954Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.groovy.interpreter:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy.interpreter/pom.xml [2020-07-04T21:37:46.954Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.groovy.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.groovy.feature/pom.xml [2020-07-04T21:37:46.954Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.groovy.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.groovy.feature/pom.xml [2020-07-04T21:37:47.213Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.groovy.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.groovy.feature/pom.xml [2020-07-04T21:37:47.213Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.ruby:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby/pom.xml [2020-07-04T21:37:47.213Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.ruby:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby/pom.xml [2020-07-04T21:37:47.213Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.ruby:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby/pom.xml [2020-07-04T21:37:47.213Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.ruby.jruby:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby.jruby/pom.xml [2020-07-04T21:37:47.213Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.ruby.jruby:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby.jruby/pom.xml [2020-07-04T21:37:47.472Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.ruby.jruby:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby.jruby/pom.xml [2020-07-04T21:37:47.472Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.ruby.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.ruby.feature/pom.xml [2020-07-04T21:37:47.472Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.ruby.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.ruby.feature/pom.xml [2020-07-04T21:37:47.472Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.ruby.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.ruby.feature/pom.xml [2020-07-04T21:37:47.472Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.scriptarchive:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive/pom.xml [2020-07-04T21:37:47.472Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.scriptarchive:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive/pom.xml [2020-07-04T21:37:47.727Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.scriptarchive:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive/pom.xml [2020-07-04T21:37:47.727Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.ui:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive.ui/pom.xml [2020-07-04T21:37:47.727Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.ui:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive.ui/pom.xml [2020-07-04T21:37:47.727Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.ui:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive.ui/pom.xml [2020-07-04T21:37:47.727Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.scriptarchive.feature/pom.xml [2020-07-04T21:37:47.727Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.scriptarchive.feature/pom.xml [2020-07-04T21:37:47.984Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.scriptarchive.feature/pom.xml [2020-07-04T21:37:47.985Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.unittest:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest/pom.xml [2020-07-04T21:37:47.985Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.unittest:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest/pom.xml [2020-07-04T21:37:47.985Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.unittest:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest/pom.xml [2020-07-04T21:37:47.985Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.unittest.ui:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest.ui/pom.xml [2020-07-04T21:37:47.985Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.unittest.ui:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest.ui/pom.xml [2020-07-04T21:37:48.240Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.unittest.ui:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest.ui/pom.xml [2020-07-04T21:37:48.240Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.unittest.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.unittest.feature/pom.xml [2020-07-04T21:37:48.240Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.unittest.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.unittest.feature/pom.xml [2020-07-04T21:37:48.240Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.unittest.feature:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.unittest.feature/pom.xml [2020-07-04T21:37:48.240Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.releng.p2:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/releng/org.eclipse.ease.releng.p2/pom.xml [2020-07-04T21:37:48.240Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.releng.p2:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/releng/org.eclipse.ease.releng.p2/pom.xml [2020-07-04T21:37:48.496Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.releng.p2:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/releng/org.eclipse.ease.releng.p2/pom.xml [2020-07-04T21:37:48.496Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.testhelper:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.testhelper/pom.xml [2020-07-04T21:37:48.496Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.testhelper:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.testhelper/pom.xml [2020-07-04T21:37:48.752Z] [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-07-04T21:37:48.752Z] [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-07-04T21:37:48.752Z] [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-07-04T21:37:49.007Z] [INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (123kB) [2020-07-04T21:37:49.263Z] [INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (123kB) [2020-07-04T21:37:49.263Z] [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-07-04T21:37:49.263Z] [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-07-04T21:37:49.518Z] [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (29.18kB) [2020-07-04T21:37:49.518Z] [INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (29.18kB) [2020-07-04T21:37:49.519Z] [INFO] Fetching org.hamcrest.library_1.3.0.v20180524-2246.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (32.1kB) [2020-07-04T21:37:49.519Z] [INFO] Fetching org.hamcrest.library_1.3.0.v20180524-2246.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (32.1kB) [2020-07-04T21:37:49.774Z] [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-07-04T21:37:49.774Z] [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-07-04T21:37:49.774Z] [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-07-04T21:37:49.774Z] [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-07-04T21:37:50.029Z] [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-07-04T21:37:50.029Z] [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-07-04T21:37:50.029Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.testhelper:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.testhelper/pom.xml [2020-07-04T21:37:50.029Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/pom.xml [2020-07-04T21:37:50.029Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/pom.xml [2020-07-04T21:37:50.284Z] [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-07-04T21:37:50.284Z] [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-07-04T21:37:50.284Z] [INFO] Fetching org.eclipse.equinox.launcher_1.5.700.v20200207-2156.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (29.85kB) [2020-07-04T21:37:50.284Z] [INFO] Fetching org.eclipse.equinox.launcher_1.5.700.v20200207-2156.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (29.85kB) [2020-07-04T21:37:50.540Z] [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-07-04T21:37:50.540Z] [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-07-04T21:37:50.540Z] [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-07-04T21:37:50.540Z] [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-07-04T21:37:50.795Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/pom.xml [2020-07-04T21:37:50.795Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.nashorn.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/pom.xml [2020-07-04T21:37:50.795Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.nashorn.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/pom.xml [2020-07-04T21:37:50.795Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.nashorn.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/pom.xml [2020-07-04T21:37:51.051Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.rhino.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/pom.xml [2020-07-04T21:37:51.051Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.rhino.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/pom.xml [2020-07-04T21:37:51.051Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.rhino.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/pom.xml [2020-07-04T21:37:51.051Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/pom.xml [2020-07-04T21:37:51.051Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/pom.xml [2020-07-04T21:37:51.306Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/pom.xml [2020-07-04T21:37:51.306Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/pom.xml [2020-07-04T21:37:51.306Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/pom.xml [2020-07-04T21:37:51.561Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/pom.xml [2020-07-04T21:37:51.561Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.jython.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/pom.xml [2020-07-04T21:37:51.561Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.jython.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/pom.xml [2020-07-04T21:37:51.561Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.jython.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/pom.xml [2020-07-04T21:37:51.561Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.py4j.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/pom.xml [2020-07-04T21:37:51.561Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.py4j.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/pom.xml [2020-07-04T21:37:51.816Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.py4j.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/pom.xml [2020-07-04T21:37:51.817Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/pom.xml [2020-07-04T21:37:51.817Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/pom.xml [2020-07-04T21:37:51.817Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/pom.xml [2020-07-04T21:37:52.072Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.unittest.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.unittest.test/pom.xml [2020-07-04T21:37:52.072Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.unittest.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.unittest.test/pom.xml [2020-07-04T21:37:52.072Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.unittest.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.unittest.test/pom.xml [2020-07-04T21:37:52.327Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.ui.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/pom.xml [2020-07-04T21:37:52.327Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.ui.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/pom.xml [2020-07-04T21:37:52.327Z] [INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (33.35kB) [2020-07-04T21:37:52.327Z] [INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (33.35kB) [2020-07-04T21:37:52.327Z] [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (60.2kB) [2020-07-04T21:37:52.583Z] [INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (60.2kB) [2020-07-04T21:37:52.583Z] [INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (55.73kB) [2020-07-04T21:37:52.583Z] [INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (55.73kB) [2020-07-04T21:37:52.583Z] [INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (2.36MB) [2020-07-04T21:37:52.838Z] [INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (2.36MB) [2020-07-04T21:37:53.093Z] [INFO] Fetching org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (696.23kB) [2020-07-04T21:37:53.094Z] [INFO] Fetching org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (696.23kB) [2020-07-04T21:37:53.349Z] [INFO] Fetching org.apache.lucene.core_8.4.1.v20200122-1459.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (962.55kB) [2020-07-04T21:37:53.604Z] [INFO] Fetching org.apache.lucene.core_8.4.1.v20200122-1459.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (962.55kB) [2020-07-04T21:37:54.166Z] [INFO] Fetching org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (3.42MB) [2020-07-04T21:37:54.166Z] [INFO] Fetching org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (3.42MB) [2020-07-04T21:37:55.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-07-04T21:37:55.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-07-04T21:37:55.092Z] [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-07-04T21:37:55.348Z] [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-07-04T21:37:55.348Z] [INFO] Fetching org.eclipse.equinox.http.jetty_3.7.400.v20200123-1333.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.59kB) [2020-07-04T21:37:55.348Z] [INFO] Fetching org.eclipse.equinox.http.jetty_3.7.400.v20200123-1333.jar.pack.gz from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (16.59kB) [2020-07-04T21:37:55.603Z] [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-07-04T21:37:55.603Z] [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-07-04T21:37:55.603Z] [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-07-04T21:37:55.603Z] [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-07-04T21:37:55.858Z] [INFO] Fetching org.eclipse.jetty.http_9.4.27.v20200227.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (220.64kB) [2020-07-04T21:37:55.858Z] [INFO] Fetching org.eclipse.jetty.http_9.4.27.v20200227.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (220.64kB) [2020-07-04T21:37:55.858Z] [INFO] Fetching org.eclipse.jetty.server_9.4.27.v20200227.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (708.45kB) [2020-07-04T21:37:55.858Z] [INFO] Fetching org.eclipse.jetty.server_9.4.27.v20200227.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (708.45kB) [2020-07-04T21:37:56.114Z] [INFO] Fetching org.eclipse.jetty.servlet_9.4.27.v20200227.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (139.01kB) [2020-07-04T21:37:56.114Z] [INFO] Fetching org.eclipse.jetty.servlet_9.4.27.v20200227.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (139.01kB) [2020-07-04T21:37:56.114Z] [INFO] Fetching org.eclipse.jetty.util_9.4.27.v20200227.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (572.85kB) [2020-07-04T21:37:56.114Z] [INFO] Fetching org.eclipse.jetty.util_9.4.27.v20200227.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (572.85kB) [2020-07-04T21:37:56.369Z] [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-07-04T21:37:56.369Z] [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-07-04T21:37:56.369Z] [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-07-04T21:37:56.369Z] [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-07-04T21:37:56.625Z] [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-07-04T21:37:56.625Z] [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-07-04T21:37:56.625Z] [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-07-04T21:37:56.625Z] [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-07-04T21:37:56.880Z] [INFO] Fetching org.eclipse.jetty.io_9.4.27.v20200227.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (170.91kB) [2020-07-04T21:37:56.880Z] [INFO] Fetching org.eclipse.jetty.io_9.4.27.v20200227.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (170.91kB) [2020-07-04T21:37:56.880Z] [INFO] Fetching org.eclipse.jetty.security_9.4.27.v20200227.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (126.39kB) [2020-07-04T21:37:57.135Z] [INFO] Fetching org.eclipse.jetty.security_9.4.27.v20200227.jar from http://download.eclipse.org/releases/2020-03/202003181000/plugins/ (126.39kB) [2020-07-04T21:37:57.393Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.ui.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/pom.xml [2020-07-04T21:37:57.393Z] [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-07-04T21:37:57.393Z] [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-07-04T21:37:57.393Z] [INFO] ------------------------------------------------------------------------ [2020-07-04T21:37:57.393Z] [INFO] Reactor Build Order: [2020-07-04T21:37:57.393Z] [INFO] [2020-07-04T21:37:57.393Z] [INFO] org.eclipse.ease.releng [pom] [2020-07-04T21:37:57.393Z] [INFO] org.eclipse.ease.classloader [eclipse-plugin] [2020-07-04T21:37:57.393Z] [INFO] org.eclipse.ease [eclipse-plugin] [2020-07-04T21:37:57.393Z] [INFO] org.eclipse.ease.ui [eclipse-plugin] [2020-07-04T21:37:57.393Z] [INFO] org.eclipse.ease.ui.completions.java [eclipse-plugin] [2020-07-04T21:37:57.393Z] [INFO] org.eclipse.ease.ui.scripts [eclipse-plugin] [2020-07-04T21:37:57.393Z] [INFO] org.eclipse.ease.lang.javascript [eclipse-plugin] [2020-07-04T21:37:57.393Z] [INFO] org.eclipse.ease.lang.scriptarchive [eclipse-plugin] [2020-07-04T21:37:57.393Z] [INFO] org.eclipse.ease.lang.python [eclipse-plugin] [2020-07-04T21:37:57.393Z] [INFO] org.eclipse.ease.lang.python.py4j [eclipse-plugin] [2020-07-04T21:37:57.393Z] [INFO] org.eclipse.ease.lang.groovy [eclipse-plugin] [2020-07-04T21:37:57.393Z] [INFO] org.eclipse.ease.lang.groovy.interpreter [eclipse-plugin] [2020-07-04T21:37:57.393Z] [INFO] org.eclipse.ease.lang.unittest [eclipse-plugin] [2020-07-04T21:37:57.393Z] [INFO] org.eclipse.ease.lang.unittest.ui [eclipse-plugin] [2020-07-04T21:37:57.394Z] [INFO] org.eclipse.ease.lang.ruby [eclipse-plugin] [2020-07-04T21:37:57.394Z] [INFO] org.eclipse.ease.lang.ruby.jruby [eclipse-plugin] [2020-07-04T21:37:57.394Z] [INFO] org.eclipse.ease.lang.javascript.nashorn [eclipse-plugin] [2020-07-04T21:37:57.394Z] [INFO] org.eclipse.ease.lang.javascript.rhino [eclipse-plugin] [2020-07-04T21:37:57.394Z] [INFO] org.eclipse.ease.lang.python.jython [eclipse-plugin] [2020-07-04T21:37:57.394Z] [INFO] org.eclipse.ease.lang.javascript.ui [eclipse-plugin] [2020-07-04T21:37:57.394Z] [INFO] org.eclipse.ease.lang.jvm.compiled [eclipse-plugin] [2020-07-04T21:37:57.394Z] [INFO] org.eclipse.ease.lang.scriptarchive.ui [eclipse-plugin] [2020-07-04T21:37:57.394Z] [INFO] org.eclipse.ease.help [eclipse-plugin] [2020-07-04T21:37:57.394Z] [INFO] org.eclipse.ease.feature [eclipse-feature] [2020-07-04T21:37:57.394Z] [INFO] org.eclipse.ease.ui.feature [eclipse-feature] [2020-07-04T21:37:57.394Z] [INFO] org.eclipse.ease.lang.javascript.feature [eclipse-feature] [2020-07-04T21:37:57.394Z] [INFO] org.eclipse.ease.lang.python.feature [eclipse-feature] [2020-07-04T21:37:57.394Z] [INFO] org.eclipse.ease.python.jython.feature [eclipse-feature] [2020-07-04T21:37:57.394Z] [INFO] org.eclipse.ease.lang.python.py4j.feature [eclipse-feature] [2020-07-04T21:37:57.394Z] [INFO] org.eclipse.ease.lang.jvm.feature [eclipse-feature] [2020-07-04T21:37:57.394Z] [INFO] org.eclipse.ease.lang.groovy.feature [eclipse-feature] [2020-07-04T21:37:57.394Z] [INFO] org.eclipse.ease.lang.ruby.feature [eclipse-feature] [2020-07-04T21:37:57.394Z] [INFO] org.eclipse.ease.lang.scriptarchive.feature [eclipse-feature] [2020-07-04T21:37:57.394Z] [INFO] org.eclipse.ease.lang.unittest.feature [eclipse-feature] [2020-07-04T21:37:57.394Z] [INFO] org.eclipse.ease.releng.target [eclipse-target-definition] [2020-07-04T21:37:57.394Z] [INFO] org.eclipse.ease.releng.p2 [eclipse-repository] [2020-07-04T21:37:57.394Z] [INFO] org.eclipse.ease.testhelper [eclipse-plugin] [2020-07-04T21:37:57.394Z] [INFO] org.eclipse.ease.test [eclipse-test-plugin] [2020-07-04T21:37:57.394Z] [INFO] org.eclipse.ease.lang.javascript.nashorn.test [eclipse-test-plugin] [2020-07-04T21:37:57.394Z] [INFO] org.eclipse.ease.lang.javascript.rhino.test [eclipse-test-plugin] [2020-07-04T21:37:57.394Z] [INFO] org.eclipse.ease.lang.javascript.test [eclipse-test-plugin] [2020-07-04T21:37:57.394Z] [INFO] org.eclipse.ease.lang.python.test [eclipse-test-plugin] [2020-07-04T21:37:57.394Z] [INFO] org.eclipse.ease.lang.python.jython.test [eclipse-test-plugin] [2020-07-04T21:37:57.394Z] [INFO] org.eclipse.ease.lang.python.py4j.test [eclipse-test-plugin] [2020-07-04T21:37:57.394Z] [INFO] org.eclipse.ease.lang.scriptarchive.test [eclipse-test-plugin] [2020-07-04T21:37:57.394Z] [INFO] org.eclipse.ease.lang.unittest.test [eclipse-test-plugin] [2020-07-04T21:37:57.394Z] [INFO] org.eclipse.ease.ui.test [eclipse-test-plugin] [2020-07-04T21:37:57.394Z] [INFO] EASE (Incubation) [pom] [2020-07-04T21:37:57.394Z] [INFO] [2020-07-04T21:37:57.394Z] [INFO] --------------< org.eclipse.ease:org.eclipse.ease.releng >-------------- [2020-07-04T21:37:57.394Z] [INFO] Building org.eclipse.ease.releng 0.8.0-SNAPSHOT [1/48] [2020-07-04T21:37:57.394Z] [INFO] --------------------------------[ pom ]--------------------------------- [2020-07-04T21:37:57.649Z] [INFO] [2020-07-04T21:37:57.649Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.releng --- [2020-07-04T21:37:57.904Z] [INFO] [2020-07-04T21:37:57.904Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.releng >>> [2020-07-04T21:37:57.904Z] [INFO] [2020-07-04T21:37:57.904Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.releng <<< [2020-07-04T21:37:57.904Z] [INFO] [2020-07-04T21:37:57.904Z] [INFO] [2020-07-04T21:37:57.904Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.releng --- [2020-07-04T21:38:02.070Z] [INFO] [2020-07-04T21:38:02.070Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.releng --- [2020-07-04T21:38:02.631Z] [INFO] [2020-07-04T21:38:02.631Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.releng --- [2020-07-04T21:38:02.631Z] [INFO] [2020-07-04T21:38:02.631Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.releng --- [2020-07-04T21:38:02.631Z] [INFO] [2020-07-04T21:38:02.631Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.releng --- [2020-07-04T21:38:02.631Z] [INFO] [2020-07-04T21:38:02.631Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ org.eclipse.ease.releng --- [2020-07-04T21:38:02.887Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/releng/org.eclipse.ease.releng/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.releng/0.8.0-SNAPSHOT/org.eclipse.ease.releng-0.8.0-SNAPSHOT.pom [2020-07-04T21:38:02.887Z] [INFO] [2020-07-04T21:38:02.887Z] [INFO] -----------< org.eclipse.ease:org.eclipse.ease.classloader >------------ [2020-07-04T21:38:02.887Z] [INFO] Building org.eclipse.ease.classloader 0.8.0-SNAPSHOT [2/48] [2020-07-04T21:38:02.887Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-07-04T21:38:02.887Z] [INFO] [2020-07-04T21:38:02.887Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.classloader --- [2020-07-04T21:38:02.887Z] [INFO] [2020-07-04T21:38:02.887Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.classloader --- [2020-07-04T21:38:03.813Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-07-04T21:38:03.813Z] [INFO] [2020-07-04T21:38:03.814Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.classloader --- [2020-07-04T21:38:03.814Z] [INFO] [2020-07-04T21:38:03.814Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.classloader --- [2020-07-04T21:38:03.814Z] [INFO] [2020-07-04T21:38:03.814Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.classloader >>> [2020-07-04T21:38:03.814Z] [INFO] [2020-07-04T21:38:03.814Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.classloader --- [2020-07-04T21:38:04.069Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-07-04T21:38:04.069Z] [INFO] [2020-07-04T21:38:04.069Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.classloader --- [2020-07-04T21:38:04.069Z] [INFO] [2020-07-04T21:38:04.069Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.classloader --- [2020-07-04T21:38:04.069Z] [INFO] [2020-07-04T21:38:04.069Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.classloader <<< [2020-07-04T21:38:04.069Z] [INFO] [2020-07-04T21:38:04.069Z] [INFO] [2020-07-04T21:38:04.069Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.classloader --- [2020-07-04T21:38:04.069Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-07-04T21:38:05.435Z] [INFO] [2020-07-04T21:38:05.435Z] Loading source files for package org.eclipse.ease.classloader... [2020-07-04T21:38:05.435Z] Constructing Javadoc information... [2020-07-04T21:38:05.435Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.classloader/target/javadoc-bundle-options/package-list" [2020-07-04T21:38:05.435Z] No plugin definition found, skipping [2020-07-04T21:38:05.435Z] No plugin definition found, skipping [2020-07-04T21:38:05.435Z] [WARNING] Javadoc Warnings [2020-07-04T21:38:05.435Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10" [2020-07-04T21:38:05.435Z] [INFO] [2020-07-04T21:38:05.435Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.classloader --- [2020-07-04T21:38:05.435Z] [INFO] [2020-07-04T21:38:05.435Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.classloader --- [2020-07-04T21:38:05.996Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:38:05.997Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.classloader/src/main/resources [2020-07-04T21:38:05.997Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.classloader/help [2020-07-04T21:38:05.997Z] [INFO] [2020-07-04T21:38:05.997Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.classloader --- [2020-07-04T21:38:06.557Z] [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.classloader/target/classes [2020-07-04T21:38:06.812Z] [INFO] [2020-07-04T21:38:06.812Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.classloader --- [2020-07-04T21:38:06.812Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:38:06.812Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.classloader/src/test/resources [2020-07-04T21:38:06.812Z] [INFO] [2020-07-04T21:38:06.812Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.classloader --- [2020-07-04T21:38:06.812Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.classloader/target/org.eclipse.ease.classloader-0.8.0-SNAPSHOT-sources.jar [2020-07-04T21:38:06.812Z] [INFO] [2020-07-04T21:38:06.812Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.classloader --- [2020-07-04T21:38:06.812Z] [INFO] [2020-07-04T21:38:06.812Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.classloader --- [2020-07-04T21:38:06.812Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.classloader/target/org.eclipse.ease.classloader-0.8.0-SNAPSHOT.jar [2020-07-04T21:38:06.812Z] [INFO] [2020-07-04T21:38:06.812Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.classloader --- [2020-07-04T21:38:06.812Z] [INFO] [2020-07-04T21:38:06.812Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.classloader --- [2020-07-04T21:38:06.812Z] [INFO] [2020-07-04T21:38:06.812Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.classloader --- [2020-07-04T21:38:06.812Z] [INFO] [2020-07-04T21:38:06.812Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.classloader --- [2020-07-04T21:38:06.812Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.classloader/target/org.eclipse.ease.classloader-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.classloader/0.8.0-SNAPSHOT/org.eclipse.ease.classloader-0.8.0-SNAPSHOT.jar [2020-07-04T21:38:06.812Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.classloader/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.classloader/0.8.0-SNAPSHOT/org.eclipse.ease.classloader-0.8.0-SNAPSHOT.pom [2020-07-04T21:38:06.812Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.classloader/target/org.eclipse.ease.classloader-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.classloader/0.8.0-SNAPSHOT/org.eclipse.ease.classloader-0.8.0-SNAPSHOT-sources.jar [2020-07-04T21:38:06.813Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.classloader/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.classloader/0.8.0-SNAPSHOT/org.eclipse.ease.classloader-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:38:06.813Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.classloader/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.classloader/0.8.0-SNAPSHOT/org.eclipse.ease.classloader-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:38:06.813Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.classloader/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.classloader/0.8.0-SNAPSHOT/org.eclipse.ease.classloader-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:38:06.813Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.classloader/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.classloader/0.8.0-SNAPSHOT/org.eclipse.ease.classloader-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:38:06.813Z] [INFO] [2020-07-04T21:38:06.813Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.classloader --- [2020-07-04T21:38:06.813Z] [INFO] [2020-07-04T21:38:06.813Z] [INFO] -----------------< org.eclipse.ease:org.eclipse.ease >------------------ [2020-07-04T21:38:06.813Z] [INFO] Building org.eclipse.ease 0.8.0-SNAPSHOT [3/48] [2020-07-04T21:38:06.813Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-07-04T21:38:06.813Z] [INFO] [2020-07-04T21:38:06.813Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease --- [2020-07-04T21:38:06.813Z] [INFO] [2020-07-04T21:38:06.813Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease --- [2020-07-04T21:38:07.069Z] [INFO] The project's OSGi version is 0.8.0.I202007020622 [2020-07-04T21:38:07.069Z] [INFO] [2020-07-04T21:38:07.069Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease --- [2020-07-04T21:38:07.069Z] [INFO] [2020-07-04T21:38:07.069Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease --- [2020-07-04T21:38:07.069Z] [INFO] [2020-07-04T21:38:07.069Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease >>> [2020-07-04T21:38:07.069Z] [INFO] [2020-07-04T21:38:07.069Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease --- [2020-07-04T21:38:07.069Z] [INFO] The project's OSGi version is 0.8.0.I202007020622 [2020-07-04T21:38:07.069Z] [INFO] [2020-07-04T21:38:07.069Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease --- [2020-07-04T21:38:07.069Z] [INFO] [2020-07-04T21:38:07.069Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease --- [2020-07-04T21:38:07.069Z] [INFO] [2020-07-04T21:38:07.069Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease <<< [2020-07-04T21:38:07.069Z] [INFO] [2020-07-04T21:38:07.069Z] [INFO] [2020-07-04T21:38:07.069Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease --- [2020-07-04T21:38:07.069Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-07-04T21:38:08.433Z] [INFO] [2020-07-04T21:38:08.433Z] Loading source files for package org.eclipse.ease... [2020-07-04T21:38:08.433Z] Loading source files for package org.eclipse.ease.adapters... [2020-07-04T21:38:08.433Z] Loading source files for package org.eclipse.ease.applications... [2020-07-04T21:38:08.433Z] Loading source files for package org.eclipse.ease.debugging... [2020-07-04T21:38:08.433Z] Loading source files for package org.eclipse.ease.debugging.dispatcher... [2020-07-04T21:38:08.433Z] Loading source files for package org.eclipse.ease.debugging.events... [2020-07-04T21:38:08.433Z] Loading source files for package org.eclipse.ease.debugging.events.debugger... [2020-07-04T21:38:08.433Z] Loading source files for package org.eclipse.ease.debugging.events.model... [2020-07-04T21:38:08.433Z] Loading source files for package org.eclipse.ease.debugging.model... [2020-07-04T21:38:08.433Z] Loading source files for package org.eclipse.ease.modules... [2020-07-04T21:38:08.433Z] Loading source files for package org.eclipse.ease.security... [2020-07-04T21:38:08.433Z] Loading source files for package org.eclipse.ease.service... [2020-07-04T21:38:08.433Z] Loading source files for package org.eclipse.ease.sign... [2020-07-04T21:38:08.433Z] Loading source files for package org.eclipse.ease.tools... [2020-07-04T21:38:08.433Z] Loading source files for package org.eclipse.ease.urlhandler... [2020-07-04T21:38:08.433Z] Constructing Javadoc information... [2020-07-04T21:38:08.433Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease/target/javadoc-bundle-options/package-list" [2020-07-04T21:38:08.433Z] [WARNING] Javadoc Warnings [2020-07-04T21:38:08.433Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10" [2020-07-04T21:38:08.433Z] [INFO] [2020-07-04T21:38:08.433Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease --- [2020-07-04T21:38:08.433Z] [INFO] [2020-07-04T21:38:08.433Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease --- [2020-07-04T21:38:08.433Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:38:08.433Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease/src/main/resources [2020-07-04T21:38:08.433Z] [INFO] Copying 3 resources to help [2020-07-04T21:38:08.433Z] [INFO] [2020-07-04T21:38:08.433Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease --- [2020-07-04T21:38:08.433Z] [INFO] Compiling 110 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease/target/classes [2020-07-04T21:38:09.360Z] [INFO] [2020-07-04T21:38:09.360Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease --- [2020-07-04T21:38:09.360Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:38:09.360Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease/src/test/resources [2020-07-04T21:38:09.360Z] [INFO] [2020-07-04T21:38:09.360Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease --- [2020-07-04T21:38:09.360Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease/target/org.eclipse.ease-0.8.0-SNAPSHOT-sources.jar [2020-07-04T21:38:09.360Z] [INFO] [2020-07-04T21:38:09.360Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease --- [2020-07-04T21:38:09.360Z] [INFO] [2020-07-04T21:38:09.360Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease --- [2020-07-04T21:38:09.361Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease/target/org.eclipse.ease-0.8.0-SNAPSHOT.jar [2020-07-04T21:38:09.361Z] [INFO] [2020-07-04T21:38:09.361Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease --- [2020-07-04T21:38:09.361Z] [INFO] [2020-07-04T21:38:09.361Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease --- [2020-07-04T21:38:09.361Z] [INFO] [2020-07-04T21:38:09.361Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease --- [2020-07-04T21:38:09.361Z] [INFO] [2020-07-04T21:38:09.361Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease --- [2020-07-04T21:38:09.361Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease/target/org.eclipse.ease-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease/0.8.0-SNAPSHOT/org.eclipse.ease-0.8.0-SNAPSHOT.jar [2020-07-04T21:38:09.361Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease/0.8.0-SNAPSHOT/org.eclipse.ease-0.8.0-SNAPSHOT.pom [2020-07-04T21:38:09.361Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease/target/org.eclipse.ease-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease/0.8.0-SNAPSHOT/org.eclipse.ease-0.8.0-SNAPSHOT-sources.jar [2020-07-04T21:38:09.361Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease/0.8.0-SNAPSHOT/org.eclipse.ease-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:38:09.361Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease/0.8.0-SNAPSHOT/org.eclipse.ease-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:38:09.361Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease/0.8.0-SNAPSHOT/org.eclipse.ease-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:38:09.361Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease/0.8.0-SNAPSHOT/org.eclipse.ease-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:38:09.361Z] [INFO] [2020-07-04T21:38:09.361Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease --- [2020-07-04T21:38:09.361Z] [INFO] [2020-07-04T21:38:09.361Z] [INFO] ----------------< org.eclipse.ease:org.eclipse.ease.ui >---------------- [2020-07-04T21:38:09.361Z] [INFO] Building org.eclipse.ease.ui 0.8.0-SNAPSHOT [4/48] [2020-07-04T21:38:09.361Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-07-04T21:38:09.361Z] [INFO] [2020-07-04T21:38:09.361Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.ui --- [2020-07-04T21:38:09.361Z] [INFO] [2020-07-04T21:38:09.361Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui --- [2020-07-04T21:38:09.361Z] [INFO] The project's OSGi version is 0.8.0.I202003230858 [2020-07-04T21:38:09.361Z] [INFO] [2020-07-04T21:38:09.361Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.ui --- [2020-07-04T21:38:09.361Z] [INFO] [2020-07-04T21:38:09.361Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.ui --- [2020-07-04T21:38:09.361Z] [INFO] [2020-07-04T21:38:09.361Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.ui >>> [2020-07-04T21:38:09.361Z] [INFO] [2020-07-04T21:38:09.361Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui --- [2020-07-04T21:38:09.617Z] [INFO] The project's OSGi version is 0.8.0.I202003230858 [2020-07-04T21:38:09.617Z] [INFO] [2020-07-04T21:38:09.617Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.ui --- [2020-07-04T21:38:09.617Z] [INFO] [2020-07-04T21:38:09.617Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.ui --- [2020-07-04T21:38:09.617Z] [INFO] [2020-07-04T21:38:09.617Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.ui <<< [2020-07-04T21:38:09.617Z] [INFO] [2020-07-04T21:38:09.617Z] [INFO] [2020-07-04T21:38:09.617Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.ui --- [2020-07-04T21:38:09.617Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-07-04T21:38:10.988Z] [INFO] [2020-07-04T21:38:10.988Z] Loading source files for package org.eclipse.ease.ui... [2020-07-04T21:38:10.988Z] Loading source files for package org.eclipse.ease.ui.completion... [2020-07-04T21:38:10.988Z] Loading source files for package org.eclipse.ease.ui.completion.provider... [2020-07-04T21:38:10.988Z] Loading source files for package org.eclipse.ease.ui.console... [2020-07-04T21:38:10.988Z] Loading source files for package org.eclipse.ease.ui.console.actions... [2020-07-04T21:38:10.988Z] Loading source files for package org.eclipse.ease.ui.debugging.model... [2020-07-04T21:38:10.988Z] Loading source files for package org.eclipse.ease.ui.dnd... [2020-07-04T21:38:10.988Z] Loading source files for package org.eclipse.ease.ui.handler... [2020-07-04T21:38:10.988Z] Loading source files for package org.eclipse.ease.ui.help.hovers... [2020-07-04T21:38:10.988Z] Loading source files for package org.eclipse.ease.ui.help.hovers.internal... [2020-07-04T21:38:10.988Z] Loading source files for package org.eclipse.ease.ui.launching... [2020-07-04T21:38:10.988Z] Loading source files for package org.eclipse.ease.ui.modules.ui... [2020-07-04T21:38:10.988Z] Loading source files for package org.eclipse.ease.ui.perspectives... [2020-07-04T21:38:10.988Z] Loading source files for package org.eclipse.ease.ui.preferences... [2020-07-04T21:38:10.988Z] Loading source files for package org.eclipse.ease.ui.propertytester... [2020-07-04T21:38:10.988Z] Loading source files for package org.eclipse.ease.ui.sign... [2020-07-04T21:38:10.988Z] Loading source files for package org.eclipse.ease.ui.tools... [2020-07-04T21:38:10.988Z] Loading source files for package org.eclipse.ease.ui.view... [2020-07-04T21:38:10.988Z] Constructing Javadoc information... [2020-07-04T21:38:10.988Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui/target/javadoc-bundle-options/package-list" [2020-07-04T21:38:10.988Z] [WARNING] Javadoc Warnings [2020-07-04T21:38:10.988Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10" [2020-07-04T21:38:10.988Z] [INFO] [2020-07-04T21:38:10.988Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.ui --- [2020-07-04T21:38:10.988Z] [INFO] [2020-07-04T21:38:10.989Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.ui --- [2020-07-04T21:38:10.989Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:38:10.989Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui/src/main/resources [2020-07-04T21:38:10.989Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui/help [2020-07-04T21:38:10.989Z] [INFO] [2020-07-04T21:38:10.989Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.ui --- [2020-07-04T21:38:10.989Z] [INFO] Compiling 116 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui/target/classes [2020-07-04T21:38:11.985Z] [INFO] [2020-07-04T21:38:11.985Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.ui --- [2020-07-04T21:38:11.985Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:38:11.985Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui/src/test/resources [2020-07-04T21:38:11.985Z] [INFO] [2020-07-04T21:38:11.986Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.ui --- [2020-07-04T21:38:11.986Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui/target/org.eclipse.ease.ui-0.8.0-SNAPSHOT-sources.jar [2020-07-04T21:38:11.986Z] [INFO] [2020-07-04T21:38:11.986Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.ui --- [2020-07-04T21:38:11.986Z] [INFO] [2020-07-04T21:38:11.986Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.ui --- [2020-07-04T21:38:11.986Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui/target/org.eclipse.ease.ui-0.8.0-SNAPSHOT.jar [2020-07-04T21:38:11.986Z] [INFO] [2020-07-04T21:38:11.986Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.ui --- [2020-07-04T21:38:11.986Z] [INFO] [2020-07-04T21:38:11.986Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.ui --- [2020-07-04T21:38:11.986Z] [INFO] [2020-07-04T21:38:11.986Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.ui --- [2020-07-04T21:38:11.986Z] [INFO] [2020-07-04T21:38:11.986Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.ui --- [2020-07-04T21:38:11.986Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui/target/org.eclipse.ease.ui-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui/0.8.0-SNAPSHOT/org.eclipse.ease.ui-0.8.0-SNAPSHOT.jar [2020-07-04T21:38:12.241Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui/0.8.0-SNAPSHOT/org.eclipse.ease.ui-0.8.0-SNAPSHOT.pom [2020-07-04T21:38:12.241Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui/target/org.eclipse.ease.ui-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui/0.8.0-SNAPSHOT/org.eclipse.ease.ui-0.8.0-SNAPSHOT-sources.jar [2020-07-04T21:38:12.241Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui/0.8.0-SNAPSHOT/org.eclipse.ease.ui-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:38:12.242Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui/0.8.0-SNAPSHOT/org.eclipse.ease.ui-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:38:12.242Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui/0.8.0-SNAPSHOT/org.eclipse.ease.ui-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:38:12.242Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui/0.8.0-SNAPSHOT/org.eclipse.ease.ui-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:38:12.242Z] [INFO] [2020-07-04T21:38:12.242Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.ui --- [2020-07-04T21:38:12.242Z] [INFO] [2020-07-04T21:38:12.242Z] [INFO] -------< org.eclipse.ease:org.eclipse.ease.ui.completions.java >-------- [2020-07-04T21:38:12.242Z] [INFO] Building org.eclipse.ease.ui.completions.java 0.8.0-SNAPSHOT [5/48] [2020-07-04T21:38:12.242Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-07-04T21:38:12.242Z] [INFO] [2020-07-04T21:38:12.242Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.ui.completions.java --- [2020-07-04T21:38:12.242Z] [INFO] [2020-07-04T21:38:12.242Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui.completions.java --- [2020-07-04T21:38:12.242Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-07-04T21:38:12.242Z] [INFO] [2020-07-04T21:38:12.242Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.completions.java --- [2020-07-04T21:38:12.242Z] [INFO] [2020-07-04T21:38:12.242Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.completions.java --- [2020-07-04T21:38:12.242Z] [INFO] [2020-07-04T21:38:12.242Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.ui.completions.java >>> [2020-07-04T21:38:12.242Z] [INFO] [2020-07-04T21:38:12.242Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui.completions.java --- [2020-07-04T21:38:12.242Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-07-04T21:38:12.242Z] [INFO] [2020-07-04T21:38:12.242Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.completions.java --- [2020-07-04T21:38:12.242Z] [INFO] [2020-07-04T21:38:12.242Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.completions.java --- [2020-07-04T21:38:12.242Z] [INFO] [2020-07-04T21:38:12.242Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.ui.completions.java <<< [2020-07-04T21:38:12.242Z] [INFO] [2020-07-04T21:38:12.242Z] [INFO] [2020-07-04T21:38:12.242Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.ui.completions.java --- [2020-07-04T21:38:12.242Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-07-04T21:38:13.622Z] [INFO] [2020-07-04T21:38:13.622Z] Loading source files for package org.eclipse.ease.ui.completions.java... [2020-07-04T21:38:13.622Z] Loading source files for package org.eclipse.ease.ui.completions.java.help.handlers... [2020-07-04T21:38:13.622Z] Loading source files for package org.eclipse.ease.ui.completions.java.help.hovers.internal... [2020-07-04T21:38:13.622Z] Loading source files for package org.eclipse.ease.ui.completions.java.provider... [2020-07-04T21:38:13.622Z] Constructing Javadoc information... [2020-07-04T21:38:13.622Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.completions.java/target/javadoc-bundle-options/package-list" [2020-07-04T21:38:13.622Z] [WARNING] Javadoc Warnings [2020-07-04T21:38:13.622Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10" [2020-07-04T21:38:13.622Z] [INFO] [2020-07-04T21:38:13.622Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.ui.completions.java --- [2020-07-04T21:38:13.622Z] [INFO] [2020-07-04T21:38:13.622Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.ui.completions.java --- [2020-07-04T21:38:13.622Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:38:13.623Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.completions.java/src/main/resources [2020-07-04T21:38:13.623Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.completions.java/help [2020-07-04T21:38:13.623Z] [INFO] [2020-07-04T21:38:13.623Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.ui.completions.java --- [2020-07-04T21:38:13.623Z] [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.completions.java/target/classes [2020-07-04T21:38:13.885Z] [INFO] [2020-07-04T21:38:13.885Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.ui.completions.java --- [2020-07-04T21:38:13.885Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:38:13.885Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.completions.java/src/test/resources [2020-07-04T21:38:13.885Z] [INFO] [2020-07-04T21:38:13.885Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.ui.completions.java --- [2020-07-04T21:38:13.885Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.completions.java/target/org.eclipse.ease.ui.completions.java-0.8.0-SNAPSHOT-sources.jar [2020-07-04T21:38:13.885Z] [INFO] [2020-07-04T21:38:13.885Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.ui.completions.java --- [2020-07-04T21:38:13.885Z] [INFO] [2020-07-04T21:38:13.885Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.ui.completions.java --- [2020-07-04T21:38:13.886Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.completions.java/target/org.eclipse.ease.ui.completions.java-0.8.0-SNAPSHOT.jar [2020-07-04T21:38:13.886Z] [INFO] [2020-07-04T21:38:13.886Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.ui.completions.java --- [2020-07-04T21:38:13.886Z] [INFO] [2020-07-04T21:38:13.886Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.ui.completions.java --- [2020-07-04T21:38:13.886Z] [INFO] [2020-07-04T21:38:13.886Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.ui.completions.java --- [2020-07-04T21:38:13.886Z] [INFO] [2020-07-04T21:38:13.886Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.ui.completions.java --- [2020-07-04T21:38:13.886Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.completions.java/target/org.eclipse.ease.ui.completions.java-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.completions.java/0.8.0-SNAPSHOT/org.eclipse.ease.ui.completions.java-0.8.0-SNAPSHOT.jar [2020-07-04T21:38:13.886Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.completions.java/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.completions.java/0.8.0-SNAPSHOT/org.eclipse.ease.ui.completions.java-0.8.0-SNAPSHOT.pom [2020-07-04T21:38:13.886Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.completions.java/target/org.eclipse.ease.ui.completions.java-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.completions.java/0.8.0-SNAPSHOT/org.eclipse.ease.ui.completions.java-0.8.0-SNAPSHOT-sources.jar [2020-07-04T21:38:13.886Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.completions.java/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.completions.java/0.8.0-SNAPSHOT/org.eclipse.ease.ui.completions.java-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:38:13.886Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.completions.java/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.completions.java/0.8.0-SNAPSHOT/org.eclipse.ease.ui.completions.java-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:38:13.886Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.completions.java/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.completions.java/0.8.0-SNAPSHOT/org.eclipse.ease.ui.completions.java-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:38:13.886Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.completions.java/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.completions.java/0.8.0-SNAPSHOT/org.eclipse.ease.ui.completions.java-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:38:13.886Z] [INFO] [2020-07-04T21:38:13.886Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.ui.completions.java --- [2020-07-04T21:38:13.886Z] [INFO] [2020-07-04T21:38:13.886Z] [INFO] ------------< org.eclipse.ease:org.eclipse.ease.ui.scripts >------------ [2020-07-04T21:38:13.886Z] [INFO] Building org.eclipse.ease.ui.scripts 0.8.0-SNAPSHOT [6/48] [2020-07-04T21:38:13.886Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-07-04T21:38:13.886Z] [INFO] [2020-07-04T21:38:13.886Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.ui.scripts --- [2020-07-04T21:38:13.886Z] [INFO] [2020-07-04T21:38:13.886Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui.scripts --- [2020-07-04T21:38:13.886Z] [INFO] The project's OSGi version is 0.8.0.I202003161005 [2020-07-04T21:38:13.886Z] [INFO] [2020-07-04T21:38:13.886Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.scripts --- [2020-07-04T21:38:13.886Z] [INFO] [2020-07-04T21:38:13.886Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.scripts --- [2020-07-04T21:38:13.886Z] [INFO] [2020-07-04T21:38:13.886Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.ui.scripts >>> [2020-07-04T21:38:13.886Z] [INFO] [2020-07-04T21:38:13.886Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui.scripts --- [2020-07-04T21:38:14.142Z] [INFO] The project's OSGi version is 0.8.0.I202003161005 [2020-07-04T21:38:14.142Z] [INFO] [2020-07-04T21:38:14.142Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.scripts --- [2020-07-04T21:38:14.142Z] [INFO] [2020-07-04T21:38:14.142Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.scripts --- [2020-07-04T21:38:14.142Z] [INFO] [2020-07-04T21:38:14.142Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.ui.scripts <<< [2020-07-04T21:38:14.142Z] [INFO] [2020-07-04T21:38:14.142Z] [INFO] [2020-07-04T21:38:14.142Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.ui.scripts --- [2020-07-04T21:38:14.142Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-07-04T21:38:15.505Z] [INFO] [2020-07-04T21:38:15.505Z] Loading source files for package org.eclipse.ease.ui.scripts... [2020-07-04T21:38:15.505Z] Loading source files for package org.eclipse.ease.ui.scripts.dialogs... [2020-07-04T21:38:15.505Z] Loading source files for package org.eclipse.ease.ui.scripts.expressions... [2020-07-04T21:38:15.505Z] Loading source files for package org.eclipse.ease.ui.scripts.expressions.definitions... [2020-07-04T21:38:15.505Z] Loading source files for package org.eclipse.ease.ui.scripts.expressions.handler... [2020-07-04T21:38:15.505Z] Loading source files for package org.eclipse.ease.ui.scripts.expressions.ui... [2020-07-04T21:38:15.505Z] Loading source files for package org.eclipse.ease.ui.scripts.handler... [2020-07-04T21:38:15.505Z] Loading source files for package org.eclipse.ease.ui.scripts.keywordhandler... [2020-07-04T21:38:15.505Z] Loading source files for package org.eclipse.ease.ui.scripts.preferences... [2020-07-04T21:38:15.505Z] Loading source files for package org.eclipse.ease.ui.scripts.properties... [2020-07-04T21:38:15.505Z] Loading source files for package org.eclipse.ease.ui.scripts.repository... [2020-07-04T21:38:15.505Z] Loading source files for package org.eclipse.ease.ui.scripts.repository.impl... [2020-07-04T21:38:15.505Z] Loading source files for package org.eclipse.ease.ui.scripts.touchpoints... [2020-07-04T21:38:15.505Z] Loading source files for package org.eclipse.ease.ui.scripts.ui... [2020-07-04T21:38:15.505Z] Loading source files for package org.eclipse.ease.ui.scripts.view... [2020-07-04T21:38:15.505Z] Loading source files for package org.eclipse.ease.ui.scripts.repository.util... [2020-07-04T21:38:15.505Z] Constructing Javadoc information... [2020-07-04T21:38:15.505Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.scripts/target/javadoc-bundle-options/package-list" [2020-07-04T21:38:15.506Z] [WARNING] Javadoc Warnings [2020-07-04T21:38:15.506Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10" [2020-07-04T21:38:15.506Z] [INFO] [2020-07-04T21:38:15.506Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.ui.scripts --- [2020-07-04T21:38:15.506Z] [INFO] [2020-07-04T21:38:15.506Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.ui.scripts --- [2020-07-04T21:38:15.506Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:38:15.506Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.scripts/src/main/resources [2020-07-04T21:38:15.506Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.scripts/help [2020-07-04T21:38:15.506Z] [INFO] [2020-07-04T21:38:15.506Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.ui.scripts --- [2020-07-04T21:38:15.506Z] [INFO] Compiling 104 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.scripts/target/classes [2020-07-04T21:38:16.093Z] [INFO] [2020-07-04T21:38:16.093Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.ui.scripts --- [2020-07-04T21:38:16.093Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:38:16.093Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.scripts/src/test/resources [2020-07-04T21:38:16.093Z] [INFO] [2020-07-04T21:38:16.093Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.ui.scripts --- [2020-07-04T21:38:16.093Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.scripts/target/org.eclipse.ease.ui.scripts-0.8.0-SNAPSHOT-sources.jar [2020-07-04T21:38:16.093Z] [INFO] [2020-07-04T21:38:16.093Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.ui.scripts --- [2020-07-04T21:38:16.093Z] [INFO] [2020-07-04T21:38:16.093Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.ui.scripts --- [2020-07-04T21:38:16.093Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.scripts/target/org.eclipse.ease.ui.scripts-0.8.0-SNAPSHOT.jar [2020-07-04T21:38:16.093Z] [INFO] [2020-07-04T21:38:16.093Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.ui.scripts --- [2020-07-04T21:38:16.093Z] [INFO] [2020-07-04T21:38:16.093Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.ui.scripts --- [2020-07-04T21:38:16.093Z] [INFO] [2020-07-04T21:38:16.093Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.ui.scripts --- [2020-07-04T21:38:16.093Z] [INFO] [2020-07-04T21:38:16.093Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.ui.scripts --- [2020-07-04T21:38:16.093Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.scripts/target/org.eclipse.ease.ui.scripts-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.scripts/0.8.0-SNAPSHOT/org.eclipse.ease.ui.scripts-0.8.0-SNAPSHOT.jar [2020-07-04T21:38:16.093Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.scripts/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.scripts/0.8.0-SNAPSHOT/org.eclipse.ease.ui.scripts-0.8.0-SNAPSHOT.pom [2020-07-04T21:38:16.093Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.scripts/target/org.eclipse.ease.ui.scripts-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.scripts/0.8.0-SNAPSHOT/org.eclipse.ease.ui.scripts-0.8.0-SNAPSHOT-sources.jar [2020-07-04T21:38:16.093Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.scripts/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.scripts/0.8.0-SNAPSHOT/org.eclipse.ease.ui.scripts-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:38:16.093Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.scripts/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.scripts/0.8.0-SNAPSHOT/org.eclipse.ease.ui.scripts-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:38:16.093Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.scripts/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.scripts/0.8.0-SNAPSHOT/org.eclipse.ease.ui.scripts-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:38:16.093Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.ui.scripts/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.scripts/0.8.0-SNAPSHOT/org.eclipse.ease.ui.scripts-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:38:16.093Z] [INFO] [2020-07-04T21:38:16.093Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.ui.scripts --- [2020-07-04T21:38:16.093Z] [INFO] [2020-07-04T21:38:16.093Z] [INFO] ---------< org.eclipse.ease:org.eclipse.ease.lang.javascript >---------- [2020-07-04T21:38:16.093Z] [INFO] Building org.eclipse.ease.lang.javascript 0.8.0-SNAPSHOT [7/48] [2020-07-04T21:38:16.093Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-07-04T21:38:16.093Z] [INFO] [2020-07-04T21:38:16.093Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.javascript --- [2020-07-04T21:38:16.093Z] [INFO] [2020-07-04T21:38:16.093Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript --- [2020-07-04T21:38:16.093Z] [INFO] The project's OSGi version is 0.8.0.I201912121852 [2020-07-04T21:38:16.093Z] [INFO] [2020-07-04T21:38:16.093Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript --- [2020-07-04T21:38:16.093Z] [INFO] [2020-07-04T21:38:16.093Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript --- [2020-07-04T21:38:16.093Z] [INFO] [2020-07-04T21:38:16.093Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.javascript >>> [2020-07-04T21:38:16.093Z] [INFO] [2020-07-04T21:38:16.094Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript --- [2020-07-04T21:38:16.094Z] [INFO] The project's OSGi version is 0.8.0.I201912121852 [2020-07-04T21:38:16.094Z] [INFO] [2020-07-04T21:38:16.094Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript --- [2020-07-04T21:38:16.094Z] [INFO] [2020-07-04T21:38:16.094Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript --- [2020-07-04T21:38:16.094Z] [INFO] [2020-07-04T21:38:16.094Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.javascript <<< [2020-07-04T21:38:16.094Z] [INFO] [2020-07-04T21:38:16.094Z] [INFO] [2020-07-04T21:38:16.094Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.javascript --- [2020-07-04T21:38:16.349Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-07-04T21:38:17.284Z] [INFO] [2020-07-04T21:38:17.284Z] Loading source files for package org.eclipse.ease.lang.javascript... [2020-07-04T21:38:17.284Z] Constructing Javadoc information... [2020-07-04T21:38:17.284Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript/target/javadoc-bundle-options/package-list" [2020-07-04T21:38:17.284Z] [WARNING] Javadoc Warnings [2020-07-04T21:38:17.284Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10" [2020-07-04T21:38:17.284Z] [INFO] [2020-07-04T21:38:17.284Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.javascript --- [2020-07-04T21:38:17.284Z] [INFO] [2020-07-04T21:38:17.284Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript --- [2020-07-04T21:38:17.284Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:38:17.284Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript/src/main/resources [2020-07-04T21:38:17.284Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript/help [2020-07-04T21:38:17.284Z] [INFO] [2020-07-04T21:38:17.284Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.javascript --- [2020-07-04T21:38:17.284Z] [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript/target/classes [2020-07-04T21:38:17.539Z] [INFO] [2020-07-04T21:38:17.539Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript --- [2020-07-04T21:38:17.539Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:38:17.539Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript/src/test/resources [2020-07-04T21:38:17.539Z] [INFO] [2020-07-04T21:38:17.539Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript --- [2020-07-04T21:38:17.539Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript/target/org.eclipse.ease.lang.javascript-0.8.0-SNAPSHOT-sources.jar [2020-07-04T21:38:17.539Z] [INFO] [2020-07-04T21:38:17.539Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript --- [2020-07-04T21:38:17.539Z] [INFO] [2020-07-04T21:38:17.539Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript --- [2020-07-04T21:38:17.540Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript/target/org.eclipse.ease.lang.javascript-0.8.0-SNAPSHOT.jar [2020-07-04T21:38:17.540Z] [INFO] [2020-07-04T21:38:17.540Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript --- [2020-07-04T21:38:17.540Z] [INFO] [2020-07-04T21:38:17.540Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.javascript --- [2020-07-04T21:38:17.540Z] [INFO] [2020-07-04T21:38:17.540Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript --- [2020-07-04T21:38:17.540Z] [INFO] [2020-07-04T21:38:17.540Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.javascript --- [2020-07-04T21:38:17.540Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript/target/org.eclipse.ease.lang.javascript-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript-0.8.0-SNAPSHOT.jar [2020-07-04T21:38:17.540Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript-0.8.0-SNAPSHOT.pom [2020-07-04T21:38:17.540Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript/target/org.eclipse.ease.lang.javascript-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript-0.8.0-SNAPSHOT-sources.jar [2020-07-04T21:38:17.540Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:38:17.540Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:38:17.540Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:38:17.540Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:38:17.540Z] [INFO] [2020-07-04T21:38:17.540Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.javascript --- [2020-07-04T21:38:17.540Z] [INFO] [2020-07-04T21:38:17.540Z] [INFO] --------< org.eclipse.ease:org.eclipse.ease.lang.scriptarchive >-------- [2020-07-04T21:38:17.540Z] [INFO] Building org.eclipse.ease.lang.scriptarchive 0.8.0-SNAPSHOT [8/48] [2020-07-04T21:38:17.540Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-07-04T21:38:17.540Z] [INFO] [2020-07-04T21:38:17.540Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.scriptarchive --- [2020-07-04T21:38:17.540Z] [INFO] [2020-07-04T21:38:17.540Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.scriptarchive --- [2020-07-04T21:38:17.540Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-07-04T21:38:17.540Z] [INFO] [2020-07-04T21:38:17.540Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.scriptarchive --- [2020-07-04T21:38:17.540Z] [INFO] [2020-07-04T21:38:17.540Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.scriptarchive --- [2020-07-04T21:38:17.540Z] [INFO] [2020-07-04T21:38:17.540Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.scriptarchive >>> [2020-07-04T21:38:17.540Z] [INFO] [2020-07-04T21:38:17.540Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.scriptarchive --- [2020-07-04T21:38:17.540Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-07-04T21:38:17.540Z] [INFO] [2020-07-04T21:38:17.540Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.scriptarchive --- [2020-07-04T21:38:17.540Z] [INFO] [2020-07-04T21:38:17.540Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.scriptarchive --- [2020-07-04T21:38:17.540Z] [INFO] [2020-07-04T21:38:17.540Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.scriptarchive <<< [2020-07-04T21:38:17.540Z] [INFO] [2020-07-04T21:38:17.540Z] [INFO] [2020-07-04T21:38:17.540Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.scriptarchive --- [2020-07-04T21:38:17.796Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-07-04T21:38:18.722Z] [INFO] [2020-07-04T21:38:18.722Z] Loading source files for package org.eclipse.ease.lang.scriptarchive... [2020-07-04T21:38:18.722Z] Constructing Javadoc information... [2020-07-04T21:38:18.722Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive/target/javadoc-bundle-options/package-list" [2020-07-04T21:38:18.722Z] [WARNING] Javadoc Warnings [2020-07-04T21:38:18.722Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10" [2020-07-04T21:38:18.722Z] [INFO] [2020-07-04T21:38:18.722Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.scriptarchive --- [2020-07-04T21:38:18.722Z] [INFO] [2020-07-04T21:38:18.723Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.scriptarchive --- [2020-07-04T21:38:18.723Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:38:18.723Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive/src/main/resources [2020-07-04T21:38:18.723Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive/help [2020-07-04T21:38:18.723Z] [INFO] [2020-07-04T21:38:18.723Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.scriptarchive --- [2020-07-04T21:38:18.723Z] [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive/target/classes [2020-07-04T21:38:18.723Z] [INFO] [2020-07-04T21:38:18.723Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.scriptarchive --- [2020-07-04T21:38:18.723Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:38:18.723Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive/src/test/resources [2020-07-04T21:38:18.723Z] [INFO] [2020-07-04T21:38:18.723Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.scriptarchive --- [2020-07-04T21:38:18.723Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive/target/org.eclipse.ease.lang.scriptarchive-0.8.0-SNAPSHOT-sources.jar [2020-07-04T21:38:18.723Z] [INFO] [2020-07-04T21:38:18.723Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.scriptarchive --- [2020-07-04T21:38:18.723Z] [INFO] [2020-07-04T21:38:18.723Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.scriptarchive --- [2020-07-04T21:38:18.723Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive/target/org.eclipse.ease.lang.scriptarchive-0.8.0-SNAPSHOT.jar [2020-07-04T21:38:18.723Z] [INFO] [2020-07-04T21:38:18.723Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.scriptarchive --- [2020-07-04T21:38:18.723Z] [INFO] [2020-07-04T21:38:18.723Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.scriptarchive --- [2020-07-04T21:38:18.723Z] [INFO] [2020-07-04T21:38:18.723Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.scriptarchive --- [2020-07-04T21:38:18.723Z] [INFO] [2020-07-04T21:38:18.723Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.scriptarchive --- [2020-07-04T21:38:18.723Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive/target/org.eclipse.ease.lang.scriptarchive-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive-0.8.0-SNAPSHOT.jar [2020-07-04T21:38:18.723Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive-0.8.0-SNAPSHOT.pom [2020-07-04T21:38:18.723Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive/target/org.eclipse.ease.lang.scriptarchive-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive-0.8.0-SNAPSHOT-sources.jar [2020-07-04T21:38:18.723Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:38:18.723Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:38:18.723Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:38:18.723Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:38:18.723Z] [INFO] [2020-07-04T21:38:18.723Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.scriptarchive --- [2020-07-04T21:38:18.723Z] [INFO] [2020-07-04T21:38:18.723Z] [INFO] -----------< org.eclipse.ease:org.eclipse.ease.lang.python >------------ [2020-07-04T21:38:18.723Z] [INFO] Building org.eclipse.ease.lang.python 0.8.0-SNAPSHOT [9/48] [2020-07-04T21:38:18.723Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-07-04T21:38:18.723Z] [INFO] [2020-07-04T21:38:18.723Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.python --- [2020-07-04T21:38:18.723Z] [INFO] [2020-07-04T21:38:18.723Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python --- [2020-07-04T21:38:18.724Z] [INFO] The project's OSGi version is 0.8.0.I202006231119 [2020-07-04T21:38:18.724Z] [INFO] [2020-07-04T21:38:18.724Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python --- [2020-07-04T21:38:18.724Z] [INFO] [2020-07-04T21:38:18.724Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python --- [2020-07-04T21:38:18.724Z] [INFO] [2020-07-04T21:38:18.724Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.python >>> [2020-07-04T21:38:18.724Z] [INFO] [2020-07-04T21:38:18.724Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python --- [2020-07-04T21:38:18.979Z] [INFO] The project's OSGi version is 0.8.0.I202006231119 [2020-07-04T21:38:18.979Z] [INFO] [2020-07-04T21:38:18.979Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python --- [2020-07-04T21:38:18.979Z] [INFO] [2020-07-04T21:38:18.979Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python --- [2020-07-04T21:38:18.979Z] [INFO] [2020-07-04T21:38:18.979Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.python <<< [2020-07-04T21:38:18.979Z] [INFO] [2020-07-04T21:38:18.979Z] [INFO] [2020-07-04T21:38:18.979Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.python --- [2020-07-04T21:38:18.979Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-07-04T21:38:20.342Z] [INFO] [2020-07-04T21:38:20.342Z] Loading source files for package org.eclipse.ease.lang.python... [2020-07-04T21:38:20.342Z] Loading source files for package org.eclipse.ease.lang.python.debug... [2020-07-04T21:38:20.342Z] Loading source files for package org.eclipse.ease.lang.python.debugger... [2020-07-04T21:38:20.342Z] Loading source files for package org.eclipse.ease.lang.python.debugger.actions... [2020-07-04T21:38:20.342Z] Loading source files for package org.eclipse.ease.lang.python.debugger.model... [2020-07-04T21:38:20.342Z] Loading source files for package org.eclipse.ease.lang.python.preferences... [2020-07-04T21:38:20.342Z] Loading source files for package org.eclipse.ease.lang.python.ui.completion... [2020-07-04T21:38:20.342Z] Constructing Javadoc information... [2020-07-04T21:38:20.342Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python/target/javadoc-bundle-options/package-list" [2020-07-04T21:38:20.342Z] [WARNING] Javadoc Warnings [2020-07-04T21:38:20.342Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10" [2020-07-04T21:38:20.342Z] [INFO] [2020-07-04T21:38:20.342Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.python --- [2020-07-04T21:38:20.342Z] [INFO] [2020-07-04T21:38:20.342Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.python --- [2020-07-04T21:38:20.342Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:38:20.342Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python/src/main/resources [2020-07-04T21:38:20.342Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python/help [2020-07-04T21:38:20.342Z] [INFO] [2020-07-04T21:38:20.342Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.python --- [2020-07-04T21:38:20.342Z] [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python/target/classes [2020-07-04T21:38:20.342Z] [INFO] [2020-07-04T21:38:20.343Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.python --- [2020-07-04T21:38:20.343Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:38:20.343Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python/src/test/resources [2020-07-04T21:38:20.343Z] [INFO] [2020-07-04T21:38:20.343Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.python --- [2020-07-04T21:38:20.343Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python/target/org.eclipse.ease.lang.python-0.8.0-SNAPSHOT-sources.jar [2020-07-04T21:38:20.343Z] [INFO] [2020-07-04T21:38:20.343Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python --- [2020-07-04T21:38:20.343Z] [INFO] [2020-07-04T21:38:20.343Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.python --- [2020-07-04T21:38:20.343Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python/target/org.eclipse.ease.lang.python-0.8.0-SNAPSHOT.jar [2020-07-04T21:38:20.343Z] [INFO] [2020-07-04T21:38:20.343Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python --- [2020-07-04T21:38:20.343Z] [INFO] [2020-07-04T21:38:20.343Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.python --- [2020-07-04T21:38:20.343Z] [INFO] [2020-07-04T21:38:20.343Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python --- [2020-07-04T21:38:20.343Z] [INFO] [2020-07-04T21:38:20.343Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.python --- [2020-07-04T21:38:20.343Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python/target/org.eclipse.ease.lang.python-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python-0.8.0-SNAPSHOT.jar [2020-07-04T21:38:20.343Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python-0.8.0-SNAPSHOT.pom [2020-07-04T21:38:20.343Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python/target/org.eclipse.ease.lang.python-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python-0.8.0-SNAPSHOT-sources.jar [2020-07-04T21:38:20.343Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:38:20.343Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:38:20.343Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:38:20.343Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:38:20.343Z] [INFO] [2020-07-04T21:38:20.343Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.python --- [2020-07-04T21:38:20.343Z] [INFO] [2020-07-04T21:38:20.343Z] [INFO] ---------< org.eclipse.ease:org.eclipse.ease.lang.python.py4j >--------- [2020-07-04T21:38:20.343Z] [INFO] Building org.eclipse.ease.lang.python.py4j 0.8.0-SNAPSHOT [10/48] [2020-07-04T21:38:20.343Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-07-04T21:38:20.343Z] [INFO] [2020-07-04T21:38:20.343Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.python.py4j --- [2020-07-04T21:38:20.343Z] [INFO] [2020-07-04T21:38:20.343Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.py4j --- [2020-07-04T21:38:20.343Z] [INFO] The project's OSGi version is 0.8.0.I202002261020 [2020-07-04T21:38:20.343Z] [INFO] [2020-07-04T21:38:20.343Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.py4j --- [2020-07-04T21:38:20.343Z] [INFO] [2020-07-04T21:38:20.343Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.py4j --- [2020-07-04T21:38:20.343Z] [INFO] [2020-07-04T21:38:20.343Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.python.py4j >>> [2020-07-04T21:38:20.343Z] [INFO] [2020-07-04T21:38:20.343Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.py4j --- [2020-07-04T21:38:20.343Z] [INFO] The project's OSGi version is 0.8.0.I202002261020 [2020-07-04T21:38:20.343Z] [INFO] [2020-07-04T21:38:20.343Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.py4j --- [2020-07-04T21:38:20.343Z] [INFO] [2020-07-04T21:38:20.343Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.py4j --- [2020-07-04T21:38:20.343Z] [INFO] [2020-07-04T21:38:20.343Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.python.py4j <<< [2020-07-04T21:38:20.343Z] [INFO] [2020-07-04T21:38:20.343Z] [INFO] [2020-07-04T21:38:20.344Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.python.py4j --- [2020-07-04T21:38:20.599Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-07-04T21:38:21.526Z] [INFO] [2020-07-04T21:38:21.526Z] Loading source files for package org.eclipse.ease.lang.python.py4j.internal... [2020-07-04T21:38:21.526Z] Loading source files for package org.eclipse.ease.lang.python.py4j.internal.ui... [2020-07-04T21:38:21.526Z] Constructing Javadoc information... [2020-07-04T21:38:21.526Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.py4j/target/javadoc-bundle-options/package-list" [2020-07-04T21:38:21.526Z] [WARNING] Javadoc Warnings [2020-07-04T21:38:21.526Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10" [2020-07-04T21:38:21.526Z] [INFO] [2020-07-04T21:38:21.526Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.python.py4j --- [2020-07-04T21:38:21.526Z] [INFO] [2020-07-04T21:38:21.526Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.python.py4j --- [2020-07-04T21:38:21.526Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:38:21.526Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.py4j/src/main/resources [2020-07-04T21:38:21.526Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.py4j/help [2020-07-04T21:38:21.526Z] [INFO] [2020-07-04T21:38:21.526Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.python.py4j --- [2020-07-04T21:38:21.526Z] [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.py4j/target/classes [2020-07-04T21:38:21.785Z] [INFO] [2020-07-04T21:38:21.785Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.python.py4j --- [2020-07-04T21:38:21.785Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:38:21.785Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.py4j/src/test/resources [2020-07-04T21:38:21.785Z] [INFO] [2020-07-04T21:38:21.785Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.python.py4j --- [2020-07-04T21:38:21.785Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.py4j/target/org.eclipse.ease.lang.python.py4j-0.8.0-SNAPSHOT-sources.jar [2020-07-04T21:38:21.785Z] [INFO] [2020-07-04T21:38:21.786Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python.py4j --- [2020-07-04T21:38:21.786Z] [INFO] [2020-07-04T21:38:21.786Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.python.py4j --- [2020-07-04T21:38:21.786Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.py4j/target/org.eclipse.ease.lang.python.py4j-0.8.0-SNAPSHOT.jar [2020-07-04T21:38:21.786Z] [INFO] [2020-07-04T21:38:21.786Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python.py4j --- [2020-07-04T21:38:21.786Z] [INFO] [2020-07-04T21:38:21.786Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.python.py4j --- [2020-07-04T21:38:21.786Z] [INFO] [2020-07-04T21:38:21.786Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python.py4j --- [2020-07-04T21:38:21.786Z] [INFO] [2020-07-04T21:38:21.786Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.python.py4j --- [2020-07-04T21:38:21.786Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.py4j/target/org.eclipse.ease.lang.python.py4j-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.py4j/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.py4j-0.8.0-SNAPSHOT.jar [2020-07-04T21:38:21.786Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.py4j/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.py4j/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.py4j-0.8.0-SNAPSHOT.pom [2020-07-04T21:38:21.786Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.py4j/target/org.eclipse.ease.lang.python.py4j-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.py4j/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.py4j-0.8.0-SNAPSHOT-sources.jar [2020-07-04T21:38:21.786Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.py4j/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.py4j/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.py4j-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:38:21.786Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.py4j/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.py4j/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.py4j-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:38:21.786Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.py4j/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.py4j/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.py4j-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:38:21.786Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.py4j/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.py4j/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.py4j-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:38:21.786Z] [INFO] [2020-07-04T21:38:21.786Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.python.py4j --- [2020-07-04T21:38:21.786Z] [INFO] [2020-07-04T21:38:21.786Z] [INFO] -----------< org.eclipse.ease:org.eclipse.ease.lang.groovy >------------ [2020-07-04T21:38:21.786Z] [INFO] Building org.eclipse.ease.lang.groovy 0.8.0-SNAPSHOT [11/48] [2020-07-04T21:38:21.786Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-07-04T21:38:21.786Z] [INFO] [2020-07-04T21:38:21.786Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.groovy --- [2020-07-04T21:38:21.786Z] [INFO] [2020-07-04T21:38:21.786Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.groovy --- [2020-07-04T21:38:21.786Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-07-04T21:38:21.786Z] [INFO] [2020-07-04T21:38:21.786Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.groovy --- [2020-07-04T21:38:21.786Z] [INFO] [2020-07-04T21:38:21.786Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.groovy --- [2020-07-04T21:38:21.786Z] [INFO] [2020-07-04T21:38:21.786Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.groovy >>> [2020-07-04T21:38:21.786Z] [INFO] [2020-07-04T21:38:21.786Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.groovy --- [2020-07-04T21:38:21.786Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-07-04T21:38:21.786Z] [INFO] [2020-07-04T21:38:21.786Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.groovy --- [2020-07-04T21:38:21.786Z] [INFO] [2020-07-04T21:38:21.786Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.groovy --- [2020-07-04T21:38:21.786Z] [INFO] [2020-07-04T21:38:21.786Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.groovy <<< [2020-07-04T21:38:21.786Z] [INFO] [2020-07-04T21:38:21.786Z] [INFO] [2020-07-04T21:38:21.786Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.groovy --- [2020-07-04T21:38:22.042Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-07-04T21:38:22.969Z] [INFO] [2020-07-04T21:38:22.969Z] Loading source files for package org.eclipse.ease.lang.groovy... [2020-07-04T21:38:22.969Z] Constructing Javadoc information... [2020-07-04T21:38:22.969Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy/target/javadoc-bundle-options/package-list" [2020-07-04T21:38:22.969Z] [WARNING] Javadoc Warnings [2020-07-04T21:38:22.969Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10" [2020-07-04T21:38:22.969Z] [INFO] [2020-07-04T21:38:22.969Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.groovy --- [2020-07-04T21:38:22.969Z] [INFO] [2020-07-04T21:38:22.969Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.groovy --- [2020-07-04T21:38:22.969Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:38:22.969Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy/src/main/resources [2020-07-04T21:38:22.969Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy/help [2020-07-04T21:38:22.969Z] [INFO] [2020-07-04T21:38:22.969Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.groovy --- [2020-07-04T21:38:22.969Z] [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy/target/classes [2020-07-04T21:38:22.969Z] [INFO] [2020-07-04T21:38:22.969Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.groovy --- [2020-07-04T21:38:22.969Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:38:22.969Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy/src/test/resources [2020-07-04T21:38:22.969Z] [INFO] [2020-07-04T21:38:22.969Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.groovy --- [2020-07-04T21:38:22.969Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy/target/org.eclipse.ease.lang.groovy-0.8.0-SNAPSHOT-sources.jar [2020-07-04T21:38:22.969Z] [INFO] [2020-07-04T21:38:22.969Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.groovy --- [2020-07-04T21:38:22.969Z] [INFO] [2020-07-04T21:38:22.969Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.groovy --- [2020-07-04T21:38:22.969Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy/target/org.eclipse.ease.lang.groovy-0.8.0-SNAPSHOT.jar [2020-07-04T21:38:22.969Z] [INFO] [2020-07-04T21:38:22.969Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.groovy --- [2020-07-04T21:38:22.969Z] [INFO] [2020-07-04T21:38:22.969Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.groovy --- [2020-07-04T21:38:22.969Z] [INFO] [2020-07-04T21:38:22.969Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.groovy --- [2020-07-04T21:38:22.969Z] [INFO] [2020-07-04T21:38:22.969Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.groovy --- [2020-07-04T21:38:22.969Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy/target/org.eclipse.ease.lang.groovy-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.groovy/0.8.0-SNAPSHOT/org.eclipse.ease.lang.groovy-0.8.0-SNAPSHOT.jar [2020-07-04T21:38:22.969Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.groovy/0.8.0-SNAPSHOT/org.eclipse.ease.lang.groovy-0.8.0-SNAPSHOT.pom [2020-07-04T21:38:22.969Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy/target/org.eclipse.ease.lang.groovy-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.groovy/0.8.0-SNAPSHOT/org.eclipse.ease.lang.groovy-0.8.0-SNAPSHOT-sources.jar [2020-07-04T21:38:22.969Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.groovy/0.8.0-SNAPSHOT/org.eclipse.ease.lang.groovy-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:38:22.969Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.groovy/0.8.0-SNAPSHOT/org.eclipse.ease.lang.groovy-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:38:22.969Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.groovy/0.8.0-SNAPSHOT/org.eclipse.ease.lang.groovy-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:38:22.969Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.groovy/0.8.0-SNAPSHOT/org.eclipse.ease.lang.groovy-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:38:22.969Z] [INFO] [2020-07-04T21:38:22.969Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.groovy --- [2020-07-04T21:38:22.969Z] [INFO] [2020-07-04T21:38:23.225Z] [INFO] -----< org.eclipse.ease:org.eclipse.ease.lang.groovy.interpreter >------ [2020-07-04T21:38:23.225Z] [INFO] Building org.eclipse.ease.lang.groovy.interpreter 0.8.0-SNAPSHOT [12/48] [2020-07-04T21:38:23.225Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-07-04T21:38:23.225Z] [INFO] [2020-07-04T21:38:23.225Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-07-04T21:38:23.225Z] [INFO] [2020-07-04T21:38:23.225Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-07-04T21:38:23.225Z] [INFO] The project's OSGi version is 0.8.0.I202002270716 [2020-07-04T21:38:23.225Z] [INFO] [2020-07-04T21:38:23.225Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-07-04T21:38:23.225Z] [INFO] [2020-07-04T21:38:23.225Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-07-04T21:38:23.225Z] [INFO] [2020-07-04T21:38:23.225Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.groovy.interpreter >>> [2020-07-04T21:38:23.225Z] [INFO] [2020-07-04T21:38:23.225Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-07-04T21:38:23.225Z] [INFO] The project's OSGi version is 0.8.0.I202002270716 [2020-07-04T21:38:23.226Z] [INFO] [2020-07-04T21:38:23.226Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-07-04T21:38:23.226Z] [INFO] [2020-07-04T21:38:23.226Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-07-04T21:38:23.226Z] [INFO] [2020-07-04T21:38:23.226Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.groovy.interpreter <<< [2020-07-04T21:38:23.226Z] [INFO] [2020-07-04T21:38:23.226Z] [INFO] [2020-07-04T21:38:23.226Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-07-04T21:38:23.226Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-07-04T21:38:24.595Z] [INFO] [2020-07-04T21:38:24.595Z] Loading source files for package org.eclipse.ease.lang.groovy.interpreter... [2020-07-04T21:38:24.595Z] Constructing Javadoc information... [2020-07-04T21:38:24.595Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy.interpreter/target/javadoc-bundle-options/package-list" [2020-07-04T21:38:24.595Z] [WARNING] Javadoc Warnings [2020-07-04T21:38:24.595Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10" [2020-07-04T21:38:24.595Z] [INFO] [2020-07-04T21:38:24.595Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-07-04T21:38:24.595Z] [INFO] [2020-07-04T21:38:24.595Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-07-04T21:38:24.595Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:38:24.595Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy.interpreter/src/main/resources [2020-07-04T21:38:24.595Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy.interpreter/help [2020-07-04T21:38:24.595Z] [INFO] [2020-07-04T21:38:24.595Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-07-04T21:38:24.595Z] [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy.interpreter/target/classes [2020-07-04T21:38:24.595Z] [INFO] [2020-07-04T21:38:24.595Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-07-04T21:38:24.595Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:38:24.595Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy.interpreter/src/test/resources [2020-07-04T21:38:24.595Z] [INFO] [2020-07-04T21:38:24.595Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-07-04T21:38:24.595Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy.interpreter/target/org.eclipse.ease.lang.groovy.interpreter-0.8.0-SNAPSHOT-sources.jar [2020-07-04T21:38:24.595Z] [INFO] [2020-07-04T21:38:24.595Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-07-04T21:38:24.595Z] [INFO] [2020-07-04T21:38:24.595Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-07-04T21:38:24.595Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy.interpreter/target/org.eclipse.ease.lang.groovy.interpreter-0.8.0-SNAPSHOT.jar [2020-07-04T21:38:24.595Z] [INFO] [2020-07-04T21:38:24.595Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-07-04T21:38:24.595Z] [INFO] [2020-07-04T21:38:24.595Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-07-04T21:38:24.595Z] [INFO] [2020-07-04T21:38:24.595Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-07-04T21:38:24.595Z] [INFO] [2020-07-04T21:38:24.596Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-07-04T21:38:24.596Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy.interpreter/target/org.eclipse.ease.lang.groovy.interpreter-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.groovy.interpreter/0.8.0-SNAPSHOT/org.eclipse.ease.lang.groovy.interpreter-0.8.0-SNAPSHOT.jar [2020-07-04T21:38:24.596Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy.interpreter/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.groovy.interpreter/0.8.0-SNAPSHOT/org.eclipse.ease.lang.groovy.interpreter-0.8.0-SNAPSHOT.pom [2020-07-04T21:38:24.596Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy.interpreter/target/org.eclipse.ease.lang.groovy.interpreter-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.groovy.interpreter/0.8.0-SNAPSHOT/org.eclipse.ease.lang.groovy.interpreter-0.8.0-SNAPSHOT-sources.jar [2020-07-04T21:38:24.596Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy.interpreter/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.groovy.interpreter/0.8.0-SNAPSHOT/org.eclipse.ease.lang.groovy.interpreter-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:38:24.596Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy.interpreter/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.groovy.interpreter/0.8.0-SNAPSHOT/org.eclipse.ease.lang.groovy.interpreter-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:38:24.596Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy.interpreter/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.groovy.interpreter/0.8.0-SNAPSHOT/org.eclipse.ease.lang.groovy.interpreter-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:38:24.596Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.groovy.interpreter/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.groovy.interpreter/0.8.0-SNAPSHOT/org.eclipse.ease.lang.groovy.interpreter-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:38:24.596Z] [INFO] [2020-07-04T21:38:24.596Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.groovy.interpreter --- [2020-07-04T21:38:24.596Z] [INFO] [2020-07-04T21:38:24.596Z] [INFO] ----------< org.eclipse.ease:org.eclipse.ease.lang.unittest >----------- [2020-07-04T21:38:24.596Z] [INFO] Building org.eclipse.ease.lang.unittest 0.8.0-SNAPSHOT [13/48] [2020-07-04T21:38:24.596Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-07-04T21:38:24.596Z] [INFO] [2020-07-04T21:38:24.596Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.unittest --- [2020-07-04T21:38:24.596Z] [INFO] [2020-07-04T21:38:24.596Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.unittest --- [2020-07-04T21:38:24.596Z] [INFO] The project's OSGi version is 0.8.0.I202006021412 [2020-07-04T21:38:24.596Z] [INFO] [2020-07-04T21:38:24.596Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.unittest --- [2020-07-04T21:38:24.596Z] [INFO] [2020-07-04T21:38:24.596Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.unittest --- [2020-07-04T21:38:24.596Z] [INFO] [2020-07-04T21:38:24.596Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.unittest >>> [2020-07-04T21:38:24.596Z] [INFO] [2020-07-04T21:38:24.596Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.unittest --- [2020-07-04T21:38:24.596Z] [INFO] The project's OSGi version is 0.8.0.I202006021412 [2020-07-04T21:38:24.596Z] [INFO] [2020-07-04T21:38:24.596Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.unittest --- [2020-07-04T21:38:24.596Z] [INFO] [2020-07-04T21:38:24.596Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.unittest --- [2020-07-04T21:38:24.596Z] [INFO] [2020-07-04T21:38:24.596Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.unittest <<< [2020-07-04T21:38:24.596Z] [INFO] [2020-07-04T21:38:24.596Z] [INFO] [2020-07-04T21:38:24.596Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.unittest --- [2020-07-04T21:38:24.596Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-07-04T21:38:25.985Z] [INFO] [2020-07-04T21:38:25.985Z] Loading source files for package org.eclipse.ease.lang.unittest... [2020-07-04T21:38:25.985Z] Loading source files for package org.eclipse.ease.lang.unittest.execution... [2020-07-04T21:38:25.985Z] Loading source files for package org.eclipse.ease.lang.unittest.reporters... [2020-07-04T21:38:25.985Z] Loading source files for package org.eclipse.ease.lang.unittest.definition... [2020-07-04T21:38:25.985Z] Loading source files for package org.eclipse.ease.lang.unittest.definition.impl... [2020-07-04T21:38:25.985Z] Loading source files for package org.eclipse.ease.lang.unittest.definition.util... [2020-07-04T21:38:25.985Z] Loading source files for package org.eclipse.ease.lang.unittest.runtime... [2020-07-04T21:38:25.985Z] Loading source files for package org.eclipse.ease.lang.unittest.runtime.impl... [2020-07-04T21:38:25.985Z] Loading source files for package org.eclipse.ease.lang.unittest.runtime.util... [2020-07-04T21:38:25.985Z] Constructing Javadoc information... [2020-07-04T21:38:25.985Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest/target/javadoc-bundle-options/package-list" [2020-07-04T21:38:25.985Z] [WARNING] Javadoc Warnings [2020-07-04T21:38:25.985Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10" [2020-07-04T21:38:25.985Z] [INFO] [2020-07-04T21:38:25.985Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.unittest --- [2020-07-04T21:38:25.985Z] [INFO] [2020-07-04T21:38:25.985Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.unittest --- [2020-07-04T21:38:25.985Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:38:25.985Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest/src/main/resources [2020-07-04T21:38:25.985Z] [INFO] Copying 2 resources to help [2020-07-04T21:38:25.985Z] [INFO] [2020-07-04T21:38:25.985Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.unittest --- [2020-07-04T21:38:25.985Z] [INFO] Compiling 57 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest/target/classes [2020-07-04T21:38:26.241Z] [INFO] [2020-07-04T21:38:26.241Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.unittest --- [2020-07-04T21:38:26.241Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:38:26.241Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest/src/test/resources [2020-07-04T21:38:26.241Z] [INFO] [2020-07-04T21:38:26.241Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.unittest --- [2020-07-04T21:38:26.241Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest/target/org.eclipse.ease.lang.unittest-0.8.0-SNAPSHOT-sources.jar [2020-07-04T21:38:26.241Z] [INFO] [2020-07-04T21:38:26.241Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.unittest --- [2020-07-04T21:38:26.241Z] [INFO] [2020-07-04T21:38:26.241Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.unittest --- [2020-07-04T21:38:26.241Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest/target/org.eclipse.ease.lang.unittest-0.8.0-SNAPSHOT.jar [2020-07-04T21:38:26.241Z] [INFO] [2020-07-04T21:38:26.241Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.unittest --- [2020-07-04T21:38:26.241Z] [INFO] [2020-07-04T21:38:26.241Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.unittest --- [2020-07-04T21:38:26.241Z] [INFO] [2020-07-04T21:38:26.241Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.unittest --- [2020-07-04T21:38:26.241Z] [INFO] [2020-07-04T21:38:26.241Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.unittest --- [2020-07-04T21:38:26.241Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest/target/org.eclipse.ease.lang.unittest-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest-0.8.0-SNAPSHOT.jar [2020-07-04T21:38:26.241Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest-0.8.0-SNAPSHOT.pom [2020-07-04T21:38:26.241Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest/target/org.eclipse.ease.lang.unittest-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest-0.8.0-SNAPSHOT-sources.jar [2020-07-04T21:38:26.241Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:38:26.241Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:38:26.241Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:38:26.241Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:38:26.241Z] [INFO] [2020-07-04T21:38:26.241Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.unittest --- [2020-07-04T21:38:26.241Z] [INFO] [2020-07-04T21:38:26.241Z] [INFO] ---------< org.eclipse.ease:org.eclipse.ease.lang.unittest.ui >--------- [2020-07-04T21:38:26.241Z] [INFO] Building org.eclipse.ease.lang.unittest.ui 0.8.0-SNAPSHOT [14/48] [2020-07-04T21:38:26.241Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-07-04T21:38:26.241Z] [INFO] [2020-07-04T21:38:26.241Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.unittest.ui --- [2020-07-04T21:38:26.241Z] [INFO] [2020-07-04T21:38:26.241Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.unittest.ui --- [2020-07-04T21:38:26.241Z] [INFO] The project's OSGi version is 0.8.0.I202003160826 [2020-07-04T21:38:26.241Z] [INFO] [2020-07-04T21:38:26.241Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.unittest.ui --- [2020-07-04T21:38:26.241Z] [INFO] [2020-07-04T21:38:26.241Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.unittest.ui --- [2020-07-04T21:38:26.241Z] [INFO] [2020-07-04T21:38:26.241Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.unittest.ui >>> [2020-07-04T21:38:26.241Z] [INFO] [2020-07-04T21:38:26.241Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.unittest.ui --- [2020-07-04T21:38:26.496Z] [INFO] The project's OSGi version is 0.8.0.I202003160826 [2020-07-04T21:38:26.496Z] [INFO] [2020-07-04T21:38:26.497Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.unittest.ui --- [2020-07-04T21:38:26.497Z] [INFO] [2020-07-04T21:38:26.497Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.unittest.ui --- [2020-07-04T21:38:26.497Z] [INFO] [2020-07-04T21:38:26.497Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.unittest.ui <<< [2020-07-04T21:38:26.497Z] [INFO] [2020-07-04T21:38:26.497Z] [INFO] [2020-07-04T21:38:26.497Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.unittest.ui --- [2020-07-04T21:38:26.497Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-07-04T21:38:27.885Z] [INFO] [2020-07-04T21:38:27.885Z] Loading source files for package org.eclipse.ease.lang.unittest.ui... [2020-07-04T21:38:27.886Z] Loading source files for package org.eclipse.ease.lang.unittest.ui.decorators... [2020-07-04T21:38:27.886Z] Loading source files for package org.eclipse.ease.lang.unittest.ui.dialogs... [2020-07-04T21:38:27.886Z] Loading source files for package org.eclipse.ease.lang.unittest.ui.editor... [2020-07-04T21:38:27.886Z] Loading source files for package org.eclipse.ease.lang.unittest.ui.handlers... [2020-07-04T21:38:27.886Z] Loading source files for package org.eclipse.ease.lang.unittest.ui.sourceprovider... [2020-07-04T21:38:27.886Z] Loading source files for package org.eclipse.ease.lang.unittest.ui.views... [2020-07-04T21:38:27.886Z] Loading source files for package org.eclipse.ease.lang.unittest.ui.wizards... [2020-07-04T21:38:27.886Z] Loading source files for package org.eclipse.ease.lang.unittest.definition.provider... [2020-07-04T21:38:27.886Z] Constructing Javadoc information... [2020-07-04T21:38:27.886Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest.ui/target/javadoc-bundle-options/package-list" [2020-07-04T21:38:27.886Z] [WARNING] Javadoc Warnings [2020-07-04T21:38:27.886Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10" [2020-07-04T21:38:27.886Z] [INFO] [2020-07-04T21:38:27.886Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.unittest.ui --- [2020-07-04T21:38:27.886Z] [INFO] [2020-07-04T21:38:27.886Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.unittest.ui --- [2020-07-04T21:38:27.886Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:38:27.886Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest.ui/src/main/resources [2020-07-04T21:38:27.886Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest.ui/help [2020-07-04T21:38:27.886Z] [INFO] [2020-07-04T21:38:27.886Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.unittest.ui --- [2020-07-04T21:38:27.886Z] [INFO] Compiling 40 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest.ui/target/classes [2020-07-04T21:38:28.141Z] [INFO] [2020-07-04T21:38:28.142Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.unittest.ui --- [2020-07-04T21:38:28.142Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:38:28.142Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest.ui/src/test/resources [2020-07-04T21:38:28.142Z] [INFO] [2020-07-04T21:38:28.142Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.unittest.ui --- [2020-07-04T21:38:28.142Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest.ui/target/org.eclipse.ease.lang.unittest.ui-0.8.0-SNAPSHOT-sources.jar [2020-07-04T21:38:28.142Z] [INFO] [2020-07-04T21:38:28.142Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.unittest.ui --- [2020-07-04T21:38:28.142Z] [INFO] [2020-07-04T21:38:28.142Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.unittest.ui --- [2020-07-04T21:38:28.142Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest.ui/target/org.eclipse.ease.lang.unittest.ui-0.8.0-SNAPSHOT.jar [2020-07-04T21:38:28.142Z] [INFO] [2020-07-04T21:38:28.142Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.unittest.ui --- [2020-07-04T21:38:28.142Z] [INFO] [2020-07-04T21:38:28.142Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.unittest.ui --- [2020-07-04T21:38:28.142Z] [INFO] [2020-07-04T21:38:28.142Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.unittest.ui --- [2020-07-04T21:38:28.142Z] [INFO] [2020-07-04T21:38:28.142Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.unittest.ui --- [2020-07-04T21:38:28.142Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest.ui/target/org.eclipse.ease.lang.unittest.ui-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest.ui/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest.ui-0.8.0-SNAPSHOT.jar [2020-07-04T21:38:28.142Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest.ui/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest.ui/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest.ui-0.8.0-SNAPSHOT.pom [2020-07-04T21:38:28.142Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest.ui/target/org.eclipse.ease.lang.unittest.ui-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest.ui/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest.ui-0.8.0-SNAPSHOT-sources.jar [2020-07-04T21:38:28.142Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest.ui/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest.ui-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:38:28.142Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest.ui/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest.ui-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:38:28.142Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest.ui/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest.ui-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:38:28.142Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.unittest.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest.ui/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest.ui-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:38:28.142Z] [INFO] [2020-07-04T21:38:28.142Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.unittest.ui --- [2020-07-04T21:38:28.142Z] [INFO] [2020-07-04T21:38:28.142Z] [INFO] ------------< org.eclipse.ease:org.eclipse.ease.lang.ruby >------------- [2020-07-04T21:38:28.142Z] [INFO] Building org.eclipse.ease.lang.ruby 0.8.0-SNAPSHOT [15/48] [2020-07-04T21:38:28.142Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-07-04T21:38:28.142Z] [INFO] [2020-07-04T21:38:28.142Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.ruby --- [2020-07-04T21:38:28.142Z] [INFO] [2020-07-04T21:38:28.142Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.ruby --- [2020-07-04T21:38:28.142Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-07-04T21:38:28.142Z] [INFO] [2020-07-04T21:38:28.142Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.ruby --- [2020-07-04T21:38:28.142Z] [INFO] [2020-07-04T21:38:28.142Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.ruby --- [2020-07-04T21:38:28.142Z] [INFO] [2020-07-04T21:38:28.142Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.ruby >>> [2020-07-04T21:38:28.142Z] [INFO] [2020-07-04T21:38:28.142Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.ruby --- [2020-07-04T21:38:28.142Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-07-04T21:38:28.142Z] [INFO] [2020-07-04T21:38:28.142Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.ruby --- [2020-07-04T21:38:28.142Z] [INFO] [2020-07-04T21:38:28.143Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.ruby --- [2020-07-04T21:38:28.143Z] [INFO] [2020-07-04T21:38:28.143Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.ruby <<< [2020-07-04T21:38:28.143Z] [INFO] [2020-07-04T21:38:28.143Z] [INFO] [2020-07-04T21:38:28.143Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.ruby --- [2020-07-04T21:38:28.398Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-07-04T21:38:29.794Z] [INFO] [2020-07-04T21:38:29.794Z] Loading source files for package org.eclipse.ease.lang.ruby... [2020-07-04T21:38:29.794Z] Constructing Javadoc information... [2020-07-04T21:38:29.794Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby/target/javadoc-bundle-options/package-list" [2020-07-04T21:38:29.794Z] [WARNING] Javadoc Warnings [2020-07-04T21:38:29.794Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10" [2020-07-04T21:38:29.794Z] [INFO] [2020-07-04T21:38:29.794Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.ruby --- [2020-07-04T21:38:29.794Z] [INFO] [2020-07-04T21:38:29.794Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.ruby --- [2020-07-04T21:38:29.794Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:38:29.794Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby/src/main/resources [2020-07-04T21:38:29.794Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby/help [2020-07-04T21:38:29.794Z] [INFO] [2020-07-04T21:38:29.794Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.ruby --- [2020-07-04T21:38:29.794Z] [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby/target/classes [2020-07-04T21:38:29.794Z] [INFO] [2020-07-04T21:38:29.794Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.ruby --- [2020-07-04T21:38:29.794Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:38:29.794Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby/src/test/resources [2020-07-04T21:38:29.794Z] [INFO] [2020-07-04T21:38:29.794Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.ruby --- [2020-07-04T21:38:29.794Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby/target/org.eclipse.ease.lang.ruby-0.8.0-SNAPSHOT-sources.jar [2020-07-04T21:38:29.794Z] [INFO] [2020-07-04T21:38:29.794Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.ruby --- [2020-07-04T21:38:29.794Z] [INFO] [2020-07-04T21:38:29.794Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.ruby --- [2020-07-04T21:38:29.794Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby/target/org.eclipse.ease.lang.ruby-0.8.0-SNAPSHOT.jar [2020-07-04T21:38:29.794Z] [INFO] [2020-07-04T21:38:29.794Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.ruby --- [2020-07-04T21:38:29.794Z] [INFO] [2020-07-04T21:38:29.794Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.ruby --- [2020-07-04T21:38:29.794Z] [INFO] [2020-07-04T21:38:29.794Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.ruby --- [2020-07-04T21:38:29.794Z] [INFO] [2020-07-04T21:38:29.794Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.ruby --- [2020-07-04T21:38:29.794Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby/target/org.eclipse.ease.lang.ruby-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.ruby/0.8.0-SNAPSHOT/org.eclipse.ease.lang.ruby-0.8.0-SNAPSHOT.jar [2020-07-04T21:38:29.794Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.ruby/0.8.0-SNAPSHOT/org.eclipse.ease.lang.ruby-0.8.0-SNAPSHOT.pom [2020-07-04T21:38:29.794Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby/target/org.eclipse.ease.lang.ruby-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.ruby/0.8.0-SNAPSHOT/org.eclipse.ease.lang.ruby-0.8.0-SNAPSHOT-sources.jar [2020-07-04T21:38:29.794Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.ruby/0.8.0-SNAPSHOT/org.eclipse.ease.lang.ruby-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:38:29.794Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.ruby/0.8.0-SNAPSHOT/org.eclipse.ease.lang.ruby-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:38:29.794Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.ruby/0.8.0-SNAPSHOT/org.eclipse.ease.lang.ruby-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:38:29.794Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.ruby/0.8.0-SNAPSHOT/org.eclipse.ease.lang.ruby-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:38:29.794Z] [INFO] [2020-07-04T21:38:29.795Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.ruby --- [2020-07-04T21:38:29.795Z] [INFO] [2020-07-04T21:38:29.795Z] [INFO] ---------< org.eclipse.ease:org.eclipse.ease.lang.ruby.jruby >---------- [2020-07-04T21:38:29.795Z] [INFO] Building org.eclipse.ease.lang.ruby.jruby 0.8.0-SNAPSHOT [16/48] [2020-07-04T21:38:29.795Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-07-04T21:38:29.795Z] [INFO] [2020-07-04T21:38:29.795Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.ruby.jruby --- [2020-07-04T21:38:29.795Z] [INFO] [2020-07-04T21:38:29.795Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.ruby.jruby --- [2020-07-04T21:38:29.795Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-07-04T21:38:29.795Z] [INFO] [2020-07-04T21:38:29.795Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.ruby.jruby --- [2020-07-04T21:38:29.795Z] [INFO] [2020-07-04T21:38:29.795Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.ruby.jruby --- [2020-07-04T21:38:29.795Z] [INFO] [2020-07-04T21:38:29.795Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.ruby.jruby >>> [2020-07-04T21:38:29.795Z] [INFO] [2020-07-04T21:38:29.795Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.ruby.jruby --- [2020-07-04T21:38:29.795Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-07-04T21:38:29.795Z] [INFO] [2020-07-04T21:38:29.795Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.ruby.jruby --- [2020-07-04T21:38:29.795Z] [INFO] [2020-07-04T21:38:29.795Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.ruby.jruby --- [2020-07-04T21:38:29.795Z] [INFO] [2020-07-04T21:38:29.795Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.ruby.jruby <<< [2020-07-04T21:38:29.795Z] [INFO] [2020-07-04T21:38:29.795Z] [INFO] [2020-07-04T21:38:29.795Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.ruby.jruby --- [2020-07-04T21:38:29.795Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-07-04T21:38:31.159Z] [INFO] [2020-07-04T21:38:31.159Z] Loading source files for package org.eclipse.ease.lang.ruby.jruby... [2020-07-04T21:38:31.159Z] Constructing Javadoc information... [2020-07-04T21:38:31.159Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby.jruby/target/javadoc-bundle-options/package-list" [2020-07-04T21:38:31.159Z] [WARNING] Javadoc Warnings [2020-07-04T21:38:31.159Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10" [2020-07-04T21:38:31.159Z] [INFO] [2020-07-04T21:38:31.159Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.ruby.jruby --- [2020-07-04T21:38:31.159Z] [INFO] [2020-07-04T21:38:31.159Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.ruby.jruby --- [2020-07-04T21:38:31.159Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:38:31.159Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby.jruby/src/main/resources [2020-07-04T21:38:31.159Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby.jruby/help [2020-07-04T21:38:31.159Z] [INFO] [2020-07-04T21:38:31.159Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.ruby.jruby --- [2020-07-04T21:38:31.160Z] [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby.jruby/target/classes [2020-07-04T21:38:31.160Z] [INFO] [2020-07-04T21:38:31.160Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.ruby.jruby --- [2020-07-04T21:38:31.160Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:38:31.160Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby.jruby/src/test/resources [2020-07-04T21:38:31.160Z] [INFO] [2020-07-04T21:38:31.160Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.ruby.jruby --- [2020-07-04T21:38:31.160Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby.jruby/target/org.eclipse.ease.lang.ruby.jruby-0.8.0-SNAPSHOT-sources.jar [2020-07-04T21:38:31.160Z] [INFO] [2020-07-04T21:38:31.160Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.ruby.jruby --- [2020-07-04T21:38:31.160Z] [INFO] [2020-07-04T21:38:31.160Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.ruby.jruby --- [2020-07-04T21:38:31.160Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby.jruby/target/org.eclipse.ease.lang.ruby.jruby-0.8.0-SNAPSHOT.jar [2020-07-04T21:38:31.160Z] [INFO] [2020-07-04T21:38:31.160Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.ruby.jruby --- [2020-07-04T21:38:31.160Z] [INFO] [2020-07-04T21:38:31.160Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.ruby.jruby --- [2020-07-04T21:38:31.160Z] [INFO] [2020-07-04T21:38:31.160Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.ruby.jruby --- [2020-07-04T21:38:31.160Z] [INFO] [2020-07-04T21:38:31.160Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.ruby.jruby --- [2020-07-04T21:38:31.160Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby.jruby/target/org.eclipse.ease.lang.ruby.jruby-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.ruby.jruby/0.8.0-SNAPSHOT/org.eclipse.ease.lang.ruby.jruby-0.8.0-SNAPSHOT.jar [2020-07-04T21:38:31.160Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby.jruby/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.ruby.jruby/0.8.0-SNAPSHOT/org.eclipse.ease.lang.ruby.jruby-0.8.0-SNAPSHOT.pom [2020-07-04T21:38:31.160Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby.jruby/target/org.eclipse.ease.lang.ruby.jruby-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.ruby.jruby/0.8.0-SNAPSHOT/org.eclipse.ease.lang.ruby.jruby-0.8.0-SNAPSHOT-sources.jar [2020-07-04T21:38:31.160Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby.jruby/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.ruby.jruby/0.8.0-SNAPSHOT/org.eclipse.ease.lang.ruby.jruby-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:38:31.160Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby.jruby/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.ruby.jruby/0.8.0-SNAPSHOT/org.eclipse.ease.lang.ruby.jruby-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:38:31.160Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby.jruby/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.ruby.jruby/0.8.0-SNAPSHOT/org.eclipse.ease.lang.ruby.jruby-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:38:31.160Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.ruby.jruby/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.ruby.jruby/0.8.0-SNAPSHOT/org.eclipse.ease.lang.ruby.jruby-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:38:31.160Z] [INFO] [2020-07-04T21:38:31.160Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.ruby.jruby --- [2020-07-04T21:38:31.160Z] [INFO] [2020-07-04T21:38:31.160Z] [INFO] -----< org.eclipse.ease:org.eclipse.ease.lang.javascript.nashorn >------ [2020-07-04T21:38:31.160Z] [INFO] Building org.eclipse.ease.lang.javascript.nashorn 0.8.0-SNAPSHOT [17/48] [2020-07-04T21:38:31.160Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-07-04T21:38:31.160Z] [INFO] [2020-07-04T21:38:31.160Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-07-04T21:38:31.160Z] [INFO] [2020-07-04T21:38:31.160Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-07-04T21:38:31.160Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-07-04T21:38:31.160Z] [INFO] [2020-07-04T21:38:31.160Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-07-04T21:38:31.160Z] [INFO] [2020-07-04T21:38:31.160Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-07-04T21:38:31.160Z] [INFO] [2020-07-04T21:38:31.160Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.javascript.nashorn >>> [2020-07-04T21:38:31.160Z] [INFO] [2020-07-04T21:38:31.161Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-07-04T21:38:31.161Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-07-04T21:38:31.161Z] [INFO] [2020-07-04T21:38:31.161Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-07-04T21:38:31.161Z] [INFO] [2020-07-04T21:38:31.161Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-07-04T21:38:31.161Z] [INFO] [2020-07-04T21:38:31.161Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.javascript.nashorn <<< [2020-07-04T21:38:31.161Z] [INFO] [2020-07-04T21:38:31.161Z] [INFO] [2020-07-04T21:38:31.161Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-07-04T21:38:31.161Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-07-04T21:38:32.526Z] [INFO] [2020-07-04T21:38:32.526Z] Loading source files for package org.eclipse.ease.lang.javascript.nashorn... [2020-07-04T21:38:32.526Z] Constructing Javadoc information... [2020-07-04T21:38:32.526Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.nashorn/target/javadoc-bundle-options/package-list" [2020-07-04T21:38:32.526Z] [WARNING] Javadoc Warnings [2020-07-04T21:38:32.526Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10" [2020-07-04T21:38:32.526Z] [INFO] [2020-07-04T21:38:32.526Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-07-04T21:38:32.526Z] [INFO] [2020-07-04T21:38:32.526Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-07-04T21:38:32.526Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:38:32.526Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.nashorn/src/main/resources [2020-07-04T21:38:32.527Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.nashorn/help [2020-07-04T21:38:32.527Z] [INFO] [2020-07-04T21:38:32.527Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-07-04T21:38:32.527Z] [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.nashorn/target/classes [2020-07-04T21:38:32.527Z] [INFO] [2020-07-04T21:38:32.527Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-07-04T21:38:32.527Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:38:32.527Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.nashorn/src/test/resources [2020-07-04T21:38:32.527Z] [INFO] [2020-07-04T21:38:32.527Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-07-04T21:38:32.527Z] [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.nashorn/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [2020-07-04T21:38:32.527Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.nashorn/target/org.eclipse.ease.lang.javascript.nashorn-0.8.0-SNAPSHOT-sources.jar [2020-07-04T21:38:32.527Z] [INFO] [2020-07-04T21:38:32.527Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-07-04T21:38:32.527Z] [INFO] [2020-07-04T21:38:32.527Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-07-04T21:38:32.527Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.nashorn/target/org.eclipse.ease.lang.javascript.nashorn-0.8.0-SNAPSHOT.jar [2020-07-04T21:38:32.527Z] [INFO] [2020-07-04T21:38:32.527Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-07-04T21:38:32.527Z] [INFO] [2020-07-04T21:38:32.527Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-07-04T21:38:32.527Z] [INFO] [2020-07-04T21:38:32.527Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-07-04T21:38:32.527Z] [INFO] [2020-07-04T21:38:32.527Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-07-04T21:38:32.527Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.nashorn/target/org.eclipse.ease.lang.javascript.nashorn-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.nashorn/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.nashorn-0.8.0-SNAPSHOT.jar [2020-07-04T21:38:32.527Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.nashorn/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.nashorn/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.nashorn-0.8.0-SNAPSHOT.pom [2020-07-04T21:38:32.527Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.nashorn/target/org.eclipse.ease.lang.javascript.nashorn-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.nashorn/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.nashorn-0.8.0-SNAPSHOT-sources.jar [2020-07-04T21:38:32.527Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.nashorn/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.nashorn/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.nashorn-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:38:32.527Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.nashorn/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.nashorn/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.nashorn-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:38:32.527Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.nashorn/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.nashorn/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.nashorn-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:38:32.527Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.nashorn/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.nashorn/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.nashorn-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:38:32.527Z] [INFO] [2020-07-04T21:38:32.527Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.javascript.nashorn --- [2020-07-04T21:38:32.527Z] [INFO] [2020-07-04T21:38:32.527Z] [INFO] ------< org.eclipse.ease:org.eclipse.ease.lang.javascript.rhino >------- [2020-07-04T21:38:32.527Z] [INFO] Building org.eclipse.ease.lang.javascript.rhino 0.8.0-SNAPSHOT [18/48] [2020-07-04T21:38:32.527Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-07-04T21:38:32.527Z] [INFO] [2020-07-04T21:38:32.527Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.javascript.rhino --- [2020-07-04T21:38:32.527Z] [INFO] [2020-07-04T21:38:32.527Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.rhino --- [2020-07-04T21:38:32.527Z] [INFO] The project's OSGi version is 0.8.0.I202003021730 [2020-07-04T21:38:32.527Z] [INFO] [2020-07-04T21:38:32.527Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.rhino --- [2020-07-04T21:38:32.527Z] [INFO] [2020-07-04T21:38:32.527Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.rhino --- [2020-07-04T21:38:32.527Z] [INFO] [2020-07-04T21:38:32.528Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.javascript.rhino >>> [2020-07-04T21:38:32.528Z] [INFO] [2020-07-04T21:38:32.528Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.rhino --- [2020-07-04T21:38:32.528Z] [INFO] The project's OSGi version is 0.8.0.I202003021730 [2020-07-04T21:38:32.528Z] [INFO] [2020-07-04T21:38:32.528Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.rhino --- [2020-07-04T21:38:32.528Z] [INFO] [2020-07-04T21:38:32.528Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.rhino --- [2020-07-04T21:38:32.528Z] [INFO] [2020-07-04T21:38:32.528Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.javascript.rhino <<< [2020-07-04T21:38:32.528Z] [INFO] [2020-07-04T21:38:32.528Z] [INFO] [2020-07-04T21:38:32.528Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.javascript.rhino --- [2020-07-04T21:38:32.528Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-07-04T21:38:33.893Z] [INFO] [2020-07-04T21:38:33.893Z] Loading source files for package org.eclipse.ease.lang.javascript.rhino... [2020-07-04T21:38:33.893Z] Loading source files for package org.eclipse.ease.lang.javascript.rhino.debugger... [2020-07-04T21:38:33.893Z] Loading source files for package org.eclipse.ease.lang.javascript.rhino.debugger.actions... [2020-07-04T21:38:33.893Z] Loading source files for package org.eclipse.ease.lang.javascript.rhino.debugger.editor... [2020-07-04T21:38:33.893Z] Loading source files for package org.eclipse.ease.lang.javascript.rhino.debugger.model... [2020-07-04T21:38:33.893Z] Constructing Javadoc information... [2020-07-04T21:38:33.893Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.rhino/target/javadoc-bundle-options/package-list" [2020-07-04T21:38:33.893Z] [WARNING] Javadoc Warnings [2020-07-04T21:38:33.893Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10" [2020-07-04T21:38:33.893Z] [INFO] [2020-07-04T21:38:33.893Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.javascript.rhino --- [2020-07-04T21:38:33.893Z] [INFO] [2020-07-04T21:38:33.893Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript.rhino --- [2020-07-04T21:38:33.893Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:38:33.893Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.rhino/src/main/resources [2020-07-04T21:38:33.893Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.rhino/help [2020-07-04T21:38:33.893Z] [INFO] [2020-07-04T21:38:33.893Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.javascript.rhino --- [2020-07-04T21:38:33.893Z] [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.rhino/target/classes [2020-07-04T21:38:33.893Z] [INFO] [2020-07-04T21:38:33.893Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript.rhino --- [2020-07-04T21:38:33.893Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:38:33.893Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.rhino/src/test/resources [2020-07-04T21:38:33.893Z] [INFO] [2020-07-04T21:38:33.893Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript.rhino --- [2020-07-04T21:38:33.893Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.rhino/target/org.eclipse.ease.lang.javascript.rhino-0.8.0-SNAPSHOT-sources.jar [2020-07-04T21:38:33.893Z] [INFO] [2020-07-04T21:38:33.893Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.rhino --- [2020-07-04T21:38:33.893Z] [INFO] [2020-07-04T21:38:33.893Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript.rhino --- [2020-07-04T21:38:33.893Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.rhino/target/org.eclipse.ease.lang.javascript.rhino-0.8.0-SNAPSHOT.jar [2020-07-04T21:38:33.893Z] [INFO] [2020-07-04T21:38:33.893Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.rhino --- [2020-07-04T21:38:33.893Z] [INFO] [2020-07-04T21:38:33.893Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.javascript.rhino --- [2020-07-04T21:38:33.893Z] [INFO] [2020-07-04T21:38:33.893Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript.rhino --- [2020-07-04T21:38:33.893Z] [INFO] [2020-07-04T21:38:33.894Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.javascript.rhino --- [2020-07-04T21:38:33.894Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.rhino/target/org.eclipse.ease.lang.javascript.rhino-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.rhino/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.rhino-0.8.0-SNAPSHOT.jar [2020-07-04T21:38:33.894Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.rhino/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.rhino/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.rhino-0.8.0-SNAPSHOT.pom [2020-07-04T21:38:33.894Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.rhino/target/org.eclipse.ease.lang.javascript.rhino-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.rhino/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.rhino-0.8.0-SNAPSHOT-sources.jar [2020-07-04T21:38:33.894Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.rhino/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.rhino/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.rhino-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:38:33.894Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.rhino/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.rhino/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.rhino-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:38:33.894Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.rhino/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.rhino/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.rhino-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:38:33.894Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.rhino/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.rhino/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.rhino-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:38:33.894Z] [INFO] [2020-07-04T21:38:33.894Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.javascript.rhino --- [2020-07-04T21:38:33.894Z] [INFO] [2020-07-04T21:38:33.894Z] [INFO] --------< org.eclipse.ease:org.eclipse.ease.lang.python.jython >-------- [2020-07-04T21:38:33.894Z] [INFO] Building org.eclipse.ease.lang.python.jython 0.8.0-SNAPSHOT [19/48] [2020-07-04T21:38:33.894Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-07-04T21:38:33.894Z] [INFO] [2020-07-04T21:38:33.894Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.python.jython --- [2020-07-04T21:38:33.894Z] [INFO] [2020-07-04T21:38:33.894Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.jython --- [2020-07-04T21:38:34.151Z] [INFO] The project's OSGi version is 0.8.0.I201911262145 [2020-07-04T21:38:34.151Z] [INFO] [2020-07-04T21:38:34.151Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.jython --- [2020-07-04T21:38:34.151Z] [INFO] [2020-07-04T21:38:34.151Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.jython --- [2020-07-04T21:38:34.151Z] [INFO] [2020-07-04T21:38:34.151Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.python.jython >>> [2020-07-04T21:38:34.151Z] [INFO] [2020-07-04T21:38:34.151Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.jython --- [2020-07-04T21:38:34.151Z] [INFO] The project's OSGi version is 0.8.0.I201911262145 [2020-07-04T21:38:34.151Z] [INFO] [2020-07-04T21:38:34.151Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.jython --- [2020-07-04T21:38:34.151Z] [INFO] [2020-07-04T21:38:34.151Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.jython --- [2020-07-04T21:38:34.151Z] [INFO] [2020-07-04T21:38:34.151Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.python.jython <<< [2020-07-04T21:38:34.151Z] [INFO] [2020-07-04T21:38:34.151Z] [INFO] [2020-07-04T21:38:34.151Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.python.jython --- [2020-07-04T21:38:34.151Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-07-04T21:38:35.519Z] [INFO] [2020-07-04T21:38:35.519Z] Loading source files for package org.eclipse.ease.lang.python.jython... [2020-07-04T21:38:35.519Z] Loading source files for package org.eclipse.ease.lang.python.jython.debugger... [2020-07-04T21:38:35.519Z] Loading source files for package org.eclipse.ease.lang.python.jython.preferences... [2020-07-04T21:38:35.519Z] Constructing Javadoc information... [2020-07-04T21:38:35.519Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.jython/target/javadoc-bundle-options/package-list" [2020-07-04T21:38:35.519Z] [WARNING] Javadoc Warnings [2020-07-04T21:38:35.519Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10" [2020-07-04T21:38:35.519Z] [INFO] [2020-07-04T21:38:35.519Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.python.jython --- [2020-07-04T21:38:35.519Z] [INFO] [2020-07-04T21:38:35.519Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.python.jython --- [2020-07-04T21:38:35.519Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:38:35.519Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.jython/src/main/resources [2020-07-04T21:38:35.519Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.jython/help [2020-07-04T21:38:35.519Z] [INFO] [2020-07-04T21:38:35.519Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.python.jython --- [2020-07-04T21:38:35.519Z] [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.jython/target/classes [2020-07-04T21:38:35.519Z] [INFO] [2020-07-04T21:38:35.519Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.python.jython --- [2020-07-04T21:38:35.519Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:38:35.519Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.jython/src/test/resources [2020-07-04T21:38:35.519Z] [INFO] [2020-07-04T21:38:35.519Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.python.jython --- [2020-07-04T21:38:35.519Z] [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.jython/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [2020-07-04T21:38:35.519Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.jython/target/org.eclipse.ease.lang.python.jython-0.8.0-SNAPSHOT-sources.jar [2020-07-04T21:38:35.519Z] [INFO] [2020-07-04T21:38:35.519Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python.jython --- [2020-07-04T21:38:35.519Z] [INFO] [2020-07-04T21:38:35.519Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.python.jython --- [2020-07-04T21:38:35.519Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.jython/target/org.eclipse.ease.lang.python.jython-0.8.0-SNAPSHOT.jar [2020-07-04T21:38:35.519Z] [INFO] [2020-07-04T21:38:35.520Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python.jython --- [2020-07-04T21:38:35.520Z] [INFO] [2020-07-04T21:38:35.520Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.python.jython --- [2020-07-04T21:38:35.520Z] [INFO] [2020-07-04T21:38:35.520Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python.jython --- [2020-07-04T21:38:35.520Z] [INFO] [2020-07-04T21:38:35.520Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.python.jython --- [2020-07-04T21:38:35.520Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.jython/target/org.eclipse.ease.lang.python.jython-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.jython/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.jython-0.8.0-SNAPSHOT.jar [2020-07-04T21:38:35.520Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.jython/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.jython/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.jython-0.8.0-SNAPSHOT.pom [2020-07-04T21:38:35.520Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.jython/target/org.eclipse.ease.lang.python.jython-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.jython/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.jython-0.8.0-SNAPSHOT-sources.jar [2020-07-04T21:38:35.520Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.jython/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.jython/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.jython-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:38:35.520Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.jython/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.jython/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.jython-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:38:35.520Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.jython/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.jython/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.jython-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:38:35.520Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.python.jython/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.jython/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.jython-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:38:35.520Z] [INFO] [2020-07-04T21:38:35.520Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.python.jython --- [2020-07-04T21:38:35.520Z] [INFO] [2020-07-04T21:38:35.520Z] [INFO] --------< org.eclipse.ease:org.eclipse.ease.lang.javascript.ui >-------- [2020-07-04T21:38:35.520Z] [INFO] Building org.eclipse.ease.lang.javascript.ui 0.8.0-SNAPSHOT [20/48] [2020-07-04T21:38:35.520Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-07-04T21:38:35.520Z] [INFO] [2020-07-04T21:38:35.520Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.javascript.ui --- [2020-07-04T21:38:35.520Z] [INFO] [2020-07-04T21:38:35.520Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.ui --- [2020-07-04T21:38:35.520Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-07-04T21:38:35.520Z] [INFO] [2020-07-04T21:38:35.520Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.ui --- [2020-07-04T21:38:35.520Z] [INFO] [2020-07-04T21:38:35.520Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.ui --- [2020-07-04T21:38:35.520Z] [INFO] [2020-07-04T21:38:35.520Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.javascript.ui >>> [2020-07-04T21:38:35.520Z] [INFO] [2020-07-04T21:38:35.520Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.ui --- [2020-07-04T21:38:35.520Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-07-04T21:38:35.520Z] [INFO] [2020-07-04T21:38:35.520Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.ui --- [2020-07-04T21:38:35.520Z] [INFO] [2020-07-04T21:38:35.520Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.ui --- [2020-07-04T21:38:35.520Z] [INFO] [2020-07-04T21:38:35.520Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.javascript.ui <<< [2020-07-04T21:38:35.520Z] [INFO] [2020-07-04T21:38:35.520Z] [INFO] [2020-07-04T21:38:35.520Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.javascript.ui --- [2020-07-04T21:38:35.776Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-07-04T21:38:36.702Z] [INFO] [2020-07-04T21:38:36.702Z] Loading source files for package org.eclipse.ease.lang.javascript.ui... [2020-07-04T21:38:36.702Z] Loading source files for package org.eclipse.ease.lang.javascript.ui.completion... [2020-07-04T21:38:36.702Z] Constructing Javadoc information... [2020-07-04T21:38:36.702Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.ui/target/javadoc-bundle-options/package-list" [2020-07-04T21:38:36.702Z] [WARNING] Javadoc Warnings [2020-07-04T21:38:36.702Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10" [2020-07-04T21:38:36.703Z] [INFO] [2020-07-04T21:38:36.703Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.javascript.ui --- [2020-07-04T21:38:36.703Z] [INFO] [2020-07-04T21:38:36.703Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript.ui --- [2020-07-04T21:38:36.703Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:38:36.703Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.ui/src/main/resources [2020-07-04T21:38:36.703Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.ui/help [2020-07-04T21:38:36.703Z] [INFO] [2020-07-04T21:38:36.703Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.javascript.ui --- [2020-07-04T21:38:36.703Z] [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.ui/target/classes [2020-07-04T21:38:36.959Z] [INFO] [2020-07-04T21:38:36.959Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript.ui --- [2020-07-04T21:38:36.959Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:38:36.959Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.ui/src/test/resources [2020-07-04T21:38:36.959Z] [INFO] [2020-07-04T21:38:36.959Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript.ui --- [2020-07-04T21:38:36.959Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.ui/target/org.eclipse.ease.lang.javascript.ui-0.8.0-SNAPSHOT-sources.jar [2020-07-04T21:38:36.959Z] [INFO] [2020-07-04T21:38:36.959Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.ui --- [2020-07-04T21:38:36.959Z] [INFO] [2020-07-04T21:38:36.959Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript.ui --- [2020-07-04T21:38:36.959Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.ui/target/org.eclipse.ease.lang.javascript.ui-0.8.0-SNAPSHOT.jar [2020-07-04T21:38:36.959Z] [INFO] [2020-07-04T21:38:36.959Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.ui --- [2020-07-04T21:38:36.959Z] [INFO] [2020-07-04T21:38:36.959Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.javascript.ui --- [2020-07-04T21:38:36.959Z] [INFO] [2020-07-04T21:38:36.959Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript.ui --- [2020-07-04T21:38:36.959Z] [INFO] [2020-07-04T21:38:36.959Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.javascript.ui --- [2020-07-04T21:38:36.959Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.ui/target/org.eclipse.ease.lang.javascript.ui-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.ui/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.ui-0.8.0-SNAPSHOT.jar [2020-07-04T21:38:36.959Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.ui/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.ui/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.ui-0.8.0-SNAPSHOT.pom [2020-07-04T21:38:36.959Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.ui/target/org.eclipse.ease.lang.javascript.ui-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.ui/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.ui-0.8.0-SNAPSHOT-sources.jar [2020-07-04T21:38:36.959Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.ui/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.ui-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:38:36.959Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.ui/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.ui-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:38:36.959Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.ui/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.ui-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:38:36.959Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.javascript.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.ui/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.ui-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:38:36.959Z] [INFO] [2020-07-04T21:38:36.959Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.javascript.ui --- [2020-07-04T21:38:36.959Z] [INFO] [2020-07-04T21:38:36.959Z] [INFO] --------< org.eclipse.ease:org.eclipse.ease.lang.jvm.compiled >--------- [2020-07-04T21:38:36.959Z] [INFO] Building org.eclipse.ease.lang.jvm.compiled 0.8.0-SNAPSHOT [21/48] [2020-07-04T21:38:36.959Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-07-04T21:38:36.959Z] [INFO] [2020-07-04T21:38:36.959Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.jvm.compiled --- [2020-07-04T21:38:36.959Z] [INFO] [2020-07-04T21:38:36.959Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.jvm.compiled --- [2020-07-04T21:38:36.959Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-07-04T21:38:36.959Z] [INFO] [2020-07-04T21:38:36.959Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.jvm.compiled --- [2020-07-04T21:38:36.959Z] [INFO] [2020-07-04T21:38:36.959Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.jvm.compiled --- [2020-07-04T21:38:36.959Z] [INFO] [2020-07-04T21:38:36.960Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.jvm.compiled >>> [2020-07-04T21:38:36.960Z] [INFO] [2020-07-04T21:38:36.960Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.jvm.compiled --- [2020-07-04T21:38:36.960Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-07-04T21:38:36.960Z] [INFO] [2020-07-04T21:38:36.960Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.jvm.compiled --- [2020-07-04T21:38:36.960Z] [INFO] [2020-07-04T21:38:36.960Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.jvm.compiled --- [2020-07-04T21:38:36.960Z] [INFO] [2020-07-04T21:38:36.960Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.jvm.compiled <<< [2020-07-04T21:38:36.960Z] [INFO] [2020-07-04T21:38:36.960Z] [INFO] [2020-07-04T21:38:36.960Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.jvm.compiled --- [2020-07-04T21:38:37.215Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-07-04T21:38:38.591Z] [INFO] [2020-07-04T21:38:38.591Z] Loading source files for package org.eclipse.ease.lang.jvm.compiled... [2020-07-04T21:38:38.591Z] Constructing Javadoc information... [2020-07-04T21:38:38.591Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.jvm.compiled/target/javadoc-bundle-options/package-list" [2020-07-04T21:38:38.591Z] [WARNING] Javadoc Warnings [2020-07-04T21:38:38.591Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10" [2020-07-04T21:38:38.591Z] [INFO] [2020-07-04T21:38:38.591Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.jvm.compiled --- [2020-07-04T21:38:38.591Z] [INFO] [2020-07-04T21:38:38.591Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.jvm.compiled --- [2020-07-04T21:38:38.591Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:38:38.591Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.jvm.compiled/src/main/resources [2020-07-04T21:38:38.591Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.jvm.compiled/help [2020-07-04T21:38:38.591Z] [INFO] [2020-07-04T21:38:38.591Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.jvm.compiled --- [2020-07-04T21:38:38.591Z] [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.jvm.compiled/target/classes [2020-07-04T21:38:38.591Z] [INFO] [2020-07-04T21:38:38.591Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.jvm.compiled --- [2020-07-04T21:38:38.591Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:38:38.591Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.jvm.compiled/src/test/resources [2020-07-04T21:38:38.591Z] [INFO] [2020-07-04T21:38:38.591Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.jvm.compiled --- [2020-07-04T21:38:38.591Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.jvm.compiled/target/org.eclipse.ease.lang.jvm.compiled-0.8.0-SNAPSHOT-sources.jar [2020-07-04T21:38:38.591Z] [INFO] [2020-07-04T21:38:38.592Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.jvm.compiled --- [2020-07-04T21:38:38.592Z] [INFO] [2020-07-04T21:38:38.592Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.jvm.compiled --- [2020-07-04T21:38:38.592Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.jvm.compiled/target/org.eclipse.ease.lang.jvm.compiled-0.8.0-SNAPSHOT.jar [2020-07-04T21:38:38.592Z] [INFO] [2020-07-04T21:38:38.592Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.jvm.compiled --- [2020-07-04T21:38:38.592Z] [INFO] [2020-07-04T21:38:38.592Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.jvm.compiled --- [2020-07-04T21:38:38.592Z] [INFO] [2020-07-04T21:38:38.592Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.jvm.compiled --- [2020-07-04T21:38:38.592Z] [INFO] [2020-07-04T21:38:38.592Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.jvm.compiled --- [2020-07-04T21:38:38.592Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.jvm.compiled/target/org.eclipse.ease.lang.jvm.compiled-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.jvm.compiled/0.8.0-SNAPSHOT/org.eclipse.ease.lang.jvm.compiled-0.8.0-SNAPSHOT.jar [2020-07-04T21:38:38.592Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.jvm.compiled/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.jvm.compiled/0.8.0-SNAPSHOT/org.eclipse.ease.lang.jvm.compiled-0.8.0-SNAPSHOT.pom [2020-07-04T21:38:38.592Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.jvm.compiled/target/org.eclipse.ease.lang.jvm.compiled-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.jvm.compiled/0.8.0-SNAPSHOT/org.eclipse.ease.lang.jvm.compiled-0.8.0-SNAPSHOT-sources.jar [2020-07-04T21:38:38.592Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.jvm.compiled/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.jvm.compiled/0.8.0-SNAPSHOT/org.eclipse.ease.lang.jvm.compiled-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:38:38.592Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.jvm.compiled/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.jvm.compiled/0.8.0-SNAPSHOT/org.eclipse.ease.lang.jvm.compiled-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:38:38.592Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.jvm.compiled/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.jvm.compiled/0.8.0-SNAPSHOT/org.eclipse.ease.lang.jvm.compiled-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:38:38.592Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.jvm.compiled/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.jvm.compiled/0.8.0-SNAPSHOT/org.eclipse.ease.lang.jvm.compiled-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:38:38.592Z] [INFO] [2020-07-04T21:38:38.592Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.jvm.compiled --- [2020-07-04T21:38:38.592Z] [INFO] [2020-07-04T21:38:38.592Z] [INFO] ------< org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.ui >------- [2020-07-04T21:38:38.592Z] [INFO] Building org.eclipse.ease.lang.scriptarchive.ui 0.8.0-SNAPSHOT [22/48] [2020-07-04T21:38:38.592Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-07-04T21:38:38.592Z] [INFO] [2020-07-04T21:38:38.592Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-07-04T21:38:38.592Z] [INFO] [2020-07-04T21:38:38.592Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-07-04T21:38:38.592Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-07-04T21:38:38.592Z] [INFO] [2020-07-04T21:38:38.592Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-07-04T21:38:38.592Z] [INFO] [2020-07-04T21:38:38.592Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-07-04T21:38:38.592Z] [INFO] [2020-07-04T21:38:38.592Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.scriptarchive.ui >>> [2020-07-04T21:38:38.592Z] [INFO] [2020-07-04T21:38:38.592Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-07-04T21:38:38.592Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-07-04T21:38:38.592Z] [INFO] [2020-07-04T21:38:38.592Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-07-04T21:38:38.592Z] [INFO] [2020-07-04T21:38:38.592Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-07-04T21:38:38.592Z] [INFO] [2020-07-04T21:38:38.592Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.scriptarchive.ui <<< [2020-07-04T21:38:38.592Z] [INFO] [2020-07-04T21:38:38.592Z] [INFO] [2020-07-04T21:38:38.592Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-07-04T21:38:38.592Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-07-04T21:38:39.956Z] [INFO] [2020-07-04T21:38:39.956Z] Loading source files for package org.eclipse.ease.lang.scriptarchive.ui... [2020-07-04T21:38:39.956Z] Loading source files for package org.eclipse.ease.lang.scriptarchive.ui.export... [2020-07-04T21:38:39.956Z] Constructing Javadoc information... [2020-07-04T21:38:39.956Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive.ui/target/javadoc-bundle-options/package-list" [2020-07-04T21:38:39.956Z] [WARNING] Javadoc Warnings [2020-07-04T21:38:39.956Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10" [2020-07-04T21:38:39.956Z] [INFO] [2020-07-04T21:38:39.957Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-07-04T21:38:39.957Z] [INFO] [2020-07-04T21:38:39.957Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-07-04T21:38:39.957Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:38:39.957Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive.ui/src/main/resources [2020-07-04T21:38:39.957Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive.ui/help [2020-07-04T21:38:39.957Z] [INFO] [2020-07-04T21:38:39.957Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-07-04T21:38:39.957Z] [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive.ui/target/classes [2020-07-04T21:38:39.957Z] [INFO] [2020-07-04T21:38:39.957Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-07-04T21:38:39.957Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:38:39.957Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive.ui/src/test/resources [2020-07-04T21:38:39.957Z] [INFO] [2020-07-04T21:38:39.957Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-07-04T21:38:39.957Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive.ui/target/org.eclipse.ease.lang.scriptarchive.ui-0.8.0-SNAPSHOT-sources.jar [2020-07-04T21:38:39.957Z] [INFO] [2020-07-04T21:38:39.957Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-07-04T21:38:39.957Z] [INFO] [2020-07-04T21:38:39.957Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-07-04T21:38:39.957Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive.ui/target/org.eclipse.ease.lang.scriptarchive.ui-0.8.0-SNAPSHOT.jar [2020-07-04T21:38:39.957Z] [INFO] [2020-07-04T21:38:39.957Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-07-04T21:38:39.957Z] [INFO] [2020-07-04T21:38:39.957Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-07-04T21:38:39.957Z] [INFO] [2020-07-04T21:38:39.957Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-07-04T21:38:39.957Z] [INFO] [2020-07-04T21:38:39.957Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-07-04T21:38:39.957Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive.ui/target/org.eclipse.ease.lang.scriptarchive.ui-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive.ui/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.ui-0.8.0-SNAPSHOT.jar [2020-07-04T21:38:39.957Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive.ui/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive.ui/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.ui-0.8.0-SNAPSHOT.pom [2020-07-04T21:38:39.957Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive.ui/target/org.eclipse.ease.lang.scriptarchive.ui-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive.ui/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.ui-0.8.0-SNAPSHOT-sources.jar [2020-07-04T21:38:39.957Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive.ui/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.ui-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:38:39.957Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive.ui/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.ui-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:38:39.957Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive.ui/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive.ui/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.ui-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:38:39.957Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.lang.scriptarchive.ui/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive.ui/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.ui-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:38:39.957Z] [INFO] [2020-07-04T21:38:39.957Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.scriptarchive.ui --- [2020-07-04T21:38:39.957Z] [INFO] [2020-07-04T21:38:39.957Z] [INFO] ---------------< org.eclipse.ease:org.eclipse.ease.help >--------------- [2020-07-04T21:38:39.957Z] [INFO] Building org.eclipse.ease.help 0.8.0-SNAPSHOT [23/48] [2020-07-04T21:38:39.957Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-07-04T21:38:39.957Z] [INFO] [2020-07-04T21:38:39.957Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.help --- [2020-07-04T21:38:39.957Z] [INFO] [2020-07-04T21:38:39.957Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.help --- [2020-07-04T21:38:39.957Z] [INFO] The project's OSGi version is 0.8.0.I202007042135 [2020-07-04T21:38:39.957Z] [INFO] [2020-07-04T21:38:39.958Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.help --- [2020-07-04T21:38:39.958Z] [INFO] [2020-07-04T21:38:39.958Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.help --- [2020-07-04T21:38:39.958Z] [INFO] [2020-07-04T21:38:39.958Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.help >>> [2020-07-04T21:38:39.958Z] [INFO] [2020-07-04T21:38:39.958Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.help --- [2020-07-04T21:38:39.958Z] [INFO] The project's OSGi version is 0.8.0.I202007042135 [2020-07-04T21:38:39.958Z] [INFO] [2020-07-04T21:38:39.958Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.help --- [2020-07-04T21:38:39.958Z] [INFO] [2020-07-04T21:38:39.958Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.help --- [2020-07-04T21:38:39.958Z] [INFO] [2020-07-04T21:38:39.958Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.help <<< [2020-07-04T21:38:39.958Z] [INFO] [2020-07-04T21:38:39.958Z] [INFO] [2020-07-04T21:38:39.958Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.help --- [2020-07-04T21:38:39.958Z] [INFO] [2020-07-04T21:38:39.958Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.help --- [2020-07-04T21:38:39.958Z] [INFO] [2020-07-04T21:38:39.958Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.help --- [2020-07-04T21:38:39.958Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:38:39.958Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.help/src/main/resources [2020-07-04T21:38:39.958Z] [INFO] Copying 17 resources to help [2020-07-04T21:38:39.958Z] [INFO] [2020-07-04T21:38:39.958Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.help --- [2020-07-04T21:38:39.958Z] [INFO] [2020-07-04T21:38:39.958Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.help --- [2020-07-04T21:38:39.958Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:38:39.958Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.help/src/test/resources [2020-07-04T21:38:39.958Z] [INFO] [2020-07-04T21:38:39.958Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.help --- [2020-07-04T21:38:39.958Z] [INFO] [2020-07-04T21:38:39.958Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.help --- [2020-07-04T21:38:39.958Z] [INFO] [2020-07-04T21:38:39.958Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.help --- [2020-07-04T21:38:39.958Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.help/target/org.eclipse.ease.help-0.8.0-SNAPSHOT.jar [2020-07-04T21:38:39.958Z] [INFO] [2020-07-04T21:38:39.958Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.help --- [2020-07-04T21:38:39.958Z] [INFO] [2020-07-04T21:38:39.958Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.help --- [2020-07-04T21:38:39.958Z] [INFO] [2020-07-04T21:38:39.958Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.help --- [2020-07-04T21:38:39.958Z] [INFO] [2020-07-04T21:38:39.958Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.help --- [2020-07-04T21:38:39.958Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.help/target/org.eclipse.ease.help-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.help/0.8.0-SNAPSHOT/org.eclipse.ease.help-0.8.0-SNAPSHOT.jar [2020-07-04T21:38:39.958Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.help/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.help/0.8.0-SNAPSHOT/org.eclipse.ease.help-0.8.0-SNAPSHOT.pom [2020-07-04T21:38:39.958Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.help/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.help/0.8.0-SNAPSHOT/org.eclipse.ease.help-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:38:39.958Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.help/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.help/0.8.0-SNAPSHOT/org.eclipse.ease.help-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:38:39.958Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.help/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.help/0.8.0-SNAPSHOT/org.eclipse.ease.help-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:38:39.958Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/plugins/org.eclipse.ease.help/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.help/0.8.0-SNAPSHOT/org.eclipse.ease.help-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:38:39.958Z] [INFO] [2020-07-04T21:38:39.958Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.help --- [2020-07-04T21:38:39.958Z] [INFO] [2020-07-04T21:38:39.958Z] [INFO] -------------< org.eclipse.ease:org.eclipse.ease.feature >-------------- [2020-07-04T21:38:39.958Z] [INFO] Building org.eclipse.ease.feature 0.8.0-SNAPSHOT [24/48] [2020-07-04T21:38:39.958Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-07-04T21:38:39.958Z] [INFO] [2020-07-04T21:38:39.959Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.feature --- [2020-07-04T21:38:39.959Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.feature/target [2020-07-04T21:38:39.959Z] [INFO] [2020-07-04T21:38:39.959Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.feature --- [2020-07-04T21:38:39.959Z] [INFO] The project's OSGi version is 0.8.0.I202007020622 [2020-07-04T21:38:39.959Z] [INFO] [2020-07-04T21:38:39.959Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.feature --- [2020-07-04T21:38:39.959Z] [INFO] [2020-07-04T21:38:39.959Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.feature --- [2020-07-04T21:38:39.959Z] [INFO] [2020-07-04T21:38:39.959Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.feature >>> [2020-07-04T21:38:39.959Z] [INFO] [2020-07-04T21:38:39.959Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.feature --- [2020-07-04T21:38:39.959Z] [INFO] The project's OSGi version is 0.8.0.I202007020622 [2020-07-04T21:38:39.959Z] [INFO] [2020-07-04T21:38:39.959Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.feature --- [2020-07-04T21:38:39.959Z] [INFO] [2020-07-04T21:38:39.959Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.feature --- [2020-07-04T21:38:39.959Z] [INFO] [2020-07-04T21:38:39.959Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.feature <<< [2020-07-04T21:38:39.959Z] [INFO] [2020-07-04T21:38:39.959Z] [INFO] [2020-07-04T21:38:39.959Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.feature --- [2020-07-04T21:38:39.959Z] [INFO] [2020-07-04T21:38:39.959Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.feature --- [2020-07-04T21:38:39.959Z] [INFO] [2020-07-04T21:38:39.959Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.feature --- [2020-07-04T21:38:39.959Z] [INFO] [2020-07-04T21:38:39.959Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.feature --- [2020-07-04T21:38:39.959Z] [INFO] [2020-07-04T21:38:39.959Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.ease.feature --- [2020-07-04T21:38:39.959Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.feature/target/org.eclipse.ease.feature-0.8.0-SNAPSHOT.jar [2020-07-04T21:38:39.959Z] [INFO] [2020-07-04T21:38:39.959Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.feature --- [2020-07-04T21:38:39.959Z] [INFO] [2020-07-04T21:38:39.959Z] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.feature --- [2020-07-04T21:38:39.959Z] [INFO] [2020-07-04T21:38:40.215Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.feature --- [2020-07-04T21:38:40.215Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.feature/target/org.eclipse.ease.feature-0.8.0-SNAPSHOT-sources-feature.jar [2020-07-04T21:38:40.215Z] [INFO] [2020-07-04T21:38:40.215Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.feature --- [2020-07-04T21:38:40.215Z] [INFO] [2020-07-04T21:38:40.215Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.feature --- [2020-07-04T21:38:40.215Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.feature/target/org.eclipse.ease.feature-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.feature/0.8.0-SNAPSHOT/org.eclipse.ease.feature-0.8.0-SNAPSHOT.jar [2020-07-04T21:38:40.215Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.feature/0.8.0-SNAPSHOT/org.eclipse.ease.feature-0.8.0-SNAPSHOT.pom [2020-07-04T21:38:40.215Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.feature/0.8.0-SNAPSHOT/org.eclipse.ease.feature-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:38:40.215Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.feature/0.8.0-SNAPSHOT/org.eclipse.ease.feature-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:38:40.215Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.feature/target/org.eclipse.ease.feature-0.8.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.feature/0.8.0-SNAPSHOT/org.eclipse.ease.feature-0.8.0-SNAPSHOT-sources-feature.jar [2020-07-04T21:38:40.215Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.feature/0.8.0-SNAPSHOT/org.eclipse.ease.feature-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:38:40.215Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.feature/0.8.0-SNAPSHOT/org.eclipse.ease.feature-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:38:40.215Z] [INFO] [2020-07-04T21:38:40.215Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.feature --- [2020-07-04T21:38:40.215Z] [INFO] [2020-07-04T21:38:40.215Z] [INFO] ------------< org.eclipse.ease:org.eclipse.ease.ui.feature >------------ [2020-07-04T21:38:40.215Z] [INFO] Building org.eclipse.ease.ui.feature 0.8.0-SNAPSHOT [25/48] [2020-07-04T21:38:40.215Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-07-04T21:38:40.215Z] [INFO] [2020-07-04T21:38:40.216Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.ui.feature --- [2020-07-04T21:38:40.216Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.ui.feature/target [2020-07-04T21:38:40.216Z] [INFO] [2020-07-04T21:38:40.216Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.ui.feature --- [2020-07-04T21:38:40.216Z] [INFO] The project's OSGi version is 0.8.0.I202007042135 [2020-07-04T21:38:40.216Z] [INFO] [2020-07-04T21:38:40.216Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.feature --- [2020-07-04T21:38:40.216Z] [INFO] [2020-07-04T21:38:40.216Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.feature --- [2020-07-04T21:38:40.216Z] [INFO] [2020-07-04T21:38:40.216Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.ui.feature >>> [2020-07-04T21:38:40.216Z] [INFO] [2020-07-04T21:38:40.216Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.ui.feature --- [2020-07-04T21:38:40.216Z] [INFO] The project's OSGi version is 0.8.0.I202007042135 [2020-07-04T21:38:40.216Z] [INFO] [2020-07-04T21:38:40.216Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.feature --- [2020-07-04T21:38:40.216Z] [INFO] [2020-07-04T21:38:40.216Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.feature --- [2020-07-04T21:38:40.216Z] [INFO] [2020-07-04T21:38:40.216Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.ui.feature <<< [2020-07-04T21:38:40.216Z] [INFO] [2020-07-04T21:38:40.216Z] [INFO] [2020-07-04T21:38:40.216Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.ui.feature --- [2020-07-04T21:38:40.216Z] [INFO] [2020-07-04T21:38:40.216Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.ui.feature --- [2020-07-04T21:38:40.216Z] [INFO] [2020-07-04T21:38:40.216Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.ui.feature --- [2020-07-04T21:38:40.216Z] [INFO] [2020-07-04T21:38:40.216Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.ui.feature --- [2020-07-04T21:38:40.216Z] [INFO] [2020-07-04T21:38:40.216Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.ease.ui.feature --- [2020-07-04T21:38:40.216Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.ui.feature/target/org.eclipse.ease.ui.feature-0.8.0-SNAPSHOT.jar [2020-07-04T21:38:40.216Z] [INFO] [2020-07-04T21:38:40.216Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.ui.feature --- [2020-07-04T21:38:40.216Z] [INFO] [2020-07-04T21:38:40.216Z] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.ui.feature --- [2020-07-04T21:38:40.216Z] [INFO] [2020-07-04T21:38:40.216Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.ui.feature --- [2020-07-04T21:38:40.216Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.ui.feature/target/org.eclipse.ease.ui.feature-0.8.0-SNAPSHOT-sources-feature.jar [2020-07-04T21:38:40.216Z] [INFO] [2020-07-04T21:38:40.216Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.ui.feature --- [2020-07-04T21:38:40.216Z] [INFO] [2020-07-04T21:38:40.216Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.ui.feature --- [2020-07-04T21:38:40.216Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.ui.feature/target/org.eclipse.ease.ui.feature-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.feature/0.8.0-SNAPSHOT/org.eclipse.ease.ui.feature-0.8.0-SNAPSHOT.jar [2020-07-04T21:38:40.216Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.ui.feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.feature/0.8.0-SNAPSHOT/org.eclipse.ease.ui.feature-0.8.0-SNAPSHOT.pom [2020-07-04T21:38:40.216Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.ui.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.feature/0.8.0-SNAPSHOT/org.eclipse.ease.ui.feature-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:38:40.216Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.ui.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.feature/0.8.0-SNAPSHOT/org.eclipse.ease.ui.feature-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:38:40.216Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.ui.feature/target/org.eclipse.ease.ui.feature-0.8.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.feature/0.8.0-SNAPSHOT/org.eclipse.ease.ui.feature-0.8.0-SNAPSHOT-sources-feature.jar [2020-07-04T21:38:40.216Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.ui.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.feature/0.8.0-SNAPSHOT/org.eclipse.ease.ui.feature-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:38:40.216Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.ui.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.feature/0.8.0-SNAPSHOT/org.eclipse.ease.ui.feature-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:38:40.216Z] [INFO] [2020-07-04T21:38:40.217Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.ui.feature --- [2020-07-04T21:38:40.217Z] [INFO] [2020-07-04T21:38:40.217Z] [INFO] -----< org.eclipse.ease:org.eclipse.ease.lang.javascript.feature >------ [2020-07-04T21:38:40.217Z] [INFO] Building org.eclipse.ease.lang.javascript.feature 0.8.0-SNAPSHOT [26/48] [2020-07-04T21:38:40.217Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-07-04T21:38:40.217Z] [INFO] [2020-07-04T21:38:40.217Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.javascript.feature --- [2020-07-04T21:38:40.217Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.javascript.feature/target [2020-07-04T21:38:40.217Z] [INFO] [2020-07-04T21:38:40.217Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.javascript.feature --- [2020-07-04T21:38:40.217Z] [INFO] The project's OSGi version is 0.8.0.I202003021730 [2020-07-04T21:38:40.217Z] [INFO] [2020-07-04T21:38:40.217Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.feature --- [2020-07-04T21:38:40.217Z] [INFO] [2020-07-04T21:38:40.217Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.feature --- [2020-07-04T21:38:40.217Z] [INFO] [2020-07-04T21:38:40.217Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.javascript.feature >>> [2020-07-04T21:38:40.217Z] [INFO] [2020-07-04T21:38:40.217Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.javascript.feature --- [2020-07-04T21:38:40.217Z] [INFO] The project's OSGi version is 0.8.0.I202003021730 [2020-07-04T21:38:40.217Z] [INFO] [2020-07-04T21:38:40.217Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.feature --- [2020-07-04T21:38:40.217Z] [INFO] [2020-07-04T21:38:40.217Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.feature --- [2020-07-04T21:38:40.217Z] [INFO] [2020-07-04T21:38:40.217Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.javascript.feature <<< [2020-07-04T21:38:40.217Z] [INFO] [2020-07-04T21:38:40.217Z] [INFO] [2020-07-04T21:38:40.217Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.javascript.feature --- [2020-07-04T21:38:40.217Z] [INFO] [2020-07-04T21:38:40.217Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.javascript.feature --- [2020-07-04T21:38:40.217Z] [INFO] [2020-07-04T21:38:40.217Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript.feature --- [2020-07-04T21:38:40.217Z] [INFO] [2020-07-04T21:38:40.217Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.feature --- [2020-07-04T21:38:40.217Z] [INFO] [2020-07-04T21:38:40.217Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.ease.lang.javascript.feature --- [2020-07-04T21:38:40.482Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.javascript.feature/target/org.eclipse.ease.lang.javascript.feature-0.8.0-SNAPSHOT.jar [2020-07-04T21:38:40.482Z] [INFO] [2020-07-04T21:38:40.482Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.feature --- [2020-07-04T21:38:40.482Z] [INFO] [2020-07-04T21:38:40.482Z] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.lang.javascript.feature --- [2020-07-04T21:38:40.482Z] [INFO] [2020-07-04T21:38:40.483Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.javascript.feature --- [2020-07-04T21:38:40.483Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.javascript.feature/target/org.eclipse.ease.lang.javascript.feature-0.8.0-SNAPSHOT-sources-feature.jar [2020-07-04T21:38:40.483Z] [INFO] [2020-07-04T21:38:40.483Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript.feature --- [2020-07-04T21:38:40.483Z] [INFO] [2020-07-04T21:38:40.483Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.javascript.feature --- [2020-07-04T21:38:40.483Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.javascript.feature/target/org.eclipse.ease.lang.javascript.feature-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.feature-0.8.0-SNAPSHOT.jar [2020-07-04T21:38:40.483Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.javascript.feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.feature-0.8.0-SNAPSHOT.pom [2020-07-04T21:38:40.483Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.javascript.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.feature-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:38:40.483Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.javascript.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.feature-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:38:40.483Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.javascript.feature/target/org.eclipse.ease.lang.javascript.feature-0.8.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.feature-0.8.0-SNAPSHOT-sources-feature.jar [2020-07-04T21:38:40.483Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.javascript.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.feature-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:38:40.483Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.javascript.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.feature-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:38:40.483Z] [INFO] [2020-07-04T21:38:40.483Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.javascript.feature --- [2020-07-04T21:38:40.483Z] [INFO] [2020-07-04T21:38:40.483Z] [INFO] -------< org.eclipse.ease:org.eclipse.ease.lang.python.feature >-------- [2020-07-04T21:38:40.483Z] [INFO] Building org.eclipse.ease.lang.python.feature 0.8.0-SNAPSHOT [27/48] [2020-07-04T21:38:40.483Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-07-04T21:38:40.483Z] [INFO] [2020-07-04T21:38:40.483Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.python.feature --- [2020-07-04T21:38:40.483Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.feature/target [2020-07-04T21:38:40.483Z] [INFO] [2020-07-04T21:38:40.483Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.python.feature --- [2020-07-04T21:38:40.483Z] [INFO] The project's OSGi version is 0.8.0.I202006231119 [2020-07-04T21:38:40.483Z] [INFO] [2020-07-04T21:38:40.483Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.feature --- [2020-07-04T21:38:40.483Z] [INFO] [2020-07-04T21:38:40.483Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.feature --- [2020-07-04T21:38:40.483Z] [INFO] [2020-07-04T21:38:40.483Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.python.feature >>> [2020-07-04T21:38:40.483Z] [INFO] [2020-07-04T21:38:40.483Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.python.feature --- [2020-07-04T21:38:40.483Z] [INFO] The project's OSGi version is 0.8.0.I202006231119 [2020-07-04T21:38:40.483Z] [INFO] [2020-07-04T21:38:40.483Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.feature --- [2020-07-04T21:38:40.483Z] [INFO] [2020-07-04T21:38:40.483Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.feature --- [2020-07-04T21:38:40.483Z] [INFO] [2020-07-04T21:38:40.483Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.python.feature <<< [2020-07-04T21:38:40.483Z] [INFO] [2020-07-04T21:38:40.483Z] [INFO] [2020-07-04T21:38:40.483Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.python.feature --- [2020-07-04T21:38:40.483Z] [INFO] [2020-07-04T21:38:40.483Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.python.feature --- [2020-07-04T21:38:40.483Z] [INFO] [2020-07-04T21:38:40.484Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.python.feature --- [2020-07-04T21:38:40.484Z] [INFO] [2020-07-04T21:38:40.484Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python.feature --- [2020-07-04T21:38:40.484Z] [INFO] [2020-07-04T21:38:40.484Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.ease.lang.python.feature --- [2020-07-04T21:38:40.484Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.feature/target/org.eclipse.ease.lang.python.feature-0.8.0-SNAPSHOT.jar [2020-07-04T21:38:40.484Z] [INFO] [2020-07-04T21:38:40.484Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python.feature --- [2020-07-04T21:38:40.484Z] [INFO] [2020-07-04T21:38:40.484Z] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.lang.python.feature --- [2020-07-04T21:38:40.484Z] [INFO] [2020-07-04T21:38:40.484Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.python.feature --- [2020-07-04T21:38:40.484Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.feature/target/org.eclipse.ease.lang.python.feature-0.8.0-SNAPSHOT-sources-feature.jar [2020-07-04T21:38:40.484Z] [INFO] [2020-07-04T21:38:40.484Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python.feature --- [2020-07-04T21:38:40.484Z] [INFO] [2020-07-04T21:38:40.484Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.python.feature --- [2020-07-04T21:38:40.484Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.feature/target/org.eclipse.ease.lang.python.feature-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.feature-0.8.0-SNAPSHOT.jar [2020-07-04T21:38:40.484Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.feature-0.8.0-SNAPSHOT.pom [2020-07-04T21:38:40.484Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.feature-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:38:40.484Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.feature-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:38:40.484Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.feature/target/org.eclipse.ease.lang.python.feature-0.8.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.feature-0.8.0-SNAPSHOT-sources-feature.jar [2020-07-04T21:38:40.484Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.feature-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:38:40.484Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.feature-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:38:40.484Z] [INFO] [2020-07-04T21:38:40.484Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.python.feature --- [2020-07-04T21:38:40.484Z] [INFO] [2020-07-04T21:38:40.484Z] [INFO] ------< org.eclipse.ease:org.eclipse.ease.python.jython.feature >------- [2020-07-04T21:38:40.484Z] [INFO] Building org.eclipse.ease.python.jython.feature 0.8.0-SNAPSHOT [28/48] [2020-07-04T21:38:40.484Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-07-04T21:38:40.484Z] [INFO] [2020-07-04T21:38:40.484Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.python.jython.feature --- [2020-07-04T21:38:40.484Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.jython.feature/target [2020-07-04T21:38:40.484Z] [INFO] [2020-07-04T21:38:40.484Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.python.jython.feature --- [2020-07-04T21:38:40.484Z] [INFO] The project's OSGi version is 0.8.0.I201911262145 [2020-07-04T21:38:40.484Z] [INFO] [2020-07-04T21:38:40.484Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.python.jython.feature --- [2020-07-04T21:38:40.484Z] [INFO] [2020-07-04T21:38:40.484Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.python.jython.feature --- [2020-07-04T21:38:40.484Z] [INFO] [2020-07-04T21:38:40.484Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.python.jython.feature >>> [2020-07-04T21:38:40.484Z] [INFO] [2020-07-04T21:38:40.484Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.python.jython.feature --- [2020-07-04T21:38:40.484Z] [INFO] The project's OSGi version is 0.8.0.I201911262145 [2020-07-04T21:38:40.484Z] [INFO] [2020-07-04T21:38:40.484Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.python.jython.feature --- [2020-07-04T21:38:40.484Z] [INFO] [2020-07-04T21:38:40.484Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.python.jython.feature --- [2020-07-04T21:38:40.484Z] [INFO] [2020-07-04T21:38:40.485Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.python.jython.feature <<< [2020-07-04T21:38:40.485Z] [INFO] [2020-07-04T21:38:40.485Z] [INFO] [2020-07-04T21:38:40.485Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.python.jython.feature --- [2020-07-04T21:38:40.485Z] [INFO] [2020-07-04T21:38:40.485Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.python.jython.feature --- [2020-07-04T21:38:40.485Z] [INFO] [2020-07-04T21:38:40.485Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.python.jython.feature --- [2020-07-04T21:38:40.485Z] [INFO] [2020-07-04T21:38:40.485Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.python.jython.feature --- [2020-07-04T21:38:40.485Z] [INFO] [2020-07-04T21:38:40.485Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.ease.python.jython.feature --- [2020-07-04T21:38:40.485Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.jython.feature/target/org.eclipse.ease.python.jython.feature-0.8.0-SNAPSHOT.jar [2020-07-04T21:38:40.485Z] [INFO] [2020-07-04T21:38:40.485Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.python.jython.feature --- [2020-07-04T21:38:40.485Z] [INFO] [2020-07-04T21:38:40.485Z] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.python.jython.feature --- [2020-07-04T21:38:40.485Z] [INFO] [2020-07-04T21:38:40.485Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.python.jython.feature --- [2020-07-04T21:38:40.485Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.jython.feature/target/org.eclipse.ease.python.jython.feature-0.8.0-SNAPSHOT-sources-feature.jar [2020-07-04T21:38:40.485Z] [INFO] [2020-07-04T21:38:40.485Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.python.jython.feature --- [2020-07-04T21:38:40.485Z] [INFO] [2020-07-04T21:38:40.485Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.python.jython.feature --- [2020-07-04T21:38:40.485Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.jython.feature/target/org.eclipse.ease.python.jython.feature-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.python.jython.feature/0.8.0-SNAPSHOT/org.eclipse.ease.python.jython.feature-0.8.0-SNAPSHOT.jar [2020-07-04T21:38:40.485Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.jython.feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.python.jython.feature/0.8.0-SNAPSHOT/org.eclipse.ease.python.jython.feature-0.8.0-SNAPSHOT.pom [2020-07-04T21:38:40.485Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.jython.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.python.jython.feature/0.8.0-SNAPSHOT/org.eclipse.ease.python.jython.feature-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:38:40.485Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.jython.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.python.jython.feature/0.8.0-SNAPSHOT/org.eclipse.ease.python.jython.feature-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:38:40.485Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.jython.feature/target/org.eclipse.ease.python.jython.feature-0.8.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.python.jython.feature/0.8.0-SNAPSHOT/org.eclipse.ease.python.jython.feature-0.8.0-SNAPSHOT-sources-feature.jar [2020-07-04T21:38:40.485Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.jython.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.python.jython.feature/0.8.0-SNAPSHOT/org.eclipse.ease.python.jython.feature-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:38:40.485Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.jython.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.python.jython.feature/0.8.0-SNAPSHOT/org.eclipse.ease.python.jython.feature-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:38:40.485Z] [INFO] [2020-07-04T21:38:40.485Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.python.jython.feature --- [2020-07-04T21:38:40.485Z] [INFO] [2020-07-04T21:38:40.485Z] [INFO] -----< org.eclipse.ease:org.eclipse.ease.lang.python.py4j.feature >----- [2020-07-04T21:38:40.485Z] [INFO] Building org.eclipse.ease.lang.python.py4j.feature 0.8.0-SNAPSHOT [29/48] [2020-07-04T21:38:40.485Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-07-04T21:38:40.485Z] [INFO] [2020-07-04T21:38:40.485Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-07-04T21:38:40.485Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.py4j.feature/target [2020-07-04T21:38:40.485Z] [INFO] [2020-07-04T21:38:40.485Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-07-04T21:38:40.485Z] [INFO] The project's OSGi version is 0.8.0.I202002261020 [2020-07-04T21:38:40.485Z] [INFO] [2020-07-04T21:38:40.485Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-07-04T21:38:40.485Z] [INFO] [2020-07-04T21:38:40.486Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-07-04T21:38:40.486Z] [INFO] [2020-07-04T21:38:40.486Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.python.py4j.feature >>> [2020-07-04T21:38:40.486Z] [INFO] [2020-07-04T21:38:40.486Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-07-04T21:38:40.486Z] [INFO] The project's OSGi version is 0.8.0.I202002261020 [2020-07-04T21:38:40.486Z] [INFO] [2020-07-04T21:38:40.486Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-07-04T21:38:40.486Z] [INFO] [2020-07-04T21:38:40.486Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-07-04T21:38:40.486Z] [INFO] [2020-07-04T21:38:40.486Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.python.py4j.feature <<< [2020-07-04T21:38:40.486Z] [INFO] [2020-07-04T21:38:40.486Z] [INFO] [2020-07-04T21:38:40.486Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-07-04T21:38:40.486Z] [INFO] [2020-07-04T21:38:40.486Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-07-04T21:38:40.486Z] [INFO] [2020-07-04T21:38:40.486Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-07-04T21:38:40.486Z] [INFO] [2020-07-04T21:38:40.486Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-07-04T21:38:40.486Z] [INFO] [2020-07-04T21:38:40.486Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-07-04T21:38:40.742Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.py4j.feature/target/org.eclipse.ease.lang.python.py4j.feature-0.8.0-SNAPSHOT.jar [2020-07-04T21:38:40.742Z] [INFO] [2020-07-04T21:38:40.742Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-07-04T21:38:40.742Z] [INFO] [2020-07-04T21:38:40.742Z] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-07-04T21:38:40.742Z] [INFO] [2020-07-04T21:38:40.742Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-07-04T21:38:40.742Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.py4j.feature/target/org.eclipse.ease.lang.python.py4j.feature-0.8.0-SNAPSHOT-sources-feature.jar [2020-07-04T21:38:40.742Z] [INFO] [2020-07-04T21:38:40.742Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-07-04T21:38:40.742Z] [INFO] [2020-07-04T21:38:40.742Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-07-04T21:38:40.742Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.py4j.feature/target/org.eclipse.ease.lang.python.py4j.feature-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.py4j.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.py4j.feature-0.8.0-SNAPSHOT.jar [2020-07-04T21:38:40.742Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.py4j.feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.py4j.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.py4j.feature-0.8.0-SNAPSHOT.pom [2020-07-04T21:38:40.742Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.py4j.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.py4j.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.py4j.feature-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:38:40.742Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.py4j.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.py4j.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.py4j.feature-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:38:40.742Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.py4j.feature/target/org.eclipse.ease.lang.python.py4j.feature-0.8.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.py4j.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.py4j.feature-0.8.0-SNAPSHOT-sources-feature.jar [2020-07-04T21:38:40.742Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.py4j.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.py4j.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.py4j.feature-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:38:40.743Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.python.py4j.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.py4j.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.py4j.feature-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:38:40.743Z] [INFO] [2020-07-04T21:38:40.743Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.python.py4j.feature --- [2020-07-04T21:38:40.743Z] [INFO] [2020-07-04T21:38:40.743Z] [INFO] ---------< org.eclipse.ease:org.eclipse.ease.lang.jvm.feature >--------- [2020-07-04T21:38:40.743Z] [INFO] Building org.eclipse.ease.lang.jvm.feature 0.8.0-SNAPSHOT [30/48] [2020-07-04T21:38:40.743Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-07-04T21:38:40.743Z] [INFO] [2020-07-04T21:38:40.743Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.jvm.feature --- [2020-07-04T21:38:40.743Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.jvm.feature/target [2020-07-04T21:38:40.743Z] [INFO] [2020-07-04T21:38:40.743Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.jvm.feature --- [2020-07-04T21:38:40.743Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-07-04T21:38:40.743Z] [INFO] [2020-07-04T21:38:40.743Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.jvm.feature --- [2020-07-04T21:38:40.743Z] [INFO] [2020-07-04T21:38:40.743Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.jvm.feature --- [2020-07-04T21:38:40.743Z] [INFO] [2020-07-04T21:38:40.743Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.jvm.feature >>> [2020-07-04T21:38:40.743Z] [INFO] [2020-07-04T21:38:40.743Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.jvm.feature --- [2020-07-04T21:38:40.743Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-07-04T21:38:40.743Z] [INFO] [2020-07-04T21:38:40.743Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.jvm.feature --- [2020-07-04T21:38:40.743Z] [INFO] [2020-07-04T21:38:40.743Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.jvm.feature --- [2020-07-04T21:38:40.743Z] [INFO] [2020-07-04T21:38:40.743Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.jvm.feature <<< [2020-07-04T21:38:40.743Z] [INFO] [2020-07-04T21:38:40.743Z] [INFO] [2020-07-04T21:38:40.743Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.jvm.feature --- [2020-07-04T21:38:40.743Z] [INFO] [2020-07-04T21:38:40.743Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.jvm.feature --- [2020-07-04T21:38:40.743Z] [INFO] [2020-07-04T21:38:40.743Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.jvm.feature --- [2020-07-04T21:38:40.743Z] [INFO] [2020-07-04T21:38:40.743Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.jvm.feature --- [2020-07-04T21:38:40.743Z] [INFO] [2020-07-04T21:38:40.743Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.ease.lang.jvm.feature --- [2020-07-04T21:38:40.743Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.jvm.feature/target/org.eclipse.ease.lang.jvm.feature-0.8.0-SNAPSHOT.jar [2020-07-04T21:38:40.743Z] [INFO] [2020-07-04T21:38:40.743Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.jvm.feature --- [2020-07-04T21:38:40.743Z] [INFO] [2020-07-04T21:38:40.743Z] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.lang.jvm.feature --- [2020-07-04T21:38:40.743Z] [INFO] [2020-07-04T21:38:40.743Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.jvm.feature --- [2020-07-04T21:38:40.743Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.jvm.feature/target/org.eclipse.ease.lang.jvm.feature-0.8.0-SNAPSHOT-sources-feature.jar [2020-07-04T21:38:40.743Z] [INFO] [2020-07-04T21:38:40.743Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.jvm.feature --- [2020-07-04T21:38:40.743Z] [INFO] [2020-07-04T21:38:40.743Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.jvm.feature --- [2020-07-04T21:38:40.743Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.jvm.feature/target/org.eclipse.ease.lang.jvm.feature-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.jvm.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.jvm.feature-0.8.0-SNAPSHOT.jar [2020-07-04T21:38:40.743Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.jvm.feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.jvm.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.jvm.feature-0.8.0-SNAPSHOT.pom [2020-07-04T21:38:40.743Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.jvm.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.jvm.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.jvm.feature-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:38:40.744Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.jvm.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.jvm.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.jvm.feature-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:38:40.744Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.jvm.feature/target/org.eclipse.ease.lang.jvm.feature-0.8.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.jvm.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.jvm.feature-0.8.0-SNAPSHOT-sources-feature.jar [2020-07-04T21:38:40.744Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.jvm.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.jvm.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.jvm.feature-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:38:40.744Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.jvm.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.jvm.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.jvm.feature-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:38:40.744Z] [INFO] [2020-07-04T21:38:40.744Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.jvm.feature --- [2020-07-04T21:38:40.744Z] [INFO] [2020-07-04T21:38:40.744Z] [INFO] -------< org.eclipse.ease:org.eclipse.ease.lang.groovy.feature >-------- [2020-07-04T21:38:40.744Z] [INFO] Building org.eclipse.ease.lang.groovy.feature 0.8.0-SNAPSHOT [31/48] [2020-07-04T21:38:40.744Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-07-04T21:38:40.744Z] [INFO] [2020-07-04T21:38:40.744Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.groovy.feature --- [2020-07-04T21:38:40.744Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.groovy.feature/target [2020-07-04T21:38:40.744Z] [INFO] [2020-07-04T21:38:40.744Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.groovy.feature --- [2020-07-04T21:38:40.744Z] [INFO] The project's OSGi version is 0.8.0.I202002270716 [2020-07-04T21:38:40.744Z] [INFO] [2020-07-04T21:38:40.744Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.groovy.feature --- [2020-07-04T21:38:40.744Z] [INFO] [2020-07-04T21:38:40.744Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.groovy.feature --- [2020-07-04T21:38:40.744Z] [INFO] [2020-07-04T21:38:40.744Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.groovy.feature >>> [2020-07-04T21:38:40.744Z] [INFO] [2020-07-04T21:38:40.744Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.groovy.feature --- [2020-07-04T21:38:40.744Z] [INFO] The project's OSGi version is 0.8.0.I202002270716 [2020-07-04T21:38:40.744Z] [INFO] [2020-07-04T21:38:40.744Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.groovy.feature --- [2020-07-04T21:38:40.744Z] [INFO] [2020-07-04T21:38:40.744Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.groovy.feature --- [2020-07-04T21:38:40.744Z] [INFO] [2020-07-04T21:38:40.744Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.groovy.feature <<< [2020-07-04T21:38:40.744Z] [INFO] [2020-07-04T21:38:40.744Z] [INFO] [2020-07-04T21:38:40.744Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.groovy.feature --- [2020-07-04T21:38:40.744Z] [INFO] [2020-07-04T21:38:40.744Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.groovy.feature --- [2020-07-04T21:38:40.744Z] [INFO] [2020-07-04T21:38:40.744Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.groovy.feature --- [2020-07-04T21:38:40.744Z] [INFO] [2020-07-04T21:38:40.744Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.groovy.feature --- [2020-07-04T21:38:40.744Z] [INFO] [2020-07-04T21:38:40.744Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.ease.lang.groovy.feature --- [2020-07-04T21:38:40.744Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.groovy.feature/target/org.eclipse.ease.lang.groovy.feature-0.8.0-SNAPSHOT.jar [2020-07-04T21:38:40.744Z] [INFO] [2020-07-04T21:38:40.744Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.groovy.feature --- [2020-07-04T21:38:40.744Z] [INFO] [2020-07-04T21:38:40.744Z] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.lang.groovy.feature --- [2020-07-04T21:38:40.744Z] [INFO] [2020-07-04T21:38:40.744Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.groovy.feature --- [2020-07-04T21:38:40.744Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.groovy.feature/target/org.eclipse.ease.lang.groovy.feature-0.8.0-SNAPSHOT-sources-feature.jar [2020-07-04T21:38:40.744Z] [INFO] [2020-07-04T21:38:40.744Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.groovy.feature --- [2020-07-04T21:38:40.744Z] [INFO] [2020-07-04T21:38:40.744Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.groovy.feature --- [2020-07-04T21:38:40.745Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.groovy.feature/target/org.eclipse.ease.lang.groovy.feature-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.groovy.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.groovy.feature-0.8.0-SNAPSHOT.jar [2020-07-04T21:38:40.745Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.groovy.feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.groovy.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.groovy.feature-0.8.0-SNAPSHOT.pom [2020-07-04T21:38:40.745Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.groovy.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.groovy.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.groovy.feature-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:38:40.745Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.groovy.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.groovy.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.groovy.feature-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:38:40.745Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.groovy.feature/target/org.eclipse.ease.lang.groovy.feature-0.8.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.groovy.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.groovy.feature-0.8.0-SNAPSHOT-sources-feature.jar [2020-07-04T21:38:40.745Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.groovy.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.groovy.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.groovy.feature-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:38:40.745Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.groovy.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.groovy.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.groovy.feature-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:38:40.745Z] [INFO] [2020-07-04T21:38:40.745Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.groovy.feature --- [2020-07-04T21:38:40.745Z] [INFO] [2020-07-04T21:38:40.745Z] [INFO] --------< org.eclipse.ease:org.eclipse.ease.lang.ruby.feature >--------- [2020-07-04T21:38:40.745Z] [INFO] Building org.eclipse.ease.lang.ruby.feature 0.8.0-SNAPSHOT [32/48] [2020-07-04T21:38:40.745Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-07-04T21:38:40.745Z] [INFO] [2020-07-04T21:38:40.745Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.ruby.feature --- [2020-07-04T21:38:40.745Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.ruby.feature/target [2020-07-04T21:38:40.745Z] [INFO] [2020-07-04T21:38:40.745Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.ruby.feature --- [2020-07-04T21:38:40.745Z] [INFO] The project's OSGi version is 0.8.0.I201910171302 [2020-07-04T21:38:40.745Z] [INFO] [2020-07-04T21:38:40.745Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.ruby.feature --- [2020-07-04T21:38:40.745Z] [INFO] [2020-07-04T21:38:40.745Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.ruby.feature --- [2020-07-04T21:38:40.745Z] [INFO] [2020-07-04T21:38:40.745Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.ruby.feature >>> [2020-07-04T21:38:40.745Z] [INFO] [2020-07-04T21:38:40.745Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.ruby.feature --- [2020-07-04T21:38:40.745Z] [INFO] The project's OSGi version is 0.8.0.I201910171302 [2020-07-04T21:38:40.745Z] [INFO] [2020-07-04T21:38:40.745Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.ruby.feature --- [2020-07-04T21:38:40.745Z] [INFO] [2020-07-04T21:38:40.745Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.ruby.feature --- [2020-07-04T21:38:40.745Z] [INFO] [2020-07-04T21:38:40.745Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.ruby.feature <<< [2020-07-04T21:38:40.745Z] [INFO] [2020-07-04T21:38:40.745Z] [INFO] [2020-07-04T21:38:40.745Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.ruby.feature --- [2020-07-04T21:38:40.745Z] [INFO] [2020-07-04T21:38:40.745Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.ruby.feature --- [2020-07-04T21:38:40.745Z] [INFO] [2020-07-04T21:38:40.745Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.ruby.feature --- [2020-07-04T21:38:40.745Z] [INFO] [2020-07-04T21:38:40.745Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.ruby.feature --- [2020-07-04T21:38:40.745Z] [INFO] [2020-07-04T21:38:40.745Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.ease.lang.ruby.feature --- [2020-07-04T21:38:40.745Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.ruby.feature/target/org.eclipse.ease.lang.ruby.feature-0.8.0-SNAPSHOT.jar [2020-07-04T21:38:40.745Z] [INFO] [2020-07-04T21:38:40.745Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.ruby.feature --- [2020-07-04T21:38:40.745Z] [INFO] [2020-07-04T21:38:40.745Z] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.lang.ruby.feature --- [2020-07-04T21:38:40.745Z] [INFO] [2020-07-04T21:38:40.745Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.ruby.feature --- [2020-07-04T21:38:40.746Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.ruby.feature/target/org.eclipse.ease.lang.ruby.feature-0.8.0-SNAPSHOT-sources-feature.jar [2020-07-04T21:38:41.001Z] [INFO] [2020-07-04T21:38:41.001Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.ruby.feature --- [2020-07-04T21:38:41.001Z] [INFO] [2020-07-04T21:38:41.001Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.ruby.feature --- [2020-07-04T21:38:41.001Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.ruby.feature/target/org.eclipse.ease.lang.ruby.feature-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.ruby.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.ruby.feature-0.8.0-SNAPSHOT.jar [2020-07-04T21:38:41.001Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.ruby.feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.ruby.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.ruby.feature-0.8.0-SNAPSHOT.pom [2020-07-04T21:38:41.001Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.ruby.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.ruby.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.ruby.feature-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:38:41.002Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.ruby.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.ruby.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.ruby.feature-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:38:41.002Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.ruby.feature/target/org.eclipse.ease.lang.ruby.feature-0.8.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.ruby.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.ruby.feature-0.8.0-SNAPSHOT-sources-feature.jar [2020-07-04T21:38:41.002Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.ruby.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.ruby.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.ruby.feature-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:38:41.002Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.ruby.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.ruby.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.ruby.feature-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:38:41.002Z] [INFO] [2020-07-04T21:38:41.002Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.ruby.feature --- [2020-07-04T21:38:41.002Z] [INFO] [2020-07-04T21:38:41.002Z] [INFO] ----< org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.feature >---- [2020-07-04T21:38:41.002Z] [INFO] Building org.eclipse.ease.lang.scriptarchive.feature 0.8.0-SNAPSHOT [33/48] [2020-07-04T21:38:41.002Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-07-04T21:38:41.002Z] [INFO] [2020-07-04T21:38:41.002Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-07-04T21:38:41.002Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.scriptarchive.feature/target [2020-07-04T21:38:41.002Z] [INFO] [2020-07-04T21:38:41.002Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-07-04T21:38:41.002Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-07-04T21:38:41.002Z] [INFO] [2020-07-04T21:38:41.002Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-07-04T21:38:41.002Z] [INFO] [2020-07-04T21:38:41.002Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-07-04T21:38:41.002Z] [INFO] [2020-07-04T21:38:41.002Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.scriptarchive.feature >>> [2020-07-04T21:38:41.002Z] [INFO] [2020-07-04T21:38:41.002Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-07-04T21:38:41.002Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-07-04T21:38:41.002Z] [INFO] [2020-07-04T21:38:41.002Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-07-04T21:38:41.002Z] [INFO] [2020-07-04T21:38:41.002Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-07-04T21:38:41.002Z] [INFO] [2020-07-04T21:38:41.002Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.scriptarchive.feature <<< [2020-07-04T21:38:41.002Z] [INFO] [2020-07-04T21:38:41.002Z] [INFO] [2020-07-04T21:38:41.002Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-07-04T21:38:41.002Z] [INFO] [2020-07-04T21:38:41.002Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-07-04T21:38:41.002Z] [INFO] [2020-07-04T21:38:41.002Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-07-04T21:38:41.002Z] [INFO] [2020-07-04T21:38:41.002Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-07-04T21:38:41.002Z] [INFO] [2020-07-04T21:38:41.002Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-07-04T21:38:41.002Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.scriptarchive.feature/target/org.eclipse.ease.lang.scriptarchive.feature-0.8.0-SNAPSHOT.jar [2020-07-04T21:38:41.002Z] [INFO] [2020-07-04T21:38:41.002Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-07-04T21:38:41.002Z] [INFO] [2020-07-04T21:38:41.002Z] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-07-04T21:38:41.002Z] [INFO] [2020-07-04T21:38:41.002Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-07-04T21:38:41.002Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.scriptarchive.feature/target/org.eclipse.ease.lang.scriptarchive.feature-0.8.0-SNAPSHOT-sources-feature.jar [2020-07-04T21:38:41.002Z] [INFO] [2020-07-04T21:38:41.003Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-07-04T21:38:41.003Z] [INFO] [2020-07-04T21:38:41.003Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-07-04T21:38:41.003Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.scriptarchive.feature/target/org.eclipse.ease.lang.scriptarchive.feature-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.feature-0.8.0-SNAPSHOT.jar [2020-07-04T21:38:41.003Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.scriptarchive.feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.feature-0.8.0-SNAPSHOT.pom [2020-07-04T21:38:41.003Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.scriptarchive.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.feature-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:38:41.003Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.scriptarchive.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.feature-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:38:41.003Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.scriptarchive.feature/target/org.eclipse.ease.lang.scriptarchive.feature-0.8.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.feature-0.8.0-SNAPSHOT-sources-feature.jar [2020-07-04T21:38:41.003Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.scriptarchive.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.feature-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:38:41.003Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.scriptarchive.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.feature-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:38:41.003Z] [INFO] [2020-07-04T21:38:41.003Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.scriptarchive.feature --- [2020-07-04T21:38:41.003Z] [INFO] [2020-07-04T21:38:41.003Z] [INFO] ------< org.eclipse.ease:org.eclipse.ease.lang.unittest.feature >------- [2020-07-04T21:38:41.003Z] [INFO] Building org.eclipse.ease.lang.unittest.feature 0.8.0-SNAPSHOT [34/48] [2020-07-04T21:38:41.003Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2020-07-04T21:38:41.003Z] [INFO] [2020-07-04T21:38:41.003Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.unittest.feature --- [2020-07-04T21:38:41.003Z] [INFO] Deleting /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.unittest.feature/target [2020-07-04T21:38:41.003Z] [INFO] [2020-07-04T21:38:41.003Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.unittest.feature --- [2020-07-04T21:38:41.003Z] [INFO] The project's OSGi version is 0.8.0.I202006021412 [2020-07-04T21:38:41.003Z] [INFO] [2020-07-04T21:38:41.003Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.unittest.feature --- [2020-07-04T21:38:41.003Z] [INFO] [2020-07-04T21:38:41.003Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.unittest.feature --- [2020-07-04T21:38:41.003Z] [INFO] [2020-07-04T21:38:41.003Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.unittest.feature >>> [2020-07-04T21:38:41.003Z] [INFO] [2020-07-04T21:38:41.003Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.lang.unittest.feature --- [2020-07-04T21:38:41.003Z] [INFO] The project's OSGi version is 0.8.0.I202006021412 [2020-07-04T21:38:41.003Z] [INFO] [2020-07-04T21:38:41.003Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.unittest.feature --- [2020-07-04T21:38:41.003Z] [INFO] [2020-07-04T21:38:41.003Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.unittest.feature --- [2020-07-04T21:38:41.003Z] [INFO] [2020-07-04T21:38:41.003Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.unittest.feature <<< [2020-07-04T21:38:41.003Z] [INFO] [2020-07-04T21:38:41.003Z] [INFO] [2020-07-04T21:38:41.003Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.unittest.feature --- [2020-07-04T21:38:41.003Z] [INFO] [2020-07-04T21:38:41.003Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.unittest.feature --- [2020-07-04T21:38:41.003Z] [INFO] [2020-07-04T21:38:41.003Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.unittest.feature --- [2020-07-04T21:38:41.003Z] [INFO] [2020-07-04T21:38:41.003Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.unittest.feature --- [2020-07-04T21:38:41.003Z] [INFO] [2020-07-04T21:38:41.003Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.ease.lang.unittest.feature --- [2020-07-04T21:38:41.003Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.unittest.feature/target/org.eclipse.ease.lang.unittest.feature-0.8.0-SNAPSHOT.jar [2020-07-04T21:38:41.003Z] [INFO] [2020-07-04T21:38:41.004Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.unittest.feature --- [2020-07-04T21:38:41.004Z] [INFO] [2020-07-04T21:38:41.004Z] [INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.lang.unittest.feature --- [2020-07-04T21:38:41.004Z] [INFO] [2020-07-04T21:38:41.004Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.unittest.feature --- [2020-07-04T21:38:41.004Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.unittest.feature/target/org.eclipse.ease.lang.unittest.feature-0.8.0-SNAPSHOT-sources-feature.jar [2020-07-04T21:38:41.004Z] [INFO] [2020-07-04T21:38:41.004Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.unittest.feature --- [2020-07-04T21:38:41.004Z] [INFO] [2020-07-04T21:38:41.004Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.unittest.feature --- [2020-07-04T21:38:41.004Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.unittest.feature/target/org.eclipse.ease.lang.unittest.feature-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest.feature-0.8.0-SNAPSHOT.jar [2020-07-04T21:38:41.004Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.unittest.feature/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest.feature-0.8.0-SNAPSHOT.pom [2020-07-04T21:38:41.004Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.unittest.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest.feature-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:38:41.004Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.unittest.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest.feature-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:38:41.004Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.unittest.feature/target/org.eclipse.ease.lang.unittest.feature-0.8.0-SNAPSHOT-sources-feature.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest.feature-0.8.0-SNAPSHOT-sources-feature.jar [2020-07-04T21:38:41.004Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.unittest.feature/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest.feature-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:38:41.004Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/features/org.eclipse.ease.lang.unittest.feature/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest.feature/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest.feature-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:38:41.004Z] [INFO] [2020-07-04T21:38:41.004Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.unittest.feature --- [2020-07-04T21:38:41.004Z] [INFO] [2020-07-04T21:38:41.004Z] [INFO] ----------< org.eclipse.ease:org.eclipse.ease.releng.target >----------- [2020-07-04T21:38:41.004Z] [INFO] Building org.eclipse.ease.releng.target 0.8.0-SNAPSHOT [35/48] [2020-07-04T21:38:41.004Z] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [2020-07-04T21:38:41.004Z] [INFO] [2020-07-04T21:38:41.004Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.releng.target --- [2020-07-04T21:38:41.004Z] [INFO] [2020-07-04T21:38:41.004Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.releng.target >>> [2020-07-04T21:38:41.004Z] [INFO] [2020-07-04T21:38:41.004Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.releng.target <<< [2020-07-04T21:38:41.004Z] [INFO] [2020-07-04T21:38:41.004Z] [INFO] [2020-07-04T21:38:41.004Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.releng.target --- [2020-07-04T21:38:41.004Z] [INFO] [2020-07-04T21:38:41.004Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.releng.target --- [2020-07-04T21:38:41.004Z] [INFO] [2020-07-04T21:38:41.004Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.releng.target --- [2020-07-04T21:38:41.004Z] [INFO] [2020-07-04T21:38:41.004Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-target-definition (default-package-target-definition) @ org.eclipse.ease.releng.target --- [2020-07-04T21:38:41.004Z] [INFO] [2020-07-04T21:38:41.004Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.releng.target --- [2020-07-04T21:38:41.004Z] [INFO] [2020-07-04T21:38:41.004Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.releng.target --- [2020-07-04T21:38:41.004Z] [INFO] [2020-07-04T21:38:41.004Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.releng.target --- [2020-07-04T21:38:41.004Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/releng/org.eclipse.ease.releng.target/org.eclipse.ease.releng.target.target to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.releng.target/0.8.0-SNAPSHOT/org.eclipse.ease.releng.target-0.8.0-SNAPSHOT.target [2020-07-04T21:38:41.004Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/releng/org.eclipse.ease.releng.target/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.releng.target/0.8.0-SNAPSHOT/org.eclipse.ease.releng.target-0.8.0-SNAPSHOT.pom [2020-07-04T21:38:41.004Z] [INFO] [2020-07-04T21:38:41.004Z] [INFO] ------------< org.eclipse.ease:org.eclipse.ease.releng.p2 >------------- [2020-07-04T21:38:41.004Z] [INFO] Building org.eclipse.ease.releng.p2 0.8.0-SNAPSHOT [36/48] [2020-07-04T21:38:41.004Z] [INFO] -------------------------[ eclipse-repository ]------------------------- [2020-07-04T21:38:41.004Z] [INFO] [2020-07-04T21:38:41.005Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.releng.p2 --- [2020-07-04T21:38:41.005Z] [INFO] [2020-07-04T21:38:41.005Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.releng.p2 --- [2020-07-04T21:38:41.260Z] [INFO] The project's OSGi version is 0.8.0.I202007042135 [2020-07-04T21:38:41.260Z] [INFO] [2020-07-04T21:38:41.260Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.ease.releng.p2 --- [2020-07-04T21:38:41.260Z] [INFO] [2020-07-04T21:38:41.260Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.releng.p2 >>> [2020-07-04T21:38:41.260Z] [INFO] [2020-07-04T21:38:41.260Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.releng.p2 --- [2020-07-04T21:38:41.260Z] [INFO] The project's OSGi version is 0.8.0.I202007042135 [2020-07-04T21:38:41.260Z] [INFO] [2020-07-04T21:38:41.261Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.ease.releng.p2 --- [2020-07-04T21:38:41.261Z] [INFO] [2020-07-04T21:38:41.261Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.releng.p2 <<< [2020-07-04T21:38:41.261Z] [INFO] [2020-07-04T21:38:41.261Z] [INFO] [2020-07-04T21:38:41.261Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.releng.p2 --- [2020-07-04T21:38:41.516Z] [INFO] [2020-07-04T21:38:41.516Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.releng.p2 --- [2020-07-04T21:38:41.516Z] [INFO] [2020-07-04T21:38:41.516Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.releng.p2 --- [2020-07-04T21:38:41.516Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:38:41.516Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/releng/org.eclipse.ease.releng.p2/src/main/resources [2020-07-04T21:38:41.516Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/releng/org.eclipse.ease.releng.p2/help [2020-07-04T21:38:41.516Z] [INFO] [2020-07-04T21:38:41.516Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.releng.p2 --- [2020-07-04T21:38:41.516Z] [INFO] [2020-07-04T21:38:41.516Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.releng.p2 --- [2020-07-04T21:38:41.516Z] [INFO] [2020-07-04T21:38:41.516Z] [INFO] --- tycho-p2-publisher-plugin:1.3.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.ease.releng.p2 --- [2020-07-04T21:38:41.516Z] [INFO] Published profile IUs: [a.jre.javase 10.0.0, config.a.jre.javase 10.0.0] [2020-07-04T21:38:41.516Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [2020-07-04T21:38:41.516Z] [INFO] [2020-07-04T21:38:41.516Z] [INFO] --- tycho-p2-publisher-plugin:1.3.0:publish-products (default-publish-products) @ org.eclipse.ease.releng.p2 --- [2020-07-04T21:38:41.516Z] [INFO] [2020-07-04T21:38:41.516Z] [INFO] --- tycho-p2-publisher-plugin:1.3.0:publish-categories (default-publish-categories) @ org.eclipse.ease.releng.p2 --- [2020-07-04T21:38:41.516Z] [INFO] [2020-07-04T21:38:41.516Z] [INFO] --- tycho-p2-publisher-plugin:1.3.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.ease.releng.p2 --- [2020-07-04T21:38:41.516Z] [INFO] [2020-07-04T21:38:41.516Z] [INFO] --- tycho-p2-repository-plugin:1.3.0:assemble-repository (default-assemble-repository) @ org.eclipse.ease.releng.p2 --- [2020-07-04T21:38:43.403Z] [INFO] [2020-07-04T21:38:43.403Z] [INFO] --- tycho-p2-repository-plugin:1.3.0:archive-repository (default-archive-repository) @ org.eclipse.ease.releng.p2 --- [2020-07-04T21:38:43.403Z] [INFO] Building zip: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/releng/org.eclipse.ease.releng.p2/target/org.eclipse.ease.releng.p2-0.8.0-SNAPSHOT.zip [2020-07-04T21:38:43.403Z] [INFO] [2020-07-04T21:38:43.403Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.releng.p2 --- [2020-07-04T21:38:43.403Z] [INFO] [2020-07-04T21:38:43.403Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.releng.p2 --- [2020-07-04T21:38:43.403Z] [INFO] [2020-07-04T21:38:43.403Z] [INFO] --- repository-utils:0.23.2:generate-repository-facade (generate-facade) @ org.eclipse.ease.releng.p2 --- [2020-07-04T21:38:43.403Z] [INFO] Building zip: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/releng/org.eclipse.ease.releng.p2/target/org.eclipse.ease.releng.p2-0.8.0-SNAPSHOT.zip [2020-07-04T21:38:43.658Z] [INFO] [2020-07-04T21:38:43.658Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.releng.p2 --- [2020-07-04T21:38:43.658Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/releng/org.eclipse.ease.releng.p2/target/org.eclipse.ease.releng.p2-0.8.0-SNAPSHOT.zip to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.releng.p2/0.8.0-SNAPSHOT/org.eclipse.ease.releng.p2-0.8.0-SNAPSHOT.zip [2020-07-04T21:38:43.658Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/releng/org.eclipse.ease.releng.p2/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.releng.p2/0.8.0-SNAPSHOT/org.eclipse.ease.releng.p2-0.8.0-SNAPSHOT.pom [2020-07-04T21:38:43.658Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/releng/org.eclipse.ease.releng.p2/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.releng.p2/0.8.0-SNAPSHOT/org.eclipse.ease.releng.p2-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:38:43.658Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/releng/org.eclipse.ease.releng.p2/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.releng.p2/0.8.0-SNAPSHOT/org.eclipse.ease.releng.p2-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:38:43.658Z] [INFO] [2020-07-04T21:38:43.658Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.releng.p2 --- [2020-07-04T21:38:43.658Z] [INFO] [2020-07-04T21:38:43.658Z] [INFO] ------------< org.eclipse.ease:org.eclipse.ease.testhelper >------------ [2020-07-04T21:38:43.658Z] [INFO] Building org.eclipse.ease.testhelper 0.8.0-SNAPSHOT [37/48] [2020-07-04T21:38:43.658Z] [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [2020-07-04T21:38:43.658Z] [INFO] [2020-07-04T21:38:43.658Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.testhelper --- [2020-07-04T21:38:43.658Z] [INFO] [2020-07-04T21:38:43.659Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.testhelper --- [2020-07-04T21:38:43.659Z] [INFO] The project's OSGi version is 0.8.0.I202003020926 [2020-07-04T21:38:43.659Z] [INFO] [2020-07-04T21:38:43.659Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.testhelper --- [2020-07-04T21:38:43.659Z] [INFO] [2020-07-04T21:38:43.659Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.testhelper --- [2020-07-04T21:38:43.659Z] [INFO] [2020-07-04T21:38:43.659Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.testhelper >>> [2020-07-04T21:38:43.659Z] [INFO] [2020-07-04T21:38:43.659Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.testhelper --- [2020-07-04T21:38:43.659Z] [INFO] The project's OSGi version is 0.8.0.I202003020926 [2020-07-04T21:38:43.659Z] [INFO] [2020-07-04T21:38:43.659Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.testhelper --- [2020-07-04T21:38:43.659Z] [INFO] [2020-07-04T21:38:43.659Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.testhelper --- [2020-07-04T21:38:43.659Z] [INFO] [2020-07-04T21:38:43.659Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.testhelper <<< [2020-07-04T21:38:43.659Z] [INFO] [2020-07-04T21:38:43.659Z] [INFO] [2020-07-04T21:38:43.659Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.testhelper --- [2020-07-04T21:38:43.659Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-07-04T21:38:45.022Z] [INFO] [2020-07-04T21:38:45.022Z] Loading source files for package org.eclipse.ease.testhelper... [2020-07-04T21:38:45.022Z] Loading source files for package org.eclipse.ease.testhelper.python... [2020-07-04T21:38:45.022Z] Constructing Javadoc information... [2020-07-04T21:38:45.022Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.testhelper/target/javadoc-bundle-options/package-list" [2020-07-04T21:38:45.022Z] [WARNING] Javadoc Warnings [2020-07-04T21:38:45.022Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10" [2020-07-04T21:38:45.022Z] [INFO] [2020-07-04T21:38:45.022Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.testhelper --- [2020-07-04T21:38:45.022Z] [INFO] [2020-07-04T21:38:45.022Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.testhelper --- [2020-07-04T21:38:45.022Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:38:45.022Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.testhelper/src/main/resources [2020-07-04T21:38:45.022Z] [INFO] Copying 3 resources to help [2020-07-04T21:38:45.022Z] [INFO] [2020-07-04T21:38:45.022Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.testhelper --- [2020-07-04T21:38:45.022Z] [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.testhelper/target/classes [2020-07-04T21:38:45.022Z] [INFO] [2020-07-04T21:38:45.022Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.testhelper --- [2020-07-04T21:38:45.022Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:38:45.022Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.testhelper/src/test/resources [2020-07-04T21:38:45.022Z] [INFO] [2020-07-04T21:38:45.022Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.testhelper --- [2020-07-04T21:38:45.022Z] [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.testhelper/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [2020-07-04T21:38:45.022Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.testhelper/target/org.eclipse.ease.testhelper-0.8.0-SNAPSHOT-sources.jar [2020-07-04T21:38:45.022Z] [INFO] [2020-07-04T21:38:45.022Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.testhelper --- [2020-07-04T21:38:45.022Z] [INFO] [2020-07-04T21:38:45.022Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.testhelper --- [2020-07-04T21:38:45.022Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.testhelper/target/org.eclipse.ease.testhelper-0.8.0-SNAPSHOT.jar [2020-07-04T21:38:45.022Z] [INFO] [2020-07-04T21:38:45.022Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.testhelper --- [2020-07-04T21:38:45.022Z] [INFO] [2020-07-04T21:38:45.022Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.testhelper --- [2020-07-04T21:38:45.022Z] [INFO] [2020-07-04T21:38:45.022Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.testhelper --- [2020-07-04T21:38:45.022Z] [INFO] [2020-07-04T21:38:45.022Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.testhelper --- [2020-07-04T21:38:45.022Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.testhelper/target/org.eclipse.ease.testhelper-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.testhelper/0.8.0-SNAPSHOT/org.eclipse.ease.testhelper-0.8.0-SNAPSHOT.jar [2020-07-04T21:38:45.023Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.testhelper/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.testhelper/0.8.0-SNAPSHOT/org.eclipse.ease.testhelper-0.8.0-SNAPSHOT.pom [2020-07-04T21:38:45.023Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.testhelper/target/org.eclipse.ease.testhelper-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.testhelper/0.8.0-SNAPSHOT/org.eclipse.ease.testhelper-0.8.0-SNAPSHOT-sources.jar [2020-07-04T21:38:45.023Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.testhelper/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.testhelper/0.8.0-SNAPSHOT/org.eclipse.ease.testhelper-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:38:45.023Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.testhelper/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.testhelper/0.8.0-SNAPSHOT/org.eclipse.ease.testhelper-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:38:45.023Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.testhelper/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.testhelper/0.8.0-SNAPSHOT/org.eclipse.ease.testhelper-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:38:45.023Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.testhelper/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.testhelper/0.8.0-SNAPSHOT/org.eclipse.ease.testhelper-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:38:45.023Z] [INFO] [2020-07-04T21:38:45.023Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.testhelper --- [2020-07-04T21:38:45.023Z] [INFO] [2020-07-04T21:38:45.023Z] [INFO] ---------------< org.eclipse.ease:org.eclipse.ease.test >--------------- [2020-07-04T21:38:45.023Z] [INFO] Building org.eclipse.ease.test 0.8.0-SNAPSHOT [38/48] [2020-07-04T21:38:45.023Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-07-04T21:38:45.023Z] [INFO] [2020-07-04T21:38:45.023Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.test --- [2020-07-04T21:38:45.023Z] [INFO] [2020-07-04T21:38:45.023Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.test --- [2020-07-04T21:38:45.023Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-07-04T21:38:45.023Z] [INFO] [2020-07-04T21:38:45.023Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.test --- [2020-07-04T21:38:45.023Z] [INFO] [2020-07-04T21:38:45.023Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.test --- [2020-07-04T21:38:45.023Z] [INFO] [2020-07-04T21:38:45.023Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.test >>> [2020-07-04T21:38:45.023Z] [INFO] [2020-07-04T21:38:45.023Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.test --- [2020-07-04T21:38:45.023Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-07-04T21:38:45.023Z] [INFO] [2020-07-04T21:38:45.023Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.test --- [2020-07-04T21:38:45.023Z] [INFO] [2020-07-04T21:38:45.023Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.test --- [2020-07-04T21:38:45.023Z] [INFO] [2020-07-04T21:38:45.023Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.test <<< [2020-07-04T21:38:45.023Z] [INFO] [2020-07-04T21:38:45.023Z] [INFO] [2020-07-04T21:38:45.023Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.test --- [2020-07-04T21:38:45.279Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-07-04T21:38:46.647Z] [INFO] [2020-07-04T21:38:46.647Z] Loading source files for package org.eclipse.ease... [2020-07-04T21:38:46.647Z] Loading source files for package org.eclipse.ease.adapters... [2020-07-04T21:38:46.647Z] Loading source files for package org.eclipse.ease.sign... [2020-07-04T21:38:46.647Z] Loading source files for package org.eclipse.ease.tools... [2020-07-04T21:38:46.647Z] Constructing Javadoc information... [2020-07-04T21:38:46.647Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/target/javadoc-bundle-options/package-list" [2020-07-04T21:38:46.647Z] No plugin definition found, skipping [2020-07-04T21:38:46.647Z] No plugin definition found, skipping [2020-07-04T21:38:46.647Z] [WARNING] Javadoc Warnings [2020-07-04T21:38:46.647Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10" [2020-07-04T21:38:46.647Z] [INFO] [2020-07-04T21:38:46.647Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.test --- [2020-07-04T21:38:46.647Z] [INFO] [2020-07-04T21:38:46.647Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.test --- [2020-07-04T21:38:46.647Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:38:46.648Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/src/main/resources [2020-07-04T21:38:46.648Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/help [2020-07-04T21:38:46.648Z] [INFO] [2020-07-04T21:38:46.648Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.test --- [2020-07-04T21:38:46.648Z] [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/target/classes [2020-07-04T21:38:46.648Z] [INFO] [2020-07-04T21:38:46.648Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.test --- [2020-07-04T21:38:46.648Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:38:46.648Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/src/test/resources [2020-07-04T21:38:46.648Z] [INFO] [2020-07-04T21:38:46.648Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.test --- [2020-07-04T21:38:46.648Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/target/org.eclipse.ease.test-0.8.0-SNAPSHOT-sources.jar [2020-07-04T21:38:46.648Z] [INFO] [2020-07-04T21:38:46.648Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.test --- [2020-07-04T21:38:46.648Z] [INFO] [2020-07-04T21:38:46.648Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.test --- [2020-07-04T21:38:46.648Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/target/org.eclipse.ease.test-0.8.0-SNAPSHOT.jar [2020-07-04T21:38:46.648Z] [INFO] [2020-07-04T21:38:46.648Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.test --- [2020-07-04T21:38:46.648Z] [INFO] [2020-07-04T21:38:46.648Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.test --- [2020-07-04T21:38:46.648Z] [INFO] [2020-07-04T21:38:46.648Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.test --- [2020-07-04T21:38:46.648Z] [INFO] [2020-07-04T21:38:46.648Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.ease.test --- [2020-07-04T21:38:46.648Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/target/work/data/.metadata/.log [2020-07-04T21:38:46.648Z] [INFO] Command line: [2020-07-04T21:38:46.648Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.700.v20200207-2156/org.eclipse.equinox.launcher-1.5.700.v20200207-2156.jar, -data, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/target/surefire.properties] [2020-07-04T21:38:46.648Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10" [2020-07-04T21:38:48.022Z] Running org.eclipse.ease.tools.StringToolsTest [2020-07-04T21:38:48.022Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.ease.tools.StringToolsTest [2020-07-04T21:38:48.022Z] parseArgumentsNull(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0.001 s [2020-07-04T21:38:48.022Z] parseArgumentsQuotedSingle(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0.001 s [2020-07-04T21:38:48.022Z] parseArgumentsEmpty(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0 s [2020-07-04T21:38:48.022Z] parseArgumentsMixedMultiple(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0 s [2020-07-04T21:38:48.022Z] parseArgumentsMixedMultipleLines(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0 s [2020-07-04T21:38:48.022Z] parseArgumentsNonQuotedMultiple(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0.001 s [2020-07-04T21:38:48.022Z] parseArgumentsNonQuotedSingle(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0 s [2020-07-04T21:38:48.022Z] parseArgumentsQuotedMultiple(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0 s [2020-07-04T21:38:48.022Z] Running org.eclipse.ease.tools.ResourceToolsTest [2020-07-04T21:38:48.277Z] Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153 s - in org.eclipse.ease.tools.ResourceToolsTest [2020-07-04T21:38:48.277Z] resolveScriptLocation(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.104 s [2020-07-04T21:38:48.277Z] getWorkspaceInputStream(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-07-04T21:38:48.277Z] resolvePlatformURI(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-07-04T21:38:48.277Z] resolveScriptLocationWithSpacesInPath(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.002 s [2020-07-04T21:38:48.277Z] resolveURL(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-07-04T21:38:48.277Z] invalidIsAbsolute(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-07-04T21:38:48.277Z] getFilesystemInputStream(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-07-04T21:38:48.277Z] toRelativeLocationInWorkspace(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-07-04T21:38:48.277Z] checkOperatingSystem(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-07-04T21:38:48.277Z] inputStreamToString(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-07-04T21:38:48.277Z] fileSystemToAbsoluteLocationOnLinux(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-07-04T21:38:48.277Z] exists(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-07-04T21:38:48.277Z] resolveRelativeInWorkspace(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-07-04T21:38:48.277Z] isFile(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-07-04T21:38:48.277Z] invalidToFile(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-07-04T21:38:48.277Z] resolveAbsoluteInFileSystem(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-07-04T21:38:48.277Z] resolveWindowsRoot(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-07-04T21:38:48.277Z] resolveRelativeInFileSystemOnWindows(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-07-04T21:38:48.278Z] isAbsoluteFileSystemPathOnWindows(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-07-04T21:38:48.278Z] readerToString(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-07-04T21:38:48.278Z] workspaceFileToString(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-07-04T21:38:48.278Z] toFile(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-07-04T21:38:48.278Z] toProjectRelativeLocation(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-07-04T21:38:48.278Z] getInvalidInputStream(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.003 s [2020-07-04T21:38:48.278Z] resolveRelativeInFileSystemOnLinux(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-07-04T21:38:48.278Z] isFolder(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-07-04T21:38:48.278Z] fileSystemToAbsoluteLocationOnWindows(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-07-04T21:38:48.278Z] isAbsoluteWorkspacePath(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-07-04T21:38:48.278Z] isAbsoluteFileSystemPathOnLinux(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-07-04T21:38:48.278Z] resolveInvalid(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-07-04T21:38:48.278Z] resolveAbsoluteInFileSystemOnWindows(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-07-04T21:38:48.278Z] resolveScriptLocationWithSpacesInDomain(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-07-04T21:38:48.278Z] resolveRelativefromWorkspaceToFilesystem(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-07-04T21:38:48.278Z] resolveRelativeWithoutBaseFile(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-07-04T21:38:48.278Z] resolveInWorkspace(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-07-04T21:38:48.278Z] resolveScriptLocationWithSpecialCharactersInPath(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-07-04T21:38:48.278Z] filesystemFileToString(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-07-04T21:38:48.278Z] createURI(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-07-04T21:38:48.278Z] uriToAbsoluteLocation(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-07-04T21:38:48.278Z] createFolder(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.002 s [2020-07-04T21:38:48.278Z] workspaceToAbsoluteLocation(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-07-04T21:38:48.278Z] resolveAbsoluteInFileSystemOnLinux(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-07-04T21:38:48.278Z] invalidToString(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-07-04T21:38:48.278Z] resolveRelativeURIs(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-07-04T21:38:48.278Z] resolveRelativeInFileSystem(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-07-04T21:38:48.278Z] resolveScriptLocationWithSpecialCharactersInDomain(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.019 s [2020-07-04T21:38:48.278Z] isAbsoluteURL(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-07-04T21:38:48.278Z] Running org.eclipse.ease.tools.RunnableWithResultTest [2020-07-04T21:38:48.278Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.ease.tools.RunnableWithResultTest [2020-07-04T21:38:48.278Z] testException(org.eclipse.ease.tools.RunnableWithResultTest) Time elapsed: 0 s [2020-07-04T21:38:48.278Z] testResult(org.eclipse.ease.tools.RunnableWithResultTest) Time elapsed: 0 s [2020-07-04T21:38:48.278Z] Running org.eclipse.ease.ScriptTest [2020-07-04T21:38:48.278Z] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.ease.ScriptTest [2020-07-04T21:38:48.278Z] codeFromScriptable(org.eclipse.ease.ScriptTest) Time elapsed: 0.004 s [2020-07-04T21:38:48.278Z] codeFromFilesystemFile(org.eclipse.ease.ScriptTest) Time elapsed: 0.002 s [2020-07-04T21:38:48.278Z] getCodeStream(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-07-04T21:38:48.278Z] getFile(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-07-04T21:38:48.278Z] codeFromStringBuilder(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-07-04T21:38:48.278Z] getResult(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-07-04T21:38:48.278Z] getException(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-07-04T21:38:48.278Z] codeFromWorkspaceFile(org.eclipse.ease.ScriptTest) Time elapsed: 0.001 s [2020-07-04T21:38:48.278Z] codeFromInputStream(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-07-04T21:38:48.278Z] getTitle(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-07-04T21:38:48.278Z] getCommand(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-07-04T21:38:48.278Z] codeFromReader(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-07-04T21:38:48.278Z] codeFromString(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-07-04T21:38:48.278Z] Running org.eclipse.ease.AbstractScriptEngineTest [2020-07-04T21:38:50.165Z] testorg.eclipse.ease.ScriptExecutionException: Engine got terminated [2020-07-04T21:38:50.165Z] java.lang.RuntimeException: ERROR [2020-07-04T21:38:50.165Z] at org.eclipse.ease.AbstractScriptEngineTest$MockedScriptEngine.execute(AbstractScriptEngineTest.java:73) [2020-07-04T21:38:50.165Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:226) [2020-07-04T21:38:50.165Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:277) [2020-07-04T21:38:50.165Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-07-04T21:38:50.165Z] 1Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.016 s - in org.eclipse.ease.AbstractScriptEngineTest [2020-07-04T21:38:50.165Z] extractEmptyArguments(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0.001 s [2020-07-04T21:38:50.165Z] setNotNullOutputStream(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0.001 s [2020-07-04T21:38:50.165Z] terminateViaMonitorCancellation(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0.205 s [2020-07-04T21:38:50.165Z] inject(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-07-04T21:38:50.165Z] extractArguments(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-07-04T21:38:50.165Z] executeSync(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-07-04T21:38:50.165Z] setNotNullErrorStream(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-07-04T21:38:50.165Z] setNullErrorStream(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-07-04T21:38:50.165Z] isJob(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-07-04T21:38:50.165Z] streamsAvailable(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-07-04T21:38:50.165Z] executeValidCodeAndTerminate(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 1.001 s [2020-07-04T21:38:50.165Z] setNullOutputStream(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-07-04T21:38:50.165Z] terminateMultipleTimes(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0.601 s [2020-07-04T21:38:50.165Z] engineTerminatesWhenIdle(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-07-04T21:38:50.165Z] terminateViaTerminateMethod(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0.201 s [2020-07-04T21:38:50.165Z] terminateViaMethodCallback(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0.002 s [2020-07-04T21:38:50.165Z] executeErrorCodeAndTerminate(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-07-04T21:38:50.165Z] Running org.eclipse.ease.adapters.ScriptableAdapterTest [2020-07-04T21:38:50.165Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.ease.adapters.ScriptableAdapterTest [2020-07-04T21:38:50.165Z] adaptURI(org.eclipse.ease.adapters.ScriptableAdapterTest) Time elapsed: 0.005 s [2020-07-04T21:38:50.165Z] adaptURL(org.eclipse.ease.adapters.ScriptableAdapterTest) Time elapsed: 0 s [2020-07-04T21:38:50.165Z] adaptWorkspaceFile(org.eclipse.ease.adapters.ScriptableAdapterTest) Time elapsed: 0 s [2020-07-04T21:38:50.165Z] getAdapterList(org.eclipse.ease.adapters.ScriptableAdapterTest) Time elapsed: 0 s [2020-07-04T21:38:50.165Z] adaptFilesystemFile(org.eclipse.ease.adapters.ScriptableAdapterTest) Time elapsed: 0 s [2020-07-04T21:38:50.165Z] Running org.eclipse.ease.AbstractCodeFactoryTest [2020-07-04T21:38:50.165Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s - in org.eclipse.ease.AbstractCodeFactoryTest [2020-07-04T21:38:50.165Z] createNewKeywordHeader(org.eclipse.ease.AbstractCodeFactoryTest) Time elapsed: 0.054 s [2020-07-04T21:38:50.165Z] Running org.eclipse.ease.sign.VerifySignatureTest [2020-07-04T21:38:50.165Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.ease.sign.VerifySignatureTest [2020-07-04T21:38:50.165Z] testWithNonCodeParserScriptType(org.eclipse.ease.sign.VerifySignatureTest) Time elapsed: 0.004 s [2020-07-04T21:38:50.165Z] Running org.eclipse.ease.sign.SignatureHelperTest [2020-07-04T21:38:50.165Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.ease.sign.SignatureHelperTest [2020-07-04T21:38:50.165Z] certificateTest(org.eclipse.ease.sign.SignatureHelperTest) Time elapsed: 0.006 s [2020-07-04T21:38:50.165Z] Running org.eclipse.ease.ScriptResultTest [2020-07-04T21:38:50.165Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.ease.ScriptResultTest [2020-07-04T21:38:50.165Z] hasException(org.eclipse.ease.ScriptResultTest) Time elapsed: 0 s [2020-07-04T21:38:50.165Z] getResult(org.eclipse.ease.ScriptResultTest) Time elapsed: 0 s [2020-07-04T21:38:50.165Z] getException(org.eclipse.ease.ScriptResultTest) Time elapsed: 0 s [2020-07-04T21:38:50.165Z] isReady(org.eclipse.ease.ScriptResultTest) Time elapsed: 0 s [2020-07-04T21:38:50.165Z] Running org.eclipse.ease.AbstractCodeParserTest [2020-07-04T21:38:50.421Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.ease.AbstractCodeParserTest [2020-07-04T21:38:50.421Z] parseCode(org.eclipse.ease.AbstractCodeParserTest) Time elapsed: 0 s [2020-07-04T21:38:50.421Z] parseLineHeader(org.eclipse.ease.AbstractCodeParserTest) Time elapsed: 0 s [2020-07-04T21:38:50.421Z] parseBlockAfterWhitespace(org.eclipse.ease.AbstractCodeParserTest) Time elapsed: 0 s [2020-07-04T21:38:50.421Z] parseEmpty(org.eclipse.ease.AbstractCodeParserTest) Time elapsed: 0 s [2020-07-04T21:38:50.421Z] parseBlockHeader(org.eclipse.ease.AbstractCodeParserTest) Time elapsed: 0 s [2020-07-04T21:38:50.421Z] Running org.eclipse.ease.AbstractReplScriptEngineTest [2020-07-04T21:38:56.956Z] testorg.eclipse.ease.ScriptExecutionException: Engine got terminated [2020-07-04T21:38:57.884Z] java.lang.RuntimeException: ERROR [2020-07-04T21:38:57.884Z] at org.eclipse.ease.AbstractReplScriptEngineTest$MockedScriptEngine.execute(AbstractReplScriptEngineTest.java:61) [2020-07-04T21:38:57.884Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:226) [2020-07-04T21:38:57.884Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:277) [2020-07-04T21:38:57.884Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-07-04T21:38:59.249Z] Hello worldHello world1Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.654 s - in org.eclipse.ease.AbstractReplScriptEngineTest [2020-07-04T21:38:59.249Z] terminateOnIdleAfterSchedule(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.034 s [2020-07-04T21:38:59.249Z] terminateEngine(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.001 s [2020-07-04T21:38:59.249Z] keepRunningOnIdle(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.002 s [2020-07-04T21:38:59.249Z] extractEmptyArguments(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-07-04T21:38:59.249Z] setNotNullOutputStream(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-07-04T21:38:59.249Z] terminateViaMonitorCancellation(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.103 s [2020-07-04T21:38:59.249Z] inject(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-07-04T21:38:59.249Z] extractArguments(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-07-04T21:38:59.249Z] executeSync(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-07-04T21:38:59.249Z] setNotNullErrorStream(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0.001 s [2020-07-04T21:38:59.249Z] setNullErrorStream(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-07-04T21:38:59.249Z] isJob(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-07-04T21:38:59.249Z] streamsAvailable(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-07-04T21:38:59.249Z] executeValidCodeAndTerminate(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.001 s [2020-07-04T21:38:59.249Z] setNullOutputStream(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-07-04T21:38:59.249Z] terminateMultipleTimes(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0.302 s [2020-07-04T21:38:59.249Z] engineTerminatesWhenIdle(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.001 s [2020-07-04T21:38:59.249Z] terminateViaTerminateMethod(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0.202 s [2020-07-04T21:38:59.249Z] terminateViaMethodCallback(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.001 s [2020-07-04T21:38:59.249Z] executeErrorCodeAndTerminate(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.002 s [2020-07-04T21:38:59.249Z] [2020-07-04T21:38:59.249Z] Results: [2020-07-04T21:38:59.249Z] [2020-07-04T21:38:59.249Z] Tests run: 124, Failures: 0, Errors: 0, Skipped: 0 [2020-07-04T21:38:59.249Z] [2020-07-04T21:38:59.514Z] [INFO] All tests passed! [2020-07-04T21:38:59.514Z] [INFO] [2020-07-04T21:38:59.514Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.test --- [2020-07-04T21:38:59.514Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/target/org.eclipse.ease.test-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.test/0.8.0-SNAPSHOT/org.eclipse.ease.test-0.8.0-SNAPSHOT.jar [2020-07-04T21:38:59.514Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.test/0.8.0-SNAPSHOT/org.eclipse.ease.test-0.8.0-SNAPSHOT.pom [2020-07-04T21:38:59.515Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/target/org.eclipse.ease.test-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.test/0.8.0-SNAPSHOT/org.eclipse.ease.test-0.8.0-SNAPSHOT-sources.jar [2020-07-04T21:38:59.515Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.test/0.8.0-SNAPSHOT/org.eclipse.ease.test-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:38:59.515Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.test/0.8.0-SNAPSHOT/org.eclipse.ease.test-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:38:59.515Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.test/0.8.0-SNAPSHOT/org.eclipse.ease.test-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:38:59.515Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.test/0.8.0-SNAPSHOT/org.eclipse.ease.test-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:38:59.515Z] [INFO] [2020-07-04T21:38:59.515Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.test --- [2020-07-04T21:38:59.515Z] [INFO] [2020-07-04T21:38:59.515Z] [INFO] ---< org.eclipse.ease:org.eclipse.ease.lang.javascript.nashorn.test >--- [2020-07-04T21:38:59.515Z] [INFO] Building org.eclipse.ease.lang.javascript.nashorn.test 0.8.0-SNAPSHOT [39/48] [2020-07-04T21:38:59.515Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-07-04T21:38:59.515Z] [INFO] [2020-07-04T21:38:59.515Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-07-04T21:38:59.515Z] [INFO] [2020-07-04T21:38:59.515Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-07-04T21:38:59.515Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-07-04T21:38:59.515Z] [INFO] [2020-07-04T21:38:59.515Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-07-04T21:38:59.515Z] [INFO] [2020-07-04T21:38:59.515Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-07-04T21:38:59.515Z] [INFO] [2020-07-04T21:38:59.515Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.javascript.nashorn.test >>> [2020-07-04T21:38:59.515Z] [INFO] [2020-07-04T21:38:59.515Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-07-04T21:38:59.772Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-07-04T21:38:59.772Z] [INFO] [2020-07-04T21:38:59.772Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-07-04T21:38:59.772Z] [INFO] [2020-07-04T21:38:59.772Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-07-04T21:38:59.772Z] [INFO] [2020-07-04T21:38:59.772Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.javascript.nashorn.test <<< [2020-07-04T21:38:59.772Z] [INFO] [2020-07-04T21:38:59.772Z] [INFO] [2020-07-04T21:38:59.772Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-07-04T21:38:59.772Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-07-04T21:39:01.134Z] [INFO] [2020-07-04T21:39:01.134Z] Loading source files for package org.eclipse.ease.lang.javascript.nashorn... [2020-07-04T21:39:01.134Z] Constructing Javadoc information... [2020-07-04T21:39:01.134Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/javadoc-bundle-options/package-list" [2020-07-04T21:39:01.134Z] No plugin definition found, skipping [2020-07-04T21:39:01.134Z] No plugin definition found, skipping [2020-07-04T21:39:01.134Z] [WARNING] Javadoc Warnings [2020-07-04T21:39:01.134Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10" [2020-07-04T21:39:01.134Z] [INFO] [2020-07-04T21:39:01.134Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-07-04T21:39:01.135Z] [INFO] [2020-07-04T21:39:01.135Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-07-04T21:39:01.135Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:39:01.135Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/src/main/resources [2020-07-04T21:39:01.135Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/help [2020-07-04T21:39:01.135Z] [INFO] [2020-07-04T21:39:01.135Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-07-04T21:39:01.135Z] [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/classes [2020-07-04T21:39:01.135Z] [INFO] [2020-07-04T21:39:01.135Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-07-04T21:39:01.135Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:39:01.135Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/src/test/resources [2020-07-04T21:39:01.135Z] [INFO] [2020-07-04T21:39:01.135Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-07-04T21:39:01.135Z] [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [2020-07-04T21:39:01.135Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/org.eclipse.ease.lang.javascript.nashorn.test-0.8.0-SNAPSHOT-sources.jar [2020-07-04T21:39:01.135Z] [INFO] [2020-07-04T21:39:01.135Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-07-04T21:39:01.135Z] [INFO] [2020-07-04T21:39:01.135Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-07-04T21:39:01.135Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/org.eclipse.ease.lang.javascript.nashorn.test-0.8.0-SNAPSHOT.jar [2020-07-04T21:39:01.135Z] [INFO] [2020-07-04T21:39:01.135Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-07-04T21:39:01.135Z] [INFO] [2020-07-04T21:39:01.135Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-07-04T21:39:01.135Z] [INFO] [2020-07-04T21:39:01.135Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-07-04T21:39:01.135Z] [INFO] [2020-07-04T21:39:01.135Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-07-04T21:39:01.135Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/work/data/.metadata/.log [2020-07-04T21:39:01.135Z] [INFO] Command line: [2020-07-04T21:39:01.135Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.700.v20200207-2156/org.eclipse.equinox.launcher-1.5.700.v20200207-2156.jar, -data, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/surefire.properties] [2020-07-04T21:39:01.135Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10" [2020-07-04T21:39:02.499Z] Running org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest [2020-07-04T21:39:03.090Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.643 s - in org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest [2020-07-04T21:39:03.090Z] reloadEnvironment(org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest) Time elapsed: 0.415 s [2020-07-04T21:39:03.090Z] bootstrappedEnvironment(org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest) Time elapsed: 0.023 s [2020-07-04T21:39:03.090Z] postMethodCallback(org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest) Time elapsed: 0.11 s [2020-07-04T21:39:03.090Z] preMethodCallback(org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest) Time elapsed: 0.048 s [2020-07-04T21:39:03.090Z] reloadFunctionDefinitions(org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest) Time elapsed: 0.032 s [2020-07-04T21:39:03.090Z] [2020-07-04T21:39:03.090Z] Results: [2020-07-04T21:39:03.090Z] [2020-07-04T21:39:03.090Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [2020-07-04T21:39:03.090Z] [2020-07-04T21:39:03.651Z] [INFO] All tests passed! [2020-07-04T21:39:03.651Z] [INFO] [2020-07-04T21:39:03.651Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-07-04T21:39:03.651Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/org.eclipse.ease.lang.javascript.nashorn.test-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.nashorn.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.nashorn.test-0.8.0-SNAPSHOT.jar [2020-07-04T21:39:03.651Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.nashorn.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.nashorn.test-0.8.0-SNAPSHOT.pom [2020-07-04T21:39:03.652Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/org.eclipse.ease.lang.javascript.nashorn.test-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.nashorn.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.nashorn.test-0.8.0-SNAPSHOT-sources.jar [2020-07-04T21:39:03.652Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.nashorn.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.nashorn.test-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:39:03.652Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.nashorn.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.nashorn.test-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:39:03.652Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.nashorn.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.nashorn.test-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:39:03.652Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.nashorn.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.nashorn.test-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:39:03.652Z] [INFO] [2020-07-04T21:39:03.652Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-07-04T21:39:03.652Z] [INFO] [2020-07-04T21:39:03.652Z] [INFO] ----< org.eclipse.ease:org.eclipse.ease.lang.javascript.rhino.test >---- [2020-07-04T21:39:03.652Z] [INFO] Building org.eclipse.ease.lang.javascript.rhino.test 0.8.0-SNAPSHOT [40/48] [2020-07-04T21:39:03.652Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-07-04T21:39:03.652Z] [INFO] [2020-07-04T21:39:03.652Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-07-04T21:39:03.652Z] [INFO] [2020-07-04T21:39:03.652Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-07-04T21:39:03.652Z] [INFO] The project's OSGi version is 0.8.0.I201911291239 [2020-07-04T21:39:03.652Z] [INFO] [2020-07-04T21:39:03.652Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-07-04T21:39:03.652Z] [INFO] [2020-07-04T21:39:03.652Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-07-04T21:39:03.652Z] [INFO] [2020-07-04T21:39:03.652Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.javascript.rhino.test >>> [2020-07-04T21:39:03.652Z] [INFO] [2020-07-04T21:39:03.652Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-07-04T21:39:03.652Z] [INFO] The project's OSGi version is 0.8.0.I201911291239 [2020-07-04T21:39:03.652Z] [INFO] [2020-07-04T21:39:03.652Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-07-04T21:39:03.652Z] [INFO] [2020-07-04T21:39:03.652Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-07-04T21:39:03.652Z] [INFO] [2020-07-04T21:39:03.652Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.javascript.rhino.test <<< [2020-07-04T21:39:03.652Z] [INFO] [2020-07-04T21:39:03.652Z] [INFO] [2020-07-04T21:39:03.652Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-07-04T21:39:03.652Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-07-04T21:39:05.019Z] [INFO] [2020-07-04T21:39:05.019Z] Loading source files for package org.eclipse.ease.lang.javascript.rhino... [2020-07-04T21:39:05.019Z] Constructing Javadoc information... [2020-07-04T21:39:05.019Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/javadoc-bundle-options/package-list" [2020-07-04T21:39:05.019Z] No plugin definition found, skipping [2020-07-04T21:39:05.019Z] No plugin definition found, skipping [2020-07-04T21:39:05.019Z] [WARNING] Javadoc Warnings [2020-07-04T21:39:05.019Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10" [2020-07-04T21:39:05.019Z] [INFO] [2020-07-04T21:39:05.019Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-07-04T21:39:05.019Z] [INFO] [2020-07-04T21:39:05.019Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-07-04T21:39:05.019Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:39:05.019Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/src/main/resources [2020-07-04T21:39:05.019Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/help [2020-07-04T21:39:05.019Z] [INFO] [2020-07-04T21:39:05.019Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-07-04T21:39:05.019Z] [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/classes [2020-07-04T21:39:05.019Z] [INFO] [2020-07-04T21:39:05.019Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-07-04T21:39:05.019Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:39:05.019Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/src/test/resources [2020-07-04T21:39:05.019Z] [INFO] [2020-07-04T21:39:05.019Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-07-04T21:39:05.019Z] [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [2020-07-04T21:39:05.019Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/org.eclipse.ease.lang.javascript.rhino.test-0.8.0-SNAPSHOT-sources.jar [2020-07-04T21:39:05.019Z] [INFO] [2020-07-04T21:39:05.019Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-07-04T21:39:05.019Z] [INFO] [2020-07-04T21:39:05.019Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-07-04T21:39:05.019Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/org.eclipse.ease.lang.javascript.rhino.test-0.8.0-SNAPSHOT.jar [2020-07-04T21:39:05.019Z] [INFO] [2020-07-04T21:39:05.020Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-07-04T21:39:05.020Z] [INFO] [2020-07-04T21:39:05.020Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-07-04T21:39:05.020Z] [INFO] [2020-07-04T21:39:05.020Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-07-04T21:39:05.020Z] [INFO] [2020-07-04T21:39:05.020Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-07-04T21:39:05.020Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/work/data/.metadata/.log [2020-07-04T21:39:05.020Z] [INFO] Command line: [2020-07-04T21:39:05.020Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.700.v20200207-2156/org.eclipse.equinox.launcher-1.5.700.v20200207-2156.jar, -data, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/surefire.properties] [2020-07-04T21:39:05.020Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10" [2020-07-04T21:39:06.423Z] Running org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest [2020-07-04T21:39:06.685Z] org.eclipse.ease.ScriptExecutionException: JavaError: NotThere cannot be found by org.mozilla.javascript_1.7.10.v20190430-1943 [2020-07-04T21:39:06.685Z] [2020-07-04T21:39:06.685Z] Java Stacktrace: [2020-07-04T21:39:06.685Z] java.lang.ClassNotFoundException: NotThere cannot be found by org.mozilla.javascript_1.7.10.v20190430-1943 [2020-07-04T21:39:06.685Z] at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:516) [2020-07-04T21:39:06.685Z] at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171) [2020-07-04T21:39:06.685Z] at java.lang.ClassLoader.loadClass(ClassLoader.java:357) [2020-07-04T21:39:06.685Z] at java.lang.Class.forName0(Native Method) [2020-07-04T21:39:06.685Z] at java.lang.Class.forName(Class.java:264) [2020-07-04T21:39:06.685Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2020-07-04T21:39:06.685Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2020-07-04T21:39:06.685Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2020-07-04T21:39:06.685Z] at java.lang.reflect.Method.invoke(Method.java:498) [2020-07-04T21:39:06.685Z] at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:126) [2020-07-04T21:39:06.686Z] at org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:225) [2020-07-04T21:39:06.686Z] at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1573) [2020-07-04T21:39:06.686Z] at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:911) [2020-07-04T21:39:06.686Z] at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:109) [2020-07-04T21:39:06.686Z] at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:405) [2020-07-04T21:39:06.686Z] at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3508) [2020-07-04T21:39:06.686Z] at org.mozilla.javascript.InterpretedFunction.exec(InterpretedFunction.java:120) [2020-07-04T21:39:06.686Z] at org.mozilla.javascript.Context.evaluateReader(Context.java:1293) [2020-07-04T21:39:06.686Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:222) [2020-07-04T21:39:06.686Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:201) [2020-07-04T21:39:06.686Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:226) [2020-07-04T21:39:06.686Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:277) [2020-07-04T21:39:06.686Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-07-04T21:39:06.686Z] org.eclipse.ease.ScriptExecutionException: TypeError: Cannot call method "foobar" of undefined [2020-07-04T21:39:06.941Z] org.eclipse.ease.ScriptExecutionException: ScriptException: test [2020-07-04T21:39:06.941Z] org.eclipse.ease.ScriptExecutionException: JavaError: java.lang.Exception [2020-07-04T21:39:06.941Z] [2020-07-04T21:39:06.941Z] Java Stacktrace: [2020-07-04T21:39:06.941Z] java.lang.Exception [2020-07-04T21:39:06.941Z] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [2020-07-04T21:39:06.941Z] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [2020-07-04T21:39:06.941Z] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [2020-07-04T21:39:06.941Z] at java.lang.reflect.Constructor.newInstance(Constructor.java:423) [2020-07-04T21:39:06.941Z] at org.mozilla.javascript.MemberBox.newInstance(MemberBox.java:159) [2020-07-04T21:39:06.941Z] at org.mozilla.javascript.NativeJavaClass.constructInternal(NativeJavaClass.java:266) [2020-07-04T21:39:06.941Z] at org.mozilla.javascript.NativeJavaClass.constructSpecific(NativeJavaClass.java:205) [2020-07-04T21:39:06.941Z] at org.mozilla.javascript.NativeJavaClass.construct(NativeJavaClass.java:166) [2020-07-04T21:39:06.941Z] at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1617) [2020-07-04T21:39:06.941Z] at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:911) [2020-07-04T21:39:06.941Z] at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:109) [2020-07-04T21:39:06.941Z] at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:405) [2020-07-04T21:39:06.941Z] at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3508) [2020-07-04T21:39:06.941Z] at org.mozilla.javascript.InterpretedFunction.exec(InterpretedFunction.java:120) [2020-07-04T21:39:06.941Z] at org.mozilla.javascript.Context.evaluateReader(Context.java:1293) [2020-07-04T21:39:06.941Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:222) [2020-07-04T21:39:06.941Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:201) [2020-07-04T21:39:06.941Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:226) [2020-07-04T21:39:06.941Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:277) [2020-07-04T21:39:06.941Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-07-04T21:39:06.941Z] org.eclipse.ease.ScriptExecutionException: ScriptException: JavaScript [2020-07-04T21:39:06.941Z] org.eclipse.ease.ScriptExecutionException: SyntaxError: unterminated string literal (#1) [2020-07-04T21:39:06.941Z] 'asdf [2020-07-04T21:39:06.941Z] ^ [2020-07-04T21:39:06.941Z] at :1 [2020-07-04T21:39:06.941Z] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.516 s - in org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest [2020-07-04T21:39:06.941Z] getExceptionStackTrace(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.229 s [2020-07-04T21:39:06.941Z] causeWrappedException(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.046 s [2020-07-04T21:39:06.941Z] optionalModuleParameters(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.019 s [2020-07-04T21:39:06.941Z] simpleScriptCode(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.019 s [2020-07-04T21:39:06.941Z] causeRuntimeErrorException(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.047 s [2020-07-04T21:39:06.941Z] callModuleCode(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.014 s [2020-07-04T21:39:06.942Z] throwJavaClass(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.014 s [2020-07-04T21:39:06.942Z] throwJavaException(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.014 s [2020-07-04T21:39:06.942Z] accessJavaClasses(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.014 s [2020-07-04T21:39:06.942Z] accessEclipseClasses(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.049 s [2020-07-04T21:39:06.942Z] throwJavaScriptException(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.012 s [2020-07-04T21:39:06.942Z] causeSyntaxErrorException(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.012 s [2020-07-04T21:39:06.942Z] Running org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest [2020-07-04T21:39:07.198Z] Start of script [2020-07-04T21:39:07.198Z] include file start [2020-07-04T21:39:07.198Z] Include file processed [2020-07-04T21:39:07.198Z] line after include file [2020-07-04T21:39:07.198Z] Result of testMethod = 5 [2020-07-04T21:39:07.198Z] End of script [2020-07-04T21:39:07.198Z] Start of script [2020-07-04T21:39:07.453Z] include file start [2020-07-04T21:39:07.453Z] Include file processed [2020-07-04T21:39:07.453Z] line after include file [2020-07-04T21:39:07.453Z] Result of testMethod = 5 [2020-07-04T21:39:07.453Z] End of script [2020-07-04T21:39:07.453Z] Start of script [2020-07-04T21:39:07.453Z] include file start [2020-07-04T21:39:07.453Z] Include file processed [2020-07-04T21:39:07.453Z] line after include file [2020-07-04T21:39:07.453Z] Result of testMethod = 5 [2020-07-04T21:39:07.709Z] Start of script [2020-07-04T21:39:07.709Z] include file start [2020-07-04T21:39:07.709Z] Include file processed [2020-07-04T21:39:07.709Z] line after include file [2020-07-04T21:39:07.965Z] Result of testMethod = 5 [2020-07-04T21:39:07.965Z] End of script [2020-07-04T21:39:08.220Z] Start of script [2020-07-04T21:39:08.220Z] include file start [2020-07-04T21:39:08.220Z] Include file processed [2020-07-04T21:39:08.220Z] line after include file [2020-07-04T21:39:08.220Z] Result of testMethod = 5 [2020-07-04T21:39:08.220Z] End of script [2020-07-04T21:39:08.476Z] Start of script [2020-07-04T21:39:08.476Z] include file start [2020-07-04T21:39:08.476Z] Include file processed [2020-07-04T21:39:08.476Z] line after include file [2020-07-04T21:39:08.732Z] Result of testMethod = 5 [2020-07-04T21:39:08.732Z] End of script [2020-07-04T21:39:08.732Z] Start of script [2020-07-04T21:39:08.732Z] include file start [2020-07-04T21:39:08.732Z] Include file processed [2020-07-04T21:39:08.732Z] line after include file [2020-07-04T21:39:08.732Z] Result of testMethod = 5 [2020-07-04T21:39:08.988Z] Start of script [2020-07-04T21:39:08.988Z] include file start [2020-07-04T21:39:08.988Z] Include file processed [2020-07-04T21:39:08.988Z] line after include file [2020-07-04T21:39:09.243Z] Result of testMethod = 5 [2020-07-04T21:39:09.243Z] End of script [2020-07-04T21:39:09.243Z] Start of script [2020-07-04T21:39:09.243Z] include file start [2020-07-04T21:39:09.243Z] Include file processed [2020-07-04T21:39:09.243Z] line after include file [2020-07-04T21:39:09.243Z] Result of testMethod = 5 [2020-07-04T21:39:09.499Z] End of script [2020-07-04T21:39:09.499Z] Start of script [2020-07-04T21:39:09.499Z] include file start [2020-07-04T21:39:09.499Z] Include file processed [2020-07-04T21:39:09.499Z] line after include file [2020-07-04T21:39:10.060Z] Start of script [2020-07-04T21:39:10.060Z] include file start [2020-07-04T21:39:10.060Z] Include file processed [2020-07-04T21:39:10.060Z] line after include file [2020-07-04T21:39:10.060Z] Result of testMethod = 5 [2020-07-04T21:39:10.060Z] End of script [2020-07-04T21:39:10.060Z] Start of script [2020-07-04T21:39:10.060Z] include file start [2020-07-04T21:39:10.060Z] Include file processed [2020-07-04T21:39:10.060Z] line after include file [2020-07-04T21:39:10.316Z] Result of testMethod = 5 [2020-07-04T21:39:10.316Z] End of script [2020-07-04T21:39:10.572Z] Start of script [2020-07-04T21:39:10.827Z] include file start [2020-07-04T21:39:10.827Z] Include file processed [2020-07-04T21:39:10.827Z] line after include file [2020-07-04T21:39:10.827Z] Result of testMethod = 5 [2020-07-04T21:39:10.827Z] End of script [2020-07-04T21:39:10.827Z] Start of script [2020-07-04T21:39:10.827Z] include file start [2020-07-04T21:39:10.827Z] Include file processed [2020-07-04T21:39:10.827Z] line after include file [2020-07-04T21:39:11.083Z] Result of testMethod = 5 [2020-07-04T21:39:11.083Z] End of script [2020-07-04T21:39:11.083Z] Start of script [2020-07-04T21:39:11.083Z] include file start [2020-07-04T21:39:11.083Z] Include file processed [2020-07-04T21:39:11.083Z] line after include file [2020-07-04T21:39:11.083Z] Result of testMethod = 5 [2020-07-04T21:39:11.645Z] Start of script [2020-07-04T21:39:11.645Z] include file start [2020-07-04T21:39:11.645Z] Include file processed [2020-07-04T21:39:11.645Z] line after include file [2020-07-04T21:39:11.645Z] Result of testMethod = 5 [2020-07-04T21:39:11.645Z] End of script [2020-07-04T21:39:11.901Z] Start of script [2020-07-04T21:39:11.901Z] include file start [2020-07-04T21:39:11.901Z] Include file processed [2020-07-04T21:39:11.901Z] line after include file [2020-07-04T21:39:11.901Z] Result of testMethod = 5 [2020-07-04T21:39:12.156Z] End of script [2020-07-04T21:39:12.156Z] Start of script [2020-07-04T21:39:12.156Z] include file start [2020-07-04T21:39:12.156Z] Include file processed [2020-07-04T21:39:12.156Z] line after include file [2020-07-04T21:39:12.411Z] Result of testMethod = 5 [2020-07-04T21:39:12.411Z] End of script [2020-07-04T21:39:12.667Z] Start of script [2020-07-04T21:39:12.667Z] include file start [2020-07-04T21:39:12.667Z] Include file processed [2020-07-04T21:39:12.667Z] line after include file [2020-07-04T21:39:12.923Z] Result of testMethod = 5 [2020-07-04T21:39:12.923Z] End of script [2020-07-04T21:39:12.923Z] Start of script [2020-07-04T21:39:12.923Z] include file start [2020-07-04T21:39:12.923Z] Include file processed [2020-07-04T21:39:12.923Z] line after include file [2020-07-04T21:39:12.923Z] Result of testMethod = 5 [2020-07-04T21:39:13.485Z] Start of script [2020-07-04T21:39:13.485Z] include file start [2020-07-04T21:39:13.485Z] Include file processed [2020-07-04T21:39:13.485Z] line after include file [2020-07-04T21:39:13.485Z] Result of testMethod = 5 [2020-07-04T21:39:13.485Z] End of script [2020-07-04T21:39:13.485Z] Start of script [2020-07-04T21:39:13.485Z] include file start [2020-07-04T21:39:13.485Z] Include file processed [2020-07-04T21:39:13.485Z] line after include file [2020-07-04T21:39:13.740Z] Result of testMethod = 5 [2020-07-04T21:39:13.740Z] End of script [2020-07-04T21:39:13.740Z] Start of script [2020-07-04T21:39:13.740Z] include file start [2020-07-04T21:39:13.740Z] Include file processed [2020-07-04T21:39:13.740Z] line after include file [2020-07-04T21:39:13.740Z] Result of testMethod = 5 [2020-07-04T21:39:13.740Z] End of script [2020-07-04T21:39:13.996Z] Start of script [2020-07-04T21:39:13.996Z] include file start [2020-07-04T21:39:13.996Z] Include file processed [2020-07-04T21:39:14.252Z] line after include file [2020-07-04T21:39:14.252Z] Result of testMethod = 5 [2020-07-04T21:39:14.252Z] End of script [2020-07-04T21:39:14.252Z] Start of script [2020-07-04T21:39:14.252Z] include file start [2020-07-04T21:39:14.252Z] Include file processed [2020-07-04T21:39:14.252Z] line after include file [2020-07-04T21:39:14.508Z] Start of script [2020-07-04T21:39:14.763Z] include file start [2020-07-04T21:39:14.763Z] Include file processed [2020-07-04T21:39:14.763Z] line after include file [2020-07-04T21:39:14.763Z] Result of testMethod = 5 [2020-07-04T21:39:14.763Z] End of script [2020-07-04T21:39:14.763Z] Start of script [2020-07-04T21:39:14.763Z] include file start [2020-07-04T21:39:14.763Z] Include file processed [2020-07-04T21:39:14.763Z] line after include file [2020-07-04T21:39:14.763Z] Result of testMethod = 5 [2020-07-04T21:39:15.326Z] Start of script [2020-07-04T21:39:15.326Z] include file start [2020-07-04T21:39:15.326Z] Include file processed [2020-07-04T21:39:15.326Z] line after include file [2020-07-04T21:39:15.326Z] Result of testMethod = 5 [2020-07-04T21:39:15.326Z] End of script [2020-07-04T21:39:15.326Z] Start of script [2020-07-04T21:39:15.326Z] include file start [2020-07-04T21:39:15.326Z] Include file processed [2020-07-04T21:39:15.326Z] line after include file [2020-07-04T21:39:15.582Z] Result of testMethod = 5 [2020-07-04T21:39:15.582Z] End of script [2020-07-04T21:39:15.582Z] Start of script [2020-07-04T21:39:15.582Z] include file start [2020-07-04T21:39:15.582Z] Include file processed [2020-07-04T21:39:15.582Z] line after include file [2020-07-04T21:39:15.838Z] Result of testMethod = 5 [2020-07-04T21:39:15.838Z] End of script [2020-07-04T21:39:16.094Z] Start of script [2020-07-04T21:39:16.094Z] include file start [2020-07-04T21:39:16.094Z] Include file processed [2020-07-04T21:39:16.094Z] line after include file [2020-07-04T21:39:16.094Z] Result of testMethod = 5 [2020-07-04T21:39:16.094Z] End of script [2020-07-04T21:39:16.094Z] Start of script [2020-07-04T21:39:16.094Z] include file start [2020-07-04T21:39:16.094Z] Include file processed [2020-07-04T21:39:16.094Z] line after include file [2020-07-04T21:39:16.094Z] Result of testMethod = 5 [2020-07-04T21:39:16.657Z] Start of script [2020-07-04T21:39:16.657Z] include file start [2020-07-04T21:39:16.657Z] Include file processed [2020-07-04T21:39:16.657Z] line after include file [2020-07-04T21:39:16.657Z] Result of testMethod = 5 [2020-07-04T21:39:16.657Z] End of script [2020-07-04T21:39:16.657Z] Start of script [2020-07-04T21:39:16.657Z] include file start [2020-07-04T21:39:16.657Z] Include file processed [2020-07-04T21:39:16.657Z] line after include file [2020-07-04T21:39:16.657Z] Result of testMethod = 5 [2020-07-04T21:39:17.218Z] Start of script [2020-07-04T21:39:17.218Z] include file start [2020-07-04T21:39:17.218Z] Include file processed [2020-07-04T21:39:17.218Z] line after include file [2020-07-04T21:39:17.218Z] Result of testMethod = 5 [2020-07-04T21:39:17.218Z] End of script [2020-07-04T21:39:17.472Z] Start of script [2020-07-04T21:39:17.472Z] include file start [2020-07-04T21:39:17.472Z] Include file processed [2020-07-04T21:39:17.472Z] line after include file [2020-07-04T21:39:17.728Z] Result of testMethod = 5 [2020-07-04T21:39:17.728Z] End of script [2020-07-04T21:39:17.728Z] Start of script [2020-07-04T21:39:17.728Z] include file start [2020-07-04T21:39:17.728Z] Include file processed [2020-07-04T21:39:17.728Z] line after include file [2020-07-04T21:39:17.728Z] Result of testMethod = 5 [2020-07-04T21:39:17.728Z] End of script [2020-07-04T21:39:17.985Z] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.948 s - in org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest [2020-07-04T21:39:17.985Z] disconnectProcessInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.295 s [2020-07-04T21:39:17.985Z] stepReturnIncludeCommand(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.209 s [2020-07-04T21:39:17.985Z] arrayVariableSorting(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.308 s [2020-07-04T21:39:17.985Z] stepOverOnDebugTarget(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.308 s [2020-07-04T21:39:17.985Z] hasDebugTarget(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.105 s [2020-07-04T21:39:17.986Z] disconnectThreadInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.205 s [2020-07-04T21:39:17.986Z] stepReturnOnDebugTarget(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.309 s [2020-07-04T21:39:17.986Z] nullVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-07-04T21:39:17.986Z] stepOverOnStackFrame(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.308 s [2020-07-04T21:39:17.986Z] resumeOnDebugTarget(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.207 s [2020-07-04T21:39:17.986Z] modifyVariableKeepingType(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.405 s [2020-07-04T21:39:17.986Z] resumeOnLastIncludeLine(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.206 s [2020-07-04T21:39:17.986Z] stepReturnOnStackFrame(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.307 s [2020-07-04T21:39:17.986Z] terminateStackFrameInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.207 s [2020-07-04T21:39:17.986Z] breakpointLocation(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.207 s [2020-07-04T21:39:17.986Z] stepReturnOnThread(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.307 s [2020-07-04T21:39:17.986Z] javaClassVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.307 s [2020-07-04T21:39:17.986Z] stepIntoOnThread(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-07-04T21:39:17.986Z] terminateThreadInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.205 s [2020-07-04T21:39:17.986Z] resumeOnThread(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.205 s [2020-07-04T21:39:17.986Z] stepIntoOnStackFrame(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-07-04T21:39:17.986Z] terminateProcessInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.206 s [2020-07-04T21:39:17.986Z] stepOverOnProcess(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-07-04T21:39:17.986Z] nativeArrayVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-07-04T21:39:17.986Z] disconnectDebugTargetInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.206 s [2020-07-04T21:39:17.986Z] stepIntoOnProcess(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.307 s [2020-07-04T21:39:17.986Z] terminatedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.104 s [2020-07-04T21:39:17.986Z] stepOverIncludeCommand(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.305 s [2020-07-04T21:39:17.986Z] innerScopeVariableBeforeOuterScopeVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-07-04T21:39:17.986Z] stepIntoIncludeCommand(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.304 s [2020-07-04T21:39:17.986Z] primitiveStringVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-07-04T21:39:17.986Z] resumeOnProcess(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.204 s [2020-07-04T21:39:17.986Z] stepIntoOnDebugTarget(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.305 s [2020-07-04T21:39:17.986Z] stepOverOnThread(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.305 s [2020-07-04T21:39:17.986Z] suspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.205 s [2020-07-04T21:39:17.986Z] primitiveDoubleVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.305 s [2020-07-04T21:39:17.986Z] resumeOnStackFrame(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.205 s [2020-07-04T21:39:17.986Z] nativeObjectVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.305 s [2020-07-04T21:39:17.986Z] terminateDebugTargetInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.205 s [2020-07-04T21:39:17.986Z] disconnectStackFrameInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.206 s [2020-07-04T21:39:17.986Z] stepReturnOnProcess(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-07-04T21:39:17.986Z] evaluateWatchExpression(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.207 s [2020-07-04T21:39:17.986Z] Running org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest [2020-07-04T21:39:17.986Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.143 s - in org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest [2020-07-04T21:39:17.986Z] reloadEnvironment(org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest) Time elapsed: 0.054 s [2020-07-04T21:39:17.986Z] bootstrappedEnvironment(org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest) Time elapsed: 0.013 s [2020-07-04T21:39:17.986Z] postMethodCallback(org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest) Time elapsed: 0.039 s [2020-07-04T21:39:17.986Z] preMethodCallback(org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest) Time elapsed: 0.011 s [2020-07-04T21:39:17.986Z] reloadFunctionDefinitions(org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest) Time elapsed: 0.025 s [2020-07-04T21:39:17.986Z] Running org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest [2020-07-04T21:39:17.986Z] org.eclipse.ease.ScriptExecutionException: JavaError: NotThere cannot be found by org.mozilla.javascript_1.7.10.v20190430-1943 [2020-07-04T21:39:17.986Z] at [2020-07-04T21:39:17.986Z] [2020-07-04T21:39:17.986Z] Java Stacktrace: [2020-07-04T21:39:17.986Z] java.lang.ClassNotFoundException: NotThere cannot be found by org.mozilla.javascript_1.7.10.v20190430-1943 [2020-07-04T21:39:17.986Z] at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:516) [2020-07-04T21:39:17.986Z] at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171) [2020-07-04T21:39:17.986Z] at java.lang.ClassLoader.loadClass(ClassLoader.java:357) [2020-07-04T21:39:17.986Z] at java.lang.Class.forName0(Native Method) [2020-07-04T21:39:17.986Z] at java.lang.Class.forName(Class.java:264) [2020-07-04T21:39:17.986Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2020-07-04T21:39:17.986Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2020-07-04T21:39:17.986Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2020-07-04T21:39:17.986Z] at java.lang.reflect.Method.invoke(Method.java:498) [2020-07-04T21:39:17.986Z] at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:126) [2020-07-04T21:39:17.986Z] at org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:225) [2020-07-04T21:39:17.986Z] at org.mozilla.javascript.optimizer.OptRuntime.call1(OptRuntime.java:32) [2020-07-04T21:39:17.986Z] at org.mozilla.javascript.gen.c_27._c_script_0(Unknown Source) [2020-07-04T21:39:17.986Z] at org.mozilla.javascript.gen.c_27.call(Unknown Source) [2020-07-04T21:39:17.986Z] at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:405) [2020-07-04T21:39:17.986Z] at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3508) [2020-07-04T21:39:17.986Z] at org.mozilla.javascript.gen.c_27.call(Unknown Source) [2020-07-04T21:39:17.986Z] at org.mozilla.javascript.gen.c_27.exec(Unknown Source) [2020-07-04T21:39:17.986Z] at org.mozilla.javascript.Context.evaluateReader(Context.java:1293) [2020-07-04T21:39:17.986Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:222) [2020-07-04T21:39:17.986Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:201) [2020-07-04T21:39:17.986Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:226) [2020-07-04T21:39:17.986Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:277) [2020-07-04T21:39:17.986Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-07-04T21:39:18.242Z] org.eclipse.ease.ScriptExecutionException: TypeError: Cannot call method "foobar" of undefined [2020-07-04T21:39:18.242Z] at [2020-07-04T21:39:18.242Z] org.eclipse.ease.ScriptExecutionException: ScriptException: test [2020-07-04T21:39:18.242Z] at [2020-07-04T21:39:18.242Z] org.eclipse.ease.ScriptExecutionException: JavaError: java.lang.Exception [2020-07-04T21:39:18.242Z] at [2020-07-04T21:39:18.242Z] [2020-07-04T21:39:18.242Z] Java Stacktrace: [2020-07-04T21:39:18.242Z] java.lang.Exception [2020-07-04T21:39:18.242Z] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [2020-07-04T21:39:18.242Z] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [2020-07-04T21:39:18.242Z] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [2020-07-04T21:39:18.242Z] at java.lang.reflect.Constructor.newInstance(Constructor.java:423) [2020-07-04T21:39:18.242Z] at org.mozilla.javascript.MemberBox.newInstance(MemberBox.java:159) [2020-07-04T21:39:18.242Z] at org.mozilla.javascript.NativeJavaClass.constructInternal(NativeJavaClass.java:266) [2020-07-04T21:39:18.242Z] at org.mozilla.javascript.NativeJavaClass.constructSpecific(NativeJavaClass.java:205) [2020-07-04T21:39:18.242Z] at org.mozilla.javascript.NativeJavaClass.construct(NativeJavaClass.java:166) [2020-07-04T21:39:18.242Z] at org.mozilla.javascript.ScriptRuntime.newObject(ScriptRuntime.java:2655) [2020-07-04T21:39:18.242Z] at org.mozilla.javascript.gen.c_45._c_script_0(Unknown Source) [2020-07-04T21:39:18.242Z] at org.mozilla.javascript.gen.c_45.call(Unknown Source) [2020-07-04T21:39:18.242Z] at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:405) [2020-07-04T21:39:18.242Z] at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3508) [2020-07-04T21:39:18.242Z] at org.mozilla.javascript.gen.c_45.call(Unknown Source) [2020-07-04T21:39:18.242Z] at org.mozilla.javascript.gen.c_45.exec(Unknown Source) [2020-07-04T21:39:18.242Z] at org.mozilla.javascript.Context.evaluateReader(Context.java:1293) [2020-07-04T21:39:18.242Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:222) [2020-07-04T21:39:18.242Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:201) [2020-07-04T21:39:18.242Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:226) [2020-07-04T21:39:18.242Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:277) [2020-07-04T21:39:18.242Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-07-04T21:39:18.242Z] org.eclipse.ease.ScriptExecutionException: ScriptException: JavaScript [2020-07-04T21:39:18.242Z] at [2020-07-04T21:39:18.242Z] org.eclipse.ease.ScriptExecutionException: SyntaxError: unterminated string literal (#1) [2020-07-04T21:39:18.242Z] 'asdf [2020-07-04T21:39:18.242Z] ^ [2020-07-04T21:39:18.242Z] at [2020-07-04T21:39:18.242Z] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s - in org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest [2020-07-04T21:39:18.242Z] causeWrappedException(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.017 s [2020-07-04T21:39:18.242Z] optionalModuleParameters(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.031 s [2020-07-04T21:39:18.242Z] simpleScriptCode(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.007 s [2020-07-04T21:39:18.242Z] causeRuntimeErrorException(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.009 s [2020-07-04T21:39:18.242Z] callModuleCode(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.007 s [2020-07-04T21:39:18.242Z] throwJavaClass(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.008 s [2020-07-04T21:39:18.242Z] throwJavaException(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.009 s [2020-07-04T21:39:18.242Z] accessJavaClasses(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.008 s [2020-07-04T21:39:18.242Z] accessEclipseClasses(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.006 s [2020-07-04T21:39:18.242Z] throwJavaScriptException(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.008 s [2020-07-04T21:39:18.242Z] causeSyntaxErrorException(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.006 s [2020-07-04T21:39:18.242Z] [2020-07-04T21:39:18.242Z] Results: [2020-07-04T21:39:18.242Z] [2020-07-04T21:39:18.242Z] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0 [2020-07-04T21:39:18.242Z] [2020-07-04T21:39:18.803Z] [INFO] All tests passed! [2020-07-04T21:39:18.803Z] [INFO] [2020-07-04T21:39:18.803Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-07-04T21:39:18.803Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/org.eclipse.ease.lang.javascript.rhino.test-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.rhino.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.rhino.test-0.8.0-SNAPSHOT.jar [2020-07-04T21:39:18.803Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.rhino.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.rhino.test-0.8.0-SNAPSHOT.pom [2020-07-04T21:39:18.803Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/org.eclipse.ease.lang.javascript.rhino.test-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.rhino.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.rhino.test-0.8.0-SNAPSHOT-sources.jar [2020-07-04T21:39:18.803Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.rhino.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.rhino.test-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:39:18.803Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.rhino.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.rhino.test-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:39:18.803Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.rhino.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.rhino.test-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:39:18.803Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.rhino.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.rhino.test-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:39:18.803Z] [INFO] [2020-07-04T21:39:18.803Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-07-04T21:39:18.803Z] [INFO] [2020-07-04T21:39:18.803Z] [INFO] -------< org.eclipse.ease:org.eclipse.ease.lang.javascript.test >------- [2020-07-04T21:39:18.803Z] [INFO] Building org.eclipse.ease.lang.javascript.test 0.8.0-SNAPSHOT [41/48] [2020-07-04T21:39:18.803Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-07-04T21:39:18.803Z] [INFO] [2020-07-04T21:39:18.803Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.javascript.test --- [2020-07-04T21:39:18.803Z] [INFO] [2020-07-04T21:39:18.803Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.test --- [2020-07-04T21:39:18.803Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-07-04T21:39:18.803Z] [INFO] [2020-07-04T21:39:18.803Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.test --- [2020-07-04T21:39:18.803Z] [INFO] [2020-07-04T21:39:18.803Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.test --- [2020-07-04T21:39:18.803Z] [INFO] [2020-07-04T21:39:18.803Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.javascript.test >>> [2020-07-04T21:39:18.803Z] [INFO] [2020-07-04T21:39:18.803Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.test --- [2020-07-04T21:39:18.803Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-07-04T21:39:18.803Z] [INFO] [2020-07-04T21:39:18.803Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.test --- [2020-07-04T21:39:18.803Z] [INFO] [2020-07-04T21:39:18.803Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.test --- [2020-07-04T21:39:18.803Z] [INFO] [2020-07-04T21:39:18.803Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.javascript.test <<< [2020-07-04T21:39:18.803Z] [INFO] [2020-07-04T21:39:18.803Z] [INFO] [2020-07-04T21:39:18.803Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.javascript.test --- [2020-07-04T21:39:18.803Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-07-04T21:39:20.167Z] [INFO] [2020-07-04T21:39:20.167Z] Loading source files for package org.eclipse.ease.lang.javascript... [2020-07-04T21:39:20.167Z] Constructing Javadoc information... [2020-07-04T21:39:20.167Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/target/javadoc-bundle-options/package-list" [2020-07-04T21:39:20.167Z] No plugin definition found, skipping [2020-07-04T21:39:20.167Z] No plugin definition found, skipping [2020-07-04T21:39:20.167Z] [WARNING] Javadoc Warnings [2020-07-04T21:39:20.167Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10" [2020-07-04T21:39:20.167Z] [INFO] [2020-07-04T21:39:20.167Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.javascript.test --- [2020-07-04T21:39:20.167Z] [INFO] [2020-07-04T21:39:20.167Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript.test --- [2020-07-04T21:39:20.167Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:39:20.167Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/src/main/resources [2020-07-04T21:39:20.167Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/help [2020-07-04T21:39:20.167Z] [INFO] [2020-07-04T21:39:20.167Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.javascript.test --- [2020-07-04T21:39:20.167Z] [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/target/classes [2020-07-04T21:39:20.167Z] [INFO] [2020-07-04T21:39:20.167Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript.test --- [2020-07-04T21:39:20.167Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:39:20.167Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/src/test/resources [2020-07-04T21:39:20.167Z] [INFO] [2020-07-04T21:39:20.167Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript.test --- [2020-07-04T21:39:20.167Z] [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [2020-07-04T21:39:20.167Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/target/org.eclipse.ease.lang.javascript.test-0.8.0-SNAPSHOT-sources.jar [2020-07-04T21:39:20.167Z] [INFO] [2020-07-04T21:39:20.167Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.test --- [2020-07-04T21:39:20.167Z] [INFO] [2020-07-04T21:39:20.167Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript.test --- [2020-07-04T21:39:20.167Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/target/org.eclipse.ease.lang.javascript.test-0.8.0-SNAPSHOT.jar [2020-07-04T21:39:20.167Z] [INFO] [2020-07-04T21:39:20.167Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.test --- [2020-07-04T21:39:20.167Z] [INFO] [2020-07-04T21:39:20.167Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.javascript.test --- [2020-07-04T21:39:20.167Z] [INFO] [2020-07-04T21:39:20.167Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript.test --- [2020-07-04T21:39:20.167Z] [INFO] [2020-07-04T21:39:20.167Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.ease.lang.javascript.test --- [2020-07-04T21:39:20.423Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/target/work/data/.metadata/.log [2020-07-04T21:39:20.423Z] [INFO] Command line: [2020-07-04T21:39:20.423Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.700.v20200207-2156/org.eclipse.equinox.launcher-1.5.700.v20200207-2156.jar, -data, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/target/surefire.properties] [2020-07-04T21:39:20.423Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10" [2020-07-04T21:39:21.795Z] Running org.eclipse.ease.lang.javascript.JavaScriptCodeFactoryTest [2020-07-04T21:39:21.795Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s - in org.eclipse.ease.lang.javascript.JavaScriptCodeFactoryTest [2020-07-04T21:39:21.795Z] testCommentCreator(org.eclipse.ease.lang.javascript.JavaScriptCodeFactoryTest) Time elapsed: 0.005 s [2020-07-04T21:39:21.795Z] Running org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest [2020-07-04T21:39:21.795Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.147 s - in org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest [2020-07-04T21:39:21.795Z] verifyStaticClassTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0.004 s [2020-07-04T21:39:21.795Z] verifyClassInstanceTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0.004 s [2020-07-04T21:39:21.795Z] verifyTypesForScriptEngine(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0.135 s [2020-07-04T21:39:21.795Z] verifyPackageTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0.001 s [2020-07-04T21:39:21.795Z] definedVariableTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0 s [2020-07-04T21:39:21.795Z] verifyStringLiteralTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0.001 s [2020-07-04T21:39:21.795Z] verifyUnknownTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0 s [2020-07-04T21:39:21.795Z] verifyNoneTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0 s [2020-07-04T21:39:21.795Z] [2020-07-04T21:39:21.795Z] Results: [2020-07-04T21:39:21.795Z] [2020-07-04T21:39:21.795Z] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0 [2020-07-04T21:39:21.795Z] [2020-07-04T21:39:22.721Z] [INFO] All tests passed! [2020-07-04T21:39:22.721Z] [INFO] [2020-07-04T21:39:22.721Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.javascript.test --- [2020-07-04T21:39:22.721Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/target/org.eclipse.ease.lang.javascript.test-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.test-0.8.0-SNAPSHOT.jar [2020-07-04T21:39:22.721Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.test-0.8.0-SNAPSHOT.pom [2020-07-04T21:39:22.721Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/target/org.eclipse.ease.lang.javascript.test-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.test-0.8.0-SNAPSHOT-sources.jar [2020-07-04T21:39:22.721Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.test-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:39:22.721Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.test-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:39:22.722Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.test-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:39:22.722Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.javascript.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.javascript.test-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:39:22.722Z] [INFO] [2020-07-04T21:39:22.722Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.javascript.test --- [2020-07-04T21:39:22.722Z] [INFO] [2020-07-04T21:39:22.722Z] [INFO] ---------< org.eclipse.ease:org.eclipse.ease.lang.python.test >--------- [2020-07-04T21:39:22.722Z] [INFO] Building org.eclipse.ease.lang.python.test 0.8.0-SNAPSHOT [42/48] [2020-07-04T21:39:22.722Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-07-04T21:39:22.722Z] [INFO] [2020-07-04T21:39:22.722Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.python.test --- [2020-07-04T21:39:22.722Z] [INFO] [2020-07-04T21:39:22.722Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.test --- [2020-07-04T21:39:22.722Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-07-04T21:39:22.722Z] [INFO] [2020-07-04T21:39:22.722Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.test --- [2020-07-04T21:39:22.722Z] [INFO] [2020-07-04T21:39:22.722Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.test --- [2020-07-04T21:39:22.722Z] [INFO] [2020-07-04T21:39:22.722Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.python.test >>> [2020-07-04T21:39:22.722Z] [INFO] [2020-07-04T21:39:22.722Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.test --- [2020-07-04T21:39:22.722Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-07-04T21:39:22.722Z] [INFO] [2020-07-04T21:39:22.722Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.test --- [2020-07-04T21:39:22.722Z] [INFO] [2020-07-04T21:39:22.722Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.test --- [2020-07-04T21:39:22.722Z] [INFO] [2020-07-04T21:39:22.722Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.python.test <<< [2020-07-04T21:39:22.722Z] [INFO] [2020-07-04T21:39:22.722Z] [INFO] [2020-07-04T21:39:22.722Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.python.test --- [2020-07-04T21:39:22.722Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-07-04T21:39:23.659Z] [INFO] [2020-07-04T21:39:23.659Z] Loading source files for package org.eclipse.ease.lang.python... [2020-07-04T21:39:23.659Z] Constructing Javadoc information... [2020-07-04T21:39:23.659Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/target/javadoc-bundle-options/package-list" [2020-07-04T21:39:23.659Z] No plugin definition found, skipping [2020-07-04T21:39:23.659Z] No plugin definition found, skipping [2020-07-04T21:39:23.659Z] [WARNING] Javadoc Warnings [2020-07-04T21:39:23.659Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10" [2020-07-04T21:39:23.659Z] [INFO] [2020-07-04T21:39:23.659Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.python.test --- [2020-07-04T21:39:23.659Z] [INFO] [2020-07-04T21:39:23.659Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.python.test --- [2020-07-04T21:39:23.659Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:39:23.659Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/src/main/resources [2020-07-04T21:39:23.659Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/help [2020-07-04T21:39:23.659Z] [INFO] [2020-07-04T21:39:23.659Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.python.test --- [2020-07-04T21:39:23.659Z] [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/target/classes [2020-07-04T21:39:23.659Z] [INFO] [2020-07-04T21:39:23.659Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.python.test --- [2020-07-04T21:39:23.659Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:39:23.659Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/src/test/resources [2020-07-04T21:39:23.659Z] [INFO] [2020-07-04T21:39:23.659Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.python.test --- [2020-07-04T21:39:23.659Z] [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [2020-07-04T21:39:23.659Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/target/org.eclipse.ease.lang.python.test-0.8.0-SNAPSHOT-sources.jar [2020-07-04T21:39:23.659Z] [INFO] [2020-07-04T21:39:23.659Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python.test --- [2020-07-04T21:39:23.659Z] [INFO] [2020-07-04T21:39:23.659Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.python.test --- [2020-07-04T21:39:23.659Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/target/org.eclipse.ease.lang.python.test-0.8.0-SNAPSHOT.jar [2020-07-04T21:39:23.659Z] [INFO] [2020-07-04T21:39:23.659Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python.test --- [2020-07-04T21:39:23.659Z] [INFO] [2020-07-04T21:39:23.659Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.python.test --- [2020-07-04T21:39:23.659Z] [INFO] [2020-07-04T21:39:23.659Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python.test --- [2020-07-04T21:39:23.659Z] [INFO] [2020-07-04T21:39:23.659Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.ease.lang.python.test --- [2020-07-04T21:39:23.937Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/target/work/data/.metadata/.log [2020-07-04T21:39:23.938Z] [INFO] Command line: [2020-07-04T21:39:23.938Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.700.v20200207-2156/org.eclipse.equinox.launcher-1.5.700.v20200207-2156.jar, -data, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/target/surefire.properties] [2020-07-04T21:39:23.938Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10" [2020-07-04T21:39:24.884Z] Running org.eclipse.ease.lang.python.PythonCodeFactoryTest [2020-07-04T21:39:24.884Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.ease.lang.python.PythonCodeFactoryTest [2020-07-04T21:39:24.884Z] testCommentCreator(org.eclipse.ease.lang.python.PythonCodeFactoryTest) Time elapsed: 0.004 s [2020-07-04T21:39:24.884Z] [2020-07-04T21:39:24.884Z] Results: [2020-07-04T21:39:24.884Z] [2020-07-04T21:39:24.884Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [2020-07-04T21:39:24.884Z] [2020-07-04T21:39:25.810Z] [INFO] All tests passed! [2020-07-04T21:39:25.810Z] [INFO] [2020-07-04T21:39:25.810Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.python.test --- [2020-07-04T21:39:25.810Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/target/org.eclipse.ease.lang.python.test-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.test-0.8.0-SNAPSHOT.jar [2020-07-04T21:39:25.810Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.test-0.8.0-SNAPSHOT.pom [2020-07-04T21:39:25.810Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/target/org.eclipse.ease.lang.python.test-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.test-0.8.0-SNAPSHOT-sources.jar [2020-07-04T21:39:25.810Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.test-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:39:25.810Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.test-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:39:25.810Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.test-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:39:25.810Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.test-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:39:25.810Z] [INFO] [2020-07-04T21:39:25.810Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.python.test --- [2020-07-04T21:39:25.811Z] [INFO] [2020-07-04T21:39:25.811Z] [INFO] -----< org.eclipse.ease:org.eclipse.ease.lang.python.jython.test >------ [2020-07-04T21:39:25.811Z] [INFO] Building org.eclipse.ease.lang.python.jython.test 0.8.0-SNAPSHOT [43/48] [2020-07-04T21:39:25.811Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-07-04T21:39:25.811Z] [INFO] [2020-07-04T21:39:25.811Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.python.jython.test --- [2020-07-04T21:39:25.811Z] [INFO] [2020-07-04T21:39:25.811Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.jython.test --- [2020-07-04T21:39:25.811Z] [INFO] The project's OSGi version is 0.8.0.I201911291239 [2020-07-04T21:39:25.811Z] [INFO] [2020-07-04T21:39:25.811Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.jython.test --- [2020-07-04T21:39:25.811Z] [INFO] [2020-07-04T21:39:25.811Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.jython.test --- [2020-07-04T21:39:25.811Z] [INFO] [2020-07-04T21:39:25.811Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.python.jython.test >>> [2020-07-04T21:39:25.811Z] [INFO] [2020-07-04T21:39:25.811Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.jython.test --- [2020-07-04T21:39:25.811Z] [INFO] The project's OSGi version is 0.8.0.I201911291239 [2020-07-04T21:39:25.811Z] [INFO] [2020-07-04T21:39:25.811Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.jython.test --- [2020-07-04T21:39:25.811Z] [INFO] [2020-07-04T21:39:25.811Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.jython.test --- [2020-07-04T21:39:25.811Z] [INFO] [2020-07-04T21:39:25.811Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.python.jython.test <<< [2020-07-04T21:39:25.811Z] [INFO] [2020-07-04T21:39:25.811Z] [INFO] [2020-07-04T21:39:25.811Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.python.jython.test --- [2020-07-04T21:39:25.811Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-07-04T21:39:27.175Z] [INFO] [2020-07-04T21:39:27.175Z] Loading source files for package org.eclipse.ease.lang.python.jython.debugger... [2020-07-04T21:39:27.175Z] Constructing Javadoc information... [2020-07-04T21:39:27.175Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/target/javadoc-bundle-options/package-list" [2020-07-04T21:39:27.175Z] No plugin definition found, skipping [2020-07-04T21:39:27.175Z] No plugin definition found, skipping [2020-07-04T21:39:27.175Z] [WARNING] Javadoc Warnings [2020-07-04T21:39:27.175Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10" [2020-07-04T21:39:27.175Z] [INFO] [2020-07-04T21:39:27.175Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.python.jython.test --- [2020-07-04T21:39:27.175Z] [INFO] [2020-07-04T21:39:27.175Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.python.jython.test --- [2020-07-04T21:39:27.175Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:39:27.175Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/src/main/resources [2020-07-04T21:39:27.175Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/help [2020-07-04T21:39:27.175Z] [INFO] [2020-07-04T21:39:27.175Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.python.jython.test --- [2020-07-04T21:39:27.175Z] [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/target/classes [2020-07-04T21:39:27.175Z] [INFO] [2020-07-04T21:39:27.175Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.python.jython.test --- [2020-07-04T21:39:27.175Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:39:27.175Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/src/test/resources [2020-07-04T21:39:27.175Z] [INFO] [2020-07-04T21:39:27.175Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.python.jython.test --- [2020-07-04T21:39:27.175Z] [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [2020-07-04T21:39:27.176Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/target/org.eclipse.ease.lang.python.jython.test-0.8.0-SNAPSHOT-sources.jar [2020-07-04T21:39:27.176Z] [INFO] [2020-07-04T21:39:27.176Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python.jython.test --- [2020-07-04T21:39:27.176Z] [INFO] [2020-07-04T21:39:27.176Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.python.jython.test --- [2020-07-04T21:39:27.176Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/target/org.eclipse.ease.lang.python.jython.test-0.8.0-SNAPSHOT.jar [2020-07-04T21:39:27.176Z] [INFO] [2020-07-04T21:39:27.176Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python.jython.test --- [2020-07-04T21:39:27.176Z] [INFO] [2020-07-04T21:39:27.176Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.python.jython.test --- [2020-07-04T21:39:27.176Z] [INFO] [2020-07-04T21:39:27.176Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python.jython.test --- [2020-07-04T21:39:27.176Z] [INFO] [2020-07-04T21:39:27.176Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.ease.lang.python.jython.test --- [2020-07-04T21:39:27.431Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/target/work/data/.metadata/.log [2020-07-04T21:39:27.431Z] [INFO] Command line: [2020-07-04T21:39:27.431Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.700.v20200207-2156/org.eclipse.equinox.launcher-1.5.700.v20200207-2156.jar, -data, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/target/surefire.properties] [2020-07-04T21:39:27.431Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10" [2020-07-04T21:39:29.983Z] Running org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest [2020-07-04T21:39:31.346Z] Start of script [2020-07-04T21:39:31.346Z] include file start [2020-07-04T21:39:31.346Z] include file processed [2020-07-04T21:39:31.347Z] Result of testMethod = 5 [2020-07-04T21:39:31.347Z] End of script [2020-07-04T21:39:31.347Z] Start of script [2020-07-04T21:39:31.347Z] include file start [2020-07-04T21:39:31.347Z] include file processed [2020-07-04T21:39:31.347Z] Result of testMethod = 5 [2020-07-04T21:39:31.347Z] End of script [2020-07-04T21:39:31.602Z] Start of script [2020-07-04T21:39:31.602Z] include file start [2020-07-04T21:39:31.602Z] include file processed [2020-07-04T21:39:31.602Z] Result of testMethod = 5 [2020-07-04T21:39:31.602Z] Traceback (most recent call last): [2020-07-04T21:39:31.602Z] File "(none)", line 184, in run [2020-07-04T21:39:31.602Z] File "__ref_L/Debug Test/Main.py_nxecrroqhi", line 23, in [2020-07-04T21:39:31.602Z] File "(none)", line 161, in trace_dispatch [2020-07-04T21:39:31.602Z] org.eclipse.ease.ExitException: [2020-07-04T21:39:31.602Z] [2020-07-04T21:39:31.602Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-07-04T21:39:31.857Z] Start of script [2020-07-04T21:39:31.857Z] include file start [2020-07-04T21:39:31.857Z] include file processed [2020-07-04T21:39:32.113Z] Result of testMethod = 5 [2020-07-04T21:39:32.113Z] End of script [2020-07-04T21:39:32.368Z] Start of script [2020-07-04T21:39:32.368Z] include file start [2020-07-04T21:39:32.368Z] include file processed [2020-07-04T21:39:32.368Z] Result of testMethod = 5 [2020-07-04T21:39:32.368Z] End of script [2020-07-04T21:39:32.368Z] Start of script [2020-07-04T21:39:32.368Z] include file start [2020-07-04T21:39:32.368Z] include file processed [2020-07-04T21:39:32.623Z] Result of testMethod = 5 [2020-07-04T21:39:32.623Z] End of script [2020-07-04T21:39:32.878Z] Start of script [2020-07-04T21:39:32.878Z] include file start [2020-07-04T21:39:32.878Z] include file processed [2020-07-04T21:39:32.878Z] Result of testMethod = 5 [2020-07-04T21:39:32.878Z] Traceback (most recent call last): [2020-07-04T21:39:32.878Z] File "(none)", line 184, in run [2020-07-04T21:39:32.878Z] File "__ref_L/Debug Test/Main.py_rfuvunkzdz", line 23, in [2020-07-04T21:39:32.878Z] File "(none)", line 161, in trace_dispatch [2020-07-04T21:39:32.878Z] org.eclipse.ease.ExitException: [2020-07-04T21:39:32.878Z] [2020-07-04T21:39:32.878Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-07-04T21:39:33.135Z] Start of script [2020-07-04T21:39:33.135Z] include file start [2020-07-04T21:39:33.135Z] include file processed [2020-07-04T21:39:33.135Z] Result of testMethod = 5 [2020-07-04T21:39:33.135Z] End of script [2020-07-04T21:39:33.390Z] Start of script [2020-07-04T21:39:33.390Z] include file start [2020-07-04T21:39:33.390Z] include file processed [2020-07-04T21:39:33.390Z] Result of testMethod = 5 [2020-07-04T21:39:33.390Z] End of script [2020-07-04T21:39:33.645Z] Start of script [2020-07-04T21:39:33.645Z] include file start [2020-07-04T21:39:33.645Z] include file processed [2020-07-04T21:39:33.901Z] Traceback (most recent call last): [2020-07-04T21:39:33.901Z] File "(none)", line 184, in run [2020-07-04T21:39:33.901Z] File "__ref_L/Debug Test/Main.py_uyufuapapy", line 22, in [2020-07-04T21:39:33.901Z] File "(none)", line 161, in trace_dispatch [2020-07-04T21:39:33.901Z] org.eclipse.ease.ExitException: [2020-07-04T21:39:33.901Z] [2020-07-04T21:39:33.901Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-07-04T21:39:34.156Z] Start of script [2020-07-04T21:39:34.156Z] include file start [2020-07-04T21:39:34.156Z] include file processed [2020-07-04T21:39:34.156Z] Result of testMethod = 5 [2020-07-04T21:39:34.156Z] End of script [2020-07-04T21:39:34.156Z] Start of script [2020-07-04T21:39:34.411Z] include file start [2020-07-04T21:39:34.411Z] include file processed [2020-07-04T21:39:34.411Z] Result of testMethod = 5 [2020-07-04T21:39:34.411Z] End of script [2020-07-04T21:39:34.667Z] Traceback (most recent call last): [2020-07-04T21:39:34.667Z] File "(none)", line 184, in run [2020-07-04T21:39:34.667Z] File "__ref_L/Debug Test/Main.py_jegixopkla", line 1, in [2020-07-04T21:39:34.667Z] File "(none)", line 161, in trace_dispatch [2020-07-04T21:39:34.667Z] org.eclipse.ease.ExitException: [2020-07-04T21:39:34.667Z] [2020-07-04T21:39:34.667Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-07-04T21:39:34.922Z] Start of script [2020-07-04T21:39:34.922Z] include file start [2020-07-04T21:39:34.922Z] include file processed [2020-07-04T21:39:34.922Z] Result of testMethod = 5 [2020-07-04T21:39:34.922Z] End of script [2020-07-04T21:39:34.922Z] Start of script [2020-07-04T21:39:34.922Z] include file start [2020-07-04T21:39:34.922Z] include file processed [2020-07-04T21:39:35.178Z] Result of testMethod = 5 [2020-07-04T21:39:35.178Z] End of script [2020-07-04T21:39:35.434Z] Start of script [2020-07-04T21:39:35.434Z] include file start [2020-07-04T21:39:35.434Z] include file processed [2020-07-04T21:39:35.434Z] Result of testMethod = 5 [2020-07-04T21:39:35.434Z] Traceback (most recent call last): [2020-07-04T21:39:35.434Z] File "(none)", line 184, in run [2020-07-04T21:39:35.434Z] File "__ref_L/Debug Test/Main.py_jahjhfqsxe", line 23, in [2020-07-04T21:39:35.434Z] File "(none)", line 161, in trace_dispatch [2020-07-04T21:39:35.434Z] org.eclipse.ease.ExitException: [2020-07-04T21:39:35.434Z] [2020-07-04T21:39:35.434Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-07-04T21:39:35.690Z] Start of script [2020-07-04T21:39:35.690Z] include file start [2020-07-04T21:39:35.690Z] include file processed [2020-07-04T21:39:35.690Z] Result of testMethod = 5 [2020-07-04T21:39:35.690Z] End of script [2020-07-04T21:39:35.945Z] Traceback (most recent call last): [2020-07-04T21:39:35.945Z] File "(none)", line 184, in run [2020-07-04T21:39:35.945Z] File "__ref_L/Debug Test/Main.py_eworewdvpd", line 1, in [2020-07-04T21:39:35.945Z] File "(none)", line 161, in trace_dispatch [2020-07-04T21:39:35.945Z] org.eclipse.ease.ExitException: [2020-07-04T21:39:35.945Z] [2020-07-04T21:39:35.945Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-07-04T21:39:36.201Z] Start of script [2020-07-04T21:39:36.201Z] include file start [2020-07-04T21:39:36.201Z] include file processed [2020-07-04T21:39:36.201Z] Result of testMethod = 5 [2020-07-04T21:39:36.201Z] End of script [2020-07-04T21:39:36.456Z] Start of script [2020-07-04T21:39:36.456Z] include file start [2020-07-04T21:39:36.456Z] include file processed [2020-07-04T21:39:36.456Z] Result of testMethod = 5 [2020-07-04T21:39:36.456Z] End of script [2020-07-04T21:39:36.711Z] Traceback (most recent call last): [2020-07-04T21:39:36.712Z] File "(none)", line 184, in run [2020-07-04T21:39:36.712Z] File "__ref_L/Debug Test/Main.py_zcjnfigvdk", line 1, in [2020-07-04T21:39:36.712Z] File "(none)", line 161, in trace_dispatch [2020-07-04T21:39:36.712Z] org.eclipse.ease.ExitException: [2020-07-04T21:39:36.712Z] [2020-07-04T21:39:36.712Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-07-04T21:39:36.967Z] Start of script [2020-07-04T21:39:36.967Z] include file start [2020-07-04T21:39:36.967Z] include file processed [2020-07-04T21:39:36.967Z] Result of testMethod = 5 [2020-07-04T21:39:36.967Z] End of script [2020-07-04T21:39:37.223Z] Start of script [2020-07-04T21:39:37.223Z] include file start [2020-07-04T21:39:37.223Z] include file processed [2020-07-04T21:39:37.223Z] Result of testMethod = 5 [2020-07-04T21:39:37.223Z] Traceback (most recent call last): [2020-07-04T21:39:37.223Z] File "(none)", line 184, in run [2020-07-04T21:39:37.223Z] File "__ref_L/Debug Test/Main.py_opwcnyozef", line 23, in [2020-07-04T21:39:37.223Z] File "(none)", line 161, in trace_dispatch [2020-07-04T21:39:37.223Z] org.eclipse.ease.ExitException: [2020-07-04T21:39:37.223Z] [2020-07-04T21:39:37.223Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-07-04T21:39:37.478Z] Start of script [2020-07-04T21:39:37.478Z] include file start [2020-07-04T21:39:37.478Z] include file processed [2020-07-04T21:39:37.478Z] Result of testMethod = 5 [2020-07-04T21:39:37.478Z] End of script [2020-07-04T21:39:37.733Z] Start of script [2020-07-04T21:39:37.733Z] include file start [2020-07-04T21:39:37.733Z] include file processed [2020-07-04T21:39:37.733Z] Result of testMethod = 5 [2020-07-04T21:39:37.733Z] End of script [2020-07-04T21:39:37.991Z] Start of script [2020-07-04T21:39:37.991Z] include file start [2020-07-04T21:39:37.991Z] include file processed [2020-07-04T21:39:37.991Z] Result of testMethod = 5 [2020-07-04T21:39:37.991Z] End of script [2020-07-04T21:39:37.991Z] Start of script [2020-07-04T21:39:38.247Z] include file start [2020-07-04T21:39:38.247Z] include file processed [2020-07-04T21:39:38.247Z] Result of testMethod = 5 [2020-07-04T21:39:38.247Z] End of script [2020-07-04T21:39:38.502Z] Start of script [2020-07-04T21:39:38.502Z] include file start [2020-07-04T21:39:38.502Z] include file processed [2020-07-04T21:39:38.502Z] Traceback (most recent call last): [2020-07-04T21:39:38.502Z] File "(none)", line 184, in run [2020-07-04T21:39:38.502Z] File "__ref_L/Debug Test/Main.py_ilnnjptfhw", line 21, in [2020-07-04T21:39:38.502Z] File "__ref_L/Debug Test/Main.py_ilnnjptfhw", line 18, in testMethod [2020-07-04T21:39:38.502Z] File "(none)", line 161, in trace_dispatch [2020-07-04T21:39:38.502Z] org.eclipse.ease.ExitException: [2020-07-04T21:39:38.502Z] [2020-07-04T21:39:38.502Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-07-04T21:39:38.758Z] Start of script [2020-07-04T21:39:38.758Z] include file start [2020-07-04T21:39:38.758Z] include file processed [2020-07-04T21:39:38.758Z] Result of testMethod = 5 [2020-07-04T21:39:38.758Z] End of script [2020-07-04T21:39:39.014Z] Start of script [2020-07-04T21:39:39.014Z] include file start [2020-07-04T21:39:39.014Z] include file processed [2020-07-04T21:39:39.014Z] Result of testMethod = 5 [2020-07-04T21:39:39.273Z] Traceback (most recent call last): [2020-07-04T21:39:39.273Z] File "(none)", line 184, in run [2020-07-04T21:39:39.273Z] File "__ref_L/Debug Test/Main.py_eerfiyikgy", line 23, in [2020-07-04T21:39:39.273Z] File "(none)", line 161, in trace_dispatch [2020-07-04T21:39:39.273Z] org.eclipse.ease.ExitException: [2020-07-04T21:39:39.273Z] [2020-07-04T21:39:39.273Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-07-04T21:39:39.273Z] Start of script [2020-07-04T21:39:39.273Z] include file start [2020-07-04T21:39:39.273Z] include file processed [2020-07-04T21:39:39.273Z] Result of testMethod = 5 [2020-07-04T21:39:39.273Z] End of script [2020-07-04T21:39:39.532Z] Start of script [2020-07-04T21:39:39.532Z] include file start [2020-07-04T21:39:39.532Z] include file processed [2020-07-04T21:39:39.789Z] Result of testMethod = 5 [2020-07-04T21:39:39.789Z] End of script [2020-07-04T21:39:39.789Z] Start of script [2020-07-04T21:39:39.789Z] include file start [2020-07-04T21:39:39.789Z] include file processed [2020-07-04T21:39:40.044Z] Result of testMethod = 5 [2020-07-04T21:39:40.044Z] End of script [2020-07-04T21:39:40.044Z] Start of script [2020-07-04T21:39:40.044Z] include file start [2020-07-04T21:39:40.044Z] include file processed [2020-07-04T21:39:40.044Z] Result of testMethod = 5 [2020-07-04T21:39:40.299Z] End of script [2020-07-04T21:39:40.299Z] Start of script [2020-07-04T21:39:40.299Z] include file start [2020-07-04T21:39:40.299Z] include file processed [2020-07-04T21:39:40.299Z] Result of testMethod = 5 [2020-07-04T21:39:40.555Z] Traceback (most recent call last): [2020-07-04T21:39:40.555Z] File "(none)", line 184, in run [2020-07-04T21:39:40.555Z] File "__ref_L/Debug Test/Main.py_pmuiigraty", line 23, in [2020-07-04T21:39:40.555Z] File "(none)", line 161, in trace_dispatch [2020-07-04T21:39:40.555Z] org.eclipse.ease.ExitException: [2020-07-04T21:39:40.555Z] [2020-07-04T21:39:40.555Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-07-04T21:39:40.555Z] Start of script [2020-07-04T21:39:40.555Z] include file start [2020-07-04T21:39:40.555Z] include file processed [2020-07-04T21:39:40.555Z] Result of testMethod = 5 [2020-07-04T21:39:40.810Z] End of script [2020-07-04T21:39:40.810Z] Start of script [2020-07-04T21:39:40.810Z] include file start [2020-07-04T21:39:40.810Z] include file processed [2020-07-04T21:39:40.810Z] Result of testMethod = 5 [2020-07-04T21:39:41.066Z] Traceback (most recent call last): [2020-07-04T21:39:41.066Z] File "(none)", line 184, in run [2020-07-04T21:39:41.066Z] File "__ref_L/Debug Test/Main.py_sjbhvftexr", line 23, in [2020-07-04T21:39:41.066Z] File "(none)", line 161, in trace_dispatch [2020-07-04T21:39:41.066Z] org.eclipse.ease.ExitException: [2020-07-04T21:39:41.066Z] [2020-07-04T21:39:41.066Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-07-04T21:39:41.321Z] Traceback (most recent call last): [2020-07-04T21:39:41.321Z] File "(none)", line 184, in run [2020-07-04T21:39:41.321Z] File "__ref_L/Debug Test/Main.py_obvwlsaaux", line 1, in [2020-07-04T21:39:41.321Z] File "(none)", line 161, in trace_dispatch [2020-07-04T21:39:41.321Z] org.eclipse.ease.ExitException: [2020-07-04T21:39:41.321Z] [2020-07-04T21:39:41.321Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-07-04T21:39:41.321Z] Start of script [2020-07-04T21:39:41.321Z] include file start [2020-07-04T21:39:41.321Z] include file processed [2020-07-04T21:39:41.321Z] Result of testMethod = 5 [2020-07-04T21:39:41.321Z] End of script [2020-07-04T21:39:41.577Z] Start of script [2020-07-04T21:39:41.577Z] include file start [2020-07-04T21:39:41.577Z] include file processed [2020-07-04T21:39:41.832Z] Result of testMethod = 5 [2020-07-04T21:39:41.832Z] End of script [2020-07-04T21:39:41.832Z] Start of script [2020-07-04T21:39:41.832Z] include file start [2020-07-04T21:39:41.832Z] include file processed [2020-07-04T21:39:41.832Z] Result of testMethod = 5 [2020-07-04T21:39:41.832Z] End of script [2020-07-04T21:39:42.089Z] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.367 s - in org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest [2020-07-04T21:39:42.089Z] disconnectProcessInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 1.571 s [2020-07-04T21:39:42.089Z] stepReturnIncludeCommand(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.208 s [2020-07-04T21:39:42.089Z] arrayVariableSorting(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.307 s [2020-07-04T21:39:42.089Z] stepOverOnDebugTarget(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.308 s [2020-07-04T21:39:42.089Z] hasDebugTarget(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.104 s [2020-07-04T21:39:42.089Z] disconnectThreadInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.206 s [2020-07-04T21:39:42.089Z] stepReturnOnDebugTarget(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.308 s [2020-07-04T21:39:42.089Z] nullVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.306 s [2020-07-04T21:39:42.089Z] stepOverOnStackFrame(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.307 s [2020-07-04T21:39:42.089Z] resumeOnDebugTarget(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.206 s [2020-07-04T21:39:42.089Z] modifyVariableKeepingType(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.506 s [2020-07-04T21:39:42.089Z] resumeOnLastIncludeLine(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.207 s [2020-07-04T21:39:42.089Z] stepReturnOnStackFrame(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.306 s [2020-07-04T21:39:42.089Z] terminateStackFrameInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.207 s [2020-07-04T21:39:42.089Z] breakpointLocation(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.206 s [2020-07-04T21:39:42.089Z] stepReturnOnThread(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.308 s [2020-07-04T21:39:42.089Z] javaClassVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.308 s [2020-07-04T21:39:42.089Z] stepIntoOnThread(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.307 s [2020-07-04T21:39:42.089Z] terminateThreadInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.205 s [2020-07-04T21:39:42.089Z] resumeOnThread(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.206 s [2020-07-04T21:39:42.089Z] stepIntoOnStackFrame(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.306 s [2020-07-04T21:39:42.089Z] terminateProcessInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.206 s [2020-07-04T21:39:42.089Z] stepOverOnProcess(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.306 s [2020-07-04T21:39:42.089Z] nativeArrayVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.306 s [2020-07-04T21:39:42.089Z] disconnectDebugTargetInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.206 s [2020-07-04T21:39:42.089Z] stepIntoOnProcess(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.306 s [2020-07-04T21:39:42.089Z] terminatedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.105 s [2020-07-04T21:39:42.089Z] stepOverIncludeCommand(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.304 s [2020-07-04T21:39:42.089Z] innerScopeVariableBeforeOuterScopeVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.305 s [2020-07-04T21:39:42.089Z] stepIntoIncludeCommand(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.304 s [2020-07-04T21:39:42.089Z] primitiveStringVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.305 s [2020-07-04T21:39:42.089Z] resumeOnProcess(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.205 s [2020-07-04T21:39:42.089Z] stepIntoOnDebugTarget(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.306 s [2020-07-04T21:39:42.090Z] stepOverOnThread(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.305 s [2020-07-04T21:39:42.090Z] suspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.205 s [2020-07-04T21:39:42.090Z] primitiveDoubleVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.305 s [2020-07-04T21:39:42.090Z] resumeOnStackFrame(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.205 s [2020-07-04T21:39:42.090Z] nativeObjectVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.305 s [2020-07-04T21:39:42.090Z] terminateDebugTargetInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.205 s [2020-07-04T21:39:42.090Z] disconnectStackFrameInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.222 s [2020-07-04T21:39:42.090Z] stepReturnOnProcess(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.306 s [2020-07-04T21:39:42.090Z] evaluateWatchExpression(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.208 s [2020-07-04T21:39:42.090Z] [2020-07-04T21:39:42.090Z] Results: [2020-07-04T21:39:42.090Z] [2020-07-04T21:39:42.090Z] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0 [2020-07-04T21:39:42.090Z] [2020-07-04T21:39:42.650Z] [INFO] All tests passed! [2020-07-04T21:39:42.650Z] [INFO] [2020-07-04T21:39:42.650Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.python.jython.test --- [2020-07-04T21:39:42.651Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/target/org.eclipse.ease.lang.python.jython.test-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.jython.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.jython.test-0.8.0-SNAPSHOT.jar [2020-07-04T21:39:42.651Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.jython.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.jython.test-0.8.0-SNAPSHOT.pom [2020-07-04T21:39:42.651Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/target/org.eclipse.ease.lang.python.jython.test-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.jython.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.jython.test-0.8.0-SNAPSHOT-sources.jar [2020-07-04T21:39:42.651Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.jython.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.jython.test-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:39:42.651Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.jython.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.jython.test-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:39:42.651Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.jython.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.jython.test-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:39:42.651Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.jython.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.jython.test-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:39:42.651Z] [INFO] [2020-07-04T21:39:42.651Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.python.jython.test --- [2020-07-04T21:39:42.651Z] [INFO] [2020-07-04T21:39:42.651Z] [INFO] ------< org.eclipse.ease:org.eclipse.ease.lang.python.py4j.test >------- [2020-07-04T21:39:42.651Z] [INFO] Building org.eclipse.ease.lang.python.py4j.test 0.8.0-SNAPSHOT [44/48] [2020-07-04T21:39:42.651Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-07-04T21:39:42.651Z] [INFO] [2020-07-04T21:39:42.651Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.python.py4j.test --- [2020-07-04T21:39:42.651Z] [INFO] [2020-07-04T21:39:42.651Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.py4j.test --- [2020-07-04T21:39:42.651Z] [INFO] The project's OSGi version is 0.8.0.I201912021001 [2020-07-04T21:39:42.651Z] [INFO] [2020-07-04T21:39:42.651Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.py4j.test --- [2020-07-04T21:39:42.651Z] [INFO] [2020-07-04T21:39:42.651Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.py4j.test --- [2020-07-04T21:39:42.651Z] [INFO] [2020-07-04T21:39:42.651Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.python.py4j.test >>> [2020-07-04T21:39:42.651Z] [INFO] [2020-07-04T21:39:42.651Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.py4j.test --- [2020-07-04T21:39:42.651Z] [INFO] The project's OSGi version is 0.8.0.I201912021001 [2020-07-04T21:39:42.651Z] [INFO] [2020-07-04T21:39:42.651Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.py4j.test --- [2020-07-04T21:39:42.651Z] [INFO] [2020-07-04T21:39:42.651Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.py4j.test --- [2020-07-04T21:39:42.651Z] [INFO] [2020-07-04T21:39:42.651Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.python.py4j.test <<< [2020-07-04T21:39:42.651Z] [INFO] [2020-07-04T21:39:42.651Z] [INFO] [2020-07-04T21:39:42.651Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.python.py4j.test --- [2020-07-04T21:39:42.907Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-07-04T21:39:43.848Z] [INFO] [2020-07-04T21:39:43.848Z] Loading source files for package org.eclipse.ease.lang.python.py4j... [2020-07-04T21:39:43.848Z] Loading source files for package org.eclipse.ease.lang.python.py4j.modules... [2020-07-04T21:39:43.848Z] Constructing Javadoc information... [2020-07-04T21:39:43.848Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/javadoc-bundle-options/package-list" [2020-07-04T21:39:43.848Z] [WARNING] Javadoc Warnings [2020-07-04T21:39:43.848Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10" [2020-07-04T21:39:43.848Z] [INFO] [2020-07-04T21:39:43.848Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.python.py4j.test --- [2020-07-04T21:39:43.848Z] [INFO] [2020-07-04T21:39:43.848Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.python.py4j.test --- [2020-07-04T21:39:43.848Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:39:43.848Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/src/main/resources [2020-07-04T21:39:43.848Z] [INFO] Copying 2 resources to help [2020-07-04T21:39:43.848Z] [INFO] [2020-07-04T21:39:43.848Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.python.py4j.test --- [2020-07-04T21:39:43.848Z] [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/classes [2020-07-04T21:39:44.103Z] [INFO] [2020-07-04T21:39:44.103Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.python.py4j.test --- [2020-07-04T21:39:44.103Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:39:44.103Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/src/test/resources [2020-07-04T21:39:44.103Z] [INFO] [2020-07-04T21:39:44.103Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.python.py4j.test --- [2020-07-04T21:39:44.104Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/org.eclipse.ease.lang.python.py4j.test-0.8.0-SNAPSHOT-sources.jar [2020-07-04T21:39:44.104Z] [INFO] [2020-07-04T21:39:44.104Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python.py4j.test --- [2020-07-04T21:39:44.104Z] [INFO] [2020-07-04T21:39:44.104Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.python.py4j.test --- [2020-07-04T21:39:44.104Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/org.eclipse.ease.lang.python.py4j.test-0.8.0-SNAPSHOT.jar [2020-07-04T21:39:44.104Z] [INFO] [2020-07-04T21:39:44.104Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python.py4j.test --- [2020-07-04T21:39:44.104Z] [INFO] [2020-07-04T21:39:44.104Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.python.py4j.test --- [2020-07-04T21:39:44.104Z] [INFO] [2020-07-04T21:39:44.104Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python.py4j.test --- [2020-07-04T21:39:44.104Z] [INFO] [2020-07-04T21:39:44.104Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.ease.lang.python.py4j.test --- [2020-07-04T21:39:44.359Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/data/.metadata/.log [2020-07-04T21:39:44.359Z] [INFO] Command line: [2020-07-04T21:39:44.359Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.700.v20200207-2156/org.eclipse.equinox.launcher-1.5.700.v20200207-2156.jar, -data, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/surefire.properties] [2020-07-04T21:39:44.359Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10" [2020-07-04T21:39:45.285Z] Running org.eclipse.ease.lang.python.py4j.Py4JEngineTest [2020-07-04T21:39:45.541Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.017 s - in org.eclipse.ease.lang.python.py4j.Py4JEngineTest [2020-07-04T21:39:45.541Z] print(org.eclipse.ease.lang.python.py4j.Py4JEngineTest) skipped [2020-07-04T21:39:45.541Z] mixedMode(org.eclipse.ease.lang.python.py4j.Py4JEngineTest) skipped [2020-07-04T21:39:45.541Z] cleanShutdown(org.eclipse.ease.lang.python.py4j.Py4JEngineTest) skipped [2020-07-04T21:39:45.541Z] Running org.eclipse.ease.lang.python.py4j.ShellModeEngineTest [2020-07-04T21:39:45.541Z] ---------------------------------------------- [2020-07-04T21:39:45.541Z] Starting test: invalidSyntax(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:39:45.799Z] org.eclipse.ease.ScriptExecutionException: File "", line 1 [2020-07-04T21:39:45.799Z] 1++ [2020-07-04T21:39:45.799Z] ^ [2020-07-04T21:39:45.799Z] SyntaxError: invalid syntax [2020-07-04T21:39:45.799Z] [2020-07-04T21:39:45.799Z] [2020-07-04T21:39:45.799Z] Finished test: invalidSyntax(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:39:45.799Z] ---------------------------------------------- [2020-07-04T21:39:45.799Z] ---------------------------------------------- [2020-07-04T21:39:45.799Z] Starting test: optionalModuleParameters(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:39:46.054Z] [2020-07-04T21:39:46.054Z] Finished test: optionalModuleParameters(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:39:46.054Z] ---------------------------------------------- [2020-07-04T21:39:46.054Z] ---------------------------------------------- [2020-07-04T21:39:46.054Z] Starting test: getScriptEngine(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:39:46.310Z] [2020-07-04T21:39:46.310Z] Finished test: getScriptEngine(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:39:46.310Z] ---------------------------------------------- [2020-07-04T21:39:46.310Z] ---------------------------------------------- [2020-07-04T21:39:46.310Z] Starting test: callModuleCode(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:39:46.566Z] [2020-07-04T21:39:46.566Z] Finished test: callModuleCode(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:39:46.566Z] ---------------------------------------------- [2020-07-04T21:39:46.566Z] ---------------------------------------------- [2020-07-04T21:39:46.566Z] Starting test: incompleteStatement(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:39:46.566Z] [2020-07-04T21:39:46.566Z] Finished test: incompleteStatement(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:39:46.566Z] ---------------------------------------------- [2020-07-04T21:39:46.566Z] ---------------------------------------------- [2020-07-04T21:39:46.566Z] Starting test: multiLineStatement(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:39:46.821Z] [2020-07-04T21:39:46.821Z] Finished test: multiLineStatement(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:39:46.821Z] ---------------------------------------------- [2020-07-04T21:39:46.821Z] ---------------------------------------------- [2020-07-04T21:39:46.821Z] Starting test: runtimeError(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:39:47.077Z] org.eclipse.ease.ScriptExecutionException: Traceback (most recent call last): [2020-07-04T21:39:47.077Z] File "", line 1, in [2020-07-04T21:39:47.077Z] NameError: name 'x' is not defined [2020-07-04T21:39:47.077Z] [2020-07-04T21:39:47.077Z] [2020-07-04T21:39:47.077Z] Finished test: runtimeError(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:39:47.077Z] ---------------------------------------------- [2020-07-04T21:39:47.077Z] ---------------------------------------------- [2020-07-04T21:39:47.077Z] Starting test: javaIntArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:39:47.333Z] [2020-07-04T21:39:47.333Z] Finished test: javaIntArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:39:47.333Z] ---------------------------------------------- [2020-07-04T21:39:47.333Z] ---------------------------------------------- [2020-07-04T21:39:47.333Z] Starting test: javaDoubleArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:39:47.588Z] [2020-07-04T21:39:47.588Z] Finished test: javaDoubleArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:39:47.588Z] ---------------------------------------------- [2020-07-04T21:39:47.588Z] ---------------------------------------------- [2020-07-04T21:39:47.588Z] Starting test: pythonSet(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:39:47.588Z] [2020-07-04T21:39:47.588Z] Finished test: pythonSet(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:39:47.588Z] ---------------------------------------------- [2020-07-04T21:39:47.588Z] ---------------------------------------------- [2020-07-04T21:39:47.588Z] Starting test: javaStringArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:39:47.844Z] [2020-07-04T21:39:47.844Z] Finished test: javaStringArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:39:47.844Z] ---------------------------------------------- [2020-07-04T21:39:47.844Z] ---------------------------------------------- [2020-07-04T21:39:47.844Z] Starting test: javaShortArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:39:48.099Z] [2020-07-04T21:39:48.099Z] Finished test: javaShortArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:39:48.099Z] ---------------------------------------------- [2020-07-04T21:39:48.099Z] ---------------------------------------------- [2020-07-04T21:39:48.099Z] Starting test: javaBooleanArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:39:48.354Z] [2020-07-04T21:39:48.354Z] Finished test: javaBooleanArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:39:48.354Z] ---------------------------------------------- [2020-07-04T21:39:48.354Z] ---------------------------------------------- [2020-07-04T21:39:48.354Z] Starting test: javaObjectArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:39:48.609Z] [2020-07-04T21:39:48.609Z] Finished test: javaObjectArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:39:48.609Z] ---------------------------------------------- [2020-07-04T21:39:48.609Z] ---------------------------------------------- [2020-07-04T21:39:48.609Z] Starting test: javaIntegerArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:39:48.864Z] [2020-07-04T21:39:48.864Z] Finished test: javaIntegerArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:39:48.864Z] ---------------------------------------------- [2020-07-04T21:39:48.864Z] ---------------------------------------------- [2020-07-04T21:39:48.864Z] Starting test: javaInteger(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:39:48.864Z] [2020-07-04T21:39:48.864Z] Finished test: javaInteger(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:39:48.864Z] ---------------------------------------------- [2020-07-04T21:39:48.864Z] ---------------------------------------------- [2020-07-04T21:39:48.864Z] Starting test: javaString(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:39:49.119Z] [2020-07-04T21:39:49.119Z] Finished test: javaString(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:39:49.119Z] ---------------------------------------------- [2020-07-04T21:39:49.119Z] ---------------------------------------------- [2020-07-04T21:39:49.119Z] Starting test: javaByteArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:39:49.375Z] [2020-07-04T21:39:49.375Z] Finished test: javaByteArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:39:49.375Z] ---------------------------------------------- [2020-07-04T21:39:49.375Z] ---------------------------------------------- [2020-07-04T21:39:49.375Z] Starting test: createEclipseClass(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:39:49.630Z] [2020-07-04T21:39:49.630Z] Finished test: createEclipseClass(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:39:49.630Z] ---------------------------------------------- [2020-07-04T21:39:49.630Z] ---------------------------------------------- [2020-07-04T21:39:49.630Z] Starting test: pythonString(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:39:49.630Z] [2020-07-04T21:39:49.630Z] Finished test: pythonString(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:39:49.630Z] ---------------------------------------------- [2020-07-04T21:39:49.630Z] ---------------------------------------------- [2020-07-04T21:39:49.630Z] Starting test: varargs(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:39:49.886Z] [2020-07-04T21:39:49.886Z] Finished test: varargs(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:39:49.886Z] ---------------------------------------------- [2020-07-04T21:39:49.886Z] ---------------------------------------------- [2020-07-04T21:39:49.886Z] Starting test: createJavaType(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:39:50.141Z] [2020-07-04T21:39:50.141Z] Finished test: createJavaType(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:39:50.141Z] ---------------------------------------------- [2020-07-04T21:39:50.141Z] ---------------------------------------------- [2020-07-04T21:39:50.141Z] Starting test: javaFloatArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:39:50.397Z] [2020-07-04T21:39:50.397Z] Finished test: javaFloatArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:39:50.397Z] ---------------------------------------------- [2020-07-04T21:39:50.397Z] ---------------------------------------------- [2020-07-04T21:39:50.397Z] Starting test: implementJavaInterface(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:39:50.652Z] [2020-07-04T21:39:50.652Z] Finished test: implementJavaInterface(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:39:50.652Z] ---------------------------------------------- [2020-07-04T21:39:50.652Z] ---------------------------------------------- [2020-07-04T21:39:50.652Z] Starting test: pythonDict(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:39:50.652Z] [2020-07-04T21:39:50.653Z] Finished test: pythonDict(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:39:50.653Z] ---------------------------------------------- [2020-07-04T21:39:50.653Z] ---------------------------------------------- [2020-07-04T21:39:50.653Z] Starting test: pythonList(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:39:50.908Z] [2020-07-04T21:39:50.908Z] Finished test: pythonList(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:39:50.908Z] ---------------------------------------------- [2020-07-04T21:39:50.908Z] ---------------------------------------------- [2020-07-04T21:39:50.908Z] Starting test: testMultiple(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:39:51.163Z] [2020-07-04T21:39:51.163Z] Finished test: testMultiple(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:39:51.163Z] ---------------------------------------------- [2020-07-04T21:39:51.163Z] ---------------------------------------------- [2020-07-04T21:39:51.163Z] Starting test: javaLongArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:39:51.419Z] [2020-07-04T21:39:51.419Z] Finished test: javaLongArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:39:51.419Z] ---------------------------------------------- [2020-07-04T21:39:51.419Z] ---------------------------------------------- [2020-07-04T21:39:51.419Z] Starting test: createPythonObject(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:39:51.674Z] [2020-07-04T21:39:51.674Z] Finished test: createPythonObject(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:39:51.674Z] ---------------------------------------------- [2020-07-04T21:39:51.674Z] ---------------------------------------------- [2020-07-04T21:39:51.674Z] Starting test: pythonInteger(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:39:51.674Z] [2020-07-04T21:39:51.674Z] Finished test: pythonInteger(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:39:51.674Z] ---------------------------------------------- [2020-07-04T21:39:51.674Z] Tests run: 34, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 6.322 s - in org.eclipse.ease.lang.python.py4j.ShellModeEngineTest [2020-07-04T21:39:51.674Z] invalidSyntax(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.427 s [2020-07-04T21:39:51.674Z] print_(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) skipped [2020-07-04T21:39:51.674Z] optionalModuleParameters(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.208 s [2020-07-04T21:39:51.674Z] print_TextNoNewline(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) skipped [2020-07-04T21:39:51.674Z] getScriptEngine(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.206 s [2020-07-04T21:39:51.674Z] print_Text(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) skipped [2020-07-04T21:39:51.674Z] callModuleCode(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.205 s [2020-07-04T21:39:51.674Z] print_NoNewline(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) skipped [2020-07-04T21:39:51.674Z] incompleteStatement(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.204 s [2020-07-04T21:39:51.674Z] multiLineStatement(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.204 s [2020-07-04T21:39:51.674Z] runtimeError(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.203 s [2020-07-04T21:39:51.674Z] javaIntArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.205 s [2020-07-04T21:39:51.674Z] javaDoubleArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.208 s [2020-07-04T21:39:51.674Z] pythonSet(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.204 s [2020-07-04T21:39:51.674Z] javaStringArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.205 s [2020-07-04T21:39:51.674Z] javaShortArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.203 s [2020-07-04T21:39:51.674Z] javaBooleanArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.202 s [2020-07-04T21:39:51.674Z] javaObjectArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.216 s [2020-07-04T21:39:51.674Z] javaIntegerArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.203 s [2020-07-04T21:39:51.674Z] javaInteger(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.203 s [2020-07-04T21:39:51.674Z] javaString(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.201 s [2020-07-04T21:39:51.674Z] javaByteArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.201 s [2020-07-04T21:39:51.674Z] createEclipseClass(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.2 s [2020-07-04T21:39:51.674Z] pythonString(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.198 s [2020-07-04T21:39:51.674Z] varargs(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.206 s [2020-07-04T21:39:51.674Z] createJavaType(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.201 s [2020-07-04T21:39:51.674Z] javaFloatArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.201 s [2020-07-04T21:39:51.674Z] implementJavaInterface(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.2 s [2020-07-04T21:39:51.674Z] pythonDict(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.2 s [2020-07-04T21:39:51.675Z] pythonList(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.201 s [2020-07-04T21:39:51.675Z] testMultiple(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.204 s [2020-07-04T21:39:51.675Z] javaLongArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.202 s [2020-07-04T21:39:51.675Z] createPythonObject(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.197 s [2020-07-04T21:39:51.675Z] pythonInteger(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.2 s [2020-07-04T21:39:51.675Z] Running org.eclipse.ease.lang.python.py4j.Py4jDebugTest [2020-07-04T21:39:52.237Z] Start of script [2020-07-04T21:39:52.237Z] include file start [2020-07-04T21:39:52.237Z] include file processed [2020-07-04T21:39:52.237Z] Result of testMethod = 5 [2020-07-04T21:39:52.237Z] End of script [2020-07-04T21:39:52.237Z] Start of script [2020-07-04T21:39:52.237Z] include file start [2020-07-04T21:39:52.237Z] include file processed [2020-07-04T21:39:52.237Z] Result of testMethod = 5 [2020-07-04T21:39:52.237Z] End of script [2020-07-04T21:39:52.492Z] Start of script [2020-07-04T21:39:52.492Z] include file start [2020-07-04T21:39:52.492Z] include file processed [2020-07-04T21:39:52.492Z] Result of testMethod = 5 [2020-07-04T21:39:52.492Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: Traceback (most recent call last): [2020-07-04T21:39:52.492Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/plugins/py4j-python_0.10.8.1-bnd-2odeag/src/py4j/clientserver.py", line 581, in _call_proxy [2020-07-04T21:39:52.492Z] return_value = getattr(self.pool[obj_id], method)(*params) [2020-07-04T21:39:52.492Z] File "<...>", line 424, in run [2020-07-04T21:39:52.492Z] File "/usr/lib64/python2.7/bdb.py", line 400, in run [2020-07-04T21:39:52.492Z] exec cmd in globals, locals [2020-07-04T21:39:52.492Z] File "__ref_L/Debug Test/Main.py_qoxflafoce", line 23, in [2020-07-04T21:39:52.492Z] File "__ref_L/Debug Test/Main.py_qoxflafoce", line 23, in [2020-07-04T21:39:52.492Z] File "<...>", line 231, in trace_dispatch [2020-07-04T21:39:52.492Z] File "/usr/lib64/python2.7/bdb.py", line 49, in trace_dispatch [2020-07-04T21:39:52.492Z] return self.dispatch_line(frame) [2020-07-04T21:39:52.492Z] File "/usr/lib64/python2.7/bdb.py", line 67, in dispatch_line [2020-07-04T21:39:52.492Z] self.user_line(frame) [2020-07-04T21:39:52.492Z] File "<...>", line 241, in user_line [2020-07-04T21:39:52.492Z] File "<...>", line 296, in dispatch [2020-07-04T21:39:52.492Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/plugins/py4j-python_0.10.8.1-bnd-2odeag/src/py4j/java_gateway.py", line 1286, in __call__ [2020-07-04T21:39:52.492Z] answer, self.gateway_client, self.target_id, self.name) [2020-07-04T21:39:52.492Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/plugins/py4j-python_0.10.8.1-bnd-2odeag/src/py4j/protocol.py", line 328, in get_return_value [2020-07-04T21:39:52.492Z] format(target_id, ".", name), value) [2020-07-04T21:39:52.492Z] Py4JJavaError: An error occurred while calling o0.traceDispatch. [2020-07-04T21:39:52.492Z] : org.eclipse.ease.ExitException: [2020-07-04T21:39:52.492Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:329) [2020-07-04T21:39:52.492Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:255) [2020-07-04T21:39:52.492Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.suspend(Py4jDebugger.java:87) [2020-07-04T21:39:52.492Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:490) [2020-07-04T21:39:52.492Z] at org.eclipse.ease.lang.python.debugger.PythonDebugger.traceDispatch(PythonDebugger.java:178) [2020-07-04T21:39:52.492Z] at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source) [2020-07-04T21:39:52.492Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2020-07-04T21:39:52.492Z] at java.lang.reflect.Method.invoke(Method.java:498) [2020-07-04T21:39:52.492Z] at py4j.reflection.MethodInvoker.invoke(MethodInvoker.java:244) [2020-07-04T21:39:52.492Z] at py4j.reflection.ReflectionEngine.invoke(ReflectionEngine.java:357) [2020-07-04T21:39:52.492Z] at py4j.Gateway.invoke(Gateway.java:282) [2020-07-04T21:39:52.492Z] at py4j.commands.AbstractCommand.invokeMethod(AbstractCommand.java:132) [2020-07-04T21:39:52.492Z] at py4j.commands.CallCommand.execute(CallCommand.java:79) [2020-07-04T21:39:52.492Z] at py4j.ClientServerConnection.sendCommand(ClientServerConnection.java:244) [2020-07-04T21:39:52.492Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:384) [2020-07-04T21:39:52.492Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:356) [2020-07-04T21:39:52.493Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:106) [2020-07-04T21:39:52.493Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-07-04T21:39:52.493Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-07-04T21:39:52.493Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-07-04T21:39:52.493Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-07-04T21:39:52.493Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:226) [2020-07-04T21:39:52.493Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:277) [2020-07-04T21:39:52.493Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-07-04T21:39:52.493Z] [2020-07-04T21:39:52.493Z] [2020-07-04T21:39:52.493Z] at py4j.Protocol.getReturnValue(Protocol.java:476) [2020-07-04T21:39:52.493Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:108) [2020-07-04T21:39:52.493Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-07-04T21:39:52.493Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-07-04T21:39:52.493Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-07-04T21:39:52.493Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-07-04T21:39:52.493Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:226) [2020-07-04T21:39:52.493Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:277) [2020-07-04T21:39:52.493Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-07-04T21:39:52.748Z] Start of script [2020-07-04T21:39:52.748Z] include file start [2020-07-04T21:39:52.748Z] include file processed [2020-07-04T21:39:53.003Z] Result of testMethod = 5 [2020-07-04T21:39:53.003Z] End of script [2020-07-04T21:39:53.260Z] Start of script [2020-07-04T21:39:53.260Z] include file start [2020-07-04T21:39:53.260Z] include file processed [2020-07-04T21:39:53.260Z] Result of testMethod = 5 [2020-07-04T21:39:53.260Z] End of script [2020-07-04T21:39:53.515Z] Start of script [2020-07-04T21:39:53.515Z] include file start [2020-07-04T21:39:53.515Z] include file processed [2020-07-04T21:39:53.770Z] Result of testMethod = 5 [2020-07-04T21:39:53.770Z] End of script [2020-07-04T21:39:54.025Z] Start of script [2020-07-04T21:39:54.025Z] include file start [2020-07-04T21:39:54.025Z] include file processed [2020-07-04T21:39:54.025Z] Result of testMethod = 5 [2020-07-04T21:39:54.025Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: Traceback (most recent call last): [2020-07-04T21:39:54.025Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/plugins/py4j-python_0.10.8.1-bnd-2odeag/src/py4j/clientserver.py", line 581, in _call_proxy [2020-07-04T21:39:54.025Z] return_value = getattr(self.pool[obj_id], method)(*params) [2020-07-04T21:39:54.025Z] File "<...>", line 424, in run [2020-07-04T21:39:54.026Z] File "/usr/lib64/python2.7/bdb.py", line 400, in run [2020-07-04T21:39:54.026Z] exec cmd in globals, locals [2020-07-04T21:39:54.026Z] File "__ref_L/Debug Test/Main.py_rxlwchldbj", line 23, in [2020-07-04T21:39:54.026Z] File "__ref_L/Debug Test/Main.py_rxlwchldbj", line 23, in [2020-07-04T21:39:54.026Z] File "<...>", line 231, in trace_dispatch [2020-07-04T21:39:54.026Z] File "/usr/lib64/python2.7/bdb.py", line 49, in trace_dispatch [2020-07-04T21:39:54.026Z] return self.dispatch_line(frame) [2020-07-04T21:39:54.026Z] File "/usr/lib64/python2.7/bdb.py", line 67, in dispatch_line [2020-07-04T21:39:54.026Z] self.user_line(frame) [2020-07-04T21:39:54.026Z] File "<...>", line 241, in user_line [2020-07-04T21:39:54.026Z] File "<...>", line 296, in dispatch [2020-07-04T21:39:54.026Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/plugins/py4j-python_0.10.8.1-bnd-2odeag/src/py4j/java_gateway.py", line 1286, in __call__ [2020-07-04T21:39:54.026Z] answer, self.gateway_client, self.target_id, self.name) [2020-07-04T21:39:54.026Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/plugins/py4j-python_0.10.8.1-bnd-2odeag/src/py4j/protocol.py", line 328, in get_return_value [2020-07-04T21:39:54.026Z] format(target_id, ".", name), value) [2020-07-04T21:39:54.026Z] Py4JJavaError: An error occurred while calling o0.traceDispatch. [2020-07-04T21:39:54.026Z] : org.eclipse.ease.ExitException: [2020-07-04T21:39:54.026Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:329) [2020-07-04T21:39:54.026Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:255) [2020-07-04T21:39:54.026Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.suspend(Py4jDebugger.java:87) [2020-07-04T21:39:54.026Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:490) [2020-07-04T21:39:54.026Z] at org.eclipse.ease.lang.python.debugger.PythonDebugger.traceDispatch(PythonDebugger.java:178) [2020-07-04T21:39:54.026Z] at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source) [2020-07-04T21:39:54.026Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2020-07-04T21:39:54.026Z] at java.lang.reflect.Method.invoke(Method.java:498) [2020-07-04T21:39:54.026Z] at py4j.reflection.MethodInvoker.invoke(MethodInvoker.java:244) [2020-07-04T21:39:54.026Z] at py4j.reflection.ReflectionEngine.invoke(ReflectionEngine.java:357) [2020-07-04T21:39:54.026Z] at py4j.Gateway.invoke(Gateway.java:282) [2020-07-04T21:39:54.026Z] at py4j.commands.AbstractCommand.invokeMethod(AbstractCommand.java:132) [2020-07-04T21:39:54.026Z] at py4j.commands.CallCommand.execute(CallCommand.java:79) [2020-07-04T21:39:54.026Z] at py4j.ClientServerConnection.sendCommand(ClientServerConnection.java:244) [2020-07-04T21:39:54.026Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:384) [2020-07-04T21:39:54.026Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:356) [2020-07-04T21:39:54.026Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:106) [2020-07-04T21:39:54.026Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-07-04T21:39:54.026Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-07-04T21:39:54.026Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-07-04T21:39:54.026Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-07-04T21:39:54.026Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:226) [2020-07-04T21:39:54.026Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:277) [2020-07-04T21:39:54.026Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-07-04T21:39:54.026Z] [2020-07-04T21:39:54.026Z] [2020-07-04T21:39:54.026Z] at py4j.Protocol.getReturnValue(Protocol.java:476) [2020-07-04T21:39:54.026Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:108) [2020-07-04T21:39:54.026Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-07-04T21:39:54.026Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-07-04T21:39:54.026Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-07-04T21:39:54.026Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-07-04T21:39:54.026Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:226) [2020-07-04T21:39:54.026Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:277) [2020-07-04T21:39:54.026Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-07-04T21:39:54.282Z] Start of script [2020-07-04T21:39:54.282Z] include file start [2020-07-04T21:39:54.282Z] include file processed [2020-07-04T21:39:54.282Z] Result of testMethod = 5 [2020-07-04T21:39:54.282Z] End of script [2020-07-04T21:39:54.537Z] Start of script [2020-07-04T21:39:54.537Z] include file start [2020-07-04T21:39:54.537Z] include file processed [2020-07-04T21:39:54.537Z] Result of testMethod = 5 [2020-07-04T21:39:54.537Z] End of script [2020-07-04T21:39:54.792Z] Start of script [2020-07-04T21:39:54.792Z] include file start [2020-07-04T21:39:54.792Z] include file processed [2020-07-04T21:39:55.048Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: Traceback (most recent call last): [2020-07-04T21:39:55.048Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/plugins/py4j-python_0.10.8.1-bnd-2odeag/src/py4j/clientserver.py", line 581, in _call_proxy [2020-07-04T21:39:55.048Z] return_value = getattr(self.pool[obj_id], method)(*params) [2020-07-04T21:39:55.048Z] File "<...>", line 424, in run [2020-07-04T21:39:55.048Z] File "/usr/lib64/python2.7/bdb.py", line 400, in run [2020-07-04T21:39:55.048Z] exec cmd in globals, locals [2020-07-04T21:39:55.048Z] File "__ref_L/Debug Test/Main.py_bvyazktwde", line 22, in [2020-07-04T21:39:55.048Z] File "__ref_L/Debug Test/Main.py_bvyazktwde", line 22, in [2020-07-04T21:39:55.048Z] File "<...>", line 231, in trace_dispatch [2020-07-04T21:39:55.048Z] File "/usr/lib64/python2.7/bdb.py", line 49, in trace_dispatch [2020-07-04T21:39:55.049Z] return self.dispatch_line(frame) [2020-07-04T21:39:55.049Z] File "/usr/lib64/python2.7/bdb.py", line 67, in dispatch_line [2020-07-04T21:39:55.049Z] self.user_line(frame) [2020-07-04T21:39:55.049Z] File "<...>", line 241, in user_line [2020-07-04T21:39:55.049Z] File "<...>", line 296, in dispatch [2020-07-04T21:39:55.049Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/plugins/py4j-python_0.10.8.1-bnd-2odeag/src/py4j/java_gateway.py", line 1286, in __call__ [2020-07-04T21:39:55.049Z] answer, self.gateway_client, self.target_id, self.name) [2020-07-04T21:39:55.049Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/plugins/py4j-python_0.10.8.1-bnd-2odeag/src/py4j/protocol.py", line 328, in get_return_value [2020-07-04T21:39:55.049Z] format(target_id, ".", name), value) [2020-07-04T21:39:55.049Z] Py4JJavaError: An error occurred while calling o0.traceDispatch. [2020-07-04T21:39:55.049Z] : org.eclipse.ease.ExitException: [2020-07-04T21:39:55.049Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:329) [2020-07-04T21:39:55.049Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:255) [2020-07-04T21:39:55.049Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.suspend(Py4jDebugger.java:87) [2020-07-04T21:39:55.049Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:510) [2020-07-04T21:39:55.049Z] at org.eclipse.ease.lang.python.debugger.PythonDebugger.traceDispatch(PythonDebugger.java:178) [2020-07-04T21:39:55.049Z] at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source) [2020-07-04T21:39:55.049Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2020-07-04T21:39:55.049Z] at java.lang.reflect.Method.invoke(Method.java:498) [2020-07-04T21:39:55.049Z] at py4j.reflection.MethodInvoker.invoke(MethodInvoker.java:244) [2020-07-04T21:39:55.049Z] at py4j.reflection.ReflectionEngine.invoke(ReflectionEngine.java:357) [2020-07-04T21:39:55.049Z] at py4j.Gateway.invoke(Gateway.java:282) [2020-07-04T21:39:55.049Z] at py4j.commands.AbstractCommand.invokeMethod(AbstractCommand.java:132) [2020-07-04T21:39:55.049Z] at py4j.commands.CallCommand.execute(CallCommand.java:79) [2020-07-04T21:39:55.049Z] at py4j.ClientServerConnection.sendCommand(ClientServerConnection.java:244) [2020-07-04T21:39:55.049Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:384) [2020-07-04T21:39:55.049Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:356) [2020-07-04T21:39:55.049Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:106) [2020-07-04T21:39:55.049Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-07-04T21:39:55.049Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-07-04T21:39:55.049Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-07-04T21:39:55.049Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-07-04T21:39:55.049Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:226) [2020-07-04T21:39:55.049Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:277) [2020-07-04T21:39:55.049Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-07-04T21:39:55.049Z] [2020-07-04T21:39:55.049Z] [2020-07-04T21:39:55.049Z] at py4j.Protocol.getReturnValue(Protocol.java:476) [2020-07-04T21:39:55.049Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:108) [2020-07-04T21:39:55.049Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-07-04T21:39:55.049Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-07-04T21:39:55.049Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-07-04T21:39:55.049Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-07-04T21:39:55.049Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:226) [2020-07-04T21:39:55.049Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:277) [2020-07-04T21:39:55.049Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-07-04T21:39:55.305Z] Start of script [2020-07-04T21:39:55.305Z] include file start [2020-07-04T21:39:55.305Z] include file processed [2020-07-04T21:39:55.305Z] Result of testMethod = 5 [2020-07-04T21:39:55.305Z] End of script [2020-07-04T21:39:55.560Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: Traceback (most recent call last): [2020-07-04T21:39:55.561Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/plugins/py4j-python_0.10.8.1-bnd-2odeag/src/py4j/clientserver.py", line 581, in _call_proxy [2020-07-04T21:39:55.561Z] return_value = getattr(self.pool[obj_id], method)(*params) [2020-07-04T21:39:55.561Z] File "<...>", line 424, in run [2020-07-04T21:39:55.561Z] File "/usr/lib64/python2.7/bdb.py", line 400, in run [2020-07-04T21:39:55.561Z] exec cmd in globals, locals [2020-07-04T21:39:55.561Z] File "__ref_L/Debug Test/Main.py_cuhclsdlkb", line 1, in [2020-07-04T21:39:55.561Z] File "__ref_L/Debug Test/Main.py_cuhclsdlkb", line 1, in [2020-07-04T21:39:55.561Z] File "<...>", line 231, in trace_dispatch [2020-07-04T21:39:55.561Z] File "/usr/lib64/python2.7/bdb.py", line 49, in trace_dispatch [2020-07-04T21:39:55.561Z] return self.dispatch_line(frame) [2020-07-04T21:39:55.561Z] File "/usr/lib64/python2.7/bdb.py", line 67, in dispatch_line [2020-07-04T21:39:55.561Z] self.user_line(frame) [2020-07-04T21:39:55.561Z] File "<...>", line 241, in user_line [2020-07-04T21:39:55.561Z] File "<...>", line 296, in dispatch [2020-07-04T21:39:55.561Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/plugins/py4j-python_0.10.8.1-bnd-2odeag/src/py4j/java_gateway.py", line 1286, in __call__ [2020-07-04T21:39:55.561Z] answer, self.gateway_client, self.target_id, self.name) [2020-07-04T21:39:55.561Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/plugins/py4j-python_0.10.8.1-bnd-2odeag/src/py4j/protocol.py", line 328, in get_return_value [2020-07-04T21:39:55.561Z] format(target_id, ".", name), value) [2020-07-04T21:39:55.561Z] Py4JJavaError: An error occurred while calling o0.traceDispatch. [2020-07-04T21:39:55.561Z] : org.eclipse.ease.ExitException: [2020-07-04T21:39:55.561Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:329) [2020-07-04T21:39:55.561Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:255) [2020-07-04T21:39:55.561Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.suspend(Py4jDebugger.java:87) [2020-07-04T21:39:55.561Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:490) [2020-07-04T21:39:55.561Z] at org.eclipse.ease.lang.python.debugger.PythonDebugger.traceDispatch(PythonDebugger.java:178) [2020-07-04T21:39:55.561Z] at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source) [2020-07-04T21:39:55.561Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2020-07-04T21:39:55.561Z] at java.lang.reflect.Method.invoke(Method.java:498) [2020-07-04T21:39:55.561Z] at py4j.reflection.MethodInvoker.invoke(MethodInvoker.java:244) [2020-07-04T21:39:55.561Z] at py4j.reflection.ReflectionEngine.invoke(ReflectionEngine.java:357) [2020-07-04T21:39:55.561Z] at py4j.Gateway.invoke(Gateway.java:282) [2020-07-04T21:39:55.561Z] at py4j.commands.AbstractCommand.invokeMethod(AbstractCommand.java:132) [2020-07-04T21:39:55.561Z] at py4j.commands.CallCommand.execute(CallCommand.java:79) [2020-07-04T21:39:55.561Z] at py4j.ClientServerConnection.sendCommand(ClientServerConnection.java:244) [2020-07-04T21:39:55.561Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:384) [2020-07-04T21:39:55.561Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:356) [2020-07-04T21:39:55.561Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:106) [2020-07-04T21:39:55.561Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-07-04T21:39:55.561Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-07-04T21:39:55.561Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-07-04T21:39:55.561Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-07-04T21:39:55.561Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:226) [2020-07-04T21:39:55.561Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:277) [2020-07-04T21:39:55.561Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-07-04T21:39:55.561Z] [2020-07-04T21:39:55.561Z] [2020-07-04T21:39:55.561Z] at py4j.Protocol.getReturnValue(Protocol.java:476) [2020-07-04T21:39:55.561Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:108) [2020-07-04T21:39:55.561Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-07-04T21:39:55.561Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-07-04T21:39:55.561Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-07-04T21:39:55.561Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-07-04T21:39:55.561Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:226) [2020-07-04T21:39:55.561Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:277) [2020-07-04T21:39:55.561Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-07-04T21:39:55.816Z] Start of script [2020-07-04T21:39:55.816Z] include file start [2020-07-04T21:39:55.816Z] include file processed [2020-07-04T21:39:55.816Z] Result of testMethod = 5 [2020-07-04T21:39:55.816Z] End of script [2020-07-04T21:39:56.071Z] Start of script [2020-07-04T21:39:56.071Z] include file start [2020-07-04T21:39:56.071Z] include file processed [2020-07-04T21:39:56.071Z] Result of testMethod = 5 [2020-07-04T21:39:56.071Z] End of script [2020-07-04T21:39:56.326Z] Start of script [2020-07-04T21:39:56.326Z] include file start [2020-07-04T21:39:56.326Z] include file processed [2020-07-04T21:39:56.326Z] Result of testMethod = 5 [2020-07-04T21:39:56.326Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: Traceback (most recent call last): [2020-07-04T21:39:56.326Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/plugins/py4j-python_0.10.8.1-bnd-2odeag/src/py4j/clientserver.py", line 581, in _call_proxy [2020-07-04T21:39:56.326Z] return_value = getattr(self.pool[obj_id], method)(*params) [2020-07-04T21:39:56.326Z] File "<...>", line 424, in run [2020-07-04T21:39:56.326Z] File "/usr/lib64/python2.7/bdb.py", line 400, in run [2020-07-04T21:39:56.326Z] exec cmd in globals, locals [2020-07-04T21:39:56.326Z] File "__ref_L/Debug Test/Main.py_htygfshhjz", line 23, in [2020-07-04T21:39:56.326Z] File "__ref_L/Debug Test/Main.py_htygfshhjz", line 23, in [2020-07-04T21:39:56.326Z] File "<...>", line 231, in trace_dispatch [2020-07-04T21:39:56.326Z] File "/usr/lib64/python2.7/bdb.py", line 49, in trace_dispatch [2020-07-04T21:39:56.326Z] return self.dispatch_line(frame) [2020-07-04T21:39:56.326Z] File "/usr/lib64/python2.7/bdb.py", line 67, in dispatch_line [2020-07-04T21:39:56.326Z] self.user_line(frame) [2020-07-04T21:39:56.326Z] File "<...>", line 241, in user_line [2020-07-04T21:39:56.326Z] File "<...>", line 296, in dispatch [2020-07-04T21:39:56.326Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/plugins/py4j-python_0.10.8.1-bnd-2odeag/src/py4j/java_gateway.py", line 1286, in __call__ [2020-07-04T21:39:56.326Z] answer, self.gateway_client, self.target_id, self.name) [2020-07-04T21:39:56.326Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/plugins/py4j-python_0.10.8.1-bnd-2odeag/src/py4j/protocol.py", line 328, in get_return_value [2020-07-04T21:39:56.326Z] format(target_id, ".", name), value) [2020-07-04T21:39:56.326Z] Py4JJavaError: An error occurred while calling o0.traceDispatch. [2020-07-04T21:39:56.326Z] : org.eclipse.ease.ExitException: [2020-07-04T21:39:56.326Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:329) [2020-07-04T21:39:56.326Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:255) [2020-07-04T21:39:56.327Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.suspend(Py4jDebugger.java:87) [2020-07-04T21:39:56.327Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:490) [2020-07-04T21:39:56.327Z] at org.eclipse.ease.lang.python.debugger.PythonDebugger.traceDispatch(PythonDebugger.java:178) [2020-07-04T21:39:56.327Z] at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source) [2020-07-04T21:39:56.327Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2020-07-04T21:39:56.327Z] at java.lang.reflect.Method.invoke(Method.java:498) [2020-07-04T21:39:56.327Z] at py4j.reflection.MethodInvoker.invoke(MethodInvoker.java:244) [2020-07-04T21:39:56.327Z] at py4j.reflection.ReflectionEngine.invoke(ReflectionEngine.java:357) [2020-07-04T21:39:56.327Z] at py4j.Gateway.invoke(Gateway.java:282) [2020-07-04T21:39:56.327Z] at py4j.commands.AbstractCommand.invokeMethod(AbstractCommand.java:132) [2020-07-04T21:39:56.327Z] at py4j.commands.CallCommand.execute(CallCommand.java:79) [2020-07-04T21:39:56.327Z] at py4j.ClientServerConnection.sendCommand(ClientServerConnection.java:244) [2020-07-04T21:39:56.327Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:384) [2020-07-04T21:39:56.327Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:356) [2020-07-04T21:39:56.327Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:106) [2020-07-04T21:39:56.327Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-07-04T21:39:56.327Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-07-04T21:39:56.327Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-07-04T21:39:56.327Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-07-04T21:39:56.327Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:226) [2020-07-04T21:39:56.327Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:277) [2020-07-04T21:39:56.327Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-07-04T21:39:56.327Z] [2020-07-04T21:39:56.327Z] [2020-07-04T21:39:56.327Z] at py4j.Protocol.getReturnValue(Protocol.java:476) [2020-07-04T21:39:56.327Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:108) [2020-07-04T21:39:56.327Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-07-04T21:39:56.327Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-07-04T21:39:56.327Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-07-04T21:39:56.327Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-07-04T21:39:56.327Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:226) [2020-07-04T21:39:56.327Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:277) [2020-07-04T21:39:56.327Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-07-04T21:39:56.582Z] Start of script [2020-07-04T21:39:56.582Z] include file start [2020-07-04T21:39:56.582Z] include file processed [2020-07-04T21:39:56.582Z] Result of testMethod = 5 [2020-07-04T21:39:56.582Z] End of script [2020-07-04T21:39:56.838Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: Traceback (most recent call last): [2020-07-04T21:39:56.838Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/plugins/py4j-python_0.10.8.1-bnd-2odeag/src/py4j/clientserver.py", line 581, in _call_proxy [2020-07-04T21:39:56.838Z] return_value = getattr(self.pool[obj_id], method)(*params) [2020-07-04T21:39:56.838Z] File "<...>", line 424, in run [2020-07-04T21:39:56.838Z] File "/usr/lib64/python2.7/bdb.py", line 400, in run [2020-07-04T21:39:56.839Z] exec cmd in globals, locals [2020-07-04T21:39:56.839Z] File "__ref_L/Debug Test/Main.py_ppttviiwgj", line 1, in [2020-07-04T21:39:56.839Z] File "__ref_L/Debug Test/Main.py_ppttviiwgj", line 1, in [2020-07-04T21:39:56.839Z] File "<...>", line 231, in trace_dispatch [2020-07-04T21:39:56.839Z] File "/usr/lib64/python2.7/bdb.py", line 49, in trace_dispatch [2020-07-04T21:39:56.839Z] return self.dispatch_line(frame) [2020-07-04T21:39:56.839Z] File "/usr/lib64/python2.7/bdb.py", line 67, in dispatch_line [2020-07-04T21:39:56.839Z] self.user_line(frame) [2020-07-04T21:39:56.839Z] File "<...>", line 241, in user_line [2020-07-04T21:39:56.839Z] File "<...>", line 296, in dispatch [2020-07-04T21:39:56.839Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/plugins/py4j-python_0.10.8.1-bnd-2odeag/src/py4j/java_gateway.py", line 1286, in __call__ [2020-07-04T21:39:56.839Z] answer, self.gateway_client, self.target_id, self.name) [2020-07-04T21:39:56.839Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/plugins/py4j-python_0.10.8.1-bnd-2odeag/src/py4j/protocol.py", line 328, in get_return_value [2020-07-04T21:39:56.839Z] format(target_id, ".", name), value) [2020-07-04T21:39:56.839Z] Py4JJavaError: An error occurred while calling o0.traceDispatch. [2020-07-04T21:39:56.839Z] : org.eclipse.ease.ExitException: [2020-07-04T21:39:56.839Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:329) [2020-07-04T21:39:56.839Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:255) [2020-07-04T21:39:56.839Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.suspend(Py4jDebugger.java:87) [2020-07-04T21:39:56.839Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:490) [2020-07-04T21:39:56.839Z] at org.eclipse.ease.lang.python.debugger.PythonDebugger.traceDispatch(PythonDebugger.java:178) [2020-07-04T21:39:56.839Z] at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source) [2020-07-04T21:39:56.839Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2020-07-04T21:39:56.839Z] at java.lang.reflect.Method.invoke(Method.java:498) [2020-07-04T21:39:56.839Z] at py4j.reflection.MethodInvoker.invoke(MethodInvoker.java:244) [2020-07-04T21:39:56.839Z] at py4j.reflection.ReflectionEngine.invoke(ReflectionEngine.java:357) [2020-07-04T21:39:56.839Z] at py4j.Gateway.invoke(Gateway.java:282) [2020-07-04T21:39:56.839Z] at py4j.commands.AbstractCommand.invokeMethod(AbstractCommand.java:132) [2020-07-04T21:39:56.839Z] at py4j.commands.CallCommand.execute(CallCommand.java:79) [2020-07-04T21:39:56.839Z] at py4j.ClientServerConnection.sendCommand(ClientServerConnection.java:244) [2020-07-04T21:39:56.839Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:384) [2020-07-04T21:39:56.839Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:356) [2020-07-04T21:39:56.839Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:106) [2020-07-04T21:39:56.839Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-07-04T21:39:56.839Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-07-04T21:39:56.839Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-07-04T21:39:56.839Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-07-04T21:39:56.839Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:226) [2020-07-04T21:39:56.839Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:277) [2020-07-04T21:39:56.839Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-07-04T21:39:56.839Z] [2020-07-04T21:39:56.839Z] [2020-07-04T21:39:56.839Z] at py4j.Protocol.getReturnValue(Protocol.java:476) [2020-07-04T21:39:56.839Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:108) [2020-07-04T21:39:56.839Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-07-04T21:39:56.839Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-07-04T21:39:56.839Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-07-04T21:39:56.839Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-07-04T21:39:56.839Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:226) [2020-07-04T21:39:56.839Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:277) [2020-07-04T21:39:56.839Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-07-04T21:39:57.094Z] Start of script [2020-07-04T21:39:57.094Z] include file start [2020-07-04T21:39:57.095Z] include file processed [2020-07-04T21:39:57.095Z] Result of testMethod = 5 [2020-07-04T21:39:57.095Z] End of script [2020-07-04T21:39:57.350Z] Start of script [2020-07-04T21:39:57.350Z] include file start [2020-07-04T21:39:57.350Z] include file processed [2020-07-04T21:39:57.350Z] Result of testMethod = 5 [2020-07-04T21:39:57.350Z] End of script [2020-07-04T21:39:57.606Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: Traceback (most recent call last): [2020-07-04T21:39:57.606Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/plugins/py4j-python_0.10.8.1-bnd-2odeag/src/py4j/clientserver.py", line 581, in _call_proxy [2020-07-04T21:39:57.606Z] return_value = getattr(self.pool[obj_id], method)(*params) [2020-07-04T21:39:57.606Z] File "<...>", line 424, in run [2020-07-04T21:39:57.606Z] File "/usr/lib64/python2.7/bdb.py", line 400, in run [2020-07-04T21:39:57.606Z] exec cmd in globals, locals [2020-07-04T21:39:57.606Z] File "__ref_L/Debug Test/Main.py_beqfgrlhwr", line 1, in [2020-07-04T21:39:57.606Z] File "__ref_L/Debug Test/Main.py_beqfgrlhwr", line 1, in [2020-07-04T21:39:57.606Z] File "<...>", line 231, in trace_dispatch [2020-07-04T21:39:57.606Z] File "/usr/lib64/python2.7/bdb.py", line 49, in trace_dispatch [2020-07-04T21:39:57.606Z] return self.dispatch_line(frame) [2020-07-04T21:39:57.606Z] File "/usr/lib64/python2.7/bdb.py", line 67, in dispatch_line [2020-07-04T21:39:57.606Z] self.user_line(frame) [2020-07-04T21:39:57.606Z] File "<...>", line 241, in user_line [2020-07-04T21:39:57.606Z] File "<...>", line 296, in dispatch [2020-07-04T21:39:57.606Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/plugins/py4j-python_0.10.8.1-bnd-2odeag/src/py4j/java_gateway.py", line 1286, in __call__ [2020-07-04T21:39:57.606Z] answer, self.gateway_client, self.target_id, self.name) [2020-07-04T21:39:57.606Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/plugins/py4j-python_0.10.8.1-bnd-2odeag/src/py4j/protocol.py", line 328, in get_return_value [2020-07-04T21:39:57.606Z] format(target_id, ".", name), value) [2020-07-04T21:39:57.606Z] Py4JJavaError: An error occurred while calling o0.traceDispatch. [2020-07-04T21:39:57.606Z] : org.eclipse.ease.ExitException: [2020-07-04T21:39:57.606Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:329) [2020-07-04T21:39:57.606Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:255) [2020-07-04T21:39:57.606Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.suspend(Py4jDebugger.java:87) [2020-07-04T21:39:57.606Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:490) [2020-07-04T21:39:57.606Z] at org.eclipse.ease.lang.python.debugger.PythonDebugger.traceDispatch(PythonDebugger.java:178) [2020-07-04T21:39:57.606Z] at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source) [2020-07-04T21:39:57.606Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2020-07-04T21:39:57.606Z] at java.lang.reflect.Method.invoke(Method.java:498) [2020-07-04T21:39:57.606Z] at py4j.reflection.MethodInvoker.invoke(MethodInvoker.java:244) [2020-07-04T21:39:57.606Z] at py4j.reflection.ReflectionEngine.invoke(ReflectionEngine.java:357) [2020-07-04T21:39:57.606Z] at py4j.Gateway.invoke(Gateway.java:282) [2020-07-04T21:39:57.606Z] at py4j.commands.AbstractCommand.invokeMethod(AbstractCommand.java:132) [2020-07-04T21:39:57.606Z] at py4j.commands.CallCommand.execute(CallCommand.java:79) [2020-07-04T21:39:57.606Z] at py4j.ClientServerConnection.sendCommand(ClientServerConnection.java:244) [2020-07-04T21:39:57.606Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:384) [2020-07-04T21:39:57.606Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:356) [2020-07-04T21:39:57.606Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:106) [2020-07-04T21:39:57.606Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-07-04T21:39:57.606Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-07-04T21:39:57.606Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-07-04T21:39:57.606Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-07-04T21:39:57.606Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:226) [2020-07-04T21:39:57.606Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:277) [2020-07-04T21:39:57.606Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-07-04T21:39:57.606Z] [2020-07-04T21:39:57.606Z] [2020-07-04T21:39:57.606Z] at py4j.Protocol.getReturnValue(Protocol.java:476) [2020-07-04T21:39:57.606Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:108) [2020-07-04T21:39:57.606Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-07-04T21:39:57.606Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-07-04T21:39:57.606Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-07-04T21:39:57.606Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-07-04T21:39:57.606Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:226) [2020-07-04T21:39:57.606Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:277) [2020-07-04T21:39:57.606Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-07-04T21:39:57.862Z] Start of script [2020-07-04T21:39:57.862Z] include file start [2020-07-04T21:39:57.862Z] include file processed [2020-07-04T21:39:57.862Z] Result of testMethod = 5 [2020-07-04T21:39:57.862Z] End of script [2020-07-04T21:39:58.117Z] Start of script [2020-07-04T21:39:58.117Z] include file start [2020-07-04T21:39:58.117Z] include file processed [2020-07-04T21:39:58.117Z] Result of testMethod = 5 [2020-07-04T21:39:58.117Z] End of script [2020-07-04T21:39:58.373Z] Start of script [2020-07-04T21:39:58.373Z] include file start [2020-07-04T21:39:58.373Z] include file processed [2020-07-04T21:39:58.373Z] Result of testMethod = 5 [2020-07-04T21:39:58.373Z] End of script [2020-07-04T21:39:58.628Z] Start of script [2020-07-04T21:39:58.628Z] include file start [2020-07-04T21:39:58.628Z] include file processed [2020-07-04T21:39:58.628Z] Result of testMethod = 5 [2020-07-04T21:39:58.628Z] End of script [2020-07-04T21:39:58.628Z] Start of script [2020-07-04T21:39:58.628Z] include file start [2020-07-04T21:39:58.628Z] include file processed [2020-07-04T21:39:58.886Z] Result of testMethod = 5 [2020-07-04T21:39:58.886Z] End of script [2020-07-04T21:39:59.146Z] Start of script [2020-07-04T21:39:59.147Z] include file start [2020-07-04T21:39:59.147Z] include file processed [2020-07-04T21:39:59.147Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: Traceback (most recent call last): [2020-07-04T21:39:59.147Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/plugins/py4j-python_0.10.8.1-bnd-2odeag/src/py4j/clientserver.py", line 581, in _call_proxy [2020-07-04T21:39:59.147Z] return_value = getattr(self.pool[obj_id], method)(*params) [2020-07-04T21:39:59.147Z] File "<...>", line 424, in run [2020-07-04T21:39:59.147Z] File "/usr/lib64/python2.7/bdb.py", line 400, in run [2020-07-04T21:39:59.147Z] exec cmd in globals, locals [2020-07-04T21:39:59.147Z] File "__ref_L/Debug Test/Main.py_qicjpekqek", line 21, in [2020-07-04T21:39:59.147Z] File "__ref_L/Debug Test/Main.py_qicjpekqek", line 18, in testMethod [2020-07-04T21:39:59.147Z] File "__ref_L/Debug Test/Main.py_qicjpekqek", line 18, in testMethod [2020-07-04T21:39:59.147Z] File "<...>", line 231, in trace_dispatch [2020-07-04T21:39:59.147Z] File "/usr/lib64/python2.7/bdb.py", line 49, in trace_dispatch [2020-07-04T21:39:59.147Z] return self.dispatch_line(frame) [2020-07-04T21:39:59.147Z] File "/usr/lib64/python2.7/bdb.py", line 67, in dispatch_line [2020-07-04T21:39:59.147Z] self.user_line(frame) [2020-07-04T21:39:59.147Z] File "<...>", line 241, in user_line [2020-07-04T21:39:59.147Z] File "<...>", line 296, in dispatch [2020-07-04T21:39:59.147Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/plugins/py4j-python_0.10.8.1-bnd-2odeag/src/py4j/java_gateway.py", line 1286, in __call__ [2020-07-04T21:39:59.147Z] answer, self.gateway_client, self.target_id, self.name) [2020-07-04T21:39:59.147Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/plugins/py4j-python_0.10.8.1-bnd-2odeag/src/py4j/protocol.py", line 328, in get_return_value [2020-07-04T21:39:59.147Z] format(target_id, ".", name), value) [2020-07-04T21:39:59.147Z] Py4JJavaError: An error occurred while calling o0.traceDispatch. [2020-07-04T21:39:59.147Z] : org.eclipse.ease.ExitException: [2020-07-04T21:39:59.147Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:329) [2020-07-04T21:39:59.147Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:255) [2020-07-04T21:39:59.147Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.suspend(Py4jDebugger.java:87) [2020-07-04T21:39:59.147Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:490) [2020-07-04T21:39:59.147Z] at org.eclipse.ease.lang.python.debugger.PythonDebugger.traceDispatch(PythonDebugger.java:178) [2020-07-04T21:39:59.147Z] at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source) [2020-07-04T21:39:59.147Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2020-07-04T21:39:59.147Z] at java.lang.reflect.Method.invoke(Method.java:498) [2020-07-04T21:39:59.147Z] at py4j.reflection.MethodInvoker.invoke(MethodInvoker.java:244) [2020-07-04T21:39:59.147Z] at py4j.reflection.ReflectionEngine.invoke(ReflectionEngine.java:357) [2020-07-04T21:39:59.147Z] at py4j.Gateway.invoke(Gateway.java:282) [2020-07-04T21:39:59.147Z] at py4j.commands.AbstractCommand.invokeMethod(AbstractCommand.java:132) [2020-07-04T21:39:59.147Z] at py4j.commands.CallCommand.execute(CallCommand.java:79) [2020-07-04T21:39:59.147Z] at py4j.ClientServerConnection.sendCommand(ClientServerConnection.java:244) [2020-07-04T21:39:59.147Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:384) [2020-07-04T21:39:59.147Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:356) [2020-07-04T21:39:59.147Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:106) [2020-07-04T21:39:59.147Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-07-04T21:39:59.147Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-07-04T21:39:59.147Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-07-04T21:39:59.147Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-07-04T21:39:59.147Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:226) [2020-07-04T21:39:59.147Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:277) [2020-07-04T21:39:59.147Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-07-04T21:39:59.147Z] [2020-07-04T21:39:59.147Z] [2020-07-04T21:39:59.147Z] at py4j.Protocol.getReturnValue(Protocol.java:476) [2020-07-04T21:39:59.147Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:108) [2020-07-04T21:39:59.147Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-07-04T21:39:59.147Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-07-04T21:39:59.147Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-07-04T21:39:59.147Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-07-04T21:39:59.147Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:226) [2020-07-04T21:39:59.147Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:277) [2020-07-04T21:39:59.147Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-07-04T21:39:59.416Z] Start of script [2020-07-04T21:39:59.416Z] include file start [2020-07-04T21:39:59.416Z] include file processed [2020-07-04T21:39:59.416Z] Result of testMethod = 5 [2020-07-04T21:39:59.416Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: Traceback (most recent call last): [2020-07-04T21:39:59.416Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/plugins/py4j-python_0.10.8.1-bnd-2odeag/src/py4j/clientserver.py", line 581, in _call_proxy [2020-07-04T21:39:59.416Z] return_value = getattr(self.pool[obj_id], method)(*params) [2020-07-04T21:39:59.416Z] File "<...>", line 424, in run [2020-07-04T21:39:59.416Z] File "/usr/lib64/python2.7/bdb.py", line 400, in run [2020-07-04T21:39:59.416Z] exec cmd in globals, locals [2020-07-04T21:39:59.416Z] File "__ref_L/Debug Test/Main.py_lithpnndbq", line 23, in [2020-07-04T21:39:59.416Z] File "__ref_L/Debug Test/Main.py_lithpnndbq", line 23, in [2020-07-04T21:39:59.416Z] File "<...>", line 231, in trace_dispatch [2020-07-04T21:39:59.416Z] File "/usr/lib64/python2.7/bdb.py", line 49, in trace_dispatch [2020-07-04T21:39:59.416Z] return self.dispatch_line(frame) [2020-07-04T21:39:59.416Z] File "/usr/lib64/python2.7/bdb.py", line 67, in dispatch_line [2020-07-04T21:39:59.416Z] self.user_line(frame) [2020-07-04T21:39:59.416Z] File "<...>", line 241, in user_line [2020-07-04T21:39:59.416Z] File "<...>", line 296, in dispatch [2020-07-04T21:39:59.416Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/plugins/py4j-python_0.10.8.1-bnd-2odeag/src/py4j/java_gateway.py", line 1286, in __call__ [2020-07-04T21:39:59.416Z] answer, self.gateway_client, self.target_id, self.name) [2020-07-04T21:39:59.416Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/plugins/py4j-python_0.10.8.1-bnd-2odeag/src/py4j/protocol.py", line 328, in get_return_value [2020-07-04T21:39:59.416Z] format(target_id, ".", name), value) [2020-07-04T21:39:59.416Z] Py4JJavaError: An error occurred while calling o0.traceDispatch. [2020-07-04T21:39:59.416Z] : org.eclipse.ease.ExitException: [2020-07-04T21:39:59.416Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:329) [2020-07-04T21:39:59.416Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:255) [2020-07-04T21:39:59.416Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.suspend(Py4jDebugger.java:87) [2020-07-04T21:39:59.416Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:490) [2020-07-04T21:39:59.416Z] at org.eclipse.ease.lang.python.debugger.PythonDebugger.traceDispatch(PythonDebugger.java:178) [2020-07-04T21:39:59.416Z] at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source) [2020-07-04T21:39:59.416Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2020-07-04T21:39:59.416Z] at java.lang.reflect.Method.invoke(Method.java:498) [2020-07-04T21:39:59.416Z] at py4j.reflection.MethodInvoker.invoke(MethodInvoker.java:244) [2020-07-04T21:39:59.416Z] at py4j.reflection.ReflectionEngine.invoke(ReflectionEngine.java:357) [2020-07-04T21:39:59.416Z] at py4j.Gateway.invoke(Gateway.java:282) [2020-07-04T21:39:59.416Z] at py4j.commands.AbstractCommand.invokeMethod(AbstractCommand.java:132) [2020-07-04T21:39:59.416Z] at py4j.commands.CallCommand.execute(CallCommand.java:79) [2020-07-04T21:39:59.416Z] at py4j.ClientServerConnection.sendCommand(ClientServerConnection.java:244) [2020-07-04T21:39:59.416Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:384) [2020-07-04T21:39:59.416Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:356) [2020-07-04T21:39:59.416Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:106) [2020-07-04T21:39:59.416Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-07-04T21:39:59.416Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-07-04T21:39:59.416Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-07-04T21:39:59.416Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-07-04T21:39:59.416Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:226) [2020-07-04T21:39:59.416Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:277) [2020-07-04T21:39:59.416Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-07-04T21:39:59.416Z] [2020-07-04T21:39:59.416Z] [2020-07-04T21:39:59.416Z] at py4j.Protocol.getReturnValue(Protocol.java:476) [2020-07-04T21:39:59.416Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:108) [2020-07-04T21:39:59.416Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-07-04T21:39:59.416Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-07-04T21:39:59.416Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-07-04T21:39:59.416Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-07-04T21:39:59.416Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:226) [2020-07-04T21:39:59.416Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:277) [2020-07-04T21:39:59.416Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-07-04T21:39:59.672Z] Start of script [2020-07-04T21:39:59.672Z] include file start [2020-07-04T21:39:59.672Z] include file processed [2020-07-04T21:39:59.672Z] Result of testMethod = 5 [2020-07-04T21:39:59.672Z] End of script [2020-07-04T21:39:59.927Z] Start of script [2020-07-04T21:39:59.927Z] include file start [2020-07-04T21:39:59.927Z] include file processed [2020-07-04T21:39:59.927Z] Result of testMethod = 5 [2020-07-04T21:39:59.927Z] End of script [2020-07-04T21:40:00.182Z] Start of script [2020-07-04T21:40:00.182Z] include file start [2020-07-04T21:40:00.182Z] include file processed [2020-07-04T21:40:00.182Z] Result of testMethod = 5 [2020-07-04T21:40:00.182Z] End of script [2020-07-04T21:40:00.438Z] Start of script [2020-07-04T21:40:00.438Z] include file start [2020-07-04T21:40:00.438Z] include file processed [2020-07-04T21:40:00.438Z] Result of testMethod = 5 [2020-07-04T21:40:00.438Z] End of script [2020-07-04T21:40:00.694Z] Start of script [2020-07-04T21:40:00.694Z] include file start [2020-07-04T21:40:00.694Z] include file processed [2020-07-04T21:40:00.694Z] Result of testMethod = 5 [2020-07-04T21:40:00.694Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: Traceback (most recent call last): [2020-07-04T21:40:00.694Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/plugins/py4j-python_0.10.8.1-bnd-2odeag/src/py4j/clientserver.py", line 581, in _call_proxy [2020-07-04T21:40:00.694Z] return_value = getattr(self.pool[obj_id], method)(*params) [2020-07-04T21:40:00.694Z] File "<...>", line 424, in run [2020-07-04T21:40:00.694Z] File "/usr/lib64/python2.7/bdb.py", line 400, in run [2020-07-04T21:40:00.694Z] exec cmd in globals, locals [2020-07-04T21:40:00.694Z] File "__ref_L/Debug Test/Main.py_epitcxvsmb", line 23, in [2020-07-04T21:40:00.694Z] File "__ref_L/Debug Test/Main.py_epitcxvsmb", line 23, in [2020-07-04T21:40:00.694Z] File "<...>", line 231, in trace_dispatch [2020-07-04T21:40:00.694Z] File "/usr/lib64/python2.7/bdb.py", line 49, in trace_dispatch [2020-07-04T21:40:00.694Z] return self.dispatch_line(frame) [2020-07-04T21:40:00.694Z] File "/usr/lib64/python2.7/bdb.py", line 67, in dispatch_line [2020-07-04T21:40:00.694Z] self.user_line(frame) [2020-07-04T21:40:00.694Z] File "<...>", line 241, in user_line [2020-07-04T21:40:00.694Z] File "<...>", line 296, in dispatch [2020-07-04T21:40:00.694Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/plugins/py4j-python_0.10.8.1-bnd-2odeag/src/py4j/java_gateway.py", line 1286, in __call__ [2020-07-04T21:40:00.694Z] answer, self.gateway_client, self.target_id, self.name) [2020-07-04T21:40:00.694Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/plugins/py4j-python_0.10.8.1-bnd-2odeag/src/py4j/protocol.py", line 328, in get_return_value [2020-07-04T21:40:00.694Z] format(target_id, ".", name), value) [2020-07-04T21:40:00.694Z] Py4JJavaError: An error occurred while calling o0.traceDispatch. [2020-07-04T21:40:00.694Z] : org.eclipse.ease.ExitException: [2020-07-04T21:40:00.695Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:329) [2020-07-04T21:40:00.695Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:255) [2020-07-04T21:40:00.695Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.suspend(Py4jDebugger.java:87) [2020-07-04T21:40:00.695Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:490) [2020-07-04T21:40:00.695Z] at org.eclipse.ease.lang.python.debugger.PythonDebugger.traceDispatch(PythonDebugger.java:178) [2020-07-04T21:40:00.695Z] at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source) [2020-07-04T21:40:00.695Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2020-07-04T21:40:00.695Z] at java.lang.reflect.Method.invoke(Method.java:498) [2020-07-04T21:40:00.695Z] at py4j.reflection.MethodInvoker.invoke(MethodInvoker.java:244) [2020-07-04T21:40:00.695Z] at py4j.reflection.ReflectionEngine.invoke(ReflectionEngine.java:357) [2020-07-04T21:40:00.695Z] at py4j.Gateway.invoke(Gateway.java:282) [2020-07-04T21:40:00.695Z] at py4j.commands.AbstractCommand.invokeMethod(AbstractCommand.java:132) [2020-07-04T21:40:00.695Z] at py4j.commands.CallCommand.execute(CallCommand.java:79) [2020-07-04T21:40:00.695Z] at py4j.ClientServerConnection.sendCommand(ClientServerConnection.java:244) [2020-07-04T21:40:00.695Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:384) [2020-07-04T21:40:00.695Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:356) [2020-07-04T21:40:00.695Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:106) [2020-07-04T21:40:00.695Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-07-04T21:40:00.695Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-07-04T21:40:00.695Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-07-04T21:40:00.695Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-07-04T21:40:00.695Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:226) [2020-07-04T21:40:00.695Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:277) [2020-07-04T21:40:00.695Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-07-04T21:40:00.695Z] [2020-07-04T21:40:00.695Z] [2020-07-04T21:40:00.695Z] at py4j.Protocol.getReturnValue(Protocol.java:476) [2020-07-04T21:40:00.695Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:108) [2020-07-04T21:40:00.695Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-07-04T21:40:00.695Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-07-04T21:40:00.695Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-07-04T21:40:00.695Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-07-04T21:40:00.695Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:226) [2020-07-04T21:40:00.695Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:277) [2020-07-04T21:40:00.695Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-07-04T21:40:00.963Z] Start of script [2020-07-04T21:40:00.963Z] include file start [2020-07-04T21:40:00.963Z] include file processed [2020-07-04T21:40:00.963Z] Result of testMethod = 5 [2020-07-04T21:40:00.963Z] End of script [2020-07-04T21:40:01.218Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: Traceback (most recent call last): [2020-07-04T21:40:01.218Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/plugins/py4j-python_0.10.8.1-bnd-2odeag/src/py4j/clientserver.py", line 581, in _call_proxy [2020-07-04T21:40:01.218Z] return_value = getattr(self.pool[obj_id], method)(*params) [2020-07-04T21:40:01.218Z] File "<...>", line 424, in run [2020-07-04T21:40:01.218Z] File "/usr/lib64/python2.7/bdb.py", line 400, in run [2020-07-04T21:40:01.218Z] exec cmd in globals, locals [2020-07-04T21:40:01.218Z] File "__ref_L/Debug Test/Main.py_fxlyobmkam", line 1, in [2020-07-04T21:40:01.218Z] File "__ref_L/Debug Test/Main.py_fxlyobmkam", line 1, in [2020-07-04T21:40:01.218Z] File "<...>", line 231, in trace_dispatch [2020-07-04T21:40:01.218Z] File "/usr/lib64/python2.7/bdb.py", line 49, in trace_dispatch [2020-07-04T21:40:01.218Z] return self.dispatch_line(frame) [2020-07-04T21:40:01.218Z] File "/usr/lib64/python2.7/bdb.py", line 67, in dispatch_line [2020-07-04T21:40:01.218Z] self.user_line(frame) [2020-07-04T21:40:01.218Z] File "<...>", line 241, in user_line [2020-07-04T21:40:01.218Z] File "<...>", line 296, in dispatch [2020-07-04T21:40:01.218Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/plugins/py4j-python_0.10.8.1-bnd-2odeag/src/py4j/java_gateway.py", line 1286, in __call__ [2020-07-04T21:40:01.218Z] answer, self.gateway_client, self.target_id, self.name) [2020-07-04T21:40:01.218Z] File "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/plugins/py4j-python_0.10.8.1-bnd-2odeag/src/py4j/protocol.py", line 328, in get_return_value [2020-07-04T21:40:01.218Z] format(target_id, ".", name), value) [2020-07-04T21:40:01.218Z] Py4JJavaError: An error occurred while calling o0.traceDispatch. [2020-07-04T21:40:01.218Z] : org.eclipse.ease.ExitException: [2020-07-04T21:40:01.219Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.handleEventsInSuspendedState(AbstractEaseDebugger.java:329) [2020-07-04T21:40:01.219Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.suspend(AbstractEaseDebugger.java:255) [2020-07-04T21:40:01.219Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.suspend(Py4jDebugger.java:87) [2020-07-04T21:40:01.219Z] at org.eclipse.ease.debugging.AbstractEaseDebugger.processLine(AbstractEaseDebugger.java:490) [2020-07-04T21:40:01.219Z] at org.eclipse.ease.lang.python.debugger.PythonDebugger.traceDispatch(PythonDebugger.java:178) [2020-07-04T21:40:01.219Z] at sun.reflect.GeneratedMethodAccessor12.invoke(Unknown Source) [2020-07-04T21:40:01.219Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2020-07-04T21:40:01.219Z] at java.lang.reflect.Method.invoke(Method.java:498) [2020-07-04T21:40:01.219Z] at py4j.reflection.MethodInvoker.invoke(MethodInvoker.java:244) [2020-07-04T21:40:01.219Z] at py4j.reflection.ReflectionEngine.invoke(ReflectionEngine.java:357) [2020-07-04T21:40:01.219Z] at py4j.Gateway.invoke(Gateway.java:282) [2020-07-04T21:40:01.219Z] at py4j.commands.AbstractCommand.invokeMethod(AbstractCommand.java:132) [2020-07-04T21:40:01.219Z] at py4j.commands.CallCommand.execute(CallCommand.java:79) [2020-07-04T21:40:01.219Z] at py4j.ClientServerConnection.sendCommand(ClientServerConnection.java:244) [2020-07-04T21:40:01.219Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:384) [2020-07-04T21:40:01.219Z] at py4j.CallbackClient.sendCommand(CallbackClient.java:356) [2020-07-04T21:40:01.219Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:106) [2020-07-04T21:40:01.219Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-07-04T21:40:01.219Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-07-04T21:40:01.219Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-07-04T21:40:01.219Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-07-04T21:40:01.219Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:226) [2020-07-04T21:40:01.219Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:277) [2020-07-04T21:40:01.219Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-07-04T21:40:01.219Z] [2020-07-04T21:40:01.219Z] [2020-07-04T21:40:01.219Z] at py4j.Protocol.getReturnValue(Protocol.java:476) [2020-07-04T21:40:01.219Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:108) [2020-07-04T21:40:01.219Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-07-04T21:40:01.219Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-07-04T21:40:01.219Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-07-04T21:40:01.219Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-07-04T21:40:01.219Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:226) [2020-07-04T21:40:01.219Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:277) [2020-07-04T21:40:01.219Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-07-04T21:40:01.473Z] Start of script [2020-07-04T21:40:01.474Z] include file start [2020-07-04T21:40:01.474Z] include file processed [2020-07-04T21:40:01.474Z] Result of testMethod = 5 [2020-07-04T21:40:01.474Z] End of script [2020-07-04T21:40:01.474Z] Start of script [2020-07-04T21:40:01.474Z] include file start [2020-07-04T21:40:01.474Z] include file processed [2020-07-04T21:40:01.729Z] Result of testMethod = 5 [2020-07-04T21:40:01.729Z] End of script [2020-07-04T21:40:01.984Z] Start of script [2020-07-04T21:40:01.984Z] include file start [2020-07-04T21:40:01.984Z] include file processed [2020-07-04T21:40:01.984Z] Result of testMethod = 5 [2020-07-04T21:40:01.984Z] End of script [2020-07-04T21:40:01.984Z] Tests run: 42, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 10.247 s - in org.eclipse.ease.lang.python.py4j.Py4jDebugTest [2020-07-04T21:40:01.984Z] resumeOnLastIncludeLine(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) skipped [2020-07-04T21:40:01.984Z] nativeArrayVariable(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) skipped [2020-07-04T21:40:01.984Z] stepIntoIncludeCommand(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) skipped [2020-07-04T21:40:01.984Z] nativeObjectVariable(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) skipped [2020-07-04T21:40:01.984Z] disconnectProcessInSuspendedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.421 s [2020-07-04T21:40:01.984Z] stepReturnIncludeCommand(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.209 s [2020-07-04T21:40:01.984Z] arrayVariableSorting(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.308 s [2020-07-04T21:40:01.984Z] stepOverOnDebugTarget(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.308 s [2020-07-04T21:40:01.984Z] hasDebugTarget(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.205 s [2020-07-04T21:40:01.984Z] disconnectThreadInSuspendedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.207 s [2020-07-04T21:40:01.984Z] stepReturnOnDebugTarget(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.408 s [2020-07-04T21:40:01.984Z] nullVariable(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.306 s [2020-07-04T21:40:01.984Z] stepOverOnStackFrame(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.307 s [2020-07-04T21:40:01.984Z] resumeOnDebugTarget(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.206 s [2020-07-04T21:40:01.985Z] modifyVariableKeepingType(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.506 s [2020-07-04T21:40:01.985Z] stepReturnOnStackFrame(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.306 s [2020-07-04T21:40:01.985Z] terminateStackFrameInSuspendedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.207 s [2020-07-04T21:40:01.985Z] breakpointLocation(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.208 s [2020-07-04T21:40:01.985Z] stepReturnOnThread(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.306 s [2020-07-04T21:40:01.985Z] javaClassVariable(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.309 s [2020-07-04T21:40:01.985Z] stepIntoOnThread(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.307 s [2020-07-04T21:40:01.985Z] terminateThreadInSuspendedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.206 s [2020-07-04T21:40:01.985Z] resumeOnThread(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.206 s [2020-07-04T21:40:01.985Z] stepIntoOnStackFrame(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.306 s [2020-07-04T21:40:01.985Z] terminateProcessInSuspendedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.206 s [2020-07-04T21:40:01.985Z] stepOverOnProcess(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.306 s [2020-07-04T21:40:01.985Z] disconnectDebugTargetInSuspendedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.205 s [2020-07-04T21:40:01.985Z] stepIntoOnProcess(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.307 s [2020-07-04T21:40:01.985Z] terminatedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.104 s [2020-07-04T21:40:01.985Z] stepOverIncludeCommand(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.304 s [2020-07-04T21:40:01.985Z] innerScopeVariableBeforeOuterScopeVariable(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.305 s [2020-07-04T21:40:01.985Z] primitiveStringVariable(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.305 s [2020-07-04T21:40:01.985Z] resumeOnProcess(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.204 s [2020-07-04T21:40:01.985Z] stepIntoOnDebugTarget(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.305 s [2020-07-04T21:40:01.985Z] stepOverOnThread(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.305 s [2020-07-04T21:40:01.985Z] suspendedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.205 s [2020-07-04T21:40:01.985Z] primitiveDoubleVariable(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.305 s [2020-07-04T21:40:01.985Z] resumeOnStackFrame(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.204 s [2020-07-04T21:40:01.985Z] terminateDebugTargetInSuspendedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.205 s [2020-07-04T21:40:01.985Z] disconnectStackFrameInSuspendedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.205 s [2020-07-04T21:40:01.985Z] stepReturnOnProcess(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.305 s [2020-07-04T21:40:01.985Z] evaluateWatchExpression(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.207 s [2020-07-04T21:40:01.985Z] Running org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest [2020-07-04T21:40:02.240Z] org.eclipse.ease.ScriptExecutionException: Traceback (most recent call last): [2020-07-04T21:40:02.240Z] File "<...>", line 1, in [2020-07-04T21:40:02.240Z] File "<...>", line 81, in load_module [2020-07-04T21:40:02.240Z] ImportError: No EASE module named 'eclipse.test.notthere' [2020-07-04T21:40:02.240Z] [2020-07-04T21:40:02.496Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.439 s - in org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest [2020-07-04T21:40:02.496Z] loadSimpleModule(org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest) Time elapsed: 0.059 s [2020-07-04T21:40:02.496Z] loadModuleWithDependencies(org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest) Time elapsed: 0.054 s [2020-07-04T21:40:02.496Z] accessAdvancedModule(org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest) Time elapsed: 0.054 s [2020-07-04T21:40:02.496Z] importAs(org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest) Time elapsed: 0.055 s [2020-07-04T21:40:02.496Z] fromBasicImportMethod(org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest) Time elapsed: 0.055 s [2020-07-04T21:40:02.496Z] loadNotExistingModule(org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest) Time elapsed: 0.053 s [2020-07-04T21:40:02.496Z] fromBasicImportAll(org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest) Time elapsed: 0.056 s [2020-07-04T21:40:02.496Z] accessModule(org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest) Time elapsed: 0.053 s [2020-07-04T21:40:02.496Z] Running org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest [2020-07-04T21:40:02.496Z] ---------------------------------------------- [2020-07-04T21:40:02.496Z] Starting test: invalidSyntax(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:40:02.496Z] org.eclipse.ease.ScriptExecutionException: Traceback (most recent call last): [2020-07-04T21:40:02.496Z] File "/usr/lib64/python2.7/ast.py", line 37, in parse [2020-07-04T21:40:02.496Z] return compile(source, filename, mode, PyCF_ONLY_AST) [2020-07-04T21:40:02.496Z] File "", line 1 [2020-07-04T21:40:02.496Z] 1++ [2020-07-04T21:40:02.496Z] ^ [2020-07-04T21:40:02.496Z] SyntaxError: invalid syntax [2020-07-04T21:40:02.496Z] [2020-07-04T21:40:02.752Z] [2020-07-04T21:40:02.752Z] Finished test: invalidSyntax(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:40:02.752Z] ---------------------------------------------- [2020-07-04T21:40:02.752Z] ---------------------------------------------- [2020-07-04T21:40:02.752Z] Starting test: getScriptEngine(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:40:04.117Z] 2104341624 [2020-07-04T21:40:04.117Z] Finished test: getScriptEngine(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:40:04.117Z] ---------------------------------------------- [2020-07-04T21:40:04.117Z] ---------------------------------------------- [2020-07-04T21:40:04.117Z] Starting test: incompleteStatement(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:40:04.117Z] org.eclipse.ease.ScriptExecutionException: Traceback (most recent call last): [2020-07-04T21:40:04.117Z] File "/usr/lib64/python2.7/ast.py", line 37, in parse [2020-07-04T21:40:04.117Z] return compile(source, filename, mode, PyCF_ONLY_AST) [2020-07-04T21:40:04.117Z] File "", line 1 [2020-07-04T21:40:04.117Z] def a(): [2020-07-04T21:40:04.117Z] ^ [2020-07-04T21:40:04.117Z] SyntaxError: unexpected EOF while parsing [2020-07-04T21:40:04.117Z] [2020-07-04T21:40:04.117Z] [2020-07-04T21:40:04.117Z] Finished test: incompleteStatement(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:40:04.117Z] ---------------------------------------------- [2020-07-04T21:40:04.117Z] ---------------------------------------------- [2020-07-04T21:40:04.117Z] Starting test: multiLineStatement(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:40:04.117Z] [2020-07-04T21:40:04.117Z] Finished test: multiLineStatement(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:40:04.117Z] ---------------------------------------------- [2020-07-04T21:40:04.117Z] ---------------------------------------------- [2020-07-04T21:40:04.117Z] Starting test: runtimeError(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:40:04.374Z] org.eclipse.ease.ScriptExecutionException: Traceback (most recent call last): [2020-07-04T21:40:04.374Z] File "<...>", line 1, in [2020-07-04T21:40:04.374Z] NameError: name 'a' is not defined [2020-07-04T21:40:04.374Z] [2020-07-04T21:40:04.374Z] [2020-07-04T21:40:04.374Z] Finished test: runtimeError(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:40:04.374Z] ---------------------------------------------- [2020-07-04T21:40:04.374Z] ---------------------------------------------- [2020-07-04T21:40:04.374Z] Starting test: javaIntArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:40:04.631Z] [2020-07-04T21:40:04.631Z] Finished test: javaIntArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:40:04.631Z] ---------------------------------------------- [2020-07-04T21:40:04.631Z] ---------------------------------------------- [2020-07-04T21:40:04.631Z] Starting test: javaDoubleArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:40:04.887Z] [2020-07-04T21:40:04.887Z] Finished test: javaDoubleArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:40:04.887Z] ---------------------------------------------- [2020-07-04T21:40:04.887Z] ---------------------------------------------- [2020-07-04T21:40:04.887Z] Starting test: pythonSet(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:40:05.142Z] [2020-07-04T21:40:05.142Z] Finished test: pythonSet(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:40:05.142Z] ---------------------------------------------- [2020-07-04T21:40:05.142Z] ---------------------------------------------- [2020-07-04T21:40:05.142Z] Starting test: javaStringArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:40:05.142Z] [2020-07-04T21:40:05.142Z] Finished test: javaStringArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:40:05.142Z] ---------------------------------------------- [2020-07-04T21:40:05.142Z] ---------------------------------------------- [2020-07-04T21:40:05.142Z] Starting test: javaShortArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:40:05.397Z] [2020-07-04T21:40:05.397Z] Finished test: javaShortArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:40:05.397Z] ---------------------------------------------- [2020-07-04T21:40:05.397Z] ---------------------------------------------- [2020-07-04T21:40:05.397Z] Starting test: javaBooleanArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:40:05.653Z] [2020-07-04T21:40:05.653Z] Finished test: javaBooleanArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:40:05.653Z] ---------------------------------------------- [2020-07-04T21:40:05.653Z] ---------------------------------------------- [2020-07-04T21:40:05.653Z] Starting test: javaObjectArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:40:05.908Z] [2020-07-04T21:40:05.908Z] Finished test: javaObjectArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:40:05.908Z] ---------------------------------------------- [2020-07-04T21:40:05.908Z] ---------------------------------------------- [2020-07-04T21:40:05.908Z] Starting test: javaIntegerArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:40:06.164Z] [2020-07-04T21:40:06.164Z] Finished test: javaIntegerArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:40:06.164Z] ---------------------------------------------- [2020-07-04T21:40:06.164Z] ---------------------------------------------- [2020-07-04T21:40:06.164Z] Starting test: javaInteger(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:40:06.164Z] [2020-07-04T21:40:06.164Z] Finished test: javaInteger(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:40:06.164Z] ---------------------------------------------- [2020-07-04T21:40:06.164Z] ---------------------------------------------- [2020-07-04T21:40:06.164Z] Starting test: javaString(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:40:06.419Z] [2020-07-04T21:40:06.419Z] Finished test: javaString(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:40:06.419Z] ---------------------------------------------- [2020-07-04T21:40:06.419Z] ---------------------------------------------- [2020-07-04T21:40:06.419Z] Starting test: javaByteArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:40:06.675Z] [2020-07-04T21:40:06.675Z] Finished test: javaByteArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:40:06.675Z] ---------------------------------------------- [2020-07-04T21:40:06.675Z] ---------------------------------------------- [2020-07-04T21:40:06.675Z] Starting test: createEclipseClass(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:40:06.931Z] [2020-07-04T21:40:06.931Z] Finished test: createEclipseClass(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:40:06.931Z] ---------------------------------------------- [2020-07-04T21:40:06.931Z] ---------------------------------------------- [2020-07-04T21:40:06.931Z] Starting test: pythonString(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:40:06.931Z] [2020-07-04T21:40:06.931Z] Finished test: pythonString(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:40:06.931Z] ---------------------------------------------- [2020-07-04T21:40:06.931Z] ---------------------------------------------- [2020-07-04T21:40:06.931Z] Starting test: varargs(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:40:07.186Z] [2020-07-04T21:40:07.186Z] Finished test: varargs(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:40:07.186Z] ---------------------------------------------- [2020-07-04T21:40:07.186Z] ---------------------------------------------- [2020-07-04T21:40:07.186Z] Starting test: createJavaType(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:40:07.442Z] [2020-07-04T21:40:07.442Z] Finished test: createJavaType(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:40:07.442Z] ---------------------------------------------- [2020-07-04T21:40:07.442Z] ---------------------------------------------- [2020-07-04T21:40:07.442Z] Starting test: javaFloatArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:40:07.698Z] [2020-07-04T21:40:07.698Z] Finished test: javaFloatArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:40:07.698Z] ---------------------------------------------- [2020-07-04T21:40:07.698Z] ---------------------------------------------- [2020-07-04T21:40:07.698Z] Starting test: implementJavaInterface(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:40:07.953Z] [2020-07-04T21:40:07.953Z] Finished test: implementJavaInterface(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:40:07.953Z] ---------------------------------------------- [2020-07-04T21:40:07.953Z] ---------------------------------------------- [2020-07-04T21:40:07.953Z] Starting test: pythonDict(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:40:07.953Z] [2020-07-04T21:40:07.953Z] Finished test: pythonDict(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:40:07.953Z] ---------------------------------------------- [2020-07-04T21:40:07.953Z] ---------------------------------------------- [2020-07-04T21:40:07.953Z] Starting test: pythonList(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:40:08.209Z] [2020-07-04T21:40:08.209Z] Finished test: pythonList(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:40:08.209Z] ---------------------------------------------- [2020-07-04T21:40:08.209Z] ---------------------------------------------- [2020-07-04T21:40:08.209Z] Starting test: testMultiple(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:40:08.465Z] [2020-07-04T21:40:08.465Z] Finished test: testMultiple(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:40:08.465Z] ---------------------------------------------- [2020-07-04T21:40:08.465Z] ---------------------------------------------- [2020-07-04T21:40:08.465Z] Starting test: javaLongArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:40:08.721Z] [2020-07-04T21:40:08.721Z] Finished test: javaLongArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:40:08.721Z] ---------------------------------------------- [2020-07-04T21:40:08.721Z] ---------------------------------------------- [2020-07-04T21:40:08.721Z] Starting test: createPythonObject(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:40:08.721Z] [2020-07-04T21:40:08.721Z] Finished test: createPythonObject(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:40:08.721Z] ---------------------------------------------- [2020-07-04T21:40:08.721Z] ---------------------------------------------- [2020-07-04T21:40:08.721Z] Starting test: pythonInteger(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:40:08.976Z] [2020-07-04T21:40:08.976Z] Finished test: pythonInteger(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:40:08.976Z] ---------------------------------------------- [2020-07-04T21:40:08.976Z] Tests run: 30, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 6.569 s - in org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest [2020-07-04T21:40:08.976Z] invalidSyntax(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.198 s [2020-07-04T21:40:08.977Z] getScriptEngine(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 1.198 s [2020-07-04T21:40:08.977Z] callExit(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) skipped [2020-07-04T21:40:08.977Z] multiLinesOfCode(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) skipped [2020-07-04T21:40:08.977Z] incompleteStatement(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.195 s [2020-07-04T21:40:08.977Z] multiLineStatement(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.199 s [2020-07-04T21:40:08.977Z] runtimeError(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.199 s [2020-07-04T21:40:08.977Z] javaIntArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.198 s [2020-07-04T21:40:08.977Z] javaDoubleArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.199 s [2020-07-04T21:40:08.977Z] pythonSet(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.201 s [2020-07-04T21:40:08.977Z] javaStringArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.2 s [2020-07-04T21:40:08.977Z] javaShortArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.2 s [2020-07-04T21:40:08.977Z] javaBooleanArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.198 s [2020-07-04T21:40:08.977Z] javaObjectArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.201 s [2020-07-04T21:40:08.977Z] javaIntegerArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.202 s [2020-07-04T21:40:08.977Z] javaInteger(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.197 s [2020-07-04T21:40:08.977Z] javaString(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.209 s [2020-07-04T21:40:08.977Z] javaByteArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.2 s [2020-07-04T21:40:08.977Z] createEclipseClass(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.197 s [2020-07-04T21:40:08.977Z] pythonString(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.195 s [2020-07-04T21:40:08.977Z] varargs(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.199 s [2020-07-04T21:40:08.977Z] createJavaType(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.197 s [2020-07-04T21:40:08.977Z] javaFloatArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.198 s [2020-07-04T21:40:08.977Z] implementJavaInterface(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.195 s [2020-07-04T21:40:08.977Z] pythonDict(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.196 s [2020-07-04T21:40:08.977Z] pythonList(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.199 s [2020-07-04T21:40:08.977Z] testMultiple(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.205 s [2020-07-04T21:40:08.977Z] javaLongArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.197 s [2020-07-04T21:40:08.977Z] createPythonObject(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.197 s [2020-07-04T21:40:08.977Z] pythonInteger(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.198 s [2020-07-04T21:40:08.977Z] Running org.eclipse.ease.lang.python.py4j.StartStopTest [2020-07-04T21:40:08.977Z] ---------------------------------------------- [2020-07-04T21:40:08.977Z] Starting test: startStop(org.eclipse.ease.lang.python.py4j.StartStopTest) [2020-07-04T21:40:09.233Z] [2020-07-04T21:40:09.233Z] Finished test: startStop(org.eclipse.ease.lang.python.py4j.StartStopTest) [2020-07-04T21:40:09.233Z] ---------------------------------------------- [2020-07-04T21:40:09.233Z] ---------------------------------------------- [2020-07-04T21:40:09.233Z] Starting test: startStopShellNoBootstrap(org.eclipse.ease.lang.python.py4j.StartStopTest) [2020-07-04T21:40:09.490Z] [2020-07-04T21:40:09.490Z] Finished test: startStopShellNoBootstrap(org.eclipse.ease.lang.python.py4j.StartStopTest) [2020-07-04T21:40:09.490Z] ---------------------------------------------- [2020-07-04T21:40:09.490Z] ---------------------------------------------- [2020-07-04T21:40:09.490Z] Starting test: multiStartStop(org.eclipse.ease.lang.python.py4j.StartStopTest) [2020-07-04T21:40:09.745Z] [2020-07-04T21:40:09.745Z] Finished test: multiStartStop(org.eclipse.ease.lang.python.py4j.StartStopTest) [2020-07-04T21:40:09.745Z] ---------------------------------------------- [2020-07-04T21:40:09.745Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.604 s - in org.eclipse.ease.lang.python.py4j.StartStopTest [2020-07-04T21:40:09.745Z] startStop(org.eclipse.ease.lang.python.py4j.StartStopTest) Time elapsed: 0.201 s [2020-07-04T21:40:09.745Z] startStopShellNoBootstrap(org.eclipse.ease.lang.python.py4j.StartStopTest) Time elapsed: 0.201 s [2020-07-04T21:40:09.745Z] multiStartStop(org.eclipse.ease.lang.python.py4j.StartStopTest) Time elapsed: 0.201 s [2020-07-04T21:40:09.745Z] [2020-07-04T21:40:09.745Z] Results: [2020-07-04T21:40:09.745Z] [2020-07-04T21:40:09.745Z] Tests run: 120, Failures: 0, Errors: 0, Skipped: 13 [2020-07-04T21:40:09.745Z] [2020-07-04T21:40:10.307Z] [INFO] All tests passed! [2020-07-04T21:40:10.307Z] [INFO] [2020-07-04T21:40:10.307Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.python.py4j.test --- [2020-07-04T21:40:10.307Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/org.eclipse.ease.lang.python.py4j.test-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.py4j.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.py4j.test-0.8.0-SNAPSHOT.jar [2020-07-04T21:40:10.307Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.py4j.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.py4j.test-0.8.0-SNAPSHOT.pom [2020-07-04T21:40:10.307Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/org.eclipse.ease.lang.python.py4j.test-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.py4j.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.py4j.test-0.8.0-SNAPSHOT-sources.jar [2020-07-04T21:40:10.307Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.py4j.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.py4j.test-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:40:10.307Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.py4j.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.py4j.test-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:40:10.307Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.py4j.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.py4j.test-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:40:10.307Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.python.py4j.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.python.py4j.test-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:40:10.307Z] [INFO] [2020-07-04T21:40:10.307Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.python.py4j.test --- [2020-07-04T21:40:10.307Z] [INFO] [2020-07-04T21:40:10.307Z] [INFO] -----< org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.test >------ [2020-07-04T21:40:10.307Z] [INFO] Building org.eclipse.ease.lang.scriptarchive.test 0.8.0-SNAPSHOT [45/48] [2020-07-04T21:40:10.307Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-07-04T21:40:10.307Z] [INFO] [2020-07-04T21:40:10.307Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-07-04T21:40:10.307Z] [INFO] [2020-07-04T21:40:10.307Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-07-04T21:40:10.307Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-07-04T21:40:10.307Z] [INFO] [2020-07-04T21:40:10.307Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-07-04T21:40:10.307Z] [INFO] [2020-07-04T21:40:10.307Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-07-04T21:40:10.307Z] [INFO] [2020-07-04T21:40:10.307Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.scriptarchive.test >>> [2020-07-04T21:40:10.307Z] [INFO] [2020-07-04T21:40:10.307Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-07-04T21:40:10.307Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-07-04T21:40:10.307Z] [INFO] [2020-07-04T21:40:10.307Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-07-04T21:40:10.307Z] [INFO] [2020-07-04T21:40:10.307Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-07-04T21:40:10.307Z] [INFO] [2020-07-04T21:40:10.307Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.scriptarchive.test <<< [2020-07-04T21:40:10.307Z] [INFO] [2020-07-04T21:40:10.307Z] [INFO] [2020-07-04T21:40:10.308Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-07-04T21:40:10.308Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-07-04T21:40:11.688Z] [INFO] [2020-07-04T21:40:11.688Z] Loading source files for package org.eclipse.ease.lang.scriptarchive... [2020-07-04T21:40:11.688Z] Constructing Javadoc information... [2020-07-04T21:40:11.688Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/target/javadoc-bundle-options/package-list" [2020-07-04T21:40:11.688Z] No plugin definition found, skipping [2020-07-04T21:40:11.688Z] No plugin definition found, skipping [2020-07-04T21:40:11.688Z] [WARNING] Javadoc Warnings [2020-07-04T21:40:11.688Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10" [2020-07-04T21:40:11.688Z] [INFO] [2020-07-04T21:40:11.688Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-07-04T21:40:11.688Z] [INFO] [2020-07-04T21:40:11.688Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-07-04T21:40:11.688Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:40:11.689Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/src/main/resources [2020-07-04T21:40:11.689Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/help [2020-07-04T21:40:11.689Z] [INFO] [2020-07-04T21:40:11.689Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-07-04T21:40:11.689Z] [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/target/classes [2020-07-04T21:40:11.689Z] [INFO] [2020-07-04T21:40:11.689Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-07-04T21:40:11.689Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:40:11.689Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/src/test/resources [2020-07-04T21:40:11.689Z] [INFO] [2020-07-04T21:40:11.689Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-07-04T21:40:11.689Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/target/org.eclipse.ease.lang.scriptarchive.test-0.8.0-SNAPSHOT-sources.jar [2020-07-04T21:40:11.689Z] [INFO] [2020-07-04T21:40:11.689Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-07-04T21:40:11.689Z] [INFO] [2020-07-04T21:40:11.689Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-07-04T21:40:11.689Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/target/org.eclipse.ease.lang.scriptarchive.test-0.8.0-SNAPSHOT.jar [2020-07-04T21:40:11.689Z] [INFO] [2020-07-04T21:40:11.689Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-07-04T21:40:11.689Z] [INFO] [2020-07-04T21:40:11.689Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-07-04T21:40:11.689Z] [INFO] [2020-07-04T21:40:11.689Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-07-04T21:40:11.689Z] [INFO] [2020-07-04T21:40:11.689Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-07-04T21:40:11.689Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/target/work/data/.metadata/.log [2020-07-04T21:40:11.689Z] [INFO] Command line: [2020-07-04T21:40:11.689Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.700.v20200207-2156/org.eclipse.equinox.launcher-1.5.700.v20200207-2156.jar, -data, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/target/surefire.properties] [2020-07-04T21:40:11.689Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10" [2020-07-04T21:40:13.089Z] Running org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest [2020-07-04T21:40:13.089Z] We are running from a zip file! [2020-07-04T21:40:13.345Z] org.eclipse.ease.ScriptExecutionException: SyntaxError: missing ; before statement (workspace://__EASE_ScriptArchive_1/scripts/Master.js#3) [2020-07-04T21:40:13.345Z] this is an error [2020-07-04T21:40:13.345Z] ^ [2020-07-04T21:40:13.345Z] at Master.js,workspace://__EASE_ScriptArchive_1/scripts/Master.js [2020-07-04T21:40:13.345Z] org.eclipse.ease.ScriptExecutionException: SyntaxError: missing ; before statement (workspace://__EASE_ScriptArchive_1/scripts/Master.js#3) [2020-07-04T21:40:13.345Z] this is an error [2020-07-04T21:40:13.345Z] ^ [2020-07-04T21:40:13.345Z] at Master.js,workspace://__EASE_ScriptArchive_1/scripts/Master.js [2020-07-04T21:40:13.345Z] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.463 s - in org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest [2020-07-04T21:40:13.345Z] executeWithManifest(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0.349 s [2020-07-04T21:40:13.345Z] zipFileRegistration(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0.006 s [2020-07-04T21:40:13.345Z] engineIdRegistration(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0 s [2020-07-04T21:40:13.345Z] jarFileRegistration(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0.001 s [2020-07-04T21:40:13.345Z] sarFileRegistration(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0 s [2020-07-04T21:40:13.345Z] executeWithErrors(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0.034 s [2020-07-04T21:40:13.345Z] executeWithIncludes(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0.058 s [2020-07-04T21:40:13.345Z] [2020-07-04T21:40:13.345Z] Results: [2020-07-04T21:40:13.345Z] [2020-07-04T21:40:13.345Z] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 [2020-07-04T21:40:13.345Z] [2020-07-04T21:40:13.907Z] [INFO] All tests passed! [2020-07-04T21:40:13.907Z] [INFO] [2020-07-04T21:40:13.907Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-07-04T21:40:13.907Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/target/org.eclipse.ease.lang.scriptarchive.test-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.test-0.8.0-SNAPSHOT.jar [2020-07-04T21:40:13.907Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.test-0.8.0-SNAPSHOT.pom [2020-07-04T21:40:13.907Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/target/org.eclipse.ease.lang.scriptarchive.test-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.test-0.8.0-SNAPSHOT-sources.jar [2020-07-04T21:40:13.907Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.test-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:40:13.907Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.test-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:40:13.907Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.test-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:40:13.907Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.scriptarchive.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.scriptarchive.test-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:40:13.908Z] [INFO] [2020-07-04T21:40:13.908Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-07-04T21:40:13.908Z] [INFO] [2020-07-04T21:40:13.908Z] [INFO] --------< org.eclipse.ease:org.eclipse.ease.lang.unittest.test >-------- [2020-07-04T21:40:13.908Z] [INFO] Building org.eclipse.ease.lang.unittest.test 0.8.0-SNAPSHOT [46/48] [2020-07-04T21:40:13.908Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-07-04T21:40:13.908Z] [INFO] [2020-07-04T21:40:13.908Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.lang.unittest.test --- [2020-07-04T21:40:13.908Z] [INFO] [2020-07-04T21:40:13.908Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.unittest.test --- [2020-07-04T21:40:13.908Z] [INFO] The project's OSGi version is 0.8.0.I201908141044 [2020-07-04T21:40:13.908Z] [INFO] [2020-07-04T21:40:13.908Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.unittest.test --- [2020-07-04T21:40:13.908Z] [INFO] [2020-07-04T21:40:13.908Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.unittest.test --- [2020-07-04T21:40:13.908Z] [INFO] [2020-07-04T21:40:13.908Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.lang.unittest.test >>> [2020-07-04T21:40:13.908Z] [INFO] [2020-07-04T21:40:13.908Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.unittest.test --- [2020-07-04T21:40:13.908Z] [INFO] The project's OSGi version is 0.8.0.I201908141044 [2020-07-04T21:40:13.908Z] [INFO] [2020-07-04T21:40:13.908Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.unittest.test --- [2020-07-04T21:40:13.908Z] [INFO] [2020-07-04T21:40:13.908Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.unittest.test --- [2020-07-04T21:40:13.908Z] [INFO] [2020-07-04T21:40:13.908Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.lang.unittest.test <<< [2020-07-04T21:40:13.908Z] [INFO] [2020-07-04T21:40:13.908Z] [INFO] [2020-07-04T21:40:13.908Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.lang.unittest.test --- [2020-07-04T21:40:13.908Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-07-04T21:40:15.288Z] [INFO] [2020-07-04T21:40:15.288Z] Loading source files for package org.eclipse.ease.lang.unittest... [2020-07-04T21:40:15.288Z] Constructing Javadoc information... [2020-07-04T21:40:15.288Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.unittest.test/target/javadoc-bundle-options/package-list" [2020-07-04T21:40:15.288Z] No plugin definition found, skipping [2020-07-04T21:40:15.288Z] No plugin definition found, skipping [2020-07-04T21:40:15.288Z] [WARNING] Javadoc Warnings [2020-07-04T21:40:15.288Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10" [2020-07-04T21:40:15.288Z] [INFO] [2020-07-04T21:40:15.288Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.lang.unittest.test --- [2020-07-04T21:40:15.288Z] [INFO] [2020-07-04T21:40:15.288Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.unittest.test --- [2020-07-04T21:40:15.288Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:40:15.288Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.unittest.test/src/main/resources [2020-07-04T21:40:15.288Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.unittest.test/help [2020-07-04T21:40:15.288Z] [INFO] [2020-07-04T21:40:15.288Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.unittest.test --- [2020-07-04T21:40:15.288Z] [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.unittest.test/target/classes [2020-07-04T21:40:15.288Z] [INFO] [2020-07-04T21:40:15.288Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.unittest.test --- [2020-07-04T21:40:15.288Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:40:15.288Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.unittest.test/src/test/resources [2020-07-04T21:40:15.288Z] [INFO] [2020-07-04T21:40:15.288Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.unittest.test --- [2020-07-04T21:40:15.288Z] [WARNING] Bundle-Name header not found in /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.unittest.test/META-INF/MANIFEST.MF, fallback to Bundle-SymbolicName for source bundle [2020-07-04T21:40:15.288Z] [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.unittest.test/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [2020-07-04T21:40:15.289Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.unittest.test/target/org.eclipse.ease.lang.unittest.test-0.8.0-SNAPSHOT-sources.jar [2020-07-04T21:40:15.289Z] [INFO] [2020-07-04T21:40:15.289Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.unittest.test --- [2020-07-04T21:40:15.289Z] [INFO] [2020-07-04T21:40:15.289Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.unittest.test --- [2020-07-04T21:40:15.289Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.unittest.test/target/org.eclipse.ease.lang.unittest.test-0.8.0-SNAPSHOT.jar [2020-07-04T21:40:15.289Z] [INFO] [2020-07-04T21:40:15.289Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.unittest.test --- [2020-07-04T21:40:15.289Z] [INFO] [2020-07-04T21:40:15.289Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.unittest.test --- [2020-07-04T21:40:15.289Z] [INFO] [2020-07-04T21:40:15.289Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.unittest.test --- [2020-07-04T21:40:15.289Z] [INFO] [2020-07-04T21:40:15.289Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.ease.lang.unittest.test --- [2020-07-04T21:40:15.289Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.unittest.test/target/work/data/.metadata/.log [2020-07-04T21:40:15.289Z] [INFO] Command line: [2020-07-04T21:40:15.289Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.700.v20200207-2156/org.eclipse.equinox.launcher-1.5.700.v20200207-2156.jar, -data, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.unittest.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.unittest.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.unittest.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.unittest.test/target/surefire.properties] [2020-07-04T21:40:15.289Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10" [2020-07-04T21:40:16.684Z] Running org.eclipse.ease.lang.unittest.ClassicJavaScriptTest [2020-07-04T21:40:18.048Z] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.211 s - in org.eclipse.ease.lang.unittest.ClassicJavaScriptTest [2020-07-04T21:40:18.048Z] folderStatus(org.eclipse.ease.lang.unittest.ClassicJavaScriptTest) Time elapsed: 0.472 s [2020-07-04T21:40:18.048Z] errorTestStatus(org.eclipse.ease.lang.unittest.ClassicJavaScriptTest) Time elapsed: 0.16 s [2020-07-04T21:40:18.048Z] failureTestStatus(org.eclipse.ease.lang.unittest.ClassicJavaScriptTest) Time elapsed: 0.113 s [2020-07-04T21:40:18.048Z] verifyOutput(org.eclipse.ease.lang.unittest.ClassicJavaScriptTest) Time elapsed: 0.108 s [2020-07-04T21:40:18.048Z] suiteStatus(org.eclipse.ease.lang.unittest.ClassicJavaScriptTest) Time elapsed: 0.094 s [2020-07-04T21:40:18.048Z] ignoreTestStatus(org.eclipse.ease.lang.unittest.ClassicJavaScriptTest) Time elapsed: 0.092 s [2020-07-04T21:40:18.048Z] passTestStatus(org.eclipse.ease.lang.unittest.ClassicJavaScriptTest) Time elapsed: 0.097 s [2020-07-04T21:40:18.048Z] Running org.eclipse.ease.lang.unittest.ModernJavaScriptTest [2020-07-04T21:40:18.610Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.595 s - in org.eclipse.ease.lang.unittest.ModernJavaScriptTest [2020-07-04T21:40:18.610Z] folderStatus(org.eclipse.ease.lang.unittest.ModernJavaScriptTest) Time elapsed: 0.103 s [2020-07-04T21:40:18.610Z] verifyOutput(org.eclipse.ease.lang.unittest.ModernJavaScriptTest) Time elapsed: 0.08 s [2020-07-04T21:40:18.610Z] suiteStatus(org.eclipse.ease.lang.unittest.ModernJavaScriptTest) Time elapsed: 0.065 s [2020-07-04T21:40:18.610Z] ignoreTestStatus(org.eclipse.ease.lang.unittest.ModernJavaScriptTest) Time elapsed: 0.078 s [2020-07-04T21:40:18.610Z] ignoreTestClassStatus(org.eclipse.ease.lang.unittest.ModernJavaScriptTest) Time elapsed: 0.069 s [2020-07-04T21:40:18.610Z] failureTestClassStatus(org.eclipse.ease.lang.unittest.ModernJavaScriptTest) Time elapsed: 0.055 s [2020-07-04T21:40:18.610Z] errorTestClassStatus(org.eclipse.ease.lang.unittest.ModernJavaScriptTest) Time elapsed: 0.076 s [2020-07-04T21:40:18.610Z] passTestClassStatus(org.eclipse.ease.lang.unittest.ModernJavaScriptTest) Time elapsed: 0.067 s [2020-07-04T21:40:18.610Z] [2020-07-04T21:40:18.610Z] Results: [2020-07-04T21:40:18.610Z] [2020-07-04T21:40:18.610Z] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0 [2020-07-04T21:40:18.610Z] [2020-07-04T21:40:19.172Z] [INFO] All tests passed! [2020-07-04T21:40:19.172Z] [INFO] [2020-07-04T21:40:19.172Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.lang.unittest.test --- [2020-07-04T21:40:19.172Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.unittest.test/target/org.eclipse.ease.lang.unittest.test-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest.test-0.8.0-SNAPSHOT.jar [2020-07-04T21:40:19.172Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.unittest.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest.test-0.8.0-SNAPSHOT.pom [2020-07-04T21:40:19.172Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.unittest.test/target/org.eclipse.ease.lang.unittest.test-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest.test-0.8.0-SNAPSHOT-sources.jar [2020-07-04T21:40:19.172Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.unittest.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest.test-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:40:19.172Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.unittest.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest.test-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:40:19.172Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.unittest.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest.test-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:40:19.172Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.unittest.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.lang.unittest.test/0.8.0-SNAPSHOT/org.eclipse.ease.lang.unittest.test-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:40:19.172Z] [INFO] [2020-07-04T21:40:19.172Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.lang.unittest.test --- [2020-07-04T21:40:19.172Z] [INFO] [2020-07-04T21:40:19.172Z] [INFO] -------------< org.eclipse.ease:org.eclipse.ease.ui.test >-------------- [2020-07-04T21:40:19.172Z] [INFO] Building org.eclipse.ease.ui.test 0.8.0-SNAPSHOT [47/48] [2020-07-04T21:40:19.172Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-07-04T21:40:19.172Z] [INFO] [2020-07-04T21:40:19.172Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.ease.ui.test --- [2020-07-04T21:40:19.172Z] [INFO] [2020-07-04T21:40:19.172Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui.test --- [2020-07-04T21:40:19.172Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-07-04T21:40:19.172Z] [INFO] [2020-07-04T21:40:19.172Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.test --- [2020-07-04T21:40:19.172Z] [INFO] [2020-07-04T21:40:19.172Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.test --- [2020-07-04T21:40:19.172Z] [INFO] [2020-07-04T21:40:19.172Z] [INFO] >>> maven-javadoc-plugin:2.9.1:javadoc (build-docs) > generate-sources @ org.eclipse.ease.ui.test >>> [2020-07-04T21:40:19.172Z] [INFO] [2020-07-04T21:40:19.172Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui.test --- [2020-07-04T21:40:19.172Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-07-04T21:40:19.172Z] [INFO] [2020-07-04T21:40:19.172Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.test --- [2020-07-04T21:40:19.172Z] [INFO] [2020-07-04T21:40:19.172Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.test --- [2020-07-04T21:40:19.172Z] [INFO] [2020-07-04T21:40:19.172Z] [INFO] <<< maven-javadoc-plugin:2.9.1:javadoc (build-docs) < generate-sources @ org.eclipse.ease.ui.test <<< [2020-07-04T21:40:19.172Z] [INFO] [2020-07-04T21:40:19.172Z] [INFO] [2020-07-04T21:40:19.172Z] [INFO] --- maven-javadoc-plugin:2.9.1:javadoc (build-docs) @ org.eclipse.ease.ui.test --- [2020-07-04T21:40:19.172Z] [ERROR] Error fetching link: http://help.eclipse.org/oxygen/topic/org.eclipse.platform.doc.isv/reference/api/package-list. Ignored it. [2020-07-04T21:40:20.538Z] [INFO] [2020-07-04T21:40:20.538Z] Loading source files for package org.eclipse.ease.ui.completion... [2020-07-04T21:40:20.538Z] Loading source files for package org.eclipse.ease.ui.completion.provider... [2020-07-04T21:40:20.538Z] Loading source files for package org.eclipse.ease.ui.completions.java.provider... [2020-07-04T21:40:20.538Z] Loading source files for package org.eclipse.ease.ui.help.hovers... [2020-07-04T21:40:20.538Z] Constructing Javadoc information... [2020-07-04T21:40:20.538Z] WARNING: Cannot open location "/home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/target/javadoc-bundle-options/package-list" [2020-07-04T21:40:20.538Z] [WARNING] Javadoc Warnings [2020-07-04T21:40:20.538Z] [WARNING] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10" [2020-07-04T21:40:20.538Z] [INFO] [2020-07-04T21:40:20.538Z] [INFO] --- build-helper-maven-plugin:1.9.1:add-resource (add_help) @ org.eclipse.ease.ui.test --- [2020-07-04T21:40:20.538Z] [INFO] [2020-07-04T21:40:20.538Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.ui.test --- [2020-07-04T21:40:20.538Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:40:20.538Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/src/main/resources [2020-07-04T21:40:20.538Z] [INFO] Copying 2 resources to help [2020-07-04T21:40:20.538Z] [INFO] [2020-07-04T21:40:20.538Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.ui.test --- [2020-07-04T21:40:20.538Z] [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/target/classes [2020-07-04T21:40:20.538Z] [INFO] [2020-07-04T21:40:20.538Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.ui.test --- [2020-07-04T21:40:20.538Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:40:20.538Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/src/test/resources [2020-07-04T21:40:20.538Z] [INFO] [2020-07-04T21:40:20.538Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.ui.test --- [2020-07-04T21:40:20.538Z] [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [2020-07-04T21:40:20.538Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/target/org.eclipse.ease.ui.test-0.8.0-SNAPSHOT-sources.jar [2020-07-04T21:40:20.538Z] [INFO] [2020-07-04T21:40:20.538Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.ui.test --- [2020-07-04T21:40:20.538Z] [INFO] [2020-07-04T21:40:20.538Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.ui.test --- [2020-07-04T21:40:20.538Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/target/org.eclipse.ease.ui.test-0.8.0-SNAPSHOT.jar [2020-07-04T21:40:20.538Z] [INFO] [2020-07-04T21:40:20.538Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.ui.test --- [2020-07-04T21:40:20.538Z] [INFO] [2020-07-04T21:40:20.538Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.ui.test --- [2020-07-04T21:40:20.538Z] [INFO] [2020-07-04T21:40:20.538Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.ui.test --- [2020-07-04T21:40:20.538Z] [INFO] [2020-07-04T21:40:20.538Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.ease.ui.test --- [2020-07-04T21:40:20.795Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/target/work/data/.metadata/.log [2020-07-04T21:40:20.795Z] [INFO] Command line: [2020-07-04T21:40:20.796Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.700.v20200207-2156/org.eclipse.equinox.launcher-1.5.700.v20200207-2156.jar, -data, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/target/surefire.properties] [2020-07-04T21:40:20.796Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10" [2020-07-04T21:40:22.192Z] Running org.eclipse.ease.ui.help.hovers.ModuleHelpTest [2020-07-04T21:40:22.192Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.046 s - in org.eclipse.ease.ui.help.hovers.ModuleHelpTest [2020-07-04T21:40:22.192Z] getModuleHelpLocation(org.eclipse.ease.ui.help.hovers.ModuleHelpTest) skipped [2020-07-04T21:40:22.192Z] getModuleHelp(org.eclipse.ease.ui.help.hovers.ModuleHelpTest) skipped [2020-07-04T21:40:22.192Z] getMethodHelp(org.eclipse.ease.ui.help.hovers.ModuleHelpTest) skipped [2020-07-04T21:40:22.192Z] getConstantHelp(org.eclipse.ease.ui.help.hovers.ModuleHelpTest) skipped [2020-07-04T21:40:22.192Z] Running org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest [2020-07-04T21:40:22.192Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 8, Time elapsed: 0.052 s - in org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest [2020-07-04T21:40:22.192Z] workspaceProjectProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-07-04T21:40:22.192Z] checkOperatingSystem(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-07-04T21:40:22.192Z] absoluteRootWorkspaceProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-07-04T21:40:22.192Z] workspaceFolderProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-07-04T21:40:22.192Z] fileSystemFolderProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-07-04T21:40:22.192Z] workspaceProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-07-04T21:40:22.192Z] relativeRootWorkspaceProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-07-04T21:40:22.192Z] fileSystemRootProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-07-04T21:40:22.192Z] Running org.eclipse.ease.ui.completion.CompletionContextTest [2020-07-04T21:40:22.192Z] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.ease.ui.completion.CompletionContextTest [2020-07-04T21:40:22.192Z] resolveStaticClass(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0.003 s [2020-07-04T21:40:22.192Z] resolveClassWithFilter(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-07-04T21:40:22.192Z] simplifyCalls(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0.001 s [2020-07-04T21:40:22.193Z] resolveClass(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-07-04T21:40:22.193Z] replaceEscapedStringLiterals(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-07-04T21:40:22.193Z] replaceSimpleStringLiterals(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-07-04T21:40:22.193Z] resolveStaticClassWithFilter(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-07-04T21:40:22.193Z] resolveClassWithParameters(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-07-04T21:40:22.193Z] replaceMultipleStringLiterals(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-07-04T21:40:22.193Z] Running org.eclipse.ease.ui.completions.java.provider.JavaPackagesCompletionsProviderTest [2020-07-04T21:40:28.729Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.89 s - in org.eclipse.ease.ui.completions.java.provider.JavaPackagesCompletionsProviderTest [2020-07-04T21:40:28.729Z] containsJavaLangPackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaPackagesCompletionsProviderTest) Time elapsed: 0.478 s [2020-07-04T21:40:28.729Z] containsOrgRootPackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaPackagesCompletionsProviderTest) Time elapsed: 0.007 s [2020-07-04T21:40:28.729Z] containsJavaRootPackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaPackagesCompletionsProviderTest) Time elapsed: 0.006 s [2020-07-04T21:40:28.729Z] containsOrgEclipsePackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaPackagesCompletionsProviderTest) Time elapsed: 0.061 s [2020-07-04T21:40:28.729Z] Running org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest [2020-07-04T21:40:33.978Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.145 s - in org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest [2020-07-04T21:40:33.978Z] containsPackageFileCompletion(org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest) Time elapsed: 0.007 s [2020-07-04T21:40:33.978Z] containsGlobalFileCompletion(org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest) Time elapsed: 0.034 s [2020-07-04T21:40:33.978Z] containsJavaLangPackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest) Time elapsed: 0.042 s [2020-07-04T21:40:33.978Z] containsOrgRootPackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest) Time elapsed: 0.004 s [2020-07-04T21:40:33.978Z] containsJavaRootPackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest) Time elapsed: 0.005 s [2020-07-04T21:40:33.978Z] containsOrgEclipsePackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest) Time elapsed: 0.047 s [2020-07-04T21:40:33.978Z] [2020-07-04T21:40:33.978Z] Results: [2020-07-04T21:40:33.978Z] [2020-07-04T21:40:33.978Z] Tests run: 31, Failures: 0, Errors: 0, Skipped: 12 [2020-07-04T21:40:33.978Z] [2020-07-04T21:40:34.234Z] [INFO] All tests passed! [2020-07-04T21:40:34.234Z] [INFO] [2020-07-04T21:40:34.234Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.ease.ui.test --- [2020-07-04T21:40:34.234Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/target/org.eclipse.ease.ui.test-0.8.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.test/0.8.0-SNAPSHOT/org.eclipse.ease.ui.test-0.8.0-SNAPSHOT.jar [2020-07-04T21:40:34.235Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.test/0.8.0-SNAPSHOT/org.eclipse.ease.ui.test-0.8.0-SNAPSHOT.pom [2020-07-04T21:40:34.235Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/target/org.eclipse.ease.ui.test-0.8.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.test/0.8.0-SNAPSHOT/org.eclipse.ease.ui.test-0.8.0-SNAPSHOT-sources.jar [2020-07-04T21:40:34.235Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.test/0.8.0-SNAPSHOT/org.eclipse.ease.ui.test-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:40:34.235Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.test/0.8.0-SNAPSHOT/org.eclipse.ease.ui.test-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:40:34.235Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.test/0.8.0-SNAPSHOT/org.eclipse.ease.ui.test-0.8.0-SNAPSHOT-p2metadata.xml [2020-07-04T21:40:34.235Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/ease/org.eclipse.ease.ui.test/0.8.0-SNAPSHOT/org.eclipse.ease.ui.test-0.8.0-SNAPSHOT-p2artifacts.xml [2020-07-04T21:40:34.235Z] [INFO] [2020-07-04T21:40:34.235Z] [INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.ease.ui.test --- [2020-07-04T21:40:34.235Z] [INFO] [2020-07-04T21:40:34.235Z] [INFO] ---------------------< org.eclipse.ease:ease.core >--------------------- [2020-07-04T21:40:34.235Z] [INFO] Building EASE (Incubation) 0.4.0-SNAPSHOT [48/48] [2020-07-04T21:40:34.235Z] [INFO] --------------------------------[ pom ]--------------------------------- [2020-07-04T21:40:34.235Z] [INFO] [2020-07-04T21:40:34.235Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ ease.core --- [2020-07-04T21:40:34.235Z] [INFO] [2020-07-04T21:40:34.235Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ ease.core --- [2020-07-04T21:40:34.492Z] [INFO] Installing /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/pom.xml to /home/jenkins/.m2/repository/org/eclipse/ease/ease.core/0.4.0-SNAPSHOT/ease.core-0.4.0-SNAPSHOT.pom [2020-07-04T21:40:34.492Z] [INFO] ------------------------------------------------------------------------ [2020-07-04T21:40:34.492Z] [INFO] Reactor Summary: [2020-07-04T21:40:34.492Z] [INFO] [2020-07-04T21:40:34.492Z] [INFO] org.eclipse.ease.releng 0.8.0-SNAPSHOT ............. SUCCESS [ 5.331 s] [2020-07-04T21:40:34.492Z] [INFO] org.eclipse.ease.classloader 0.8.0-SNAPSHOT ........ SUCCESS [ 4.149 s] [2020-07-04T21:40:34.492Z] [INFO] org.eclipse.ease 0.8.0-SNAPSHOT .................... SUCCESS [ 2.510 s] [2020-07-04T21:40:34.492Z] [INFO] org.eclipse.ease.ui 0.8.0-SNAPSHOT ................. SUCCESS [ 2.684 s] [2020-07-04T21:40:34.492Z] [INFO] org.eclipse.ease.ui.completions.java 0.8.0-SNAPSHOT SUCCESS [ 1.833 s] [2020-07-04T21:40:34.492Z] [INFO] org.eclipse.ease.ui.scripts 0.8.0-SNAPSHOT ......... SUCCESS [ 2.177 s] [2020-07-04T21:40:34.492Z] [INFO] org.eclipse.ease.lang.javascript 0.8.0-SNAPSHOT .... SUCCESS [ 1.383 s] [2020-07-04T21:40:34.492Z] [INFO] org.eclipse.ease.lang.scriptarchive 0.8.0-SNAPSHOT . SUCCESS [ 1.280 s] [2020-07-04T21:40:34.492Z] [INFO] org.eclipse.ease.lang.python 0.8.0-SNAPSHOT ........ SUCCESS [ 1.563 s] [2020-07-04T21:40:34.492Z] [INFO] org.eclipse.ease.lang.python.py4j 0.8.0-SNAPSHOT ... SUCCESS [ 1.404 s] [2020-07-04T21:40:34.492Z] [INFO] org.eclipse.ease.lang.groovy 0.8.0-SNAPSHOT ........ SUCCESS [ 1.333 s] [2020-07-04T21:40:34.492Z] [INFO] org.eclipse.ease.lang.groovy.interpreter 0.8.0-SNAPSHOT SUCCESS [ 1.314 s] [2020-07-04T21:40:34.492Z] [INFO] org.eclipse.ease.lang.unittest 0.8.0-SNAPSHOT ...... SUCCESS [ 1.915 s] [2020-07-04T21:40:34.492Z] [INFO] org.eclipse.ease.lang.unittest.ui 0.8.0-SNAPSHOT ... SUCCESS [ 1.797 s] [2020-07-04T21:40:34.492Z] [INFO] org.eclipse.ease.lang.ruby 0.8.0-SNAPSHOT .......... SUCCESS [ 1.472 s] [2020-07-04T21:40:34.492Z] [INFO] org.eclipse.ease.lang.ruby.jruby 0.8.0-SNAPSHOT .... SUCCESS [ 1.449 s] [2020-07-04T21:40:34.492Z] [INFO] org.eclipse.ease.lang.javascript.nashorn 0.8.0-SNAPSHOT SUCCESS [ 1.356 s] [2020-07-04T21:40:34.492Z] [INFO] org.eclipse.ease.lang.javascript.rhino 0.8.0-SNAPSHOT SUCCESS [ 1.578 s] [2020-07-04T21:40:34.492Z] [INFO] org.eclipse.ease.lang.python.jython 0.8.0-SNAPSHOT . SUCCESS [ 1.540 s] [2020-07-04T21:40:34.492Z] [INFO] org.eclipse.ease.lang.javascript.ui 0.8.0-SNAPSHOT . SUCCESS [ 1.435 s] [2020-07-04T21:40:34.492Z] [INFO] org.eclipse.ease.lang.jvm.compiled 0.8.0-SNAPSHOT .. SUCCESS [ 1.511 s] [2020-07-04T21:40:34.492Z] [INFO] org.eclipse.ease.lang.scriptarchive.ui 0.8.0-SNAPSHOT SUCCESS [ 1.462 s] [2020-07-04T21:40:34.492Z] [INFO] org.eclipse.ease.help 0.8.0-SNAPSHOT ............... SUCCESS [ 0.087 s] [2020-07-04T21:40:34.492Z] [INFO] org.eclipse.ease.feature 0.8.0-SNAPSHOT ............ SUCCESS [ 0.113 s] [2020-07-04T21:40:34.492Z] [INFO] org.eclipse.ease.ui.feature 0.8.0-SNAPSHOT ......... SUCCESS [ 0.168 s] [2020-07-04T21:40:34.492Z] [INFO] org.eclipse.ease.lang.javascript.feature 0.8.0-SNAPSHOT SUCCESS [ 0.087 s] [2020-07-04T21:40:34.492Z] [INFO] org.eclipse.ease.lang.python.feature 0.8.0-SNAPSHOT SUCCESS [ 0.082 s] [2020-07-04T21:40:34.492Z] [INFO] org.eclipse.ease.python.jython.feature 0.8.0-SNAPSHOT SUCCESS [ 0.092 s] [2020-07-04T21:40:34.492Z] [INFO] org.eclipse.ease.lang.python.py4j.feature 0.8.0-SNAPSHOT SUCCESS [ 0.085 s] [2020-07-04T21:40:34.492Z] [INFO] org.eclipse.ease.lang.jvm.feature 0.8.0-SNAPSHOT ... SUCCESS [ 0.082 s] [2020-07-04T21:40:34.492Z] [INFO] org.eclipse.ease.lang.groovy.feature 0.8.0-SNAPSHOT SUCCESS [ 0.070 s] [2020-07-04T21:40:34.492Z] [INFO] org.eclipse.ease.lang.ruby.feature 0.8.0-SNAPSHOT .. SUCCESS [ 0.088 s] [2020-07-04T21:40:34.492Z] [INFO] org.eclipse.ease.lang.scriptarchive.feature 0.8.0-SNAPSHOT SUCCESS [ 0.080 s] [2020-07-04T21:40:34.492Z] [INFO] org.eclipse.ease.lang.unittest.feature 0.8.0-SNAPSHOT SUCCESS [ 0.088 s] [2020-07-04T21:40:34.492Z] [INFO] org.eclipse.ease.releng.target 0.8.0-SNAPSHOT ...... SUCCESS [ 0.009 s] [2020-07-04T21:40:34.492Z] [INFO] org.eclipse.ease.releng.p2 0.8.0-SNAPSHOT .......... SUCCESS [ 2.534 s] [2020-07-04T21:40:34.492Z] [INFO] org.eclipse.ease.testhelper 0.8.0-SNAPSHOT ......... SUCCESS [ 1.465 s] [2020-07-04T21:40:34.492Z] [INFO] org.eclipse.ease.test 0.8.0-SNAPSHOT ............... SUCCESS [ 14.549 s] [2020-07-04T21:40:34.492Z] [INFO] org.eclipse.ease.lang.javascript.nashorn.test 0.8.0-SNAPSHOT SUCCESS [ 3.960 s] [2020-07-04T21:40:34.492Z] [INFO] org.eclipse.ease.lang.javascript.rhino.test 0.8.0-SNAPSHOT SUCCESS [ 15.193 s] [2020-07-04T21:40:34.492Z] [INFO] org.eclipse.ease.lang.javascript.test 0.8.0-SNAPSHOT SUCCESS [ 3.733 s] [2020-07-04T21:40:34.492Z] [INFO] org.eclipse.ease.lang.python.test 0.8.0-SNAPSHOT ... SUCCESS [ 3.173 s] [2020-07-04T21:40:34.492Z] [INFO] org.eclipse.ease.lang.python.jython.test 0.8.0-SNAPSHOT SUCCESS [ 16.993 s] [2020-07-04T21:40:34.492Z] [INFO] org.eclipse.ease.lang.python.py4j.test 0.8.0-SNAPSHOT SUCCESS [ 27.501 s] [2020-07-04T21:40:34.493Z] [INFO] org.eclipse.ease.lang.scriptarchive.test 0.8.0-SNAPSHOT SUCCESS [ 3.708 s] [2020-07-04T21:40:34.493Z] [INFO] org.eclipse.ease.lang.unittest.test 0.8.0-SNAPSHOT . SUCCESS [ 5.214 s] [2020-07-04T21:40:34.493Z] [INFO] org.eclipse.ease.ui.test 0.8.0-SNAPSHOT ............ SUCCESS [ 15.125 s] [2020-07-04T21:40:34.493Z] [INFO] EASE (Incubation) 0.4.0-SNAPSHOT ................... SUCCESS [ 0.169 s] [2020-07-04T21:40:34.493Z] [INFO] ------------------------------------------------------------------------ [2020-07-04T21:40:34.493Z] [INFO] BUILD SUCCESS [2020-07-04T21:40:34.493Z] [INFO] ------------------------------------------------------------------------ [2020-07-04T21:40:34.493Z] [INFO] Total time: 04:55 min [2020-07-04T21:40:34.493Z] [INFO] Finished at: 2020-07-04T21:40:34Z [2020-07-04T21:40:34.493Z] [INFO] ------------------------------------------------------------------------ [2020-07-04T21:40:34.493Z] [INFO] [jenkins-event-spy] Generated /home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven6ec5de10/maven-spy-20200704-213538-3413668757676897282299.log [Pipeline] } [2020-07-04T21:41:07.820Z] [withMaven] Publishers: Pipeline Graph Publisher: 41 ms, Invoker Publisher: 1 ms, Junit Publisher: 1 ms, Concordion Publisher: 1 ms, Dependencies Fingerprint Publisher: 963 ms, Findbugs Publisher: 1 ms [Pipeline] // withMaven [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] sh [2020-07-04T21:41:08.120Z] + cp 'releng/org.eclipse.ease.releng.target/previous targets/2019-03.target' releng/org.eclipse.ease.releng.target/org.eclipse.ease.releng.target.target [Pipeline] withMaven [2020-07-04T21:41:08.127Z] [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-07-04T21:41:08.128Z] [withMaven] Available options: [2020-07-04T21:41:08.128Z] [withMaven] using JDK installation oracle-jdk8-latest [2020-07-04T21:41:08.132Z] [withMaven] using Maven installation 'apache-maven-latest' [Pipeline] { [Pipeline] sh [2020-07-04T21:41:08.412Z] + mvn integration-test -f releng/org.eclipse.ease.releng/target-tests-pom.xml [2020-07-04T21:41:08.413Z] ----- withMaven Wrapper script ----- [2020-07-04T21:41:08.413Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven2c99166c/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven2c99166c" [2020-07-04T21:41:08.413Z] Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) [2020-07-04T21:41:08.413Z] Maven home: /opt/tools/apache-maven/latest [2020-07-04T21:41:08.413Z] Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre [2020-07-04T21:41:08.413Z] Default locale: en_US, platform encoding: UTF-8 [2020-07-04T21:41:08.413Z] OS name: "linux", version: "3.10.0-1062.el7.x86_64", arch: "amd64", family: "unix" [2020-07-04T21:41:08.984Z] [INFO] [jenkins-event-spy] Generate /home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven2c99166c/maven-spy-20200704-214108-741260232519121418222.log.tmp ... [2020-07-04T21:41:09.239Z] [INFO] Scanning for projects... [2020-07-04T21:41:09.799Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-07-04T21:41:11.192Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-07-04T21:41:11.193Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-07-04T21:41:11.193Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-07-04T21:41:11.193Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-07-04T21:41:11.193Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-07-04T21:41:11.193Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-07-04T21:41:11.193Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-07-04T21:41:11.193Z] [WARNING] No explicit target runtime environment configuration. Build is platform dependent. [2020-07-04T21:41:11.193Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/pom.xml [2020-07-04T21:41:11.193Z] [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-03/ [2020-07-04T21:41:11.193Z] [INFO] Adding repository http://download.eclipse.org/releases/2019-03 [2020-07-04T21:41:11.193Z] [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2019-03/ (491B) [2020-07-04T21:41:11.193Z] [INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2019-03/ (491B) [2020-07-04T21:41:11.449Z] [INFO] Fetching p2.index from https://download.eclipse.org/technology/epp/packages/2019-03/ [2020-07-04T21:41:11.449Z] [INFO] Fetching p2.index from https://download.eclipse.org/technology/epp/packages/2019-03/ [2020-07-04T21:41:11.705Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/technology/epp/packages/2019-03/ [2020-07-04T21:41:11.705Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/technology/epp/packages/2019-03/ [2020-07-04T21:41:11.705Z] [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-03/201903201000/ [2020-07-04T21:41:11.705Z] [INFO] Fetching p2.index from http://download.eclipse.org/releases/2019-03/201903201000/ [2020-07-04T21:41:11.961Z] [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2019-03/201903201000/ [2020-07-04T21:41:11.961Z] [INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2019-03/201903201000/ [2020-07-04T21:41:13.326Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20190226160451/repository/ [2020-07-04T21:41:13.326Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20190226160451/repository/ [2020-07-04T21:41:13.326Z] [INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/drops/R20190226160451/repository [2020-07-04T21:41:13.326Z] [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/R20190226160451/repository/ [2020-07-04T21:41:13.326Z] [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/drops/R20190226160451/repository/ [2020-07-04T21:41:13.581Z] [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/ (109.13kB) [2020-07-04T21:41:13.581Z] [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20181102183712/repository/ (109.13kB) [2020-07-04T21:41:13.837Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190226160451/repository/ [2020-07-04T21:41:13.837Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190226160451/repository/ [2020-07-04T21:41:13.837Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190226160451/repository/ [2020-07-04T21:41:13.837Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20190226160451/repository/ [2020-07-04T21:41:14.398Z] [INFO] Adding repository https://bintray.com/artifact/download/pontesegger/ease-engines [2020-07-04T21:41:15.327Z] [INFO] Adding repository https://dl.bintray.com/py4j/py4j-eclipse/0.10.4 [2020-07-04T21:41:16.253Z] [INFO] Fetching content.jar from https://dl.bintray.com/py4j/py4j-eclipse/0.10.4/ (1.51kB) [2020-07-04T21:41:16.253Z] [INFO] Fetching content.jar from https://dl.bintray.com/py4j/py4j-eclipse/0.10.4/ (1.51kB) [2020-07-04T21:41:18.766Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/pom.xml [2020-07-04T21:41:22.928Z] [INFO] Fetching 201903201000&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2019-03/ [2020-07-04T21:41:22.928Z] [INFO] Fetching com.ibm.icu_63.1.0.v20181030-1705.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (9.35MB) [2020-07-04T21:41:22.928Z] [INFO] Fetching com.ibm.icu_63.1.0.v20181030-1705.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (9.35MB) [2020-07-04T21:41:26.191Z] [INFO] Fetching org.eclipse.osgi_3.13.300.v20190218-1622.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (453.89kB) [2020-07-04T21:41:26.191Z] [INFO] Fetching org.eclipse.osgi_3.13.300.v20190218-1622.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (453.89kB) [2020-07-04T21:41:26.191Z] [INFO] Fetching org.apache.batik.css_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (99.62kB) [2020-07-04T21:41:26.191Z] [INFO] Fetching org.apache.batik.css_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (99.62kB) [2020-07-04T21:41:26.191Z] [INFO] Fetching org.apache.batik.util_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (63.37kB) [2020-07-04T21:41:26.191Z] [INFO] Fetching org.apache.batik.util_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (63.37kB) [2020-07-04T21:41:26.447Z] [INFO] Fetching org.apache.batik.constants_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (13.04kB) [2020-07-04T21:41:26.447Z] [INFO] Fetching org.apache.batik.constants_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (13.04kB) [2020-07-04T21:41:26.447Z] [INFO] Fetching org.apache.batik.i18n_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (14.51kB) [2020-07-04T21:41:26.447Z] [INFO] Fetching org.apache.batik.i18n_1.10.0.v20180703-1553.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (14.51kB) [2020-07-04T21:41:26.702Z] [INFO] Fetching org.apache.xmlgraphics_2.2.0.v20180809-1640.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (248.02kB) [2020-07-04T21:41:26.702Z] [INFO] Fetching org.apache.xmlgraphics_2.2.0.v20180809-1640.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (248.02kB) [2020-07-04T21:41:26.957Z] [INFO] Fetching org.apache.felix.scr_2.1.14.v20190123-1619.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (154.23kB) [2020-07-04T21:41:26.958Z] [INFO] Fetching org.apache.felix.scr_2.1.14.v20190123-1619.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (154.23kB) [2020-07-04T21:41:26.958Z] [INFO] Fetching org.eclipse.osgi.util_3.5.200.v20190115-2323.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (30.66kB) [2020-07-04T21:41:26.958Z] [INFO] Fetching org.eclipse.osgi.util_3.5.200.v20190115-2323.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (30.66kB) [2020-07-04T21:41:27.213Z] [INFO] Fetching org.eclipse.compare_3.7.500.v20190218-1850.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (302.98kB) [2020-07-04T21:41:27.213Z] [INFO] Fetching org.eclipse.compare_3.7.500.v20190218-1850.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (302.98kB) [2020-07-04T21:41:27.468Z] [INFO] Fetching org.eclipse.ui_3.112.0.v20190205-1313.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (361.65kB) [2020-07-04T21:41:27.468Z] [INFO] Fetching org.eclipse.ui_3.112.0.v20190205-1313.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (361.65kB) [2020-07-04T21:41:27.724Z] [INFO] Fetching org.eclipse.core.resources_3.13.300.v20190218-2054.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (873.42kB) [2020-07-04T21:41:27.724Z] [INFO] Fetching org.eclipse.core.resources_3.13.300.v20190218-2054.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (873.42kB) [2020-07-04T21:41:27.724Z] [INFO] Fetching org.eclipse.jface.text_3.15.100.v20190305-0811.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (317.91kB) [2020-07-04T21:41:27.724Z] [INFO] Fetching org.eclipse.jface.text_3.15.100.v20190305-0811.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (317.91kB) [2020-07-04T21:41:28.286Z] [INFO] Fetching org.eclipse.ui.ide_3.15.0.v20190301-1127.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (964.56kB) [2020-07-04T21:41:28.286Z] [INFO] Fetching org.eclipse.ui.ide_3.15.0.v20190301-1127.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (964.56kB) [2020-07-04T21:41:28.542Z] [INFO] Fetching org.eclipse.ui.views_3.9.300.v20190216-1545.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (48.73kB) [2020-07-04T21:41:28.542Z] [INFO] Fetching org.eclipse.ui.views_3.9.300.v20190216-1545.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (48.73kB) [2020-07-04T21:41:28.797Z] [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.11.300.v20190218-2126.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (228.98kB) [2020-07-04T21:41:28.797Z] [INFO] Fetching org.eclipse.ui.workbench.texteditor_3.11.300.v20190218-2126.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (228.98kB) [2020-07-04T21:41:29.053Z] [INFO] Fetching org.eclipse.core.runtime_3.15.200.v20190301-1641.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (33.81kB) [2020-07-04T21:41:29.053Z] [INFO] Fetching org.eclipse.core.runtime_3.15.200.v20190301-1641.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (33.81kB) [2020-07-04T21:41:29.053Z] [INFO] Fetching org.eclipse.core.expressions_3.6.300.v20190218-1215.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (33.73kB) [2020-07-04T21:41:29.053Z] [INFO] Fetching org.eclipse.core.expressions_3.6.300.v20190218-1215.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (33.73kB) [2020-07-04T21:41:29.309Z] [INFO] Fetching org.eclipse.ui.editors_3.11.400.v20190218-1547.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (194.99kB) [2020-07-04T21:41:29.309Z] [INFO] Fetching org.eclipse.ui.editors_3.11.400.v20190218-1547.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (194.99kB) [2020-07-04T21:41:29.565Z] [INFO] Fetching org.eclipse.ui.forms_3.7.500.v20190216-1545.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (123.09kB) [2020-07-04T21:41:29.565Z] [INFO] Fetching org.eclipse.ui.forms_3.7.500.v20190216-1545.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (123.09kB) [2020-07-04T21:41:29.565Z] [INFO] Fetching org.eclipse.compare.core_3.6.400.v20190214-2156.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (32.84kB) [2020-07-04T21:41:29.565Z] [INFO] Fetching org.eclipse.compare.core_3.6.400.v20190214-2156.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (32.84kB) [2020-07-04T21:41:29.821Z] [INFO] Fetching org.eclipse.core.commands_3.9.300.v20190215-1957.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (43.61kB) [2020-07-04T21:41:29.821Z] [INFO] Fetching org.eclipse.core.commands_3.9.300.v20190215-1957.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (43.61kB) [2020-07-04T21:41:29.821Z] [INFO] Fetching org.eclipse.equinox.common_3.10.300.v20190218-2100.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (52.15kB) [2020-07-04T21:41:29.821Z] [INFO] Fetching org.eclipse.equinox.common_3.10.300.v20190218-2100.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (52.15kB) [2020-07-04T21:41:30.076Z] [INFO] Fetching org.eclipse.core.contenttype_3.7.300.v20190215-2048.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (42.27kB) [2020-07-04T21:41:30.076Z] [INFO] Fetching org.eclipse.core.contenttype_3.7.300.v20190215-2048.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (42.27kB) [2020-07-04T21:41:30.076Z] [INFO] Fetching org.eclipse.equinox.preferences_3.7.300.v20190218-2100.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (54kB) [2020-07-04T21:41:30.076Z] [INFO] Fetching org.eclipse.equinox.preferences_3.7.300.v20190218-2100.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (54kB) [2020-07-04T21:41:30.334Z] [INFO] Fetching org.eclipse.equinox.registry_3.8.300.v20190218-2100.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (77.01kB) [2020-07-04T21:41:30.334Z] [INFO] Fetching org.eclipse.equinox.registry_3.8.300.v20190218-2100.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (77.01kB) [2020-07-04T21:41:30.334Z] [INFO] Fetching org.eclipse.core.databinding_1.7.200.v20190216-1545.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (58kB) [2020-07-04T21:41:30.334Z] [INFO] Fetching org.eclipse.core.databinding_1.7.200.v20190216-1545.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (58kB) [2020-07-04T21:41:30.589Z] [INFO] Fetching org.eclipse.core.databinding.observable_1.6.400.v20190218-2049.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (83.16kB) [2020-07-04T21:41:30.589Z] [INFO] Fetching org.eclipse.core.databinding.observable_1.6.400.v20190218-2049.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (83.16kB) [2020-07-04T21:41:30.845Z] [INFO] Fetching org.eclipse.core.databinding.property_1.6.400.v20190215-1957.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (45.1kB) [2020-07-04T21:41:30.845Z] [INFO] Fetching org.eclipse.core.databinding.property_1.6.400.v20190215-1957.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (45.1kB) [2020-07-04T21:41:30.846Z] [INFO] Fetching org.eclipse.core.filebuffers_3.6.500.v20190218-1547.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (42.01kB) [2020-07-04T21:41:30.846Z] [INFO] Fetching org.eclipse.core.filebuffers_3.6.500.v20190218-1547.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (42.01kB) [2020-07-04T21:41:31.101Z] [INFO] Fetching org.eclipse.text_3.8.100.v20190306-1823.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (97.68kB) [2020-07-04T21:41:31.101Z] [INFO] Fetching org.eclipse.text_3.8.100.v20190306-1823.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (97.68kB) [2020-07-04T21:41:31.101Z] [INFO] Fetching org.eclipse.core.filesystem_1.7.300.v20190218-2054.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (27.77kB) [2020-07-04T21:41:31.101Z] [INFO] Fetching org.eclipse.core.filesystem_1.7.300.v20190218-2054.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (27.77kB) [2020-07-04T21:41:31.357Z] [INFO] Fetching org.eclipse.core.jobs_3.10.300.v20190215-2048.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (46.04kB) [2020-07-04T21:41:31.357Z] [INFO] Fetching org.eclipse.core.jobs_3.10.300.v20190215-2048.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (46.04kB) [2020-07-04T21:41:31.357Z] [INFO] Fetching org.eclipse.core.net_1.3.400.v20181030-1645.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (33.61kB) [2020-07-04T21:41:31.357Z] [INFO] Fetching org.eclipse.core.net_1.3.400.v20181030-1645.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (33.61kB) [2020-07-04T21:41:31.612Z] [INFO] Fetching org.eclipse.equinox.security_1.3.100.v20190215-2139.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (44.7kB) [2020-07-04T21:41:31.612Z] [INFO] Fetching org.eclipse.equinox.security_1.3.100.v20190215-2139.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (44.7kB) [2020-07-04T21:41:31.612Z] [INFO] Fetching org.eclipse.equinox.app_1.4.100.v20190215-2139.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (41.75kB) [2020-07-04T21:41:31.612Z] [INFO] Fetching org.eclipse.equinox.app_1.4.100.v20190215-2139.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (41.75kB) [2020-07-04T21:41:31.867Z] [INFO] Fetching org.eclipse.core.variables_3.4.400.v20190214-1545.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (18.05kB) [2020-07-04T21:41:31.867Z] [INFO] Fetching org.eclipse.core.variables_3.4.400.v20190214-1545.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (18.05kB) [2020-07-04T21:41:31.868Z] [INFO] Fetching org.eclipse.debug.core_3.13.200.v20190216-1557.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (125.38kB) [2020-07-04T21:41:31.868Z] [INFO] Fetching org.eclipse.debug.core_3.13.200.v20190216-1557.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (125.38kB) [2020-07-04T21:41:32.123Z] [INFO] Fetching org.eclipse.debug.ui_3.14.0.v20190301-0916.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (1MB) [2020-07-04T21:41:32.123Z] [INFO] Fetching org.eclipse.debug.ui_3.14.0.v20190301-0916.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (1MB) [2020-07-04T21:41:33.049Z] [INFO] Fetching org.eclipse.ui.console_3.8.400.v20190218-2131.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (82.35kB) [2020-07-04T21:41:33.049Z] [INFO] Fetching org.eclipse.ui.console_3.8.400.v20190218-2131.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (82.35kB) [2020-07-04T21:41:33.049Z] [INFO] Fetching org.eclipse.help_3.8.300.v20190216-1017.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (122.42kB) [2020-07-04T21:41:33.049Z] [INFO] Fetching org.eclipse.help_3.8.300.v20190216-1017.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (122.42kB) [2020-07-04T21:41:33.305Z] [INFO] Fetching org.eclipse.e4.core.commands_0.12.500.v20190131-1604.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (13.77kB) [2020-07-04T21:41:33.305Z] [INFO] Fetching org.eclipse.e4.core.commands_0.12.500.v20190131-1604.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (13.77kB) [2020-07-04T21:41:33.305Z] [INFO] Fetching org.eclipse.e4.core.di_1.7.100.v20180817-1215.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (25.97kB) [2020-07-04T21:41:33.305Z] [INFO] Fetching org.eclipse.e4.core.di_1.7.100.v20180817-1215.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (25.97kB) [2020-07-04T21:41:33.561Z] [INFO] Fetching org.eclipse.e4.core.contexts_1.8.0.v20190214-1713.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (22.71kB) [2020-07-04T21:41:33.561Z] [INFO] Fetching org.eclipse.e4.core.contexts_1.8.0.v20190214-1713.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (22.71kB) [2020-07-04T21:41:33.561Z] [INFO] Fetching org.eclipse.e4.core.services_2.1.400.v20181215-2145.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (23.91kB) [2020-07-04T21:41:33.561Z] [INFO] Fetching org.eclipse.e4.core.services_2.1.400.v20181215-2145.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (23.91kB) [2020-07-04T21:41:33.816Z] [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.300.v20190214-1713.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (7.69kB) [2020-07-04T21:41:33.816Z] [INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.300.v20190214-1713.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (7.69kB) [2020-07-04T21:41:33.817Z] [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.300.v20190213-1308.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (7.77kB) [2020-07-04T21:41:33.817Z] [INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.300.v20190213-1308.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (7.77kB) [2020-07-04T21:41:33.817Z] [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.200.v20180817-1215.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (16.56kB) [2020-07-04T21:41:34.072Z] [INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.200.v20180817-1215.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (16.56kB) [2020-07-04T21:41:34.072Z] [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.200.v20180828-0227.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (21.21kB) [2020-07-04T21:41:34.072Z] [INFO] Fetching org.eclipse.e4.emf.xpath_0.2.200.v20180828-0227.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (21.21kB) [2020-07-04T21:41:34.072Z] [INFO] Fetching org.eclipse.emf.ecore_2.17.0.v20190116-0940.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (485.2kB) [2020-07-04T21:41:34.072Z] [INFO] Fetching org.eclipse.emf.ecore_2.17.0.v20190116-0940.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (485.2kB) [2020-07-04T21:41:34.633Z] [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.400.v20190131-1604.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (23.06kB) [2020-07-04T21:41:34.633Z] [INFO] Fetching org.eclipse.e4.ui.bindings_0.12.400.v20190131-1604.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (23.06kB) [2020-07-04T21:41:34.888Z] [INFO] Fetching org.eclipse.swt_3.110.0.v20190305-0602.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (16.04kB) [2020-07-04T21:41:34.888Z] [INFO] Fetching org.eclipse.swt_3.110.0.v20190305-0602.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (16.04kB) [2020-07-04T21:41:35.144Z] [INFO] Fetching org.eclipse.jface_3.15.100.v20190222-1334.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (357kB) [2020-07-04T21:41:35.144Z] [INFO] Fetching org.eclipse.jface_3.15.100.v20190222-1334.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (357kB) [2020-07-04T21:41:35.399Z] [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.500.v20190211-2017.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (64.15kB) [2020-07-04T21:41:35.399Z] [INFO] Fetching org.eclipse.e4.ui.css.core_0.12.500.v20190211-2017.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (64.15kB) [2020-07-04T21:41:35.399Z] [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.400.v20190223-1254.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (79.76kB) [2020-07-04T21:41:35.655Z] [INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.400.v20190223-1254.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (79.76kB) [2020-07-04T21:41:35.655Z] [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.200.v20190212-2214.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (16.85kB) [2020-07-04T21:41:35.655Z] [INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.200.v20190212-2214.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (16.85kB) [2020-07-04T21:41:35.911Z] [INFO] Fetching org.eclipse.e4.ui.di_1.2.500.v20190214-1316.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (9.97kB) [2020-07-04T21:41:35.911Z] [INFO] Fetching org.eclipse.e4.ui.di_1.2.500.v20190214-1316.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (9.97kB) [2020-07-04T21:41:35.911Z] [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.300.v20190213-1544.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (107.89kB) [2020-07-04T21:41:35.911Z] [INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.300.v20190213-1544.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (107.89kB) [2020-07-04T21:41:36.167Z] [INFO] Fetching org.eclipse.e4.ui.services_1.3.400.v20190212-2214.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (13.3kB) [2020-07-04T21:41:36.167Z] [INFO] Fetching org.eclipse.e4.ui.services_1.3.400.v20190212-2214.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (13.3kB) [2020-07-04T21:41:36.167Z] [INFO] Fetching org.eclipse.equinox.event_1.5.0.v20181008-1938.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (16.82kB) [2020-07-04T21:41:36.167Z] [INFO] Fetching org.eclipse.equinox.event_1.5.0.v20181008-1938.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (16.82kB) [2020-07-04T21:41:36.423Z] [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.300.v20180920-1522.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (9.49kB) [2020-07-04T21:41:36.423Z] [INFO] Fetching org.eclipse.e4.ui.widgets_1.2.300.v20180920-1522.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (9.49kB) [2020-07-04T21:41:36.423Z] [INFO] Fetching org.eclipse.e4.ui.workbench_1.9.0.v20190220-1356.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (86.77kB) [2020-07-04T21:41:36.423Z] [INFO] Fetching org.eclipse.e4.ui.workbench_1.9.0.v20190220-1356.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (86.77kB) [2020-07-04T21:41:36.679Z] [INFO] Fetching org.eclipse.emf.ecore.xmi_2.15.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (84.2kB) [2020-07-04T21:41:36.679Z] [INFO] Fetching org.eclipse.emf.ecore.xmi_2.15.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (84.2kB) [2020-07-04T21:41:36.934Z] [INFO] Fetching org.eclipse.emf.ecore.change_2.13.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (51.1kB) [2020-07-04T21:41:36.934Z] [INFO] Fetching org.eclipse.emf.ecore.change_2.13.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (51.1kB) [2020-07-04T21:41:36.934Z] [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.400.v20190224-1542.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (51.85kB) [2020-07-04T21:41:36.934Z] [INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.400.v20190224-1542.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (51.85kB) [2020-07-04T21:41:37.189Z] [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.500.v20190220-1002.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (93.84kB) [2020-07-04T21:41:37.190Z] [INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.500.v20190220-1002.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (93.84kB) [2020-07-04T21:41:37.190Z] [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.500.v20190214-0851.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (71.13kB) [2020-07-04T21:41:37.190Z] [INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.500.v20190214-0851.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (71.13kB) [2020-07-04T21:41:37.445Z] [INFO] Fetching org.eclipse.jface.databinding_1.8.500.v20190218-2049.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (69.07kB) [2020-07-04T21:41:37.445Z] [INFO] Fetching org.eclipse.jface.databinding_1.8.500.v20190218-2049.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (69.07kB) [2020-07-04T21:41:37.445Z] [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.0.v20181213-1706.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (13.09kB) [2020-07-04T21:41:37.700Z] [INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.0.v20181213-1706.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (13.09kB) [2020-07-04T21:41:37.700Z] [INFO] Fetching org.eclipse.ecf.filetransfer_5.0.100.v20180301-0132.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (20.38kB) [2020-07-04T21:41:37.700Z] [INFO] Fetching org.eclipse.ecf.filetransfer_5.0.100.v20180301-0132.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (20.38kB) [2020-07-04T21:41:37.700Z] [INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (283.72kB) [2020-07-04T21:41:37.956Z] [INFO] Fetching org.junit_4.12.0.v201504281640.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (283.72kB) [2020-07-04T21:41:37.956Z] [INFO] Fetching org.eclipse.ui.workbench_3.113.0.v20190219-1432.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (1,018.38kB) [2020-07-04T21:41:37.956Z] [INFO] Fetching org.eclipse.ui.workbench_3.113.0.v20190219-1432.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (1,018.38kB) [2020-07-04T21:41:38.883Z] [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.200.v20190215-2242.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (74.79kB) [2020-07-04T21:41:38.883Z] [INFO] Fetching org.eclipse.equinox.p2.engine_2.6.200.v20190215-2242.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (74.79kB) [2020-07-04T21:41:38.883Z] [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.400.v20190215-1230.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (40.7kB) [2020-07-04T21:41:38.883Z] [INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.400.v20190215-1230.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (40.7kB) [2020-07-04T21:41:39.139Z] [INFO] Fetching org.eclipse.ecf_3.9.3.v20181012-2016.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (48.13kB) [2020-07-04T21:41:39.139Z] [INFO] Fetching org.eclipse.ecf_3.9.3.v20181012-2016.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (48.13kB) [2020-07-04T21:41:39.139Z] [INFO] Fetching org.eclipse.ecf.identity_3.9.1.v20180810-0833.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (27.19kB) [2020-07-04T21:41:39.139Z] [INFO] Fetching org.eclipse.ecf.identity_3.9.1.v20180810-0833.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (27.19kB) [2020-07-04T21:41:39.394Z] [INFO] Fetching org.eclipse.equinox.concurrent_1.1.200.v20180827-1235.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (12.22kB) [2020-07-04T21:41:39.394Z] [INFO] Fetching org.eclipse.equinox.concurrent_1.1.200.v20180827-1235.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (12.22kB) [2020-07-04T21:41:39.394Z] [INFO] Fetching org.eclipse.emf.common_2.15.0.v20181220-0846.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (115.27kB) [2020-07-04T21:41:39.394Z] [INFO] Fetching org.eclipse.emf.common_2.15.0.v20181220-0846.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (115.27kB) [2020-07-04T21:41:39.649Z] [INFO] Fetching org.eclipse.equinox.bidi_1.1.300.v20190218-1259.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (23.16kB) [2020-07-04T21:41:39.649Z] [INFO] Fetching org.eclipse.equinox.bidi_1.1.300.v20190218-1259.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (23.16kB) [2020-07-04T21:41:39.649Z] [INFO] Fetching org.eclipse.equinox.launcher_1.5.300.v20190213-1655.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (29.93kB) [2020-07-04T21:41:39.649Z] [INFO] Fetching org.eclipse.equinox.launcher_1.5.300.v20190213-1655.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (29.93kB) [2020-07-04T21:41:39.905Z] [INFO] Fetching org.eclipse.equinox.p2.core_2.6.0.v20190215-2242.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (31.98kB) [2020-07-04T21:41:39.905Z] [INFO] Fetching org.eclipse.equinox.p2.core_2.6.0.v20190215-2242.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (31.98kB) [2020-07-04T21:41:39.905Z] [INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.300.v20190215-2242.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (108kB) [2020-07-04T21:41:39.905Z] [INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.300.v20190215-2242.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (108kB) [2020-07-04T21:41:40.160Z] [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (51.01kB) [2020-07-04T21:41:40.160Z] [INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.100.v20180822-1302.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (51.01kB) [2020-07-04T21:41:40.160Z] [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.300.v20190215-2242.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (55.15kB) [2020-07-04T21:41:40.416Z] [INFO] Fetching org.eclipse.equinox.p2.repository_2.4.300.v20190215-2242.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (55.15kB) [2020-07-04T21:41:40.416Z] [INFO] Fetching org.eclipse.ltk.core.refactoring_3.10.0.v20190216-1303.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (107.69kB) [2020-07-04T21:41:40.416Z] [INFO] Fetching org.eclipse.ltk.core.refactoring_3.10.0.v20190216-1303.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (107.69kB) [2020-07-04T21:41:40.672Z] [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.9.300.v20190216-1303.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (181.37kB) [2020-07-04T21:41:40.672Z] [INFO] Fetching org.eclipse.ltk.ui.refactoring_3.9.300.v20190216-1303.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (181.37kB) [2020-07-04T21:41:40.672Z] [INFO] Fetching org.eclipse.ui.navigator_3.7.400.v20190218-2049.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (134.85kB) [2020-07-04T21:41:40.672Z] [INFO] Fetching org.eclipse.ui.navigator_3.7.400.v20190218-2049.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (134.85kB) [2020-07-04T21:41:40.927Z] [INFO] Fetching org.eclipse.team.core_3.8.500.v20190216-2155.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (126.16kB) [2020-07-04T21:41:40.927Z] [INFO] Fetching org.eclipse.team.core_3.8.500.v20190216-2155.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (126.16kB) [2020-07-04T21:41:41.183Z] [INFO] Fetching org.eclipse.team.ui_3.8.400.v20190216-2155.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (492.78kB) [2020-07-04T21:41:41.183Z] [INFO] Fetching org.eclipse.team.ui_3.8.400.v20190216-2155.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (492.78kB) [2020-07-04T21:41:41.439Z] [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.110.0.v20190305-0602.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (1,004.13kB) [2020-07-04T21:41:41.694Z] [INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.110.0.v20190305-0602.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (1,004.13kB) [2020-07-04T21:41:42.255Z] [INFO] Fetching org.eclipse.ui.ide.application_1.3.200.v20190212-2214.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (54.18kB) [2020-07-04T21:41:42.255Z] [INFO] Fetching org.eclipse.ui.ide.application_1.3.200.v20190212-2214.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (54.18kB) [2020-07-04T21:41:42.255Z] [INFO] Fetching org.eclipse.ui.navigator.resources_3.6.400.v20190222-1251.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (69.45kB) [2020-07-04T21:41:42.255Z] [INFO] Fetching org.eclipse.ui.navigator.resources_3.6.400.v20190222-1251.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (69.45kB) [2020-07-04T21:41:42.255Z] [INFO] Fetching org.eclipse.urischeme_1.0.200.v20190219-1659.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (21.67kB) [2020-07-04T21:41:42.255Z] [INFO] Fetching org.eclipse.urischeme_1.0.200.v20190219-1659.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (21.67kB) [2020-07-04T21:41:42.510Z] [WARNING] The following locally built units have been used to resolve project dependencies: [2020-07-04T21:41:42.510Z] [WARNING] org.eclipse.ease.ui/0.8.0.I202003230858 [2020-07-04T21:41:42.510Z] [WARNING] org.eclipse.ease.ui.scripts/0.8.0.I202003161005 [2020-07-04T21:41:42.510Z] [WARNING] org.eclipse.ease/0.8.0.I202007020622 [2020-07-04T21:41:42.510Z] [WARNING] org.eclipse.ease.classloader/0.8.0.I201910171213 [2020-07-04T21:41:42.511Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/pom.xml [2020-07-04T21:41:42.511Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.nashorn.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/pom.xml [2020-07-04T21:41:42.767Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.nashorn.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/pom.xml [2020-07-04T21:41:42.767Z] [WARNING] The following locally built units have been used to resolve project dependencies: [2020-07-04T21:41:42.767Z] [WARNING] org.eclipse.ease.lang.javascript/0.8.0.I201912121852 [2020-07-04T21:41:42.767Z] [WARNING] org.eclipse.ease.ui/0.8.0.I202003230858 [2020-07-04T21:41:42.767Z] [WARNING] org.eclipse.ease/0.8.0.I202007020622 [2020-07-04T21:41:42.767Z] [WARNING] org.eclipse.ease.lang.javascript.nashorn/0.8.0.I201910171213 [2020-07-04T21:41:42.767Z] [WARNING] org.eclipse.ease.testhelper/0.8.0.I202003020926 [2020-07-04T21:41:42.767Z] [WARNING] org.eclipse.ease.classloader/0.8.0.I201910171213 [2020-07-04T21:41:42.767Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.nashorn.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/pom.xml [2020-07-04T21:41:42.767Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.rhino.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/pom.xml [2020-07-04T21:41:42.767Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.rhino.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/pom.xml [2020-07-04T21:41:43.037Z] [INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (2.55MB) [2020-07-04T21:41:43.037Z] [INFO] Fetching com.google.guava_21.0.0.v20170206-1425.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (2.55MB) [2020-07-04T21:41:43.293Z] [INFO] Fetching org.mozilla.javascript_1.7.5.v201504281450.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (430.37kB) [2020-07-04T21:41:43.293Z] [INFO] Fetching org.mozilla.javascript_1.7.5.v201504281450.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (430.37kB) [2020-07-04T21:41:43.549Z] [INFO] Fetching org.eclipse.wst.jsdt.ui_2.0.301.v201710051729.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (2.32MB) [2020-07-04T21:41:43.549Z] [INFO] Fetching org.eclipse.wst.jsdt.ui_2.0.301.v201710051729.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (2.32MB) [2020-07-04T21:41:45.437Z] [INFO] Fetching org.eclipse.wst.jsdt.debug.ui_1.0.600.v201605311817.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (82.19kB) [2020-07-04T21:41:45.437Z] [INFO] Fetching org.eclipse.wst.jsdt.debug.ui_1.0.600.v201605311817.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (82.19kB) [2020-07-04T21:41:45.437Z] [INFO] Fetching org.eclipse.search_3.11.500.v20190218-2126.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (216.52kB) [2020-07-04T21:41:45.437Z] [INFO] Fetching org.eclipse.search_3.11.500.v20190218-2126.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (216.52kB) [2020-07-04T21:41:45.693Z] [INFO] Fetching org.eclipse.wst.common.core_1.3.0.v201811122154.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (24.03kB) [2020-07-04T21:41:45.693Z] [INFO] Fetching org.eclipse.wst.common.core_1.3.0.v201811122154.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (24.03kB) [2020-07-04T21:41:45.693Z] [INFO] Fetching org.eclipse.wst.common.environment_1.0.400.v201810290944.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (20.09kB) [2020-07-04T21:41:45.693Z] [INFO] Fetching org.eclipse.wst.common.environment_1.0.400.v201810290944.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (20.09kB) [2020-07-04T21:41:45.948Z] [INFO] Fetching org.eclipse.wst.common.frameworks_1.2.201.v201707201954.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (43.29kB) [2020-07-04T21:41:45.948Z] [INFO] Fetching org.eclipse.wst.common.frameworks_1.2.201.v201707201954.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (43.29kB) [2020-07-04T21:41:45.948Z] [INFO] Fetching org.eclipse.wst.common.project.facet.core_1.4.400.v201808012032.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (120.05kB) [2020-07-04T21:41:45.948Z] [INFO] Fetching org.eclipse.wst.common.project.facet.core_1.4.400.v201808012032.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (120.05kB) [2020-07-04T21:41:46.203Z] [INFO] Fetching org.eclipse.wst.jsdt.core_2.0.302.v201804042202.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (1.2MB) [2020-07-04T21:41:46.203Z] [INFO] Fetching org.eclipse.wst.jsdt.core_2.0.302.v201804042202.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (1.2MB) [2020-07-04T21:41:47.129Z] [INFO] Fetching org.eclipse.wst.validation_1.2.701.v201810290944.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (134.47kB) [2020-07-04T21:41:47.129Z] [INFO] Fetching org.eclipse.wst.validation_1.2.701.v201810290944.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (134.47kB) [2020-07-04T21:41:47.129Z] [INFO] Fetching org.eclipse.wst.jsdt.debug.core_3.2.200.v201610211901.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (52.39kB) [2020-07-04T21:41:47.385Z] [INFO] Fetching org.eclipse.wst.jsdt.debug.core_3.2.200.v201610211901.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (52.39kB) [2020-07-04T21:41:47.385Z] [INFO] Fetching org.eclipse.wst.jsdt.manipulation_1.0.601.v201602241911.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (21.41kB) [2020-07-04T21:41:47.385Z] [INFO] Fetching org.eclipse.wst.jsdt.manipulation_1.0.601.v201602241911.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (21.41kB) [2020-07-04T21:41:47.640Z] [WARNING] The following locally built units have been used to resolve project dependencies: [2020-07-04T21:41:47.640Z] [WARNING] org.eclipse.ease.lang.javascript/0.8.0.I201912121852 [2020-07-04T21:41:47.640Z] [WARNING] org.eclipse.ease.ui/0.8.0.I202003230858 [2020-07-04T21:41:47.640Z] [WARNING] org.eclipse.ease.lang.javascript.rhino/0.8.0.I202003021730 [2020-07-04T21:41:47.640Z] [WARNING] org.eclipse.ease/0.8.0.I202007020622 [2020-07-04T21:41:47.640Z] [WARNING] org.eclipse.ease.testhelper/0.8.0.I202003020926 [2020-07-04T21:41:47.640Z] [WARNING] org.eclipse.ease.classloader/0.8.0.I201910171213 [2020-07-04T21:41:47.640Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.rhino.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/pom.xml [2020-07-04T21:41:47.640Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/pom.xml [2020-07-04T21:41:47.640Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/pom.xml [2020-07-04T21:41:47.640Z] [WARNING] The following locally built units have been used to resolve project dependencies: [2020-07-04T21:41:47.640Z] [WARNING] org.eclipse.ease.lang.javascript/0.8.0.I201912121852 [2020-07-04T21:41:47.640Z] [WARNING] org.eclipse.ease.ui/0.8.0.I202003230858 [2020-07-04T21:41:47.640Z] [WARNING] org.eclipse.ease.lang.javascript.rhino/0.8.0.I202003021730 [2020-07-04T21:41:47.640Z] [WARNING] org.eclipse.ease/0.8.0.I202007020622 [2020-07-04T21:41:47.640Z] [WARNING] org.eclipse.ease.classloader/0.8.0.I201910171213 [2020-07-04T21:41:47.640Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.javascript.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/pom.xml [2020-07-04T21:41:47.895Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/pom.xml [2020-07-04T21:41:47.895Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/pom.xml [2020-07-04T21:41:47.895Z] [WARNING] The following locally built units have been used to resolve project dependencies: [2020-07-04T21:41:47.895Z] [WARNING] org.eclipse.ease.ui/0.8.0.I202003230858 [2020-07-04T21:41:47.895Z] [WARNING] org.eclipse.ease/0.8.0.I202007020622 [2020-07-04T21:41:47.895Z] [WARNING] org.eclipse.ease.lang.python/0.8.0.I202006231119 [2020-07-04T21:41:47.895Z] [WARNING] org.eclipse.ease.classloader/0.8.0.I201910171213 [2020-07-04T21:41:47.895Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/pom.xml [2020-07-04T21:41:47.895Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.jython.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/pom.xml [2020-07-04T21:41:47.895Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.jython.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/pom.xml [2020-07-04T21:41:48.150Z] [WARNING] The following locally built units have been used to resolve project dependencies: [2020-07-04T21:41:48.151Z] [WARNING] org.eclipse.ease.ui/0.8.0.I202003230858 [2020-07-04T21:41:48.151Z] [WARNING] org.eclipse.ease/0.8.0.I202007020622 [2020-07-04T21:41:48.151Z] [WARNING] org.eclipse.ease.lang.python.jython/0.8.0.I201911262145 [2020-07-04T21:41:48.151Z] [WARNING] org.eclipse.ease.lang.python/0.8.0.I202006231119 [2020-07-04T21:41:48.151Z] [WARNING] org.eclipse.ease.testhelper/0.8.0.I202003020926 [2020-07-04T21:41:48.151Z] [WARNING] org.eclipse.ease.classloader/0.8.0.I201910171213 [2020-07-04T21:41:48.151Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.jython.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/pom.xml [2020-07-04T21:41:48.151Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.py4j.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/pom.xml [2020-07-04T21:41:48.151Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.py4j.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/pom.xml [2020-07-04T21:41:48.712Z] [INFO] Fetching py4j-java_0.10.4.bnd-LoVopg.jar from https://dl.bintray.com/py4j/py4j-eclipse/0.10.4/plugins/ (112.34kB) [2020-07-04T21:41:48.712Z] [INFO] Fetching py4j-java_0.10.4.bnd-LoVopg.jar from https://dl.bintray.com/py4j/py4j-eclipse/0.10.4/plugins/ (112.34kB) [2020-07-04T21:41:49.274Z] [INFO] Fetching py4j-python_0.10.4.bnd-2odeag.jar from https://dl.bintray.com/py4j/py4j-eclipse/0.10.4/plugins/ (74.83kB) [2020-07-04T21:41:49.274Z] [INFO] Fetching py4j-python_0.10.4.bnd-2odeag.jar from https://dl.bintray.com/py4j/py4j-eclipse/0.10.4/plugins/ (74.83kB) [2020-07-04T21:41:49.274Z] [WARNING] The following locally built units have been used to resolve project dependencies: [2020-07-04T21:41:49.274Z] [WARNING] org.eclipse.ease.ui/0.8.0.I202003230858 [2020-07-04T21:41:49.274Z] [WARNING] org.eclipse.ease.lang.python.py4j/0.8.0.I202002261020 [2020-07-04T21:41:49.274Z] [WARNING] org.eclipse.ease/0.8.0.I202007020622 [2020-07-04T21:41:49.274Z] [WARNING] org.eclipse.ease.lang.python/0.8.0.I202006231119 [2020-07-04T21:41:49.274Z] [WARNING] org.eclipse.ease.testhelper/0.8.0.I202003020926 [2020-07-04T21:41:49.274Z] [WARNING] org.eclipse.ease.classloader/0.8.0.I201910171213 [2020-07-04T21:41:49.529Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.python.py4j.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/pom.xml [2020-07-04T21:41:49.529Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/pom.xml [2020-07-04T21:41:49.529Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/pom.xml [2020-07-04T21:41:49.529Z] [WARNING] The following locally built units have been used to resolve project dependencies: [2020-07-04T21:41:49.529Z] [WARNING] org.eclipse.ease.lang.javascript/0.8.0.I201912121852 [2020-07-04T21:41:49.529Z] [WARNING] org.eclipse.ease.ui/0.8.0.I202003230858 [2020-07-04T21:41:49.529Z] [WARNING] org.eclipse.ease.lang.javascript.rhino/0.8.0.I202003021730 [2020-07-04T21:41:49.529Z] [WARNING] org.eclipse.ease/0.8.0.I202007020622 [2020-07-04T21:41:49.530Z] [WARNING] org.eclipse.ease.lang.scriptarchive/0.8.0.I201910171213 [2020-07-04T21:41:49.530Z] [WARNING] org.eclipse.ease.classloader/0.8.0.I201910171213 [2020-07-04T21:41:49.530Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/pom.xml [2020-07-04T21:41:49.785Z] [INFO] Computing target platform for MavenProject: org.eclipse.ease:org.eclipse.ease.ui.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/pom.xml [2020-07-04T21:41:49.785Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.ease:org.eclipse.ease.ui.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/pom.xml [2020-07-04T21:41:49.785Z] [INFO] Fetching org.apache.lucene.analyzers-common_7.5.0.v20181003-1532.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (692.97kB) [2020-07-04T21:41:49.785Z] [INFO] Fetching org.apache.lucene.analyzers-common_7.5.0.v20181003-1532.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (692.97kB) [2020-07-04T21:41:50.346Z] [INFO] Fetching org.apache.lucene.core_7.5.0.v20181003-1532.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (899.59kB) [2020-07-04T21:41:50.346Z] [INFO] Fetching org.apache.lucene.core_7.5.0.v20181003-1532.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (899.59kB) [2020-07-04T21:41:50.907Z] [INFO] Fetching org.apache.lucene.analyzers-smartcn_7.5.0.v20181003-1532.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (3.42MB) [2020-07-04T21:41:50.907Z] [INFO] Fetching org.apache.lucene.analyzers-smartcn_7.5.0.v20181003-1532.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (3.42MB) [2020-07-04T21:41:51.833Z] [INFO] Fetching org.eclipse.jdt.ui_3.17.0.v20190304-0658.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (4MB) [2020-07-04T21:41:51.833Z] [INFO] Fetching org.eclipse.jdt.ui_3.17.0.v20190304-0658.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (4MB) [2020-07-04T21:41:54.345Z] [INFO] Fetching org.eclipse.jdt.core_3.17.0.v20190306-2240.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (6.6MB) [2020-07-04T21:41:54.345Z] [INFO] Fetching org.eclipse.jdt.core_3.17.0.v20190306-2240.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (6.6MB) [2020-07-04T21:41:54.906Z] [INFO] Fetching org.objectweb.asm_7.0.0.v20181030-2244.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (58.69kB) [2020-07-04T21:41:54.906Z] [INFO] Fetching org.objectweb.asm_7.0.0.v20181030-2244.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (58.69kB) [2020-07-04T21:41:54.906Z] [INFO] Fetching org.eclipse.help.ui_4.1.400.v20190218-1039.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (149.4kB) [2020-07-04T21:41:54.906Z] [INFO] Fetching org.eclipse.help.ui_4.1.400.v20190218-1039.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (149.4kB) [2020-07-04T21:41:55.161Z] [INFO] Fetching org.eclipse.help.webapp_3.9.400.v20190212-1458.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (242.1kB) [2020-07-04T21:41:55.161Z] [INFO] Fetching org.eclipse.help.webapp_3.9.400.v20190212-1458.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (242.1kB) [2020-07-04T21:41:55.416Z] [INFO] Fetching org.eclipse.equinox.http.jetty_3.7.0.v20190305-2216.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (16.63kB) [2020-07-04T21:41:55.416Z] [INFO] Fetching org.eclipse.equinox.http.jetty_3.7.0.v20190305-2216.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (16.63kB) [2020-07-04T21:41:55.672Z] [INFO] Fetching org.eclipse.ui.browser_3.6.300.v20180828-0837.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (97.35kB) [2020-07-04T21:41:55.672Z] [INFO] Fetching org.eclipse.ui.browser_3.6.300.v20180828-0837.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (97.35kB) [2020-07-04T21:41:55.672Z] [INFO] Fetching org.eclipse.equinox.http.servlet_1.6.0.v20190305-2225.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (76.28kB) [2020-07-04T21:41:55.672Z] [INFO] Fetching org.eclipse.equinox.http.servlet_1.6.0.v20190305-2225.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (76.28kB) [2020-07-04T21:41:55.928Z] [INFO] Fetching org.eclipse.jetty.http_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (211.68kB) [2020-07-04T21:41:55.928Z] [INFO] Fetching org.eclipse.jetty.http_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (211.68kB) [2020-07-04T21:41:55.928Z] [INFO] Fetching org.eclipse.jetty.server_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (656.68kB) [2020-07-04T21:41:55.928Z] [INFO] Fetching org.eclipse.jetty.server_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (656.68kB) [2020-07-04T21:41:56.184Z] [INFO] Fetching org.eclipse.jetty.servlet_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (127.96kB) [2020-07-04T21:41:56.184Z] [INFO] Fetching org.eclipse.jetty.servlet_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (127.96kB) [2020-07-04T21:41:56.440Z] [INFO] Fetching org.eclipse.jetty.util_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (532.25kB) [2020-07-04T21:41:56.440Z] [INFO] Fetching org.eclipse.jetty.util_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (532.25kB) [2020-07-04T21:41:56.440Z] [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.200.v20190214-1948.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (14.66kB) [2020-07-04T21:41:56.440Z] [INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.200.v20190214-1948.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (14.66kB) [2020-07-04T21:41:56.698Z] [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.1.200.v20190214-1948.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (8.7kB) [2020-07-04T21:41:56.698Z] [INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.1.200.v20190214-1948.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (8.7kB) [2020-07-04T21:41:56.698Z] [INFO] Fetching org.eclipse.help.base_4.2.500.v20190307-0500.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (162.49kB) [2020-07-04T21:41:56.698Z] [INFO] Fetching org.eclipse.help.base_4.2.500.v20190307-0500.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (162.49kB) [2020-07-04T21:41:56.953Z] [INFO] Fetching org.eclipse.jdt.core.manipulation_1.11.100.v20190301-1946.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (266.38kB) [2020-07-04T21:41:56.953Z] [INFO] Fetching org.eclipse.jdt.core.manipulation_1.11.100.v20190301-1946.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (266.38kB) [2020-07-04T21:41:57.208Z] [INFO] Fetching org.eclipse.jdt.launching_3.13.0.v20190222-0937.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (271.05kB) [2020-07-04T21:41:57.208Z] [INFO] Fetching org.eclipse.jdt.launching_3.13.0.v20190222-0937.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (271.05kB) [2020-07-04T21:41:57.463Z] [INFO] Fetching org.eclipse.jdt.debug_3.12.200.v20190218-2230.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (928.19kB) [2020-07-04T21:41:57.463Z] [INFO] Fetching org.eclipse.jdt.debug_3.12.200.v20190218-2230.jar.pack.gz from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (928.19kB) [2020-07-04T21:41:57.719Z] [INFO] Fetching org.eclipse.jetty.io_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (162.03kB) [2020-07-04T21:41:57.719Z] [INFO] Fetching org.eclipse.jetty.io_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (162.03kB) [2020-07-04T21:41:57.719Z] [INFO] Fetching org.eclipse.jetty.security_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (123.46kB) [2020-07-04T21:41:57.719Z] [INFO] Fetching org.eclipse.jetty.security_9.4.15.v20190215.jar from http://download.eclipse.org/releases/2019-03/201903201000/plugins/ (123.46kB) [2020-07-04T21:41:57.985Z] [WARNING] The following locally built units have been used to resolve project dependencies: [2020-07-04T21:41:57.985Z] [WARNING] org.eclipse.ease.ui/0.8.0.I202003230858 [2020-07-04T21:41:57.985Z] [WARNING] org.eclipse.ease.ui.completions.java/0.8.0.I201910171213 [2020-07-04T21:41:57.985Z] [WARNING] org.eclipse.ease/0.8.0.I202007020622 [2020-07-04T21:41:57.985Z] [WARNING] org.eclipse.ease.classloader/0.8.0.I201910171213 [2020-07-04T21:41:57.985Z] [INFO] Resolving class path of MavenProject: org.eclipse.ease:org.eclipse.ease.ui.test:0.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/pom.xml [2020-07-04T21:41:57.985Z] [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-07-04T21:41:57.985Z] [WARNING] [jenkins-event-spy] Unexpected Maven project file name 'target-tests-pom.xml', problems may occur [2020-07-04T21:41:57.985Z] [INFO] ------------------------------------------------------------------------ [2020-07-04T21:41:57.985Z] [INFO] Reactor Build Order: [2020-07-04T21:41:57.985Z] [INFO] [2020-07-04T21:41:57.985Z] [INFO] org.eclipse.ease.releng [pom] [2020-07-04T21:41:57.985Z] [INFO] org.eclipse.ease.releng.target [eclipse-target-definition] [2020-07-04T21:41:57.985Z] [INFO] org.eclipse.ease.test [eclipse-test-plugin] [2020-07-04T21:41:57.985Z] [INFO] org.eclipse.ease.lang.javascript.nashorn.test [eclipse-test-plugin] [2020-07-04T21:41:57.985Z] [INFO] org.eclipse.ease.lang.javascript.rhino.test [eclipse-test-plugin] [2020-07-04T21:41:57.985Z] [INFO] org.eclipse.ease.lang.javascript.test [eclipse-test-plugin] [2020-07-04T21:41:57.985Z] [INFO] org.eclipse.ease.lang.python.test [eclipse-test-plugin] [2020-07-04T21:41:57.985Z] [INFO] org.eclipse.ease.lang.python.jython.test [eclipse-test-plugin] [2020-07-04T21:41:57.985Z] [INFO] org.eclipse.ease.lang.python.py4j.test [eclipse-test-plugin] [2020-07-04T21:41:57.985Z] [INFO] org.eclipse.ease.lang.scriptarchive.test [eclipse-test-plugin] [2020-07-04T21:41:57.985Z] [INFO] org.eclipse.ease.ui.test [eclipse-test-plugin] [2020-07-04T21:41:57.985Z] [WARNING] [jenkins-event-spy] Unexpected Maven project file name 'target-tests-pom.xml', problems may occur [2020-07-04T21:41:57.985Z] [INFO] [2020-07-04T21:41:57.985Z] [INFO] --------------< org.eclipse.ease:org.eclipse.ease.releng >-------------- [2020-07-04T21:41:57.985Z] [INFO] Building org.eclipse.ease.releng 0.8.0-SNAPSHOT [1/11] [2020-07-04T21:41:57.985Z] [INFO] --------------------------------[ pom ]--------------------------------- [2020-07-04T21:41:57.985Z] [WARNING] [jenkins-event-spy] Unexpected Maven project file name 'target-tests-pom.xml', problems may occur [2020-07-04T21:41:57.985Z] [INFO] [2020-07-04T21:41:57.985Z] [INFO] ----------< org.eclipse.ease:org.eclipse.ease.releng.target >----------- [2020-07-04T21:41:57.985Z] [INFO] Building org.eclipse.ease.releng.target 0.8.0-SNAPSHOT [2/11] [2020-07-04T21:41:57.985Z] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [2020-07-04T21:41:57.985Z] [INFO] [2020-07-04T21:41:57.985Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.releng.target --- [2020-07-04T21:41:57.985Z] [INFO] [2020-07-04T21:41:57.986Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-target-definition (default-package-target-definition) @ org.eclipse.ease.releng.target --- [2020-07-04T21:41:58.241Z] [INFO] [2020-07-04T21:41:58.241Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.releng.target --- [2020-07-04T21:41:58.241Z] [INFO] [2020-07-04T21:41:58.241Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.releng.target --- [2020-07-04T21:41:58.241Z] [INFO] [2020-07-04T21:41:58.241Z] [INFO] ---------------< org.eclipse.ease:org.eclipse.ease.test >--------------- [2020-07-04T21:41:58.241Z] [INFO] Building org.eclipse.ease.test 0.8.0-SNAPSHOT [3/11] [2020-07-04T21:41:58.241Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-07-04T21:41:58.241Z] [INFO] [2020-07-04T21:41:58.241Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.test --- [2020-07-04T21:41:58.241Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-07-04T21:41:58.241Z] [INFO] [2020-07-04T21:41:58.241Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.test --- [2020-07-04T21:41:58.241Z] [INFO] [2020-07-04T21:41:58.241Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.test --- [2020-07-04T21:41:58.241Z] [INFO] [2020-07-04T21:41:58.241Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.test --- [2020-07-04T21:41:58.241Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:41:58.241Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/src/main/resources [2020-07-04T21:41:58.241Z] [INFO] [2020-07-04T21:41:58.241Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.test --- [2020-07-04T21:41:58.496Z] [INFO] Nothing to compile - all classes are up to date [2020-07-04T21:41:58.496Z] [INFO] [2020-07-04T21:41:58.496Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.test --- [2020-07-04T21:41:58.496Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:41:58.496Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/src/test/resources [2020-07-04T21:41:58.496Z] [INFO] [2020-07-04T21:41:58.496Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.test --- [2020-07-04T21:41:58.496Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/target/org.eclipse.ease.test-0.8.0-SNAPSHOT-sources.jar [2020-07-04T21:41:58.496Z] [INFO] [2020-07-04T21:41:58.496Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.test --- [2020-07-04T21:41:58.496Z] [INFO] [2020-07-04T21:41:58.496Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.test --- [2020-07-04T21:41:58.496Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/target/org.eclipse.ease.test-0.8.0-SNAPSHOT.jar [2020-07-04T21:41:58.496Z] [INFO] [2020-07-04T21:41:58.496Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.test --- [2020-07-04T21:41:58.496Z] [INFO] [2020-07-04T21:41:58.496Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.test --- [2020-07-04T21:41:58.496Z] [INFO] [2020-07-04T21:41:58.496Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.test --- [2020-07-04T21:41:58.497Z] [INFO] [2020-07-04T21:41:58.497Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.ease.test --- [2020-07-04T21:41:58.752Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/target/work/data/.metadata/.log [2020-07-04T21:41:58.752Z] [INFO] Command line: [2020-07-04T21:41:58.752Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.300.v20190213-1655/org.eclipse.equinox.launcher-1.5.300.v20190213-1655.jar, -data, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.test/target/surefire.properties] [2020-07-04T21:41:58.752Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven2c99166c/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven2c99166c" [2020-07-04T21:41:59.684Z] Running org.eclipse.ease.tools.StringToolsTest [2020-07-04T21:41:59.942Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.ease.tools.StringToolsTest [2020-07-04T21:41:59.942Z] parseArgumentsNull(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0.001 s [2020-07-04T21:41:59.942Z] parseArgumentsQuotedSingle(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0 s [2020-07-04T21:41:59.942Z] parseArgumentsEmpty(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0 s [2020-07-04T21:41:59.942Z] parseArgumentsMixedMultiple(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0.001 s [2020-07-04T21:41:59.942Z] parseArgumentsMixedMultipleLines(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0 s [2020-07-04T21:41:59.942Z] parseArgumentsNonQuotedMultiple(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0 s [2020-07-04T21:41:59.942Z] parseArgumentsNonQuotedSingle(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0 s [2020-07-04T21:41:59.942Z] parseArgumentsQuotedMultiple(org.eclipse.ease.tools.StringToolsTest) Time elapsed: 0 s [2020-07-04T21:41:59.942Z] Running org.eclipse.ease.tools.ResourceToolsTest [2020-07-04T21:41:59.942Z] Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.192 s - in org.eclipse.ease.tools.ResourceToolsTest [2020-07-04T21:41:59.942Z] resolveScriptLocation(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.161 s [2020-07-04T21:41:59.942Z] getWorkspaceInputStream(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-07-04T21:41:59.942Z] resolvePlatformURI(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-07-04T21:41:59.942Z] resolveScriptLocationWithSpacesInPath(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.002 s [2020-07-04T21:41:59.942Z] resolveURL(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-07-04T21:41:59.942Z] invalidIsAbsolute(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-07-04T21:41:59.942Z] getFilesystemInputStream(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-07-04T21:41:59.942Z] toRelativeLocationInWorkspace(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-07-04T21:41:59.942Z] checkOperatingSystem(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-07-04T21:41:59.942Z] inputStreamToString(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-07-04T21:41:59.942Z] fileSystemToAbsoluteLocationOnLinux(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-07-04T21:41:59.942Z] exists(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-07-04T21:41:59.942Z] resolveRelativeInWorkspace(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-07-04T21:41:59.942Z] isFile(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-07-04T21:41:59.942Z] invalidToFile(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-07-04T21:41:59.942Z] resolveAbsoluteInFileSystem(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-07-04T21:41:59.942Z] resolveWindowsRoot(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-07-04T21:41:59.942Z] resolveRelativeInFileSystemOnWindows(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-07-04T21:41:59.942Z] isAbsoluteFileSystemPathOnWindows(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-07-04T21:41:59.942Z] readerToString(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-07-04T21:41:59.942Z] workspaceFileToString(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-07-04T21:41:59.942Z] toFile(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-07-04T21:41:59.942Z] toProjectRelativeLocation(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-07-04T21:41:59.942Z] getInvalidInputStream(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.003 s [2020-07-04T21:41:59.942Z] resolveRelativeInFileSystemOnLinux(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-07-04T21:41:59.942Z] isFolder(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-07-04T21:41:59.942Z] fileSystemToAbsoluteLocationOnWindows(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-07-04T21:41:59.942Z] isAbsoluteWorkspacePath(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-07-04T21:41:59.942Z] isAbsoluteFileSystemPathOnLinux(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-07-04T21:41:59.942Z] resolveInvalid(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-07-04T21:41:59.942Z] resolveAbsoluteInFileSystemOnWindows(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-07-04T21:41:59.942Z] resolveScriptLocationWithSpacesInDomain(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-07-04T21:41:59.942Z] resolveRelativefromWorkspaceToFilesystem(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-07-04T21:41:59.942Z] resolveRelativeWithoutBaseFile(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-07-04T21:41:59.942Z] resolveInWorkspace(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-07-04T21:41:59.942Z] resolveScriptLocationWithSpecialCharactersInPath(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-07-04T21:41:59.942Z] filesystemFileToString(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-07-04T21:41:59.942Z] createURI(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-07-04T21:41:59.942Z] uriToAbsoluteLocation(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-07-04T21:41:59.942Z] createFolder(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.002 s [2020-07-04T21:41:59.942Z] workspaceToAbsoluteLocation(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-07-04T21:41:59.942Z] resolveAbsoluteInFileSystemOnLinux(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-07-04T21:41:59.942Z] invalidToString(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-07-04T21:41:59.942Z] resolveRelativeURIs(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.001 s [2020-07-04T21:41:59.942Z] resolveRelativeInFileSystem(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-07-04T21:41:59.942Z] resolveScriptLocationWithSpecialCharactersInDomain(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0.003 s [2020-07-04T21:41:59.942Z] isAbsoluteURL(org.eclipse.ease.tools.ResourceToolsTest) Time elapsed: 0 s [2020-07-04T21:41:59.942Z] Running org.eclipse.ease.tools.RunnableWithResultTest [2020-07-04T21:41:59.942Z] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.ease.tools.RunnableWithResultTest [2020-07-04T21:41:59.942Z] testException(org.eclipse.ease.tools.RunnableWithResultTest) Time elapsed: 0 s [2020-07-04T21:41:59.942Z] testResult(org.eclipse.ease.tools.RunnableWithResultTest) Time elapsed: 0 s [2020-07-04T21:41:59.942Z] Running org.eclipse.ease.ScriptTest [2020-07-04T21:41:59.942Z] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.ease.ScriptTest [2020-07-04T21:41:59.942Z] codeFromScriptable(org.eclipse.ease.ScriptTest) Time elapsed: 0.004 s [2020-07-04T21:41:59.942Z] codeFromFilesystemFile(org.eclipse.ease.ScriptTest) Time elapsed: 0.001 s [2020-07-04T21:41:59.942Z] getCodeStream(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-07-04T21:41:59.942Z] getFile(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-07-04T21:41:59.942Z] codeFromStringBuilder(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-07-04T21:41:59.942Z] getResult(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-07-04T21:41:59.943Z] getException(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-07-04T21:41:59.943Z] codeFromWorkspaceFile(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-07-04T21:41:59.943Z] codeFromInputStream(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-07-04T21:41:59.943Z] getTitle(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-07-04T21:41:59.943Z] getCommand(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-07-04T21:41:59.943Z] codeFromReader(org.eclipse.ease.ScriptTest) Time elapsed: 0.001 s [2020-07-04T21:41:59.943Z] codeFromString(org.eclipse.ease.ScriptTest) Time elapsed: 0 s [2020-07-04T21:41:59.943Z] Running org.eclipse.ease.AbstractScriptEngineTest [2020-07-04T21:42:05.182Z] testorg.eclipse.ease.ScriptExecutionException: Engine got terminated [2020-07-04T21:42:05.182Z] java.lang.RuntimeException: ERROR [2020-07-04T21:42:05.182Z] at org.eclipse.ease.AbstractScriptEngineTest$MockedScriptEngine.execute(AbstractScriptEngineTest.java:73) [2020-07-04T21:42:05.182Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:226) [2020-07-04T21:42:05.182Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:277) [2020-07-04T21:42:05.182Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-07-04T21:42:05.182Z] 1Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.02 s - in org.eclipse.ease.AbstractScriptEngineTest [2020-07-04T21:42:05.182Z] extractEmptyArguments(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0.002 s [2020-07-04T21:42:05.182Z] setNotNullOutputStream(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-07-04T21:42:05.182Z] terminateViaMonitorCancellation(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 1.205 s [2020-07-04T21:42:05.182Z] inject(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0.001 s [2020-07-04T21:42:05.182Z] extractArguments(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-07-04T21:42:05.182Z] executeSync(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 1.001 s [2020-07-04T21:42:05.182Z] setNotNullErrorStream(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-07-04T21:42:05.182Z] setNullErrorStream(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-07-04T21:42:05.182Z] isJob(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-07-04T21:42:05.182Z] streamsAvailable(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-07-04T21:42:05.182Z] executeValidCodeAndTerminate(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0.001 s [2020-07-04T21:42:05.182Z] setNullOutputStream(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0 s [2020-07-04T21:42:05.182Z] terminateMultipleTimes(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0.601 s [2020-07-04T21:42:05.182Z] engineTerminatesWhenIdle(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 1.001 s [2020-07-04T21:42:05.182Z] terminateViaTerminateMethod(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 1.202 s [2020-07-04T21:42:05.182Z] terminateViaMethodCallback(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0.001 s [2020-07-04T21:42:05.182Z] executeErrorCodeAndTerminate(org.eclipse.ease.AbstractScriptEngineTest) Time elapsed: 0.002 s [2020-07-04T21:42:05.183Z] Running org.eclipse.ease.adapters.ScriptableAdapterTest [2020-07-04T21:42:05.183Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.ease.adapters.ScriptableAdapterTest [2020-07-04T21:42:05.183Z] adaptURI(org.eclipse.ease.adapters.ScriptableAdapterTest) Time elapsed: 0.004 s [2020-07-04T21:42:05.183Z] adaptURL(org.eclipse.ease.adapters.ScriptableAdapterTest) Time elapsed: 0 s [2020-07-04T21:42:05.183Z] adaptWorkspaceFile(org.eclipse.ease.adapters.ScriptableAdapterTest) Time elapsed: 0 s [2020-07-04T21:42:05.183Z] getAdapterList(org.eclipse.ease.adapters.ScriptableAdapterTest) Time elapsed: 0 s [2020-07-04T21:42:05.183Z] adaptFilesystemFile(org.eclipse.ease.adapters.ScriptableAdapterTest) Time elapsed: 0.001 s [2020-07-04T21:42:05.183Z] Running org.eclipse.ease.AbstractCodeFactoryTest [2020-07-04T21:42:05.183Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s - in org.eclipse.ease.AbstractCodeFactoryTest [2020-07-04T21:42:05.183Z] createNewKeywordHeader(org.eclipse.ease.AbstractCodeFactoryTest) Time elapsed: 0.055 s [2020-07-04T21:42:05.183Z] Running org.eclipse.ease.sign.VerifySignatureTest [2020-07-04T21:42:05.183Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.ease.sign.VerifySignatureTest [2020-07-04T21:42:05.183Z] testWithNonCodeParserScriptType(org.eclipse.ease.sign.VerifySignatureTest) Time elapsed: 0.005 s [2020-07-04T21:42:05.183Z] Running org.eclipse.ease.sign.SignatureHelperTest [2020-07-04T21:42:05.183Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.ease.sign.SignatureHelperTest [2020-07-04T21:42:05.183Z] certificateTest(org.eclipse.ease.sign.SignatureHelperTest) Time elapsed: 0.006 s [2020-07-04T21:42:05.183Z] Running org.eclipse.ease.ScriptResultTest [2020-07-04T21:42:05.183Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.ease.ScriptResultTest [2020-07-04T21:42:05.183Z] hasException(org.eclipse.ease.ScriptResultTest) Time elapsed: 0 s [2020-07-04T21:42:05.183Z] getResult(org.eclipse.ease.ScriptResultTest) Time elapsed: 0 s [2020-07-04T21:42:05.183Z] getException(org.eclipse.ease.ScriptResultTest) Time elapsed: 0 s [2020-07-04T21:42:05.183Z] isReady(org.eclipse.ease.ScriptResultTest) Time elapsed: 0 s [2020-07-04T21:42:05.183Z] Running org.eclipse.ease.AbstractCodeParserTest [2020-07-04T21:42:05.183Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.ease.AbstractCodeParserTest [2020-07-04T21:42:05.183Z] parseCode(org.eclipse.ease.AbstractCodeParserTest) Time elapsed: 0 s [2020-07-04T21:42:05.183Z] parseLineHeader(org.eclipse.ease.AbstractCodeParserTest) Time elapsed: 0 s [2020-07-04T21:42:05.183Z] parseBlockAfterWhitespace(org.eclipse.ease.AbstractCodeParserTest) Time elapsed: 0.001 s [2020-07-04T21:42:05.183Z] parseEmpty(org.eclipse.ease.AbstractCodeParserTest) Time elapsed: 0 s [2020-07-04T21:42:05.183Z] parseBlockHeader(org.eclipse.ease.AbstractCodeParserTest) Time elapsed: 0 s [2020-07-04T21:42:05.183Z] Running org.eclipse.ease.AbstractReplScriptEngineTest [2020-07-04T21:42:11.717Z] testorg.eclipse.ease.ScriptExecutionException: Engine got terminated [2020-07-04T21:42:13.083Z] java.lang.RuntimeException: ERROR [2020-07-04T21:42:13.083Z] at org.eclipse.ease.AbstractReplScriptEngineTest$MockedScriptEngine.execute(AbstractReplScriptEngineTest.java:61) [2020-07-04T21:42:13.083Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:226) [2020-07-04T21:42:13.083Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:277) [2020-07-04T21:42:13.083Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-07-04T21:42:14.009Z] Hello worldHello world1Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.644 s - in org.eclipse.ease.AbstractReplScriptEngineTest [2020-07-04T21:42:14.009Z] terminateOnIdleAfterSchedule(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0.02 s [2020-07-04T21:42:14.009Z] terminateEngine(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.001 s [2020-07-04T21:42:14.009Z] keepRunningOnIdle(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.002 s [2020-07-04T21:42:14.009Z] extractEmptyArguments(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-07-04T21:42:14.009Z] setNotNullOutputStream(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-07-04T21:42:14.009Z] terminateViaMonitorCancellation(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.102 s [2020-07-04T21:42:14.009Z] inject(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-07-04T21:42:14.009Z] extractArguments(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-07-04T21:42:14.009Z] executeSync(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.001 s [2020-07-04T21:42:14.009Z] setNotNullErrorStream(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-07-04T21:42:14.009Z] setNullErrorStream(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-07-04T21:42:14.009Z] isJob(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-07-04T21:42:14.009Z] streamsAvailable(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-07-04T21:42:14.009Z] executeValidCodeAndTerminate(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0.001 s [2020-07-04T21:42:14.009Z] setNullOutputStream(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0 s [2020-07-04T21:42:14.009Z] terminateMultipleTimes(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 0.301 s [2020-07-04T21:42:14.009Z] engineTerminatesWhenIdle(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.001 s [2020-07-04T21:42:14.009Z] terminateViaTerminateMethod(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.202 s [2020-07-04T21:42:14.009Z] terminateViaMethodCallback(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.001 s [2020-07-04T21:42:14.009Z] executeErrorCodeAndTerminate(org.eclipse.ease.AbstractReplScriptEngineTest) Time elapsed: 1.001 s [2020-07-04T21:42:14.009Z] [2020-07-04T21:42:14.009Z] Results: [2020-07-04T21:42:14.009Z] [2020-07-04T21:42:14.009Z] Tests run: 124, Failures: 0, Errors: 0, Skipped: 0 [2020-07-04T21:42:14.009Z] [2020-07-04T21:42:14.265Z] [INFO] All tests passed! [2020-07-04T21:42:14.265Z] [INFO] [2020-07-04T21:42:14.265Z] [INFO] ---< org.eclipse.ease:org.eclipse.ease.lang.javascript.nashorn.test >--- [2020-07-04T21:42:14.265Z] [INFO] Building org.eclipse.ease.lang.javascript.nashorn.test 0.8.0-SNAPSHOT [4/11] [2020-07-04T21:42:14.265Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-07-04T21:42:14.265Z] [INFO] [2020-07-04T21:42:14.265Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-07-04T21:42:14.265Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-07-04T21:42:14.265Z] [INFO] [2020-07-04T21:42:14.265Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-07-04T21:42:14.265Z] [INFO] [2020-07-04T21:42:14.265Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-07-04T21:42:14.265Z] [INFO] [2020-07-04T21:42:14.265Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-07-04T21:42:14.265Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:42:14.265Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/src/main/resources [2020-07-04T21:42:14.265Z] [INFO] [2020-07-04T21:42:14.265Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-07-04T21:42:14.265Z] [INFO] Nothing to compile - all classes are up to date [2020-07-04T21:42:14.265Z] [INFO] [2020-07-04T21:42:14.265Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-07-04T21:42:14.265Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:42:14.265Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/src/test/resources [2020-07-04T21:42:14.265Z] [INFO] [2020-07-04T21:42:14.265Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-07-04T21:42:14.265Z] [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [2020-07-04T21:42:14.265Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/org.eclipse.ease.lang.javascript.nashorn.test-0.8.0-SNAPSHOT-sources.jar [2020-07-04T21:42:14.265Z] [INFO] [2020-07-04T21:42:14.265Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-07-04T21:42:14.265Z] [INFO] [2020-07-04T21:42:14.265Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-07-04T21:42:14.265Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/org.eclipse.ease.lang.javascript.nashorn.test-0.8.0-SNAPSHOT.jar [2020-07-04T21:42:14.265Z] [INFO] [2020-07-04T21:42:14.265Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-07-04T21:42:14.265Z] [INFO] [2020-07-04T21:42:14.265Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-07-04T21:42:14.265Z] [INFO] [2020-07-04T21:42:14.265Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-07-04T21:42:14.266Z] [INFO] [2020-07-04T21:42:14.266Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.ease.lang.javascript.nashorn.test --- [2020-07-04T21:42:14.521Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/work/data/.metadata/.log [2020-07-04T21:42:14.521Z] [INFO] Command line: [2020-07-04T21:42:14.521Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.300.v20190213-1655/org.eclipse.equinox.launcher-1.5.300.v20190213-1655.jar, -data, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.nashorn.test/target/surefire.properties] [2020-07-04T21:42:14.521Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven2c99166c/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven2c99166c" [2020-07-04T21:42:15.456Z] Running org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest [2020-07-04T21:42:16.384Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.72 s - in org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest [2020-07-04T21:42:16.384Z] reloadEnvironment(org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest) Time elapsed: 0.485 s [2020-07-04T21:42:16.384Z] bootstrappedEnvironment(org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest) Time elapsed: 0.031 s [2020-07-04T21:42:16.384Z] postMethodCallback(org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest) Time elapsed: 0.103 s [2020-07-04T21:42:16.384Z] preMethodCallback(org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest) Time elapsed: 0.054 s [2020-07-04T21:42:16.384Z] reloadFunctionDefinitions(org.eclipse.ease.lang.javascript.nashorn.NashornEnvironmentTest) Time elapsed: 0.032 s [2020-07-04T21:42:16.384Z] [2020-07-04T21:42:16.384Z] Results: [2020-07-04T21:42:16.384Z] [2020-07-04T21:42:16.384Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0 [2020-07-04T21:42:16.384Z] [2020-07-04T21:42:16.641Z] [INFO] All tests passed! [2020-07-04T21:42:16.641Z] [INFO] [2020-07-04T21:42:16.641Z] [INFO] ----< org.eclipse.ease:org.eclipse.ease.lang.javascript.rhino.test >---- [2020-07-04T21:42:16.641Z] [INFO] Building org.eclipse.ease.lang.javascript.rhino.test 0.8.0-SNAPSHOT [5/11] [2020-07-04T21:42:16.641Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-07-04T21:42:16.641Z] [INFO] [2020-07-04T21:42:16.641Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-07-04T21:42:16.641Z] [INFO] The project's OSGi version is 0.8.0.I201911291239 [2020-07-04T21:42:16.641Z] [INFO] [2020-07-04T21:42:16.641Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-07-04T21:42:16.641Z] [INFO] [2020-07-04T21:42:16.641Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-07-04T21:42:16.641Z] [INFO] [2020-07-04T21:42:16.641Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-07-04T21:42:16.641Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:42:16.641Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/src/main/resources [2020-07-04T21:42:16.641Z] [INFO] [2020-07-04T21:42:16.641Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-07-04T21:42:16.641Z] [INFO] Nothing to compile - all classes are up to date [2020-07-04T21:42:16.641Z] [INFO] [2020-07-04T21:42:16.641Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-07-04T21:42:16.641Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:42:16.641Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/src/test/resources [2020-07-04T21:42:16.641Z] [INFO] [2020-07-04T21:42:16.641Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-07-04T21:42:16.641Z] [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [2020-07-04T21:42:16.641Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/org.eclipse.ease.lang.javascript.rhino.test-0.8.0-SNAPSHOT-sources.jar [2020-07-04T21:42:16.641Z] [INFO] [2020-07-04T21:42:16.641Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-07-04T21:42:16.641Z] [INFO] [2020-07-04T21:42:16.641Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-07-04T21:42:16.641Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/org.eclipse.ease.lang.javascript.rhino.test-0.8.0-SNAPSHOT.jar [2020-07-04T21:42:16.641Z] [INFO] [2020-07-04T21:42:16.642Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-07-04T21:42:16.642Z] [INFO] [2020-07-04T21:42:16.642Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-07-04T21:42:16.642Z] [INFO] [2020-07-04T21:42:16.642Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-07-04T21:42:16.642Z] [INFO] [2020-07-04T21:42:16.642Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.ease.lang.javascript.rhino.test --- [2020-07-04T21:42:16.897Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/work/data/.metadata/.log [2020-07-04T21:42:16.897Z] [INFO] Command line: [2020-07-04T21:42:16.898Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.300.v20190213-1655/org.eclipse.equinox.launcher-1.5.300.v20190213-1655.jar, -data, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.rhino.test/target/surefire.properties] [2020-07-04T21:42:16.898Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven2c99166c/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven2c99166c" [2020-07-04T21:42:18.284Z] Running org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest [2020-07-04T21:42:18.284Z] org.eclipse.ease.ScriptExecutionException: JavaError: NotThere cannot be found by org.mozilla.javascript_1.7.5.v201504281450 [2020-07-04T21:42:18.284Z] [2020-07-04T21:42:18.284Z] Java Stacktrace: [2020-07-04T21:42:18.284Z] java.lang.ClassNotFoundException: NotThere cannot be found by org.mozilla.javascript_1.7.5.v201504281450 [2020-07-04T21:42:18.284Z] at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:511) [2020-07-04T21:42:18.284Z] at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:422) [2020-07-04T21:42:18.284Z] at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:414) [2020-07-04T21:42:18.284Z] at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:153) [2020-07-04T21:42:18.284Z] at java.lang.ClassLoader.loadClass(ClassLoader.java:357) [2020-07-04T21:42:18.284Z] at java.lang.Class.forName0(Native Method) [2020-07-04T21:42:18.284Z] at java.lang.Class.forName(Class.java:264) [2020-07-04T21:42:18.284Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2020-07-04T21:42:18.284Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2020-07-04T21:42:18.284Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2020-07-04T21:42:18.284Z] at java.lang.reflect.Method.invoke(Method.java:498) [2020-07-04T21:42:18.284Z] at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:126) [2020-07-04T21:42:18.284Z] at org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:225) [2020-07-04T21:42:18.284Z] at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1473) [2020-07-04T21:42:18.284Z] at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:815) [2020-07-04T21:42:18.285Z] at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:109) [2020-07-04T21:42:18.285Z] at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:394) [2020-07-04T21:42:18.285Z] at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3091) [2020-07-04T21:42:18.285Z] at org.mozilla.javascript.InterpretedFunction.exec(InterpretedFunction.java:120) [2020-07-04T21:42:18.285Z] at org.mozilla.javascript.Context.evaluateReader(Context.java:1110) [2020-07-04T21:42:18.285Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:222) [2020-07-04T21:42:18.285Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:201) [2020-07-04T21:42:18.285Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:226) [2020-07-04T21:42:18.285Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:277) [2020-07-04T21:42:18.285Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-07-04T21:42:18.285Z] org.eclipse.ease.ScriptExecutionException: TypeError: Cannot call method "foobar" of undefined [2020-07-04T21:42:18.285Z] org.eclipse.ease.ScriptExecutionException: ScriptException: test [2020-07-04T21:42:18.285Z] org.eclipse.ease.ScriptExecutionException: JavaError: java.lang.Exception [2020-07-04T21:42:18.285Z] [2020-07-04T21:42:18.285Z] Java Stacktrace: [2020-07-04T21:42:18.285Z] java.lang.Exception [2020-07-04T21:42:18.285Z] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [2020-07-04T21:42:18.285Z] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [2020-07-04T21:42:18.285Z] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [2020-07-04T21:42:18.285Z] at java.lang.reflect.Constructor.newInstance(Constructor.java:423) [2020-07-04T21:42:18.285Z] at org.mozilla.javascript.MemberBox.newInstance(MemberBox.java:159) [2020-07-04T21:42:18.285Z] at org.mozilla.javascript.NativeJavaClass.constructInternal(NativeJavaClass.java:266) [2020-07-04T21:42:18.285Z] at org.mozilla.javascript.NativeJavaClass.constructSpecific(NativeJavaClass.java:205) [2020-07-04T21:42:18.285Z] at org.mozilla.javascript.NativeJavaClass.construct(NativeJavaClass.java:166) [2020-07-04T21:42:18.285Z] at org.mozilla.javascript.Interpreter.interpretLoop(Interpreter.java:1519) [2020-07-04T21:42:18.285Z] at org.mozilla.javascript.Interpreter.interpret(Interpreter.java:815) [2020-07-04T21:42:18.285Z] at org.mozilla.javascript.InterpretedFunction.call(InterpretedFunction.java:109) [2020-07-04T21:42:18.285Z] at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:394) [2020-07-04T21:42:18.285Z] at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3091) [2020-07-04T21:42:18.285Z] at org.mozilla.javascript.InterpretedFunction.exec(InterpretedFunction.java:120) [2020-07-04T21:42:18.285Z] at org.mozilla.javascript.Context.evaluateReader(Context.java:1110) [2020-07-04T21:42:18.285Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:222) [2020-07-04T21:42:18.285Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:201) [2020-07-04T21:42:18.285Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:226) [2020-07-04T21:42:18.285Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:277) [2020-07-04T21:42:18.285Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-07-04T21:42:18.540Z] org.eclipse.ease.ScriptExecutionException: ScriptException: JavaScript [2020-07-04T21:42:18.541Z] org.eclipse.ease.ScriptExecutionException: SyntaxError: unterminated string literal (#1) [2020-07-04T21:42:18.541Z] 'asdf [2020-07-04T21:42:18.541Z] ^ [2020-07-04T21:42:18.541Z] at :1 [2020-07-04T21:42:18.541Z] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.446 s - in org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest [2020-07-04T21:42:18.541Z] getExceptionStackTrace(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.206 s [2020-07-04T21:42:18.541Z] causeWrappedException(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.019 s [2020-07-04T21:42:18.541Z] optionalModuleParameters(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.016 s [2020-07-04T21:42:18.541Z] simpleScriptCode(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.016 s [2020-07-04T21:42:18.541Z] causeRuntimeErrorException(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.05 s [2020-07-04T21:42:18.541Z] callModuleCode(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.014 s [2020-07-04T21:42:18.541Z] throwJavaClass(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.013 s [2020-07-04T21:42:18.541Z] throwJavaException(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.014 s [2020-07-04T21:42:18.541Z] accessJavaClasses(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.012 s [2020-07-04T21:42:18.541Z] accessEclipseClasses(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.047 s [2020-07-04T21:42:18.541Z] throwJavaScriptException(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.012 s [2020-07-04T21:42:18.541Z] causeSyntaxErrorException(org.eclipse.ease.lang.javascript.rhino.RhinoDebuggerEngineTest) Time elapsed: 0.012 s [2020-07-04T21:42:18.541Z] Running org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest [2020-07-04T21:42:18.541Z] Start of script [2020-07-04T21:42:18.541Z] include file start [2020-07-04T21:42:18.541Z] Include file processed [2020-07-04T21:42:18.541Z] line after include file [2020-07-04T21:42:18.541Z] Result of testMethod = 5 [2020-07-04T21:42:18.541Z] End of script [2020-07-04T21:42:18.798Z] Start of script [2020-07-04T21:42:18.798Z] include file start [2020-07-04T21:42:18.798Z] Include file processed [2020-07-04T21:42:18.798Z] line after include file [2020-07-04T21:42:18.798Z] Result of testMethod = 5 [2020-07-04T21:42:18.798Z] End of script [2020-07-04T21:42:19.054Z] Start of script [2020-07-04T21:42:19.054Z] include file start [2020-07-04T21:42:19.054Z] Include file processed [2020-07-04T21:42:19.054Z] line after include file [2020-07-04T21:42:19.054Z] Result of testMethod = 5 [2020-07-04T21:42:19.309Z] Start of script [2020-07-04T21:42:19.309Z] include file start [2020-07-04T21:42:19.309Z] Include file processed [2020-07-04T21:42:19.309Z] line after include file [2020-07-04T21:42:19.565Z] Result of testMethod = 5 [2020-07-04T21:42:19.565Z] End of script [2020-07-04T21:42:19.821Z] Start of script [2020-07-04T21:42:19.821Z] include file start [2020-07-04T21:42:19.821Z] Include file processed [2020-07-04T21:42:19.821Z] line after include file [2020-07-04T21:42:19.821Z] Result of testMethod = 5 [2020-07-04T21:42:19.821Z] End of script [2020-07-04T21:42:19.821Z] Start of script [2020-07-04T21:42:19.821Z] include file start [2020-07-04T21:42:19.821Z] Include file processed [2020-07-04T21:42:19.821Z] line after include file [2020-07-04T21:42:20.076Z] Result of testMethod = 5 [2020-07-04T21:42:20.076Z] End of script [2020-07-04T21:42:20.076Z] Start of script [2020-07-04T21:42:20.076Z] include file start [2020-07-04T21:42:20.076Z] Include file processed [2020-07-04T21:42:20.076Z] line after include file [2020-07-04T21:42:20.076Z] Result of testMethod = 5 [2020-07-04T21:42:20.637Z] Start of script [2020-07-04T21:42:20.637Z] include file start [2020-07-04T21:42:20.637Z] Include file processed [2020-07-04T21:42:20.637Z] line after include file [2020-07-04T21:42:20.637Z] Result of testMethod = 5 [2020-07-04T21:42:20.637Z] End of script [2020-07-04T21:42:20.892Z] Start of script [2020-07-04T21:42:20.892Z] include file start [2020-07-04T21:42:20.892Z] Include file processed [2020-07-04T21:42:20.892Z] line after include file [2020-07-04T21:42:20.892Z] Result of testMethod = 5 [2020-07-04T21:42:20.892Z] End of script [2020-07-04T21:42:20.892Z] Start of script [2020-07-04T21:42:20.892Z] include file start [2020-07-04T21:42:20.892Z] Include file processed [2020-07-04T21:42:20.892Z] line after include file [2020-07-04T21:42:21.453Z] Start of script [2020-07-04T21:42:21.453Z] include file start [2020-07-04T21:42:21.453Z] Include file processed [2020-07-04T21:42:21.453Z] line after include file [2020-07-04T21:42:21.453Z] Result of testMethod = 5 [2020-07-04T21:42:21.453Z] End of script [2020-07-04T21:42:21.708Z] Start of script [2020-07-04T21:42:21.708Z] include file start [2020-07-04T21:42:21.708Z] Include file processed [2020-07-04T21:42:21.708Z] line after include file [2020-07-04T21:42:21.708Z] Result of testMethod = 5 [2020-07-04T21:42:21.708Z] End of script [2020-07-04T21:42:22.271Z] Start of script [2020-07-04T21:42:22.271Z] include file start [2020-07-04T21:42:22.271Z] Include file processed [2020-07-04T21:42:22.271Z] line after include file [2020-07-04T21:42:22.271Z] Result of testMethod = 5 [2020-07-04T21:42:22.271Z] End of script [2020-07-04T21:42:22.271Z] Start of script [2020-07-04T21:42:22.271Z] include file start [2020-07-04T21:42:22.271Z] Include file processed [2020-07-04T21:42:22.271Z] line after include file [2020-07-04T21:42:22.542Z] Result of testMethod = 5 [2020-07-04T21:42:22.542Z] End of script [2020-07-04T21:42:22.542Z] Start of script [2020-07-04T21:42:22.542Z] include file start [2020-07-04T21:42:22.542Z] Include file processed [2020-07-04T21:42:22.542Z] line after include file [2020-07-04T21:42:22.542Z] Result of testMethod = 5 [2020-07-04T21:42:23.113Z] Start of script [2020-07-04T21:42:23.113Z] include file start [2020-07-04T21:42:23.113Z] Include file processed [2020-07-04T21:42:23.113Z] line after include file [2020-07-04T21:42:23.113Z] Result of testMethod = 5 [2020-07-04T21:42:23.113Z] End of script [2020-07-04T21:42:23.368Z] Start of script [2020-07-04T21:42:23.368Z] include file start [2020-07-04T21:42:23.368Z] Include file processed [2020-07-04T21:42:23.368Z] line after include file [2020-07-04T21:42:23.368Z] Result of testMethod = 5 [2020-07-04T21:42:23.623Z] End of script [2020-07-04T21:42:23.623Z] Start of script [2020-07-04T21:42:23.623Z] include file start [2020-07-04T21:42:23.623Z] Include file processed [2020-07-04T21:42:23.623Z] line after include file [2020-07-04T21:42:23.879Z] Result of testMethod = 5 [2020-07-04T21:42:23.879Z] End of script [2020-07-04T21:42:24.134Z] Start of script [2020-07-04T21:42:24.134Z] include file start [2020-07-04T21:42:24.134Z] Include file processed [2020-07-04T21:42:24.134Z] line after include file [2020-07-04T21:42:24.389Z] Result of testMethod = 5 [2020-07-04T21:42:24.389Z] End of script [2020-07-04T21:42:24.389Z] Start of script [2020-07-04T21:42:24.389Z] include file start [2020-07-04T21:42:24.389Z] Include file processed [2020-07-04T21:42:24.389Z] line after include file [2020-07-04T21:42:24.389Z] Result of testMethod = 5 [2020-07-04T21:42:24.951Z] Start of script [2020-07-04T21:42:24.951Z] include file start [2020-07-04T21:42:24.951Z] Include file processed [2020-07-04T21:42:24.951Z] line after include file [2020-07-04T21:42:24.951Z] Result of testMethod = 5 [2020-07-04T21:42:24.951Z] End of script [2020-07-04T21:42:24.951Z] Start of script [2020-07-04T21:42:24.951Z] include file start [2020-07-04T21:42:24.951Z] Include file processed [2020-07-04T21:42:24.951Z] line after include file [2020-07-04T21:42:25.206Z] Result of testMethod = 5 [2020-07-04T21:42:25.206Z] End of script [2020-07-04T21:42:25.206Z] Start of script [2020-07-04T21:42:25.206Z] include file start [2020-07-04T21:42:25.206Z] Include file processed [2020-07-04T21:42:25.206Z] line after include file [2020-07-04T21:42:25.206Z] Result of testMethod = 5 [2020-07-04T21:42:25.206Z] End of script [2020-07-04T21:42:25.463Z] Start of script [2020-07-04T21:42:25.463Z] include file start [2020-07-04T21:42:25.463Z] Include file processed [2020-07-04T21:42:25.718Z] line after include file [2020-07-04T21:42:25.718Z] Result of testMethod = 5 [2020-07-04T21:42:25.718Z] End of script [2020-07-04T21:42:25.718Z] Start of script [2020-07-04T21:42:25.718Z] include file start [2020-07-04T21:42:25.718Z] Include file processed [2020-07-04T21:42:25.718Z] line after include file [2020-07-04T21:42:25.974Z] Start of script [2020-07-04T21:42:26.230Z] include file start [2020-07-04T21:42:26.230Z] Include file processed [2020-07-04T21:42:26.230Z] line after include file [2020-07-04T21:42:26.230Z] Result of testMethod = 5 [2020-07-04T21:42:26.230Z] End of script [2020-07-04T21:42:26.230Z] Start of script [2020-07-04T21:42:26.230Z] include file start [2020-07-04T21:42:26.230Z] Include file processed [2020-07-04T21:42:26.230Z] line after include file [2020-07-04T21:42:26.230Z] Result of testMethod = 5 [2020-07-04T21:42:26.791Z] Start of script [2020-07-04T21:42:26.791Z] include file start [2020-07-04T21:42:26.791Z] Include file processed [2020-07-04T21:42:26.791Z] line after include file [2020-07-04T21:42:26.791Z] Result of testMethod = 5 [2020-07-04T21:42:26.791Z] End of script [2020-07-04T21:42:26.791Z] Start of script [2020-07-04T21:42:26.791Z] include file start [2020-07-04T21:42:26.791Z] Include file processed [2020-07-04T21:42:26.791Z] line after include file [2020-07-04T21:42:27.046Z] Result of testMethod = 5 [2020-07-04T21:42:27.046Z] End of script [2020-07-04T21:42:27.046Z] Start of script [2020-07-04T21:42:27.046Z] include file start [2020-07-04T21:42:27.046Z] Include file processed [2020-07-04T21:42:27.046Z] line after include file [2020-07-04T21:42:27.302Z] Result of testMethod = 5 [2020-07-04T21:42:27.302Z] End of script [2020-07-04T21:42:27.557Z] Start of script [2020-07-04T21:42:27.557Z] include file start [2020-07-04T21:42:27.557Z] Include file processed [2020-07-04T21:42:27.557Z] line after include file [2020-07-04T21:42:27.557Z] Result of testMethod = 5 [2020-07-04T21:42:27.557Z] End of script [2020-07-04T21:42:27.557Z] Start of script [2020-07-04T21:42:27.557Z] include file start [2020-07-04T21:42:27.557Z] Include file processed [2020-07-04T21:42:27.557Z] line after include file [2020-07-04T21:42:27.557Z] Result of testMethod = 5 [2020-07-04T21:42:28.119Z] Start of script [2020-07-04T21:42:28.119Z] include file start [2020-07-04T21:42:28.119Z] Include file processed [2020-07-04T21:42:28.119Z] line after include file [2020-07-04T21:42:28.119Z] Result of testMethod = 5 [2020-07-04T21:42:28.119Z] End of script [2020-07-04T21:42:28.119Z] Start of script [2020-07-04T21:42:28.119Z] include file start [2020-07-04T21:42:28.119Z] Include file processed [2020-07-04T21:42:28.119Z] line after include file [2020-07-04T21:42:28.119Z] Result of testMethod = 5 [2020-07-04T21:42:28.680Z] Start of script [2020-07-04T21:42:28.680Z] include file start [2020-07-04T21:42:28.680Z] Include file processed [2020-07-04T21:42:28.680Z] line after include file [2020-07-04T21:42:28.681Z] Result of testMethod = 5 [2020-07-04T21:42:28.681Z] End of script [2020-07-04T21:42:28.936Z] Start of script [2020-07-04T21:42:28.936Z] include file start [2020-07-04T21:42:28.936Z] Include file processed [2020-07-04T21:42:28.936Z] line after include file [2020-07-04T21:42:29.192Z] Result of testMethod = 5 [2020-07-04T21:42:29.192Z] End of script [2020-07-04T21:42:29.192Z] Start of script [2020-07-04T21:42:29.192Z] include file start [2020-07-04T21:42:29.192Z] Include file processed [2020-07-04T21:42:29.192Z] line after include file [2020-07-04T21:42:29.192Z] Result of testMethod = 5 [2020-07-04T21:42:29.192Z] End of script [2020-07-04T21:42:29.447Z] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.939 s - in org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest [2020-07-04T21:42:29.447Z] disconnectProcessInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.282 s [2020-07-04T21:42:29.447Z] stepReturnIncludeCommand(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.211 s [2020-07-04T21:42:29.447Z] arrayVariableSorting(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.309 s [2020-07-04T21:42:29.447Z] stepOverOnDebugTarget(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.309 s [2020-07-04T21:42:29.447Z] hasDebugTarget(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.106 s [2020-07-04T21:42:29.447Z] disconnectThreadInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.207 s [2020-07-04T21:42:29.447Z] stepReturnOnDebugTarget(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.307 s [2020-07-04T21:42:29.447Z] nullVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.305 s [2020-07-04T21:42:29.447Z] stepOverOnStackFrame(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-07-04T21:42:29.447Z] resumeOnDebugTarget(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.205 s [2020-07-04T21:42:29.447Z] modifyVariableKeepingType(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.406 s [2020-07-04T21:42:29.447Z] resumeOnLastIncludeLine(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.207 s [2020-07-04T21:42:29.447Z] stepReturnOnStackFrame(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.307 s [2020-07-04T21:42:29.447Z] terminateStackFrameInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.206 s [2020-07-04T21:42:29.447Z] breakpointLocation(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.213 s [2020-07-04T21:42:29.448Z] stepReturnOnThread(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.307 s [2020-07-04T21:42:29.448Z] javaClassVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.308 s [2020-07-04T21:42:29.448Z] stepIntoOnThread(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.305 s [2020-07-04T21:42:29.448Z] terminateThreadInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.205 s [2020-07-04T21:42:29.448Z] resumeOnThread(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.205 s [2020-07-04T21:42:29.448Z] stepIntoOnStackFrame(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-07-04T21:42:29.448Z] terminateProcessInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.205 s [2020-07-04T21:42:29.448Z] stepOverOnProcess(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-07-04T21:42:29.448Z] nativeArrayVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-07-04T21:42:29.448Z] disconnectDebugTargetInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.205 s [2020-07-04T21:42:29.448Z] stepIntoOnProcess(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-07-04T21:42:29.448Z] terminatedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.104 s [2020-07-04T21:42:29.448Z] stepOverIncludeCommand(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.304 s [2020-07-04T21:42:29.448Z] innerScopeVariableBeforeOuterScopeVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.305 s [2020-07-04T21:42:29.448Z] stepIntoIncludeCommand(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.305 s [2020-07-04T21:42:29.448Z] primitiveStringVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.305 s [2020-07-04T21:42:29.448Z] resumeOnProcess(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.205 s [2020-07-04T21:42:29.448Z] stepIntoOnDebugTarget(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.305 s [2020-07-04T21:42:29.448Z] stepOverOnThread(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.306 s [2020-07-04T21:42:29.448Z] suspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.204 s [2020-07-04T21:42:29.448Z] primitiveDoubleVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.305 s [2020-07-04T21:42:29.448Z] resumeOnStackFrame(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.204 s [2020-07-04T21:42:29.448Z] nativeObjectVariable(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.305 s [2020-07-04T21:42:29.448Z] terminateDebugTargetInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.206 s [2020-07-04T21:42:29.448Z] disconnectStackFrameInSuspendedState(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.205 s [2020-07-04T21:42:29.448Z] stepReturnOnProcess(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.305 s [2020-07-04T21:42:29.448Z] evaluateWatchExpression(org.eclipse.ease.lang.javascript.rhino.RhinoDebugTest) Time elapsed: 0.207 s [2020-07-04T21:42:29.448Z] Running org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest [2020-07-04T21:42:29.448Z] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s - in org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest [2020-07-04T21:42:29.448Z] reloadEnvironment(org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest) Time elapsed: 0.032 s [2020-07-04T21:42:29.448Z] bootstrappedEnvironment(org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest) Time elapsed: 0.011 s [2020-07-04T21:42:29.448Z] postMethodCallback(org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest) Time elapsed: 0.013 s [2020-07-04T21:42:29.448Z] preMethodCallback(org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest) Time elapsed: 0.01 s [2020-07-04T21:42:29.448Z] reloadFunctionDefinitions(org.eclipse.ease.lang.javascript.rhino.RhinoEnvironmentTest) Time elapsed: 0.02 s [2020-07-04T21:42:29.448Z] Running org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest [2020-07-04T21:42:29.448Z] org.eclipse.ease.ScriptExecutionException: JavaError: NotThere cannot be found by org.mozilla.javascript_1.7.5.v201504281450 [2020-07-04T21:42:29.448Z] at [2020-07-04T21:42:29.448Z] [2020-07-04T21:42:29.448Z] Java Stacktrace: [2020-07-04T21:42:29.448Z] java.lang.ClassNotFoundException: NotThere cannot be found by org.mozilla.javascript_1.7.5.v201504281450 [2020-07-04T21:42:29.448Z] at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:511) [2020-07-04T21:42:29.448Z] at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:422) [2020-07-04T21:42:29.448Z] at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:414) [2020-07-04T21:42:29.448Z] at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:153) [2020-07-04T21:42:29.448Z] at java.lang.ClassLoader.loadClass(ClassLoader.java:357) [2020-07-04T21:42:29.448Z] at java.lang.Class.forName0(Native Method) [2020-07-04T21:42:29.448Z] at java.lang.Class.forName(Class.java:264) [2020-07-04T21:42:29.448Z] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [2020-07-04T21:42:29.448Z] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [2020-07-04T21:42:29.448Z] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [2020-07-04T21:42:29.448Z] at java.lang.reflect.Method.invoke(Method.java:498) [2020-07-04T21:42:29.448Z] at org.mozilla.javascript.MemberBox.invoke(MemberBox.java:126) [2020-07-04T21:42:29.448Z] at org.mozilla.javascript.NativeJavaMethod.call(NativeJavaMethod.java:225) [2020-07-04T21:42:29.448Z] at org.mozilla.javascript.optimizer.OptRuntime.call1(OptRuntime.java:32) [2020-07-04T21:42:29.448Z] at org.mozilla.javascript.gen.c_27._c_script_0(Unknown Source) [2020-07-04T21:42:29.448Z] at org.mozilla.javascript.gen.c_27.call(Unknown Source) [2020-07-04T21:42:29.448Z] at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:394) [2020-07-04T21:42:29.448Z] at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3091) [2020-07-04T21:42:29.448Z] at org.mozilla.javascript.gen.c_27.call(Unknown Source) [2020-07-04T21:42:29.448Z] at org.mozilla.javascript.gen.c_27.exec(Unknown Source) [2020-07-04T21:42:29.448Z] at org.mozilla.javascript.Context.evaluateReader(Context.java:1110) [2020-07-04T21:42:29.448Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:222) [2020-07-04T21:42:29.448Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:201) [2020-07-04T21:42:29.448Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:226) [2020-07-04T21:42:29.448Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:277) [2020-07-04T21:42:29.448Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-07-04T21:42:29.448Z] org.eclipse.ease.ScriptExecutionException: TypeError: Cannot call method "foobar" of undefined [2020-07-04T21:42:29.448Z] at [2020-07-04T21:42:29.448Z] org.eclipse.ease.ScriptExecutionException: ScriptException: test [2020-07-04T21:42:29.448Z] at [2020-07-04T21:42:29.448Z] org.eclipse.ease.ScriptExecutionException: JavaError: java.lang.Exception [2020-07-04T21:42:29.448Z] at [2020-07-04T21:42:29.448Z] [2020-07-04T21:42:29.448Z] Java Stacktrace: [2020-07-04T21:42:29.448Z] java.lang.Exception [2020-07-04T21:42:29.448Z] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [2020-07-04T21:42:29.448Z] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [2020-07-04T21:42:29.448Z] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [2020-07-04T21:42:29.448Z] at java.lang.reflect.Constructor.newInstance(Constructor.java:423) [2020-07-04T21:42:29.449Z] at org.mozilla.javascript.MemberBox.newInstance(MemberBox.java:159) [2020-07-04T21:42:29.449Z] at org.mozilla.javascript.NativeJavaClass.constructInternal(NativeJavaClass.java:266) [2020-07-04T21:42:29.449Z] at org.mozilla.javascript.NativeJavaClass.constructSpecific(NativeJavaClass.java:205) [2020-07-04T21:42:29.449Z] at org.mozilla.javascript.NativeJavaClass.construct(NativeJavaClass.java:166) [2020-07-04T21:42:29.449Z] at org.mozilla.javascript.ScriptRuntime.newObject(ScriptRuntime.java:2349) [2020-07-04T21:42:29.449Z] at org.mozilla.javascript.gen.c_45._c_script_0(Unknown Source) [2020-07-04T21:42:29.449Z] at org.mozilla.javascript.gen.c_45.call(Unknown Source) [2020-07-04T21:42:29.449Z] at org.mozilla.javascript.ContextFactory.doTopCall(ContextFactory.java:394) [2020-07-04T21:42:29.449Z] at org.mozilla.javascript.ScriptRuntime.doTopCall(ScriptRuntime.java:3091) [2020-07-04T21:42:29.449Z] at org.mozilla.javascript.gen.c_45.call(Unknown Source) [2020-07-04T21:42:29.449Z] at org.mozilla.javascript.gen.c_45.exec(Unknown Source) [2020-07-04T21:42:29.449Z] at org.mozilla.javascript.Context.evaluateReader(Context.java:1110) [2020-07-04T21:42:29.449Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.internalExecute(RhinoScriptEngine.java:222) [2020-07-04T21:42:29.449Z] at org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngine.execute(RhinoScriptEngine.java:201) [2020-07-04T21:42:29.449Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:226) [2020-07-04T21:42:29.449Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:277) [2020-07-04T21:42:29.449Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-07-04T21:42:29.705Z] org.eclipse.ease.ScriptExecutionException: ScriptException: JavaScript [2020-07-04T21:42:29.705Z] at [2020-07-04T21:42:29.705Z] org.eclipse.ease.ScriptExecutionException: SyntaxError: unterminated string literal (#1) [2020-07-04T21:42:29.705Z] 'asdf [2020-07-04T21:42:29.705Z] ^ [2020-07-04T21:42:29.705Z] at [2020-07-04T21:42:29.705Z] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.13 s - in org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest [2020-07-04T21:42:29.705Z] causeWrappedException(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.033 s [2020-07-04T21:42:29.705Z] optionalModuleParameters(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.006 s [2020-07-04T21:42:29.705Z] simpleScriptCode(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.009 s [2020-07-04T21:42:29.705Z] causeRuntimeErrorException(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.006 s [2020-07-04T21:42:29.705Z] callModuleCode(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.014 s [2020-07-04T21:42:29.705Z] throwJavaClass(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.008 s [2020-07-04T21:42:29.705Z] throwJavaException(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.006 s [2020-07-04T21:42:29.705Z] accessJavaClasses(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.005 s [2020-07-04T21:42:29.705Z] accessEclipseClasses(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.009 s [2020-07-04T21:42:29.705Z] throwJavaScriptException(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.005 s [2020-07-04T21:42:29.705Z] causeSyntaxErrorException(org.eclipse.ease.lang.javascript.rhino.RhinoScriptEngineTest) Time elapsed: 0.029 s [2020-07-04T21:42:29.705Z] [2020-07-04T21:42:29.705Z] Results: [2020-07-04T21:42:29.705Z] [2020-07-04T21:42:29.705Z] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0 [2020-07-04T21:42:29.705Z] [2020-07-04T21:42:29.961Z] [INFO] All tests passed! [2020-07-04T21:42:29.961Z] [INFO] [2020-07-04T21:42:29.961Z] [INFO] -------< org.eclipse.ease:org.eclipse.ease.lang.javascript.test >------- [2020-07-04T21:42:29.961Z] [INFO] Building org.eclipse.ease.lang.javascript.test 0.8.0-SNAPSHOT [6/11] [2020-07-04T21:42:29.961Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-07-04T21:42:29.961Z] [INFO] [2020-07-04T21:42:29.961Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.javascript.test --- [2020-07-04T21:42:29.961Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-07-04T21:42:29.961Z] [INFO] [2020-07-04T21:42:29.961Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.javascript.test --- [2020-07-04T21:42:29.961Z] [INFO] [2020-07-04T21:42:29.961Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.javascript.test --- [2020-07-04T21:42:29.961Z] [INFO] [2020-07-04T21:42:29.961Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.javascript.test --- [2020-07-04T21:42:29.961Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:42:29.961Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/src/main/resources [2020-07-04T21:42:29.961Z] [INFO] [2020-07-04T21:42:29.961Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.javascript.test --- [2020-07-04T21:42:29.961Z] [INFO] Nothing to compile - all classes are up to date [2020-07-04T21:42:29.961Z] [INFO] [2020-07-04T21:42:29.961Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.javascript.test --- [2020-07-04T21:42:29.961Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:42:29.961Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/src/test/resources [2020-07-04T21:42:29.961Z] [INFO] [2020-07-04T21:42:29.961Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.javascript.test --- [2020-07-04T21:42:29.961Z] [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [2020-07-04T21:42:29.962Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/target/org.eclipse.ease.lang.javascript.test-0.8.0-SNAPSHOT-sources.jar [2020-07-04T21:42:29.962Z] [INFO] [2020-07-04T21:42:29.962Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.javascript.test --- [2020-07-04T21:42:29.962Z] [INFO] [2020-07-04T21:42:29.962Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.javascript.test --- [2020-07-04T21:42:29.962Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/target/org.eclipse.ease.lang.javascript.test-0.8.0-SNAPSHOT.jar [2020-07-04T21:42:29.962Z] [INFO] [2020-07-04T21:42:29.962Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.javascript.test --- [2020-07-04T21:42:29.962Z] [INFO] [2020-07-04T21:42:29.962Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.javascript.test --- [2020-07-04T21:42:29.962Z] [INFO] [2020-07-04T21:42:29.962Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.javascript.test --- [2020-07-04T21:42:29.962Z] [INFO] [2020-07-04T21:42:29.962Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.ease.lang.javascript.test --- [2020-07-04T21:42:30.217Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/target/work/data/.metadata/.log [2020-07-04T21:42:30.217Z] [INFO] Command line: [2020-07-04T21:42:30.217Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.300.v20190213-1655/org.eclipse.equinox.launcher-1.5.300.v20190213-1655.jar, -data, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.javascript.test/target/surefire.properties] [2020-07-04T21:42:30.217Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven2c99166c/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven2c99166c" [2020-07-04T21:42:31.592Z] Running org.eclipse.ease.lang.javascript.JavaScriptCodeFactoryTest [2020-07-04T21:42:31.592Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s - in org.eclipse.ease.lang.javascript.JavaScriptCodeFactoryTest [2020-07-04T21:42:31.592Z] testCommentCreator(org.eclipse.ease.lang.javascript.JavaScriptCodeFactoryTest) Time elapsed: 0.005 s [2020-07-04T21:42:31.592Z] Running org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest [2020-07-04T21:42:31.592Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.194 s - in org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest [2020-07-04T21:42:31.592Z] verifyStaticClassTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0.003 s [2020-07-04T21:42:31.592Z] verifyClassInstanceTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0.005 s [2020-07-04T21:42:31.592Z] verifyTypesForScriptEngine(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0.181 s [2020-07-04T21:42:31.592Z] verifyPackageTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0.001 s [2020-07-04T21:42:31.592Z] definedVariableTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0 s [2020-07-04T21:42:31.592Z] verifyStringLiteralTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0 s [2020-07-04T21:42:31.592Z] verifyUnknownTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0.001 s [2020-07-04T21:42:31.592Z] verifyNoneTypes(org.eclipse.ease.lang.javascript.JavaScriptCompletionContextTest) Time elapsed: 0 s [2020-07-04T21:42:31.592Z] [2020-07-04T21:42:31.592Z] Results: [2020-07-04T21:42:31.592Z] [2020-07-04T21:42:31.592Z] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0 [2020-07-04T21:42:31.592Z] [2020-07-04T21:42:32.156Z] [INFO] All tests passed! [2020-07-04T21:42:32.156Z] [INFO] [2020-07-04T21:42:32.156Z] [INFO] ---------< org.eclipse.ease:org.eclipse.ease.lang.python.test >--------- [2020-07-04T21:42:32.156Z] [INFO] Building org.eclipse.ease.lang.python.test 0.8.0-SNAPSHOT [7/11] [2020-07-04T21:42:32.156Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-07-04T21:42:32.156Z] [INFO] [2020-07-04T21:42:32.156Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.test --- [2020-07-04T21:42:32.156Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-07-04T21:42:32.156Z] [INFO] [2020-07-04T21:42:32.156Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.test --- [2020-07-04T21:42:32.156Z] [INFO] [2020-07-04T21:42:32.156Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.test --- [2020-07-04T21:42:32.156Z] [INFO] [2020-07-04T21:42:32.156Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.python.test --- [2020-07-04T21:42:32.156Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:42:32.156Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/src/main/resources [2020-07-04T21:42:32.156Z] [INFO] [2020-07-04T21:42:32.156Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.python.test --- [2020-07-04T21:42:32.156Z] [INFO] Nothing to compile - all classes are up to date [2020-07-04T21:42:32.156Z] [INFO] [2020-07-04T21:42:32.156Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.python.test --- [2020-07-04T21:42:32.156Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:42:32.156Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/src/test/resources [2020-07-04T21:42:32.156Z] [INFO] [2020-07-04T21:42:32.156Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.python.test --- [2020-07-04T21:42:32.156Z] [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [2020-07-04T21:42:32.156Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/target/org.eclipse.ease.lang.python.test-0.8.0-SNAPSHOT-sources.jar [2020-07-04T21:42:32.156Z] [INFO] [2020-07-04T21:42:32.156Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python.test --- [2020-07-04T21:42:32.156Z] [INFO] [2020-07-04T21:42:32.156Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.python.test --- [2020-07-04T21:42:32.156Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/target/org.eclipse.ease.lang.python.test-0.8.0-SNAPSHOT.jar [2020-07-04T21:42:32.156Z] [INFO] [2020-07-04T21:42:32.156Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python.test --- [2020-07-04T21:42:32.156Z] [INFO] [2020-07-04T21:42:32.156Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.python.test --- [2020-07-04T21:42:32.156Z] [INFO] [2020-07-04T21:42:32.156Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python.test --- [2020-07-04T21:42:32.156Z] [INFO] [2020-07-04T21:42:32.156Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.ease.lang.python.test --- [2020-07-04T21:42:32.157Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/target/work/data/.metadata/.log [2020-07-04T21:42:32.157Z] [INFO] Command line: [2020-07-04T21:42:32.157Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.300.v20190213-1655/org.eclipse.equinox.launcher-1.5.300.v20190213-1655.jar, -data, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.test/target/surefire.properties] [2020-07-04T21:42:32.157Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven2c99166c/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven2c99166c" [2020-07-04T21:42:33.086Z] Running org.eclipse.ease.lang.python.PythonCodeFactoryTest [2020-07-04T21:42:33.341Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.ease.lang.python.PythonCodeFactoryTest [2020-07-04T21:42:33.341Z] testCommentCreator(org.eclipse.ease.lang.python.PythonCodeFactoryTest) Time elapsed: 0.005 s [2020-07-04T21:42:33.341Z] [2020-07-04T21:42:33.341Z] Results: [2020-07-04T21:42:33.341Z] [2020-07-04T21:42:33.341Z] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [2020-07-04T21:42:33.341Z] [2020-07-04T21:42:33.596Z] [INFO] All tests passed! [2020-07-04T21:42:33.596Z] [INFO] [2020-07-04T21:42:33.596Z] [INFO] -----< org.eclipse.ease:org.eclipse.ease.lang.python.jython.test >------ [2020-07-04T21:42:33.596Z] [INFO] Building org.eclipse.ease.lang.python.jython.test 0.8.0-SNAPSHOT [8/11] [2020-07-04T21:42:33.596Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-07-04T21:42:33.596Z] [INFO] [2020-07-04T21:42:33.596Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.jython.test --- [2020-07-04T21:42:33.596Z] [INFO] The project's OSGi version is 0.8.0.I201911291239 [2020-07-04T21:42:33.596Z] [INFO] [2020-07-04T21:42:33.596Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.jython.test --- [2020-07-04T21:42:33.596Z] [INFO] [2020-07-04T21:42:33.596Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.jython.test --- [2020-07-04T21:42:33.596Z] [INFO] [2020-07-04T21:42:33.596Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.python.jython.test --- [2020-07-04T21:42:33.596Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:42:33.596Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/src/main/resources [2020-07-04T21:42:33.596Z] [INFO] [2020-07-04T21:42:33.596Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.python.jython.test --- [2020-07-04T21:42:33.596Z] [INFO] Nothing to compile - all classes are up to date [2020-07-04T21:42:33.596Z] [INFO] [2020-07-04T21:42:33.596Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.python.jython.test --- [2020-07-04T21:42:33.596Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:42:33.596Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/src/test/resources [2020-07-04T21:42:33.596Z] [INFO] [2020-07-04T21:42:33.597Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.python.jython.test --- [2020-07-04T21:42:33.597Z] [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [2020-07-04T21:42:33.597Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/target/org.eclipse.ease.lang.python.jython.test-0.8.0-SNAPSHOT-sources.jar [2020-07-04T21:42:33.597Z] [INFO] [2020-07-04T21:42:33.597Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python.jython.test --- [2020-07-04T21:42:33.597Z] [INFO] [2020-07-04T21:42:33.597Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.python.jython.test --- [2020-07-04T21:42:33.597Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/target/org.eclipse.ease.lang.python.jython.test-0.8.0-SNAPSHOT.jar [2020-07-04T21:42:33.597Z] [INFO] [2020-07-04T21:42:33.597Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python.jython.test --- [2020-07-04T21:42:33.597Z] [INFO] [2020-07-04T21:42:33.597Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.python.jython.test --- [2020-07-04T21:42:33.597Z] [INFO] [2020-07-04T21:42:33.597Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python.jython.test --- [2020-07-04T21:42:33.597Z] [INFO] [2020-07-04T21:42:33.597Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.ease.lang.python.jython.test --- [2020-07-04T21:42:34.157Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/target/work/data/.metadata/.log [2020-07-04T21:42:34.157Z] [INFO] Command line: [2020-07-04T21:42:34.157Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.300.v20190213-1655/org.eclipse.equinox.launcher-1.5.300.v20190213-1655.jar, -data, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.jython.test/target/surefire.properties] [2020-07-04T21:42:34.157Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven2c99166c/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven2c99166c" [2020-07-04T21:42:35.525Z] Running org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest [2020-07-04T21:42:37.413Z] Start of script [2020-07-04T21:42:37.413Z] include file start [2020-07-04T21:42:37.413Z] include file processed [2020-07-04T21:42:37.413Z] Result of testMethod = 5 [2020-07-04T21:42:37.413Z] End of script [2020-07-04T21:42:37.413Z] Start of script [2020-07-04T21:42:37.413Z] include file start [2020-07-04T21:42:37.413Z] include file processed [2020-07-04T21:42:37.413Z] Result of testMethod = 5 [2020-07-04T21:42:37.413Z] End of script [2020-07-04T21:42:37.413Z] Start of script [2020-07-04T21:42:37.413Z] include file start [2020-07-04T21:42:37.413Z] include file processed [2020-07-04T21:42:37.413Z] Result of testMethod = 5 [2020-07-04T21:42:37.668Z] Traceback (most recent call last): [2020-07-04T21:42:37.668Z] File "(none)", line 184, in run [2020-07-04T21:42:37.668Z] File "__ref_L/Debug Test/Main.py_lannthkvky", line 23, in [2020-07-04T21:42:37.668Z] File "(none)", line 161, in trace_dispatch [2020-07-04T21:42:37.668Z] org.eclipse.ease.ExitException: [2020-07-04T21:42:37.668Z] [2020-07-04T21:42:37.668Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-07-04T21:42:37.668Z] Start of script [2020-07-04T21:42:37.668Z] include file start [2020-07-04T21:42:37.668Z] include file processed [2020-07-04T21:42:37.923Z] Result of testMethod = 5 [2020-07-04T21:42:37.923Z] End of script [2020-07-04T21:42:38.178Z] Start of script [2020-07-04T21:42:38.178Z] include file start [2020-07-04T21:42:38.178Z] include file processed [2020-07-04T21:42:38.178Z] Result of testMethod = 5 [2020-07-04T21:42:38.178Z] End of script [2020-07-04T21:42:38.178Z] Start of script [2020-07-04T21:42:38.178Z] include file start [2020-07-04T21:42:38.178Z] include file processed [2020-07-04T21:42:38.434Z] Result of testMethod = 5 [2020-07-04T21:42:38.434Z] End of script [2020-07-04T21:42:38.690Z] Start of script [2020-07-04T21:42:38.690Z] include file start [2020-07-04T21:42:38.690Z] include file processed [2020-07-04T21:42:38.690Z] Result of testMethod = 5 [2020-07-04T21:42:38.690Z] Traceback (most recent call last): [2020-07-04T21:42:38.690Z] File "(none)", line 184, in run [2020-07-04T21:42:38.690Z] File "__ref_L/Debug Test/Main.py_ckmgfpefiy", line 23, in [2020-07-04T21:42:38.690Z] File "(none)", line 161, in trace_dispatch [2020-07-04T21:42:38.690Z] org.eclipse.ease.ExitException: [2020-07-04T21:42:38.690Z] [2020-07-04T21:42:38.690Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-07-04T21:42:38.945Z] Start of script [2020-07-04T21:42:38.945Z] include file start [2020-07-04T21:42:38.945Z] include file processed [2020-07-04T21:42:39.200Z] Result of testMethod = 5 [2020-07-04T21:42:39.200Z] End of script [2020-07-04T21:42:39.200Z] Start of script [2020-07-04T21:42:39.200Z] include file start [2020-07-04T21:42:39.200Z] include file processed [2020-07-04T21:42:39.200Z] Result of testMethod = 5 [2020-07-04T21:42:39.200Z] End of script [2020-07-04T21:42:39.455Z] Start of script [2020-07-04T21:42:39.455Z] include file start [2020-07-04T21:42:39.455Z] include file processed [2020-07-04T21:42:39.710Z] Traceback (most recent call last): [2020-07-04T21:42:39.710Z] File "(none)", line 184, in run [2020-07-04T21:42:39.710Z] File "__ref_L/Debug Test/Main.py_rajfidmgex", line 22, in [2020-07-04T21:42:39.710Z] File "(none)", line 161, in trace_dispatch [2020-07-04T21:42:39.710Z] org.eclipse.ease.ExitException: [2020-07-04T21:42:39.710Z] [2020-07-04T21:42:39.710Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-07-04T21:42:39.966Z] Start of script [2020-07-04T21:42:39.966Z] include file start [2020-07-04T21:42:39.966Z] include file processed [2020-07-04T21:42:39.966Z] Result of testMethod = 5 [2020-07-04T21:42:39.966Z] End of script [2020-07-04T21:42:40.222Z] Start of script [2020-07-04T21:42:40.222Z] include file start [2020-07-04T21:42:40.222Z] include file processed [2020-07-04T21:42:40.222Z] Result of testMethod = 5 [2020-07-04T21:42:40.222Z] End of script [2020-07-04T21:42:40.478Z] Traceback (most recent call last): [2020-07-04T21:42:40.478Z] File "(none)", line 184, in run [2020-07-04T21:42:40.478Z] File "__ref_L/Debug Test/Main.py_yshyeumiav", line 1, in [2020-07-04T21:42:40.478Z] File "(none)", line 161, in trace_dispatch [2020-07-04T21:42:40.478Z] org.eclipse.ease.ExitException: [2020-07-04T21:42:40.478Z] [2020-07-04T21:42:40.478Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-07-04T21:42:40.733Z] Start of script [2020-07-04T21:42:40.733Z] include file start [2020-07-04T21:42:40.733Z] include file processed [2020-07-04T21:42:40.733Z] Result of testMethod = 5 [2020-07-04T21:42:40.733Z] End of script [2020-07-04T21:42:40.733Z] Start of script [2020-07-04T21:42:40.733Z] include file start [2020-07-04T21:42:40.733Z] include file processed [2020-07-04T21:42:40.989Z] Result of testMethod = 5 [2020-07-04T21:42:40.989Z] End of script [2020-07-04T21:42:41.244Z] Start of script [2020-07-04T21:42:41.244Z] include file start [2020-07-04T21:42:41.244Z] include file processed [2020-07-04T21:42:41.244Z] Result of testMethod = 5 [2020-07-04T21:42:41.244Z] Traceback (most recent call last): [2020-07-04T21:42:41.244Z] File "(none)", line 184, in run [2020-07-04T21:42:41.244Z] File "__ref_L/Debug Test/Main.py_cfuhwttceb", line 23, in [2020-07-04T21:42:41.244Z] File "(none)", line 161, in trace_dispatch [2020-07-04T21:42:41.244Z] org.eclipse.ease.ExitException: [2020-07-04T21:42:41.244Z] [2020-07-04T21:42:41.244Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-07-04T21:42:41.500Z] Start of script [2020-07-04T21:42:41.500Z] include file start [2020-07-04T21:42:41.500Z] include file processed [2020-07-04T21:42:41.755Z] Result of testMethod = 5 [2020-07-04T21:42:41.756Z] End of script [2020-07-04T21:42:41.756Z] Traceback (most recent call last): [2020-07-04T21:42:41.756Z] File "(none)", line 184, in run [2020-07-04T21:42:41.756Z] File "__ref_L/Debug Test/Main.py_vqxfhfzdij", line 1, in [2020-07-04T21:42:41.756Z] File "(none)", line 161, in trace_dispatch [2020-07-04T21:42:41.756Z] org.eclipse.ease.ExitException: [2020-07-04T21:42:41.756Z] [2020-07-04T21:42:41.756Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-07-04T21:42:42.011Z] Start of script [2020-07-04T21:42:42.011Z] include file start [2020-07-04T21:42:42.011Z] include file processed [2020-07-04T21:42:42.011Z] Result of testMethod = 5 [2020-07-04T21:42:42.011Z] End of script [2020-07-04T21:42:42.266Z] Start of script [2020-07-04T21:42:42.266Z] include file start [2020-07-04T21:42:42.266Z] include file processed [2020-07-04T21:42:42.266Z] Result of testMethod = 5 [2020-07-04T21:42:42.266Z] End of script [2020-07-04T21:42:42.521Z] Traceback (most recent call last): [2020-07-04T21:42:42.521Z] File "(none)", line 184, in run [2020-07-04T21:42:42.521Z] File "__ref_L/Debug Test/Main.py_dnqzvkmluq", line 1, in [2020-07-04T21:42:42.521Z] File "(none)", line 161, in trace_dispatch [2020-07-04T21:42:42.521Z] org.eclipse.ease.ExitException: [2020-07-04T21:42:42.521Z] [2020-07-04T21:42:42.521Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-07-04T21:42:42.777Z] Start of script [2020-07-04T21:42:42.777Z] include file start [2020-07-04T21:42:42.777Z] include file processed [2020-07-04T21:42:42.777Z] Result of testMethod = 5 [2020-07-04T21:42:42.777Z] End of script [2020-07-04T21:42:43.032Z] Start of script [2020-07-04T21:42:43.032Z] include file start [2020-07-04T21:42:43.032Z] include file processed [2020-07-04T21:42:43.032Z] Result of testMethod = 5 [2020-07-04T21:42:43.287Z] Traceback (most recent call last): [2020-07-04T21:42:43.287Z] File "(none)", line 184, in run [2020-07-04T21:42:43.287Z] File "__ref_L/Debug Test/Main.py_udtegphtaw", line 23, in [2020-07-04T21:42:43.287Z] File "(none)", line 161, in trace_dispatch [2020-07-04T21:42:43.287Z] org.eclipse.ease.ExitException: [2020-07-04T21:42:43.287Z] [2020-07-04T21:42:43.287Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-07-04T21:42:43.287Z] Start of script [2020-07-04T21:42:43.287Z] include file start [2020-07-04T21:42:43.287Z] include file processed [2020-07-04T21:42:43.287Z] Result of testMethod = 5 [2020-07-04T21:42:43.287Z] End of script [2020-07-04T21:42:43.543Z] Start of script [2020-07-04T21:42:43.543Z] include file start [2020-07-04T21:42:43.543Z] include file processed [2020-07-04T21:42:43.798Z] Result of testMethod = 5 [2020-07-04T21:42:43.798Z] End of script [2020-07-04T21:42:43.798Z] Start of script [2020-07-04T21:42:43.798Z] include file start [2020-07-04T21:42:43.798Z] include file processed [2020-07-04T21:42:43.798Z] Result of testMethod = 5 [2020-07-04T21:42:43.798Z] End of script [2020-07-04T21:42:44.054Z] Start of script [2020-07-04T21:42:44.054Z] include file start [2020-07-04T21:42:44.054Z] include file processed [2020-07-04T21:42:44.054Z] Result of testMethod = 5 [2020-07-04T21:42:44.054Z] End of script [2020-07-04T21:42:44.309Z] Start of script [2020-07-04T21:42:44.309Z] include file start [2020-07-04T21:42:44.309Z] include file processed [2020-07-04T21:42:44.309Z] Traceback (most recent call last): [2020-07-04T21:42:44.309Z] File "(none)", line 184, in run [2020-07-04T21:42:44.309Z] File "__ref_L/Debug Test/Main.py_rtsyekovbu", line 21, in [2020-07-04T21:42:44.309Z] File "__ref_L/Debug Test/Main.py_rtsyekovbu", line 18, in testMethod [2020-07-04T21:42:44.309Z] File "(none)", line 161, in trace_dispatch [2020-07-04T21:42:44.309Z] org.eclipse.ease.ExitException: [2020-07-04T21:42:44.309Z] [2020-07-04T21:42:44.309Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-07-04T21:42:44.565Z] Start of script [2020-07-04T21:42:44.820Z] include file start [2020-07-04T21:42:44.820Z] include file processed [2020-07-04T21:42:44.820Z] Result of testMethod = 5 [2020-07-04T21:42:44.820Z] End of script [2020-07-04T21:42:44.820Z] Start of script [2020-07-04T21:42:44.820Z] include file start [2020-07-04T21:42:44.820Z] include file processed [2020-07-04T21:42:44.820Z] Result of testMethod = 5 [2020-07-04T21:42:45.075Z] Traceback (most recent call last): [2020-07-04T21:42:45.075Z] File "(none)", line 184, in run [2020-07-04T21:42:45.075Z] File "__ref_L/Debug Test/Main.py_lmywxxnppz", line 23, in [2020-07-04T21:42:45.075Z] File "(none)", line 161, in trace_dispatch [2020-07-04T21:42:45.075Z] org.eclipse.ease.ExitException: [2020-07-04T21:42:45.075Z] [2020-07-04T21:42:45.075Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-07-04T21:42:45.075Z] Start of script [2020-07-04T21:42:45.075Z] include file start [2020-07-04T21:42:45.075Z] include file processed [2020-07-04T21:42:45.075Z] Result of testMethod = 5 [2020-07-04T21:42:45.331Z] End of script [2020-07-04T21:42:45.331Z] Start of script [2020-07-04T21:42:45.331Z] include file start [2020-07-04T21:42:45.331Z] include file processed [2020-07-04T21:42:45.586Z] Result of testMethod = 5 [2020-07-04T21:42:45.586Z] End of script [2020-07-04T21:42:45.586Z] Start of script [2020-07-04T21:42:45.586Z] include file start [2020-07-04T21:42:45.586Z] include file processed [2020-07-04T21:42:45.842Z] Result of testMethod = 5 [2020-07-04T21:42:45.842Z] End of script [2020-07-04T21:42:45.842Z] Start of script [2020-07-04T21:42:45.842Z] include file start [2020-07-04T21:42:45.842Z] include file processed [2020-07-04T21:42:45.842Z] Result of testMethod = 5 [2020-07-04T21:42:46.097Z] End of script [2020-07-04T21:42:46.097Z] Start of script [2020-07-04T21:42:46.097Z] include file start [2020-07-04T21:42:46.097Z] include file processed [2020-07-04T21:42:46.097Z] Result of testMethod = 5 [2020-07-04T21:42:46.352Z] Traceback (most recent call last): [2020-07-04T21:42:46.352Z] File "(none)", line 184, in run [2020-07-04T21:42:46.352Z] File "__ref_L/Debug Test/Main.py_kcxxjcxnhn", line 23, in [2020-07-04T21:42:46.352Z] File "(none)", line 161, in trace_dispatch [2020-07-04T21:42:46.352Z] org.eclipse.ease.ExitException: [2020-07-04T21:42:46.352Z] [2020-07-04T21:42:46.352Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-07-04T21:42:46.352Z] Start of script [2020-07-04T21:42:46.352Z] include file start [2020-07-04T21:42:46.352Z] include file processed [2020-07-04T21:42:46.352Z] Result of testMethod = 5 [2020-07-04T21:42:46.608Z] End of script [2020-07-04T21:42:46.608Z] Start of script [2020-07-04T21:42:46.608Z] include file start [2020-07-04T21:42:46.608Z] include file processed [2020-07-04T21:42:46.608Z] Result of testMethod = 5 [2020-07-04T21:42:46.863Z] Traceback (most recent call last): [2020-07-04T21:42:46.863Z] File "(none)", line 184, in run [2020-07-04T21:42:46.863Z] File "__ref_L/Debug Test/Main.py_fynypmmfzp", line 23, in [2020-07-04T21:42:46.863Z] File "(none)", line 161, in trace_dispatch [2020-07-04T21:42:46.863Z] org.eclipse.ease.ExitException: [2020-07-04T21:42:46.863Z] [2020-07-04T21:42:46.863Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-07-04T21:42:47.119Z] Traceback (most recent call last): [2020-07-04T21:42:47.119Z] File "(none)", line 184, in run [2020-07-04T21:42:47.119Z] File "__ref_L/Debug Test/Main.py_knfqeoeryy", line 1, in [2020-07-04T21:42:47.119Z] File "(none)", line 161, in trace_dispatch [2020-07-04T21:42:47.119Z] org.eclipse.ease.ExitException: [2020-07-04T21:42:47.119Z] [2020-07-04T21:42:47.119Z] org.eclipse.ease.ExitException: org.eclipse.ease.ExitException: [2020-07-04T21:42:47.374Z] Start of script [2020-07-04T21:42:47.374Z] include file start [2020-07-04T21:42:47.374Z] include file processed [2020-07-04T21:42:47.374Z] Result of testMethod = 5 [2020-07-04T21:42:47.374Z] End of script [2020-07-04T21:42:47.374Z] Start of script [2020-07-04T21:42:47.374Z] include file start [2020-07-04T21:42:47.374Z] include file processed [2020-07-04T21:42:47.629Z] Result of testMethod = 5 [2020-07-04T21:42:47.630Z] End of script [2020-07-04T21:42:47.630Z] Start of script [2020-07-04T21:42:47.630Z] include file start [2020-07-04T21:42:47.630Z] include file processed [2020-07-04T21:42:47.630Z] Result of testMethod = 5 [2020-07-04T21:42:47.885Z] End of script [2020-07-04T21:42:47.885Z] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.315 s - in org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest [2020-07-04T21:42:47.885Z] disconnectProcessInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 1.526 s [2020-07-04T21:42:47.885Z] stepReturnIncludeCommand(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.208 s [2020-07-04T21:42:47.885Z] arrayVariableSorting(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.307 s [2020-07-04T21:42:47.885Z] stepOverOnDebugTarget(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.307 s [2020-07-04T21:42:47.885Z] hasDebugTarget(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.105 s [2020-07-04T21:42:47.885Z] disconnectThreadInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.206 s [2020-07-04T21:42:47.885Z] stepReturnOnDebugTarget(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.307 s [2020-07-04T21:42:47.885Z] nullVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.307 s [2020-07-04T21:42:47.885Z] stepOverOnStackFrame(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.307 s [2020-07-04T21:42:47.885Z] resumeOnDebugTarget(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.207 s [2020-07-04T21:42:47.885Z] modifyVariableKeepingType(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.505 s [2020-07-04T21:42:47.885Z] resumeOnLastIncludeLine(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.206 s [2020-07-04T21:42:47.885Z] stepReturnOnStackFrame(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.317 s [2020-07-04T21:42:47.885Z] terminateStackFrameInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.206 s [2020-07-04T21:42:47.885Z] breakpointLocation(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.207 s [2020-07-04T21:42:47.885Z] stepReturnOnThread(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.307 s [2020-07-04T21:42:47.885Z] javaClassVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.307 s [2020-07-04T21:42:47.885Z] stepIntoOnThread(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.307 s [2020-07-04T21:42:47.885Z] terminateThreadInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.206 s [2020-07-04T21:42:47.885Z] resumeOnThread(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.205 s [2020-07-04T21:42:47.885Z] stepIntoOnStackFrame(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.306 s [2020-07-04T21:42:47.885Z] terminateProcessInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.205 s [2020-07-04T21:42:47.885Z] stepOverOnProcess(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.306 s [2020-07-04T21:42:47.885Z] nativeArrayVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.305 s [2020-07-04T21:42:47.885Z] disconnectDebugTargetInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.206 s [2020-07-04T21:42:47.885Z] stepIntoOnProcess(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.306 s [2020-07-04T21:42:47.885Z] terminatedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.105 s [2020-07-04T21:42:47.885Z] stepOverIncludeCommand(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.304 s [2020-07-04T21:42:47.885Z] innerScopeVariableBeforeOuterScopeVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.305 s [2020-07-04T21:42:47.885Z] stepIntoIncludeCommand(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.305 s [2020-07-04T21:42:47.885Z] primitiveStringVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.305 s [2020-07-04T21:42:47.886Z] resumeOnProcess(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.205 s [2020-07-04T21:42:47.886Z] stepIntoOnDebugTarget(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.306 s [2020-07-04T21:42:47.886Z] stepOverOnThread(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.306 s [2020-07-04T21:42:47.886Z] suspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.205 s [2020-07-04T21:42:47.901Z] primitiveDoubleVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.305 s [2020-07-04T21:42:47.901Z] resumeOnStackFrame(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.205 s [2020-07-04T21:42:47.901Z] nativeObjectVariable(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.306 s [2020-07-04T21:42:47.901Z] terminateDebugTargetInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.205 s [2020-07-04T21:42:47.901Z] disconnectStackFrameInSuspendedState(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.219 s [2020-07-04T21:42:47.901Z] stepReturnOnProcess(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.306 s [2020-07-04T21:42:47.901Z] evaluateWatchExpression(org.eclipse.ease.lang.python.jython.debugger.JythonDebugTest) Time elapsed: 0.207 s [2020-07-04T21:42:47.901Z] [2020-07-04T21:42:47.901Z] Results: [2020-07-04T21:42:47.901Z] [2020-07-04T21:42:47.901Z] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0 [2020-07-04T21:42:47.901Z] [2020-07-04T21:42:48.461Z] [INFO] All tests passed! [2020-07-04T21:42:48.461Z] [INFO] [2020-07-04T21:42:48.461Z] [INFO] ------< org.eclipse.ease:org.eclipse.ease.lang.python.py4j.test >------- [2020-07-04T21:42:48.461Z] [INFO] Building org.eclipse.ease.lang.python.py4j.test 0.8.0-SNAPSHOT [9/11] [2020-07-04T21:42:48.461Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-07-04T21:42:48.461Z] [INFO] [2020-07-04T21:42:48.462Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.python.py4j.test --- [2020-07-04T21:42:48.462Z] [INFO] The project's OSGi version is 0.8.0.I201912021001 [2020-07-04T21:42:48.462Z] [INFO] [2020-07-04T21:42:48.462Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.python.py4j.test --- [2020-07-04T21:42:48.462Z] [INFO] [2020-07-04T21:42:48.462Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.python.py4j.test --- [2020-07-04T21:42:48.462Z] [INFO] [2020-07-04T21:42:48.462Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.python.py4j.test --- [2020-07-04T21:42:48.462Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:42:48.462Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/src/main/resources [2020-07-04T21:42:48.462Z] [INFO] [2020-07-04T21:42:48.462Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.python.py4j.test --- [2020-07-04T21:42:48.462Z] [INFO] Nothing to compile - all classes are up to date [2020-07-04T21:42:48.462Z] [INFO] [2020-07-04T21:42:48.462Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.python.py4j.test --- [2020-07-04T21:42:48.462Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:42:48.462Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/src/test/resources [2020-07-04T21:42:48.462Z] [INFO] [2020-07-04T21:42:48.462Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.python.py4j.test --- [2020-07-04T21:42:48.462Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/org.eclipse.ease.lang.python.py4j.test-0.8.0-SNAPSHOT-sources.jar [2020-07-04T21:42:48.462Z] [INFO] [2020-07-04T21:42:48.462Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.python.py4j.test --- [2020-07-04T21:42:48.462Z] [INFO] [2020-07-04T21:42:48.462Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.python.py4j.test --- [2020-07-04T21:42:48.462Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/org.eclipse.ease.lang.python.py4j.test-0.8.0-SNAPSHOT.jar [2020-07-04T21:42:48.462Z] [INFO] [2020-07-04T21:42:48.462Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.python.py4j.test --- [2020-07-04T21:42:48.462Z] [INFO] [2020-07-04T21:42:48.462Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.python.py4j.test --- [2020-07-04T21:42:48.462Z] [INFO] [2020-07-04T21:42:48.462Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.python.py4j.test --- [2020-07-04T21:42:48.462Z] [INFO] [2020-07-04T21:42:48.462Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.ease.lang.python.py4j.test --- [2020-07-04T21:42:48.462Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/data/.metadata/.log [2020-07-04T21:42:48.462Z] [INFO] Command line: [2020-07-04T21:42:48.462Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.300.v20190213-1655/org.eclipse.equinox.launcher-1.5.300.v20190213-1655.jar, -data, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.python.py4j.test/target/surefire.properties] [2020-07-04T21:42:48.462Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven2c99166c/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven2c99166c" [2020-07-04T21:42:49.828Z] Running org.eclipse.ease.lang.python.py4j.Py4JEngineTest [2020-07-04T21:42:49.828Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.022 s - in org.eclipse.ease.lang.python.py4j.Py4JEngineTest [2020-07-04T21:42:49.828Z] print(org.eclipse.ease.lang.python.py4j.Py4JEngineTest) skipped [2020-07-04T21:42:49.828Z] mixedMode(org.eclipse.ease.lang.python.py4j.Py4JEngineTest) skipped [2020-07-04T21:42:49.828Z] cleanShutdown(org.eclipse.ease.lang.python.py4j.Py4JEngineTest) skipped [2020-07-04T21:42:49.828Z] Running org.eclipse.ease.lang.python.py4j.ShellModeEngineTest [2020-07-04T21:42:49.828Z] ---------------------------------------------- [2020-07-04T21:42:49.828Z] Starting test: invalidSyntax(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:42:50.084Z] org.eclipse.ease.ScriptExecutionException: File "", line 1 [2020-07-04T21:42:50.084Z] 1++ [2020-07-04T21:42:50.084Z] ^ [2020-07-04T21:42:50.084Z] SyntaxError: invalid syntax [2020-07-04T21:42:50.084Z] [2020-07-04T21:42:50.084Z] [2020-07-04T21:42:50.084Z] Finished test: invalidSyntax(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:42:50.084Z] ---------------------------------------------- [2020-07-04T21:42:50.084Z] ---------------------------------------------- [2020-07-04T21:42:50.084Z] Starting test: optionalModuleParameters(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:42:50.339Z] [2020-07-04T21:42:50.339Z] Finished test: optionalModuleParameters(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:42:50.339Z] ---------------------------------------------- [2020-07-04T21:42:50.339Z] ---------------------------------------------- [2020-07-04T21:42:50.339Z] Starting test: getScriptEngine(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:42:50.594Z] [2020-07-04T21:42:50.594Z] Finished test: getScriptEngine(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:42:50.594Z] ---------------------------------------------- [2020-07-04T21:42:50.594Z] ---------------------------------------------- [2020-07-04T21:42:50.594Z] Starting test: callModuleCode(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:42:50.849Z] [2020-07-04T21:42:50.849Z] Finished test: callModuleCode(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:42:50.850Z] ---------------------------------------------- [2020-07-04T21:42:50.850Z] ---------------------------------------------- [2020-07-04T21:42:50.850Z] Starting test: incompleteStatement(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:42:50.850Z] [2020-07-04T21:42:50.850Z] Finished test: incompleteStatement(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:42:50.850Z] ---------------------------------------------- [2020-07-04T21:42:50.850Z] ---------------------------------------------- [2020-07-04T21:42:50.850Z] Starting test: multiLineStatement(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:42:51.105Z] [2020-07-04T21:42:51.105Z] Finished test: multiLineStatement(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:42:51.105Z] ---------------------------------------------- [2020-07-04T21:42:51.105Z] ---------------------------------------------- [2020-07-04T21:42:51.105Z] Starting test: runtimeError(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:42:51.360Z] org.eclipse.ease.ScriptExecutionException: Traceback (most recent call last): [2020-07-04T21:42:51.360Z] File "", line 1, in [2020-07-04T21:42:51.360Z] NameError: name 'x' is not defined [2020-07-04T21:42:51.360Z] [2020-07-04T21:42:51.360Z] [2020-07-04T21:42:51.360Z] Finished test: runtimeError(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:42:51.360Z] ---------------------------------------------- [2020-07-04T21:42:51.360Z] ---------------------------------------------- [2020-07-04T21:42:51.360Z] Starting test: javaIntArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:42:51.616Z] [2020-07-04T21:42:51.616Z] Finished test: javaIntArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:42:51.616Z] ---------------------------------------------- [2020-07-04T21:42:51.616Z] ---------------------------------------------- [2020-07-04T21:42:51.616Z] Starting test: javaDoubleArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:42:51.870Z] [2020-07-04T21:42:51.870Z] Finished test: javaDoubleArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:42:51.870Z] ---------------------------------------------- [2020-07-04T21:42:51.870Z] ---------------------------------------------- [2020-07-04T21:42:51.870Z] Starting test: pythonSet(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:42:51.870Z] [2020-07-04T21:42:51.870Z] Finished test: pythonSet(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:42:51.870Z] ---------------------------------------------- [2020-07-04T21:42:51.870Z] ---------------------------------------------- [2020-07-04T21:42:51.870Z] Starting test: javaStringArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:42:52.126Z] [2020-07-04T21:42:52.126Z] Finished test: javaStringArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:42:52.126Z] ---------------------------------------------- [2020-07-04T21:42:52.126Z] ---------------------------------------------- [2020-07-04T21:42:52.126Z] Starting test: javaShortArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:42:52.381Z] [2020-07-04T21:42:52.381Z] Finished test: javaShortArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:42:52.381Z] ---------------------------------------------- [2020-07-04T21:42:52.381Z] ---------------------------------------------- [2020-07-04T21:42:52.381Z] Starting test: javaBooleanArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:42:52.636Z] [2020-07-04T21:42:52.636Z] Finished test: javaBooleanArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:42:52.636Z] ---------------------------------------------- [2020-07-04T21:42:52.636Z] ---------------------------------------------- [2020-07-04T21:42:52.636Z] Starting test: javaObjectArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:42:52.892Z] [2020-07-04T21:42:52.892Z] Finished test: javaObjectArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:42:52.892Z] ---------------------------------------------- [2020-07-04T21:42:52.892Z] ---------------------------------------------- [2020-07-04T21:42:52.892Z] Starting test: javaIntegerArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:42:52.892Z] [2020-07-04T21:42:52.892Z] Finished test: javaIntegerArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:42:52.892Z] ---------------------------------------------- [2020-07-04T21:42:52.892Z] ---------------------------------------------- [2020-07-04T21:42:52.892Z] Starting test: javaInteger(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:42:53.147Z] [2020-07-04T21:42:53.147Z] Finished test: javaInteger(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:42:53.147Z] ---------------------------------------------- [2020-07-04T21:42:53.147Z] ---------------------------------------------- [2020-07-04T21:42:53.147Z] Starting test: javaString(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:42:53.402Z] [2020-07-04T21:42:53.402Z] Finished test: javaString(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:42:53.402Z] ---------------------------------------------- [2020-07-04T21:42:53.402Z] ---------------------------------------------- [2020-07-04T21:42:53.402Z] Starting test: javaByteArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:42:53.657Z] [2020-07-04T21:42:53.657Z] Finished test: javaByteArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:42:53.657Z] ---------------------------------------------- [2020-07-04T21:42:53.657Z] ---------------------------------------------- [2020-07-04T21:42:53.657Z] Starting test: createEclipseClass(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:42:53.657Z] [2020-07-04T21:42:53.657Z] Finished test: createEclipseClass(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:42:53.657Z] ---------------------------------------------- [2020-07-04T21:42:53.657Z] ---------------------------------------------- [2020-07-04T21:42:53.657Z] Starting test: pythonString(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:42:53.912Z] [2020-07-04T21:42:53.912Z] Finished test: pythonString(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:42:53.912Z] ---------------------------------------------- [2020-07-04T21:42:53.912Z] ---------------------------------------------- [2020-07-04T21:42:53.912Z] Starting test: varargs(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:42:54.167Z] [2020-07-04T21:42:54.167Z] Finished test: varargs(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:42:54.167Z] ---------------------------------------------- [2020-07-04T21:42:54.167Z] ---------------------------------------------- [2020-07-04T21:42:54.167Z] Starting test: createJavaType(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:42:54.423Z] [2020-07-04T21:42:54.423Z] Finished test: createJavaType(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:42:54.423Z] ---------------------------------------------- [2020-07-04T21:42:54.423Z] ---------------------------------------------- [2020-07-04T21:42:54.423Z] Starting test: javaFloatArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:42:54.678Z] [2020-07-04T21:42:54.678Z] Finished test: javaFloatArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:42:54.678Z] ---------------------------------------------- [2020-07-04T21:42:54.678Z] ---------------------------------------------- [2020-07-04T21:42:54.678Z] Starting test: implementJavaInterface(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:42:54.678Z] [2020-07-04T21:42:54.678Z] Finished test: implementJavaInterface(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:42:54.678Z] ---------------------------------------------- [2020-07-04T21:42:54.678Z] ---------------------------------------------- [2020-07-04T21:42:54.678Z] Starting test: pythonDict(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:42:54.934Z] [2020-07-04T21:42:54.934Z] Finished test: pythonDict(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:42:54.934Z] ---------------------------------------------- [2020-07-04T21:42:54.934Z] ---------------------------------------------- [2020-07-04T21:42:54.934Z] Starting test: pythonList(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:42:55.189Z] [2020-07-04T21:42:55.189Z] Finished test: pythonList(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:42:55.189Z] ---------------------------------------------- [2020-07-04T21:42:55.189Z] ---------------------------------------------- [2020-07-04T21:42:55.189Z] Starting test: testMultiple(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:42:55.444Z] [2020-07-04T21:42:55.444Z] Finished test: testMultiple(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:42:55.444Z] ---------------------------------------------- [2020-07-04T21:42:55.444Z] ---------------------------------------------- [2020-07-04T21:42:55.444Z] Starting test: javaLongArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:42:55.699Z] [2020-07-04T21:42:55.699Z] Finished test: javaLongArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:42:55.699Z] ---------------------------------------------- [2020-07-04T21:42:55.699Z] ---------------------------------------------- [2020-07-04T21:42:55.699Z] Starting test: createPythonObject(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:42:55.699Z] [2020-07-04T21:42:55.699Z] Finished test: createPythonObject(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:42:55.699Z] ---------------------------------------------- [2020-07-04T21:42:55.699Z] ---------------------------------------------- [2020-07-04T21:42:55.699Z] Starting test: pythonInteger(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:42:55.955Z] [2020-07-04T21:42:55.955Z] Finished test: pythonInteger(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) [2020-07-04T21:42:55.955Z] ---------------------------------------------- [2020-07-04T21:42:55.955Z] Tests run: 34, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 6.249 s - in org.eclipse.ease.lang.python.py4j.ShellModeEngineTest [2020-07-04T21:42:55.955Z] invalidSyntax(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.37 s [2020-07-04T21:42:55.955Z] print_(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) skipped [2020-07-04T21:42:55.955Z] optionalModuleParameters(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.209 s [2020-07-04T21:42:55.955Z] print_TextNoNewline(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) skipped [2020-07-04T21:42:55.955Z] getScriptEngine(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.207 s [2020-07-04T21:42:55.955Z] print_Text(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) skipped [2020-07-04T21:42:55.955Z] callModuleCode(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.204 s [2020-07-04T21:42:55.955Z] print_NoNewline(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) skipped [2020-07-04T21:42:55.955Z] incompleteStatement(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.201 s [2020-07-04T21:42:55.955Z] multiLineStatement(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.206 s [2020-07-04T21:42:55.955Z] runtimeError(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.202 s [2020-07-04T21:42:55.955Z] javaIntArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.204 s [2020-07-04T21:42:55.955Z] javaDoubleArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.204 s [2020-07-04T21:42:55.955Z] pythonSet(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.202 s [2020-07-04T21:42:55.955Z] javaStringArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.203 s [2020-07-04T21:42:55.955Z] javaShortArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.203 s [2020-07-04T21:42:55.955Z] javaBooleanArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.2 s [2020-07-04T21:42:55.955Z] javaObjectArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.214 s [2020-07-04T21:42:55.955Z] javaIntegerArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.2 s [2020-07-04T21:42:55.955Z] javaInteger(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.202 s [2020-07-04T21:42:55.955Z] javaString(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.201 s [2020-07-04T21:42:55.955Z] javaByteArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.2 s [2020-07-04T21:42:55.955Z] createEclipseClass(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.203 s [2020-07-04T21:42:55.955Z] pythonString(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.198 s [2020-07-04T21:42:55.955Z] varargs(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.203 s [2020-07-04T21:42:55.955Z] createJavaType(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.198 s [2020-07-04T21:42:55.955Z] javaFloatArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.201 s [2020-07-04T21:42:55.955Z] implementJavaInterface(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.199 s [2020-07-04T21:42:55.955Z] pythonDict(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.2 s [2020-07-04T21:42:55.955Z] pythonList(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.2 s [2020-07-04T21:42:55.955Z] testMultiple(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.206 s [2020-07-04T21:42:55.955Z] javaLongArray(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.201 s [2020-07-04T21:42:55.955Z] createPythonObject(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.2 s [2020-07-04T21:42:55.955Z] pythonInteger(org.eclipse.ease.lang.python.py4j.ShellModeEngineTest) Time elapsed: 0.198 s [2020-07-04T21:42:55.955Z] Running org.eclipse.ease.lang.python.py4j.Py4jDebugTest [2020-07-04T21:42:56.210Z] Start of script [2020-07-04T21:42:56.210Z] include file start [2020-07-04T21:42:56.210Z] include file processed [2020-07-04T21:42:56.210Z] Result of testMethod = 5 [2020-07-04T21:42:56.210Z] End of script [2020-07-04T21:42:56.466Z] Start of script [2020-07-04T21:42:56.466Z] include file start [2020-07-04T21:42:56.466Z] include file processed [2020-07-04T21:42:56.466Z] Result of testMethod = 5 [2020-07-04T21:42:56.466Z] End of script [2020-07-04T21:42:56.722Z] Start of script [2020-07-04T21:42:56.722Z] include file start [2020-07-04T21:42:56.722Z] include file processed [2020-07-04T21:42:56.722Z] Result of testMethod = 5 [2020-07-04T21:42:56.722Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: x [2020-07-04T21:42:56.722Z] at py4j.Protocol.getReturnValue(Protocol.java:438) [2020-07-04T21:42:56.722Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:105) [2020-07-04T21:42:56.722Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-07-04T21:42:56.722Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-07-04T21:42:56.722Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-07-04T21:42:56.722Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-07-04T21:42:56.722Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:226) [2020-07-04T21:42:56.722Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:277) [2020-07-04T21:42:56.722Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-07-04T21:42:56.978Z] Start of script [2020-07-04T21:42:56.978Z] include file start [2020-07-04T21:42:56.978Z] include file processed [2020-07-04T21:42:57.233Z] Result of testMethod = 5 [2020-07-04T21:42:57.233Z] End of script [2020-07-04T21:42:57.489Z] Start of script [2020-07-04T21:42:57.489Z] include file start [2020-07-04T21:42:57.489Z] include file processed [2020-07-04T21:42:57.489Z] Result of testMethod = 5 [2020-07-04T21:42:57.489Z] End of script [2020-07-04T21:42:57.744Z] Start of script [2020-07-04T21:42:57.744Z] include file start [2020-07-04T21:42:57.744Z] include file processed [2020-07-04T21:42:57.744Z] Result of testMethod = 5 [2020-07-04T21:42:57.744Z] End of script [2020-07-04T21:42:57.999Z] Start of script [2020-07-04T21:42:57.999Z] include file start [2020-07-04T21:42:57.999Z] include file processed [2020-07-04T21:42:57.999Z] Result of testMethod = 5 [2020-07-04T21:42:58.255Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: x [2020-07-04T21:42:58.255Z] at py4j.Protocol.getReturnValue(Protocol.java:438) [2020-07-04T21:42:58.255Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:105) [2020-07-04T21:42:58.255Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-07-04T21:42:58.255Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-07-04T21:42:58.255Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-07-04T21:42:58.255Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-07-04T21:42:58.255Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:226) [2020-07-04T21:42:58.255Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:277) [2020-07-04T21:42:58.255Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-07-04T21:42:58.255Z] Start of script [2020-07-04T21:42:58.255Z] include file start [2020-07-04T21:42:58.255Z] include file processed [2020-07-04T21:42:58.511Z] Result of testMethod = 5 [2020-07-04T21:42:58.511Z] End of script [2020-07-04T21:42:58.511Z] Start of script [2020-07-04T21:42:58.766Z] include file start [2020-07-04T21:42:58.766Z] include file processed [2020-07-04T21:42:58.766Z] Result of testMethod = 5 [2020-07-04T21:42:58.766Z] End of script [2020-07-04T21:42:58.766Z] Start of script [2020-07-04T21:42:58.766Z] include file start [2020-07-04T21:42:58.766Z] include file processed [2020-07-04T21:42:59.327Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: x [2020-07-04T21:42:59.327Z] at py4j.Protocol.getReturnValue(Protocol.java:438) [2020-07-04T21:42:59.327Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:105) [2020-07-04T21:42:59.327Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-07-04T21:42:59.327Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-07-04T21:42:59.327Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-07-04T21:42:59.327Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-07-04T21:42:59.327Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:226) [2020-07-04T21:42:59.327Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:277) [2020-07-04T21:42:59.327Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-07-04T21:42:59.327Z] Start of script [2020-07-04T21:42:59.327Z] include file start [2020-07-04T21:42:59.327Z] include file processed [2020-07-04T21:42:59.582Z] Result of testMethod = 5 [2020-07-04T21:42:59.582Z] End of script [2020-07-04T21:42:59.582Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: x [2020-07-04T21:42:59.582Z] at py4j.Protocol.getReturnValue(Protocol.java:438) [2020-07-04T21:42:59.582Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:105) [2020-07-04T21:42:59.582Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-07-04T21:42:59.582Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-07-04T21:42:59.582Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-07-04T21:42:59.582Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-07-04T21:42:59.582Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:226) [2020-07-04T21:42:59.582Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:277) [2020-07-04T21:42:59.583Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-07-04T21:42:59.838Z] Start of script [2020-07-04T21:42:59.838Z] include file start [2020-07-04T21:42:59.838Z] include file processed [2020-07-04T21:42:59.838Z] Result of testMethod = 5 [2020-07-04T21:42:59.838Z] End of script [2020-07-04T21:43:00.094Z] Start of script [2020-07-04T21:43:00.094Z] include file start [2020-07-04T21:43:00.094Z] include file processed [2020-07-04T21:43:00.094Z] Result of testMethod = 5 [2020-07-04T21:43:00.094Z] End of script [2020-07-04T21:43:00.349Z] Start of script [2020-07-04T21:43:00.349Z] include file start [2020-07-04T21:43:00.349Z] include file processed [2020-07-04T21:43:00.349Z] Result of testMethod = 5 [2020-07-04T21:43:00.604Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: x [2020-07-04T21:43:00.604Z] at py4j.Protocol.getReturnValue(Protocol.java:438) [2020-07-04T21:43:00.604Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:105) [2020-07-04T21:43:00.604Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-07-04T21:43:00.604Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-07-04T21:43:00.604Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-07-04T21:43:00.604Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-07-04T21:43:00.604Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:226) [2020-07-04T21:43:00.604Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:277) [2020-07-04T21:43:00.604Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-07-04T21:43:00.604Z] Start of script [2020-07-04T21:43:00.604Z] include file start [2020-07-04T21:43:00.604Z] include file processed [2020-07-04T21:43:00.859Z] Result of testMethod = 5 [2020-07-04T21:43:00.859Z] End of script [2020-07-04T21:43:01.114Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: x [2020-07-04T21:43:01.114Z] at py4j.Protocol.getReturnValue(Protocol.java:438) [2020-07-04T21:43:01.114Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:105) [2020-07-04T21:43:01.114Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-07-04T21:43:01.114Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-07-04T21:43:01.114Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-07-04T21:43:01.114Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-07-04T21:43:01.114Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:226) [2020-07-04T21:43:01.114Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:277) [2020-07-04T21:43:01.114Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-07-04T21:43:01.114Z] Start of script [2020-07-04T21:43:01.114Z] include file start [2020-07-04T21:43:01.114Z] include file processed [2020-07-04T21:43:01.114Z] Result of testMethod = 5 [2020-07-04T21:43:01.114Z] End of script [2020-07-04T21:43:01.372Z] Start of script [2020-07-04T21:43:01.372Z] include file start [2020-07-04T21:43:01.372Z] include file processed [2020-07-04T21:43:01.631Z] Result of testMethod = 5 [2020-07-04T21:43:01.631Z] End of script [2020-07-04T21:43:01.631Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: x [2020-07-04T21:43:01.631Z] at py4j.Protocol.getReturnValue(Protocol.java:438) [2020-07-04T21:43:01.631Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:105) [2020-07-04T21:43:01.631Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-07-04T21:43:01.631Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-07-04T21:43:01.631Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-07-04T21:43:01.631Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-07-04T21:43:01.631Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:226) [2020-07-04T21:43:01.631Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:277) [2020-07-04T21:43:01.631Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-07-04T21:43:01.888Z] Start of script [2020-07-04T21:43:01.888Z] include file start [2020-07-04T21:43:01.888Z] include file processed [2020-07-04T21:43:02.144Z] Result of testMethod = 5 [2020-07-04T21:43:02.144Z] End of script [2020-07-04T21:43:02.144Z] Start of script [2020-07-04T21:43:02.144Z] include file start [2020-07-04T21:43:02.144Z] include file processed [2020-07-04T21:43:02.144Z] Result of testMethod = 5 [2020-07-04T21:43:02.144Z] End of script [2020-07-04T21:43:02.400Z] Start of script [2020-07-04T21:43:02.400Z] include file start [2020-07-04T21:43:02.400Z] include file processed [2020-07-04T21:43:02.655Z] Result of testMethod = 5 [2020-07-04T21:43:02.655Z] End of script [2020-07-04T21:43:02.655Z] Start of script [2020-07-04T21:43:02.655Z] include file start [2020-07-04T21:43:02.655Z] include file processed [2020-07-04T21:43:02.655Z] Result of testMethod = 5 [2020-07-04T21:43:02.655Z] End of script [2020-07-04T21:43:02.910Z] Start of script [2020-07-04T21:43:02.910Z] include file start [2020-07-04T21:43:02.910Z] include file processed [2020-07-04T21:43:02.910Z] Result of testMethod = 5 [2020-07-04T21:43:02.910Z] End of script [2020-07-04T21:43:03.166Z] Start of script [2020-07-04T21:43:03.166Z] include file start [2020-07-04T21:43:03.166Z] include file processed [2020-07-04T21:43:03.166Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: x [2020-07-04T21:43:03.166Z] at py4j.Protocol.getReturnValue(Protocol.java:438) [2020-07-04T21:43:03.166Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:105) [2020-07-04T21:43:03.166Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-07-04T21:43:03.166Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-07-04T21:43:03.166Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-07-04T21:43:03.166Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-07-04T21:43:03.166Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:226) [2020-07-04T21:43:03.166Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:277) [2020-07-04T21:43:03.166Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-07-04T21:43:03.422Z] Start of script [2020-07-04T21:43:03.422Z] include file start [2020-07-04T21:43:03.422Z] include file processed [2020-07-04T21:43:03.422Z] Result of testMethod = 5 [2020-07-04T21:43:03.677Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: x [2020-07-04T21:43:03.677Z] at py4j.Protocol.getReturnValue(Protocol.java:438) [2020-07-04T21:43:03.677Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:105) [2020-07-04T21:43:03.677Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-07-04T21:43:03.678Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-07-04T21:43:03.678Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-07-04T21:43:03.678Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-07-04T21:43:03.678Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:226) [2020-07-04T21:43:03.678Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:277) [2020-07-04T21:43:03.678Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-07-04T21:43:03.678Z] Start of script [2020-07-04T21:43:03.678Z] include file start [2020-07-04T21:43:03.678Z] include file processed [2020-07-04T21:43:03.678Z] Result of testMethod = 5 [2020-07-04T21:43:03.678Z] End of script [2020-07-04T21:43:03.933Z] Start of script [2020-07-04T21:43:03.933Z] include file start [2020-07-04T21:43:03.933Z] include file processed [2020-07-04T21:43:04.188Z] Result of testMethod = 5 [2020-07-04T21:43:04.188Z] End of script [2020-07-04T21:43:04.188Z] Start of script [2020-07-04T21:43:04.188Z] include file start [2020-07-04T21:43:04.188Z] include file processed [2020-07-04T21:43:04.444Z] Result of testMethod = 5 [2020-07-04T21:43:04.444Z] End of script [2020-07-04T21:43:04.444Z] Start of script [2020-07-04T21:43:04.700Z] include file start [2020-07-04T21:43:04.700Z] include file processed [2020-07-04T21:43:04.700Z] Result of testMethod = 5 [2020-07-04T21:43:04.700Z] End of script [2020-07-04T21:43:04.700Z] Start of script [2020-07-04T21:43:04.700Z] include file start [2020-07-04T21:43:04.700Z] include file processed [2020-07-04T21:43:04.700Z] Result of testMethod = 5 [2020-07-04T21:43:04.956Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: x [2020-07-04T21:43:04.956Z] at py4j.Protocol.getReturnValue(Protocol.java:438) [2020-07-04T21:43:04.956Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:105) [2020-07-04T21:43:04.956Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-07-04T21:43:04.956Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-07-04T21:43:04.956Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-07-04T21:43:04.956Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-07-04T21:43:04.956Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:226) [2020-07-04T21:43:04.956Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:277) [2020-07-04T21:43:04.956Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-07-04T21:43:04.956Z] Start of script [2020-07-04T21:43:05.212Z] include file start [2020-07-04T21:43:05.212Z] include file processed [2020-07-04T21:43:05.212Z] Result of testMethod = 5 [2020-07-04T21:43:05.212Z] End of script [2020-07-04T21:43:05.212Z] py4j.Py4JException: An exception was raised by the Python Proxy. Return Message: x [2020-07-04T21:43:05.212Z] at py4j.Protocol.getReturnValue(Protocol.java:438) [2020-07-04T21:43:05.212Z] at py4j.reflection.PythonProxyHandler.invoke(PythonProxyHandler.java:105) [2020-07-04T21:43:05.212Z] at com.sun.proxy.$Proxy13.run(Unknown Source) [2020-07-04T21:43:05.212Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebugger.execute(Py4jDebugger.java:106) [2020-07-04T21:43:05.212Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jDebuggerEngine.internalExecute(Py4jDebuggerEngine.java:85) [2020-07-04T21:43:05.212Z] at org.eclipse.ease.lang.python.py4j.internal.Py4jScriptEngine.execute(Py4jScriptEngine.java:226) [2020-07-04T21:43:05.212Z] at org.eclipse.ease.AbstractScriptEngine.inject(AbstractScriptEngine.java:226) [2020-07-04T21:43:05.212Z] at org.eclipse.ease.AbstractScriptEngine.run(AbstractScriptEngine.java:277) [2020-07-04T21:43:05.212Z] at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) [2020-07-04T21:43:05.469Z] Start of script [2020-07-04T21:43:05.469Z] include file start [2020-07-04T21:43:05.469Z] include file processed [2020-07-04T21:43:05.469Z] Result of testMethod = 5 [2020-07-04T21:43:05.469Z] End of script [2020-07-04T21:43:05.725Z] Start of script [2020-07-04T21:43:05.725Z] include file start [2020-07-04T21:43:05.725Z] include file processed [2020-07-04T21:43:05.725Z] Result of testMethod = 5 [2020-07-04T21:43:05.725Z] End of script [2020-07-04T21:43:05.981Z] Start of script [2020-07-04T21:43:05.981Z] include file start [2020-07-04T21:43:05.981Z] include file processed [2020-07-04T21:43:05.981Z] Result of testMethod = 5 [2020-07-04T21:43:05.981Z] End of script [2020-07-04T21:43:06.237Z] Tests run: 42, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 10.133 s - in org.eclipse.ease.lang.python.py4j.Py4jDebugTest [2020-07-04T21:43:06.237Z] resumeOnLastIncludeLine(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) skipped [2020-07-04T21:43:06.237Z] nativeArrayVariable(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) skipped [2020-07-04T21:43:06.237Z] stepIntoIncludeCommand(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) skipped [2020-07-04T21:43:06.237Z] nativeObjectVariable(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) skipped [2020-07-04T21:43:06.237Z] disconnectProcessInSuspendedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.405 s [2020-07-04T21:43:06.238Z] stepReturnIncludeCommand(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.209 s [2020-07-04T21:43:06.238Z] arrayVariableSorting(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.308 s [2020-07-04T21:43:06.238Z] stepOverOnDebugTarget(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.307 s [2020-07-04T21:43:06.238Z] hasDebugTarget(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.204 s [2020-07-04T21:43:06.238Z] disconnectThreadInSuspendedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.208 s [2020-07-04T21:43:06.238Z] stepReturnOnDebugTarget(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.306 s [2020-07-04T21:43:06.238Z] nullVariable(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.307 s [2020-07-04T21:43:06.238Z] stepOverOnStackFrame(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.306 s [2020-07-04T21:43:06.238Z] resumeOnDebugTarget(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.207 s [2020-07-04T21:43:06.238Z] modifyVariableKeepingType(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.506 s [2020-07-04T21:43:06.238Z] stepReturnOnStackFrame(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.306 s [2020-07-04T21:43:06.238Z] terminateStackFrameInSuspendedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.206 s [2020-07-04T21:43:06.238Z] breakpointLocation(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.207 s [2020-07-04T21:43:06.238Z] stepReturnOnThread(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.305 s [2020-07-04T21:43:06.238Z] javaClassVariable(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.307 s [2020-07-04T21:43:06.238Z] stepIntoOnThread(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.306 s [2020-07-04T21:43:06.238Z] terminateThreadInSuspendedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.205 s [2020-07-04T21:43:06.238Z] resumeOnThread(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.205 s [2020-07-04T21:43:06.238Z] stepIntoOnStackFrame(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.306 s [2020-07-04T21:43:06.238Z] terminateProcessInSuspendedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.205 s [2020-07-04T21:43:06.238Z] stepOverOnProcess(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.306 s [2020-07-04T21:43:06.238Z] disconnectDebugTargetInSuspendedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.211 s [2020-07-04T21:43:06.238Z] stepIntoOnProcess(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.306 s [2020-07-04T21:43:06.238Z] terminatedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.104 s [2020-07-04T21:43:06.238Z] stepOverIncludeCommand(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.306 s [2020-07-04T21:43:06.238Z] innerScopeVariableBeforeOuterScopeVariable(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.306 s [2020-07-04T21:43:06.238Z] primitiveStringVariable(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.306 s [2020-07-04T21:43:06.238Z] resumeOnProcess(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.204 s [2020-07-04T21:43:06.238Z] stepIntoOnDebugTarget(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.305 s [2020-07-04T21:43:06.238Z] stepOverOnThread(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.305 s [2020-07-04T21:43:06.238Z] suspendedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.204 s [2020-07-04T21:43:06.238Z] primitiveDoubleVariable(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.305 s [2020-07-04T21:43:06.238Z] resumeOnStackFrame(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.205 s [2020-07-04T21:43:06.238Z] terminateDebugTargetInSuspendedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.204 s [2020-07-04T21:43:06.238Z] disconnectStackFrameInSuspendedState(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.205 s [2020-07-04T21:43:06.238Z] stepReturnOnProcess(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.305 s [2020-07-04T21:43:06.238Z] evaluateWatchExpression(org.eclipse.ease.lang.python.py4j.Py4jDebugTest) Time elapsed: 0.207 s [2020-07-04T21:43:06.238Z] Running org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest [2020-07-04T21:43:06.493Z] org.eclipse.ease.ScriptExecutionException: Traceback (most recent call last): [2020-07-04T21:43:06.493Z] File "<...>", line 1, in [2020-07-04T21:43:06.493Z] File "<...>", line 81, in load_module [2020-07-04T21:43:06.493Z] ImportError: No EASE module named 'eclipse.test.notthere' [2020-07-04T21:43:06.493Z] [2020-07-04T21:43:06.493Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.436 s - in org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest [2020-07-04T21:43:06.493Z] loadSimpleModule(org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest) Time elapsed: 0.058 s [2020-07-04T21:43:06.493Z] loadModuleWithDependencies(org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest) Time elapsed: 0.055 s [2020-07-04T21:43:06.493Z] accessAdvancedModule(org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest) Time elapsed: 0.053 s [2020-07-04T21:43:06.493Z] importAs(org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest) Time elapsed: 0.053 s [2020-07-04T21:43:06.493Z] fromBasicImportMethod(org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest) Time elapsed: 0.055 s [2020-07-04T21:43:06.493Z] loadNotExistingModule(org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest) Time elapsed: 0.053 s [2020-07-04T21:43:06.493Z] fromBasicImportAll(org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest) Time elapsed: 0.054 s [2020-07-04T21:43:06.493Z] accessModule(org.eclipse.ease.lang.python.py4j.Py4JPep302ModuleLoadingTest) Time elapsed: 0.053 s [2020-07-04T21:43:06.493Z] Running org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest [2020-07-04T21:43:06.493Z] ---------------------------------------------- [2020-07-04T21:43:06.493Z] Starting test: invalidSyntax(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:43:06.748Z] org.eclipse.ease.ScriptExecutionException: Traceback (most recent call last): [2020-07-04T21:43:06.748Z] File "/usr/lib64/python2.7/ast.py", line 37, in parse [2020-07-04T21:43:06.748Z] return compile(source, filename, mode, PyCF_ONLY_AST) [2020-07-04T21:43:06.748Z] File "", line 1 [2020-07-04T21:43:06.748Z] 1++ [2020-07-04T21:43:06.748Z] ^ [2020-07-04T21:43:06.748Z] SyntaxError: invalid syntax [2020-07-04T21:43:06.748Z] [2020-07-04T21:43:06.748Z] [2020-07-04T21:43:06.748Z] Finished test: invalidSyntax(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:43:06.748Z] ---------------------------------------------- [2020-07-04T21:43:06.748Z] ---------------------------------------------- [2020-07-04T21:43:06.749Z] Starting test: getScriptEngine(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:43:08.111Z] 891720248 [2020-07-04T21:43:08.111Z] Finished test: getScriptEngine(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:43:08.111Z] ---------------------------------------------- [2020-07-04T21:43:08.111Z] ---------------------------------------------- [2020-07-04T21:43:08.111Z] Starting test: incompleteStatement(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:43:08.111Z] org.eclipse.ease.ScriptExecutionException: Traceback (most recent call last): [2020-07-04T21:43:08.111Z] File "/usr/lib64/python2.7/ast.py", line 37, in parse [2020-07-04T21:43:08.111Z] return compile(source, filename, mode, PyCF_ONLY_AST) [2020-07-04T21:43:08.111Z] File "", line 1 [2020-07-04T21:43:08.111Z] def a(): [2020-07-04T21:43:08.111Z] ^ [2020-07-04T21:43:08.111Z] SyntaxError: unexpected EOF while parsing [2020-07-04T21:43:08.111Z] [2020-07-04T21:43:08.111Z] [2020-07-04T21:43:08.111Z] Finished test: incompleteStatement(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:43:08.111Z] ---------------------------------------------- [2020-07-04T21:43:08.111Z] ---------------------------------------------- [2020-07-04T21:43:08.111Z] Starting test: multiLineStatement(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:43:08.367Z] [2020-07-04T21:43:08.367Z] Finished test: multiLineStatement(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:43:08.367Z] ---------------------------------------------- [2020-07-04T21:43:08.367Z] ---------------------------------------------- [2020-07-04T21:43:08.367Z] Starting test: runtimeError(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:43:08.367Z] org.eclipse.ease.ScriptExecutionException: Traceback (most recent call last): [2020-07-04T21:43:08.367Z] File "<...>", line 1, in [2020-07-04T21:43:08.367Z] NameError: name 'a' is not defined [2020-07-04T21:43:08.367Z] [2020-07-04T21:43:08.622Z] [2020-07-04T21:43:08.622Z] Finished test: runtimeError(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:43:08.622Z] ---------------------------------------------- [2020-07-04T21:43:08.622Z] ---------------------------------------------- [2020-07-04T21:43:08.622Z] Starting test: javaIntArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:43:08.877Z] [2020-07-04T21:43:08.877Z] Finished test: javaIntArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:43:08.877Z] ---------------------------------------------- [2020-07-04T21:43:08.877Z] ---------------------------------------------- [2020-07-04T21:43:08.877Z] Starting test: javaDoubleArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:43:08.877Z] [2020-07-04T21:43:08.877Z] Finished test: javaDoubleArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:43:08.877Z] ---------------------------------------------- [2020-07-04T21:43:08.877Z] ---------------------------------------------- [2020-07-04T21:43:08.877Z] Starting test: pythonSet(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:43:09.133Z] [2020-07-04T21:43:09.133Z] Finished test: pythonSet(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:43:09.133Z] ---------------------------------------------- [2020-07-04T21:43:09.133Z] ---------------------------------------------- [2020-07-04T21:43:09.133Z] Starting test: javaStringArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:43:09.388Z] [2020-07-04T21:43:09.388Z] Finished test: javaStringArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:43:09.388Z] ---------------------------------------------- [2020-07-04T21:43:09.388Z] ---------------------------------------------- [2020-07-04T21:43:09.388Z] Starting test: javaShortArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:43:09.643Z] [2020-07-04T21:43:09.643Z] Finished test: javaShortArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:43:09.643Z] ---------------------------------------------- [2020-07-04T21:43:09.643Z] ---------------------------------------------- [2020-07-04T21:43:09.643Z] Starting test: javaBooleanArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:43:09.643Z] [2020-07-04T21:43:09.643Z] Finished test: javaBooleanArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:43:09.643Z] ---------------------------------------------- [2020-07-04T21:43:09.643Z] ---------------------------------------------- [2020-07-04T21:43:09.643Z] Starting test: javaObjectArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:43:09.899Z] [2020-07-04T21:43:09.899Z] Finished test: javaObjectArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:43:09.899Z] ---------------------------------------------- [2020-07-04T21:43:09.899Z] ---------------------------------------------- [2020-07-04T21:43:09.899Z] Starting test: javaIntegerArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:43:10.155Z] [2020-07-04T21:43:10.155Z] Finished test: javaIntegerArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:43:10.155Z] ---------------------------------------------- [2020-07-04T21:43:10.155Z] ---------------------------------------------- [2020-07-04T21:43:10.155Z] Starting test: javaInteger(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:43:10.411Z] [2020-07-04T21:43:10.411Z] Finished test: javaInteger(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:43:10.411Z] ---------------------------------------------- [2020-07-04T21:43:10.411Z] ---------------------------------------------- [2020-07-04T21:43:10.411Z] Starting test: javaString(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:43:10.666Z] [2020-07-04T21:43:10.666Z] Finished test: javaString(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:43:10.666Z] ---------------------------------------------- [2020-07-04T21:43:10.666Z] ---------------------------------------------- [2020-07-04T21:43:10.666Z] Starting test: javaByteArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:43:10.666Z] [2020-07-04T21:43:10.666Z] Finished test: javaByteArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:43:10.666Z] ---------------------------------------------- [2020-07-04T21:43:10.666Z] ---------------------------------------------- [2020-07-04T21:43:10.666Z] Starting test: createEclipseClass(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:43:10.922Z] [2020-07-04T21:43:10.922Z] Finished test: createEclipseClass(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:43:10.922Z] ---------------------------------------------- [2020-07-04T21:43:10.922Z] ---------------------------------------------- [2020-07-04T21:43:10.922Z] Starting test: pythonString(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:43:11.178Z] [2020-07-04T21:43:11.178Z] Finished test: pythonString(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:43:11.178Z] ---------------------------------------------- [2020-07-04T21:43:11.178Z] ---------------------------------------------- [2020-07-04T21:43:11.178Z] Starting test: varargs(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:43:11.434Z] [2020-07-04T21:43:11.434Z] Finished test: varargs(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:43:11.434Z] ---------------------------------------------- [2020-07-04T21:43:11.434Z] ---------------------------------------------- [2020-07-04T21:43:11.434Z] Starting test: createJavaType(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:43:11.434Z] [2020-07-04T21:43:11.434Z] Finished test: createJavaType(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:43:11.434Z] ---------------------------------------------- [2020-07-04T21:43:11.434Z] ---------------------------------------------- [2020-07-04T21:43:11.434Z] Starting test: javaFloatArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:43:11.689Z] [2020-07-04T21:43:11.689Z] Finished test: javaFloatArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:43:11.689Z] ---------------------------------------------- [2020-07-04T21:43:11.689Z] ---------------------------------------------- [2020-07-04T21:43:11.689Z] Starting test: implementJavaInterface(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:43:11.945Z] [2020-07-04T21:43:11.945Z] Finished test: implementJavaInterface(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:43:11.945Z] ---------------------------------------------- [2020-07-04T21:43:11.945Z] ---------------------------------------------- [2020-07-04T21:43:11.945Z] Starting test: pythonDict(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:43:12.200Z] [2020-07-04T21:43:12.200Z] Finished test: pythonDict(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:43:12.200Z] ---------------------------------------------- [2020-07-04T21:43:12.200Z] ---------------------------------------------- [2020-07-04T21:43:12.200Z] Starting test: pythonList(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:43:12.200Z] [2020-07-04T21:43:12.200Z] Finished test: pythonList(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:43:12.200Z] ---------------------------------------------- [2020-07-04T21:43:12.200Z] ---------------------------------------------- [2020-07-04T21:43:12.200Z] Starting test: testMultiple(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:43:12.457Z] [2020-07-04T21:43:12.457Z] Finished test: testMultiple(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:43:12.457Z] ---------------------------------------------- [2020-07-04T21:43:12.457Z] ---------------------------------------------- [2020-07-04T21:43:12.457Z] Starting test: javaLongArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:43:12.713Z] [2020-07-04T21:43:12.713Z] Finished test: javaLongArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:43:12.713Z] ---------------------------------------------- [2020-07-04T21:43:12.713Z] ---------------------------------------------- [2020-07-04T21:43:12.713Z] Starting test: createPythonObject(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:43:12.969Z] [2020-07-04T21:43:12.969Z] Finished test: createPythonObject(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:43:12.969Z] ---------------------------------------------- [2020-07-04T21:43:12.969Z] ---------------------------------------------- [2020-07-04T21:43:12.969Z] Starting test: pythonInteger(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:43:13.226Z] [2020-07-04T21:43:13.226Z] Finished test: pythonInteger(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) [2020-07-04T21:43:13.226Z] ---------------------------------------------- [2020-07-04T21:43:13.226Z] Tests run: 30, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 6.55 s - in org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest [2020-07-04T21:43:13.226Z] invalidSyntax(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.199 s [2020-07-04T21:43:13.226Z] getScriptEngine(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 1.198 s [2020-07-04T21:43:13.226Z] callExit(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) skipped [2020-07-04T21:43:13.226Z] multiLinesOfCode(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) skipped [2020-07-04T21:43:13.226Z] incompleteStatement(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.2 s [2020-07-04T21:43:13.226Z] multiLineStatement(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.198 s [2020-07-04T21:43:13.226Z] runtimeError(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.197 s [2020-07-04T21:43:13.226Z] javaIntArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.201 s [2020-07-04T21:43:13.226Z] javaDoubleArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.199 s [2020-07-04T21:43:13.226Z] pythonSet(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.198 s [2020-07-04T21:43:13.226Z] javaStringArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.199 s [2020-07-04T21:43:13.226Z] javaShortArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.196 s [2020-07-04T21:43:13.226Z] javaBooleanArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.197 s [2020-07-04T21:43:13.226Z] javaObjectArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.201 s [2020-07-04T21:43:13.226Z] javaIntegerArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.196 s [2020-07-04T21:43:13.226Z] javaInteger(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.196 s [2020-07-04T21:43:13.226Z] javaString(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.199 s [2020-07-04T21:43:13.226Z] javaByteArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.196 s [2020-07-04T21:43:13.226Z] createEclipseClass(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.199 s [2020-07-04T21:43:13.226Z] pythonString(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.198 s [2020-07-04T21:43:13.226Z] varargs(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.198 s [2020-07-04T21:43:13.226Z] createJavaType(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.199 s [2020-07-04T21:43:13.226Z] javaFloatArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.198 s [2020-07-04T21:43:13.226Z] implementJavaInterface(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.196 s [2020-07-04T21:43:13.226Z] pythonDict(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.198 s [2020-07-04T21:43:13.226Z] pythonList(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.199 s [2020-07-04T21:43:13.226Z] testMultiple(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.203 s [2020-07-04T21:43:13.226Z] javaLongArray(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.197 s [2020-07-04T21:43:13.226Z] createPythonObject(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.196 s [2020-07-04T21:43:13.226Z] pythonInteger(org.eclipse.ease.lang.python.py4j.ScriptModeEngineTest) Time elapsed: 0.197 s [2020-07-04T21:43:13.226Z] Running org.eclipse.ease.lang.python.py4j.StartStopTest [2020-07-04T21:43:13.226Z] ---------------------------------------------- [2020-07-04T21:43:13.226Z] Starting test: startStop(org.eclipse.ease.lang.python.py4j.StartStopTest) [2020-07-04T21:43:13.226Z] [2020-07-04T21:43:13.226Z] Finished test: startStop(org.eclipse.ease.lang.python.py4j.StartStopTest) [2020-07-04T21:43:13.226Z] ---------------------------------------------- [2020-07-04T21:43:13.226Z] ---------------------------------------------- [2020-07-04T21:43:13.226Z] Starting test: startStopShellNoBootstrap(org.eclipse.ease.lang.python.py4j.StartStopTest) [2020-07-04T21:43:13.481Z] [2020-07-04T21:43:13.481Z] Finished test: startStopShellNoBootstrap(org.eclipse.ease.lang.python.py4j.StartStopTest) [2020-07-04T21:43:13.482Z] ---------------------------------------------- [2020-07-04T21:43:13.482Z] ---------------------------------------------- [2020-07-04T21:43:13.482Z] Starting test: multiStartStop(org.eclipse.ease.lang.python.py4j.StartStopTest) [2020-07-04T21:43:13.737Z] [2020-07-04T21:43:13.737Z] Finished test: multiStartStop(org.eclipse.ease.lang.python.py4j.StartStopTest) [2020-07-04T21:43:13.737Z] ---------------------------------------------- [2020-07-04T21:43:13.737Z] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.604 s - in org.eclipse.ease.lang.python.py4j.StartStopTest [2020-07-04T21:43:13.737Z] startStop(org.eclipse.ease.lang.python.py4j.StartStopTest) Time elapsed: 0.202 s [2020-07-04T21:43:13.737Z] startStopShellNoBootstrap(org.eclipse.ease.lang.python.py4j.StartStopTest) Time elapsed: 0.201 s [2020-07-04T21:43:13.737Z] multiStartStop(org.eclipse.ease.lang.python.py4j.StartStopTest) Time elapsed: 0.201 s [2020-07-04T21:43:13.737Z] [2020-07-04T21:43:13.737Z] Results: [2020-07-04T21:43:13.737Z] [2020-07-04T21:43:13.737Z] Tests run: 120, Failures: 0, Errors: 0, Skipped: 13 [2020-07-04T21:43:13.737Z] [2020-07-04T21:43:13.993Z] [INFO] All tests passed! [2020-07-04T21:43:13.993Z] [INFO] [2020-07-04T21:43:13.993Z] [INFO] -----< org.eclipse.ease:org.eclipse.ease.lang.scriptarchive.test >------ [2020-07-04T21:43:13.993Z] [INFO] Building org.eclipse.ease.lang.scriptarchive.test 0.8.0-SNAPSHOT [10/11] [2020-07-04T21:43:13.993Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-07-04T21:43:13.993Z] [INFO] [2020-07-04T21:43:13.993Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-07-04T21:43:13.993Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-07-04T21:43:13.993Z] [INFO] [2020-07-04T21:43:13.993Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-07-04T21:43:13.993Z] [INFO] [2020-07-04T21:43:13.993Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-07-04T21:43:13.993Z] [INFO] [2020-07-04T21:43:13.993Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-07-04T21:43:13.993Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:43:13.993Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/src/main/resources [2020-07-04T21:43:13.993Z] [INFO] [2020-07-04T21:43:13.993Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-07-04T21:43:13.993Z] [INFO] Nothing to compile - all classes are up to date [2020-07-04T21:43:13.993Z] [INFO] [2020-07-04T21:43:13.993Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-07-04T21:43:13.993Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:43:13.993Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/src/test/resources [2020-07-04T21:43:13.993Z] [INFO] [2020-07-04T21:43:13.993Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-07-04T21:43:13.993Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/target/org.eclipse.ease.lang.scriptarchive.test-0.8.0-SNAPSHOT-sources.jar [2020-07-04T21:43:13.993Z] [INFO] [2020-07-04T21:43:13.993Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-07-04T21:43:13.993Z] [INFO] [2020-07-04T21:43:13.993Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-07-04T21:43:13.993Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/target/org.eclipse.ease.lang.scriptarchive.test-0.8.0-SNAPSHOT.jar [2020-07-04T21:43:13.993Z] [INFO] [2020-07-04T21:43:13.993Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-07-04T21:43:13.993Z] [INFO] [2020-07-04T21:43:13.993Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-07-04T21:43:13.993Z] [INFO] [2020-07-04T21:43:13.993Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-07-04T21:43:13.993Z] [INFO] [2020-07-04T21:43:13.993Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.ease.lang.scriptarchive.test --- [2020-07-04T21:43:14.283Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/target/work/data/.metadata/.log [2020-07-04T21:43:14.283Z] [INFO] Command line: [2020-07-04T21:43:14.284Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.300.v20190213-1655/org.eclipse.equinox.launcher-1.5.300.v20190213-1655.jar, -data, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.lang.scriptarchive.test/target/surefire.properties] [2020-07-04T21:43:14.284Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven2c99166c/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven2c99166c" [2020-07-04T21:43:15.648Z] Running org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest [2020-07-04T21:43:15.648Z] We are running from a zip file! [2020-07-04T21:43:15.648Z] org.eclipse.ease.ScriptExecutionException: SyntaxError: missing ; before statement (workspace://__EASE_ScriptArchive_1/scripts/Master.js#3) [2020-07-04T21:43:15.648Z] this is an error [2020-07-04T21:43:15.648Z] ^ [2020-07-04T21:43:15.648Z] at Master.js,workspace://__EASE_ScriptArchive_1/scripts/Master.js [2020-07-04T21:43:15.648Z] org.eclipse.ease.ScriptExecutionException: SyntaxError: missing ; before statement (workspace://__EASE_ScriptArchive_1/scripts/Master.js#3) [2020-07-04T21:43:15.648Z] this is an error [2020-07-04T21:43:15.648Z] ^ [2020-07-04T21:43:15.648Z] at Master.js,workspace://__EASE_ScriptArchive_1/scripts/Master.js [2020-07-04T21:43:15.904Z] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.397 s - in org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest [2020-07-04T21:43:15.904Z] executeWithManifest(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0.294 s [2020-07-04T21:43:15.904Z] zipFileRegistration(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0.004 s [2020-07-04T21:43:15.904Z] engineIdRegistration(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0 s [2020-07-04T21:43:15.904Z] jarFileRegistration(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0 s [2020-07-04T21:43:15.904Z] sarFileRegistration(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0 s [2020-07-04T21:43:15.904Z] executeWithErrors(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0.028 s [2020-07-04T21:43:15.904Z] executeWithIncludes(org.eclipse.ease.lang.scriptarchive.ArchiveEngineTest) Time elapsed: 0.056 s [2020-07-04T21:43:15.904Z] [2020-07-04T21:43:15.904Z] Results: [2020-07-04T21:43:15.904Z] [2020-07-04T21:43:15.904Z] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 [2020-07-04T21:43:15.904Z] [2020-07-04T21:43:16.159Z] [INFO] All tests passed! [2020-07-04T21:43:16.159Z] [INFO] [2020-07-04T21:43:16.160Z] [INFO] -------------< org.eclipse.ease:org.eclipse.ease.ui.test >-------------- [2020-07-04T21:43:16.160Z] [INFO] Building org.eclipse.ease.ui.test 0.8.0-SNAPSHOT [11/11] [2020-07-04T21:43:16.160Z] [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [2020-07-04T21:43:16.160Z] [INFO] [2020-07-04T21:43:16.160Z] [INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.ui.test --- [2020-07-04T21:43:16.160Z] [INFO] The project's OSGi version is 0.8.0.I201910171213 [2020-07-04T21:43:16.160Z] [INFO] [2020-07-04T21:43:16.160Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.ease.ui.test --- [2020-07-04T21:43:16.160Z] [INFO] [2020-07-04T21:43:16.160Z] [INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.ease.ui.test --- [2020-07-04T21:43:16.160Z] [INFO] [2020-07-04T21:43:16.160Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.ease.ui.test --- [2020-07-04T21:43:16.160Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:43:16.160Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/src/main/resources [2020-07-04T21:43:16.160Z] [INFO] [2020-07-04T21:43:16.160Z] [INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.ease.ui.test --- [2020-07-04T21:43:16.160Z] [INFO] Nothing to compile - all classes are up to date [2020-07-04T21:43:16.160Z] [INFO] [2020-07-04T21:43:16.160Z] [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.ease.ui.test --- [2020-07-04T21:43:16.160Z] [INFO] Using 'UTF-8' encoding to copy filtered resources. [2020-07-04T21:43:16.160Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/src/test/resources [2020-07-04T21:43:16.160Z] [INFO] [2020-07-04T21:43:16.160Z] [INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.ease.ui.test --- [2020-07-04T21:43:16.160Z] [WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle [2020-07-04T21:43:16.160Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/target/org.eclipse.ease.ui.test-0.8.0-SNAPSHOT-sources.jar [2020-07-04T21:43:16.160Z] [INFO] [2020-07-04T21:43:16.160Z] [INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.ease.ui.test --- [2020-07-04T21:43:16.160Z] [INFO] [2020-07-04T21:43:16.160Z] [INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.ease.ui.test --- [2020-07-04T21:43:16.160Z] [INFO] Building jar: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/target/org.eclipse.ease.ui.test-0.8.0-SNAPSHOT.jar [2020-07-04T21:43:16.160Z] [INFO] [2020-07-04T21:43:16.160Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.ui.test --- [2020-07-04T21:43:16.160Z] [INFO] [2020-07-04T21:43:16.160Z] [INFO] --- tycho-source-feature-plugin:1.3.0:source-feature (source-feature) @ org.eclipse.ease.ui.test --- [2020-07-04T21:43:16.160Z] [INFO] [2020-07-04T21:43:16.160Z] [INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (attached-p2-metadata) @ org.eclipse.ease.ui.test --- [2020-07-04T21:43:16.160Z] [INFO] [2020-07-04T21:43:16.160Z] [INFO] --- tycho-surefire-plugin:1.3.0:test (default-test) @ org.eclipse.ease.ui.test --- [2020-07-04T21:43:16.416Z] [INFO] Expected eclipse log file: /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/target/work/data/.metadata/.log [2020-07-04T21:43:16.416Z] [INFO] Command line: [2020-07-04T21:43:16.416Z] [/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.300.v20190213-1655/org.eclipse.equinox.launcher-1.5.300.v20190213-1655.jar, -data, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/target/work/data, -install, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/target/work, -configuration, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/ease.verify.core.target.2019-03/tests/org.eclipse.ease.ui.test/target/surefire.properties] [2020-07-04T21:43:16.416Z] Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven2c99166c/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven2c99166c" [2020-07-04T21:43:17.790Z] Running org.eclipse.ease.ui.help.hovers.ModuleHelpTest [2020-07-04T21:43:17.790Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 0.036 s - in org.eclipse.ease.ui.help.hovers.ModuleHelpTest [2020-07-04T21:43:17.790Z] getModuleHelpLocation(org.eclipse.ease.ui.help.hovers.ModuleHelpTest) skipped [2020-07-04T21:43:17.790Z] getModuleHelp(org.eclipse.ease.ui.help.hovers.ModuleHelpTest) skipped [2020-07-04T21:43:17.790Z] getMethodHelp(org.eclipse.ease.ui.help.hovers.ModuleHelpTest) skipped [2020-07-04T21:43:17.790Z] getConstantHelp(org.eclipse.ease.ui.help.hovers.ModuleHelpTest) skipped [2020-07-04T21:43:17.790Z] Running org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest [2020-07-04T21:43:17.790Z] Tests run: 8, Failures: 0, Errors: 0, Skipped: 8, Time elapsed: 0.053 s - in org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest [2020-07-04T21:43:17.790Z] workspaceProjectProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-07-04T21:43:17.790Z] checkOperatingSystem(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-07-04T21:43:17.790Z] absoluteRootWorkspaceProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-07-04T21:43:17.790Z] workspaceFolderProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-07-04T21:43:17.790Z] fileSystemFolderProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-07-04T21:43:17.790Z] workspaceProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-07-04T21:43:17.790Z] relativeRootWorkspaceProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-07-04T21:43:17.790Z] fileSystemRootProposals(org.eclipse.ease.ui.completion.provider.AbstractFileLocationCompletionProviderTest) skipped [2020-07-04T21:43:17.790Z] Running org.eclipse.ease.ui.completion.CompletionContextTest [2020-07-04T21:43:17.790Z] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.ease.ui.completion.CompletionContextTest [2020-07-04T21:43:17.790Z] resolveStaticClass(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0.002 s [2020-07-04T21:43:17.790Z] resolveClassWithFilter(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-07-04T21:43:17.790Z] simplifyCalls(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-07-04T21:43:17.790Z] resolveClass(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-07-04T21:43:17.790Z] replaceEscapedStringLiterals(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-07-04T21:43:17.790Z] replaceSimpleStringLiterals(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-07-04T21:43:17.790Z] resolveStaticClassWithFilter(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-07-04T21:43:17.790Z] resolveClassWithParameters(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-07-04T21:43:17.790Z] replaceMultipleStringLiterals(org.eclipse.ease.ui.completion.CompletionContextTest) Time elapsed: 0 s [2020-07-04T21:43:17.790Z] Running org.eclipse.ease.ui.completions.java.provider.JavaPackagesCompletionsProviderTest [2020-07-04T21:43:24.329Z] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.818 s - in org.eclipse.ease.ui.completions.java.provider.JavaPackagesCompletionsProviderTest [2020-07-04T21:43:24.329Z] containsJavaLangPackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaPackagesCompletionsProviderTest) Time elapsed: 0.402 s [2020-07-04T21:43:24.329Z] containsOrgRootPackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaPackagesCompletionsProviderTest) Time elapsed: 0.007 s [2020-07-04T21:43:24.329Z] containsJavaRootPackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaPackagesCompletionsProviderTest) Time elapsed: 0.007 s [2020-07-04T21:43:24.329Z] containsOrgEclipsePackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaPackagesCompletionsProviderTest) Time elapsed: 0.053 s [2020-07-04T21:43:24.329Z] Running org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest [2020-07-04T21:43:29.572Z] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.127 s - in org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest [2020-07-04T21:43:29.572Z] containsPackageFileCompletion(org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest) Time elapsed: 0.007 s [2020-07-04T21:43:29.572Z] containsGlobalFileCompletion(org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest) Time elapsed: 0.027 s [2020-07-04T21:43:29.572Z] containsJavaLangPackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest) Time elapsed: 0.038 s [2020-07-04T21:43:29.572Z] containsOrgRootPackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest) Time elapsed: 0.005 s [2020-07-04T21:43:29.572Z] containsJavaRootPackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest) Time elapsed: 0.004 s [2020-07-04T21:43:29.572Z] containsOrgEclipsePackageProposal(org.eclipse.ease.ui.completions.java.provider.JavaClassCompletionsProviderTest) Time elapsed: 0.04 s [2020-07-04T21:43:29.572Z] [2020-07-04T21:43:29.572Z] Results: [2020-07-04T21:43:29.572Z] [2020-07-04T21:43:29.572Z] Tests run: 31, Failures: 0, Errors: 0, Skipped: 12 [2020-07-04T21:43:29.572Z] [2020-07-04T21:43:29.572Z] [INFO] All tests passed! [2020-07-04T21:43:29.572Z] [INFO] ------------------------------------------------------------------------ [2020-07-04T21:43:29.572Z] [INFO] Reactor Summary for org.eclipse.ease.releng 0.8.0-SNAPSHOT: [2020-07-04T21:43:29.572Z] [INFO] [2020-07-04T21:43:29.572Z] [INFO] org.eclipse.ease.releng ............................ SUCCESS [ 0.001 s] [2020-07-04T21:43:29.572Z] [INFO] org.eclipse.ease.releng.target ..................... SUCCESS [ 0.113 s] [2020-07-04T21:43:29.572Z] [INFO] org.eclipse.ease.test .............................. SUCCESS [ 16.122 s] [2020-07-04T21:43:29.572Z] [INFO] org.eclipse.ease.lang.javascript.nashorn.test ...... SUCCESS [ 2.366 s] [2020-07-04T21:43:29.572Z] [INFO] org.eclipse.ease.lang.javascript.rhino.test ........ SUCCESS [ 13.402 s] [2020-07-04T21:43:29.572Z] [INFO] org.eclipse.ease.lang.javascript.test .............. SUCCESS [ 1.979 s] [2020-07-04T21:43:29.572Z] [INFO] org.eclipse.ease.lang.python.test .................. SUCCESS [ 1.592 s] [2020-07-04T21:43:29.572Z] [INFO] org.eclipse.ease.lang.python.jython.test ........... SUCCESS [ 14.736 s] [2020-07-04T21:43:29.572Z] [INFO] org.eclipse.ease.lang.python.py4j.test ............. SUCCESS [ 25.740 s] [2020-07-04T21:43:29.572Z] [INFO] org.eclipse.ease.lang.scriptarchive.test ........... SUCCESS [ 2.135 s] [2020-07-04T21:43:29.572Z] [INFO] org.eclipse.ease.ui.test ........................... SUCCESS [ 13.452 s] [2020-07-04T21:43:29.572Z] [INFO] ------------------------------------------------------------------------ [2020-07-04T21:43:29.572Z] [INFO] BUILD SUCCESS [2020-07-04T21:43:29.572Z] [INFO] ------------------------------------------------------------------------ [2020-07-04T21:43:29.572Z] [INFO] Total time: 02:20 min [2020-07-04T21:43:29.572Z] [INFO] Finished at: 2020-07-04T21:43:29Z [2020-07-04T21:43:29.572Z] [INFO] ------------------------------------------------------------------------ [2020-07-04T21:43:29.572Z] [WARNING] [jenkins-event-spy] Unexpected Maven project file name 'target-tests-pom.xml', problems may occur [2020-07-04T21:43:29.572Z] [INFO] [jenkins-event-spy] Generated /home/jenkins/agent/workspace/ease.verify.core.target.2019-03@tmp/withMaven2c99166c/maven-spy-20200704-214108-741260232519121418222.log [Pipeline] } [2020-07-04T21:43:30.208Z] [withMaven] Publishers: Pipeline Graph Publisher: 5 ms [Pipeline] // withMaven [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] junit [2020-07-04T21:43:30.237Z] Recording test results [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // timestamps [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline Finished: SUCCESS